body {
    background-image: url("img/main_bg.jpg"); /* Replace with client image once received */
    background-position: 0 0;
    background-size: auto auto;
    background-repeat: repeat-x;
    color: #292929;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #292929 !important;
}

.navbar-default {
    position: relative;
    margin-bottom: 47px;
}

.lh-logo-content {
    display: none;
}

.logo {
    display: none;
}

.lh-logo-subtitle {
    background-image: url("head_logo.png");
    width: 100%;
    height: 130px;
    position: absolute;
    top: 30px;
    background-repeat: no-repeat;
    background-size: initial;
    background-position: 50% 50%;
}

.cr {
    float: left !important;
}

.navbar-header-top .nav li a {
    color: #94949c !important;
    font-size: 14px !important;
}

.big-header .navbar-header-top {
    margin-top: 5px;
    background: none !important;
}

.big-header {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lh-logo-footer {
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 32px;
    width: 120px;
}

.styled-gps {
    background: url(img/gps_icon.png) no-repeat 95% 0 #ffffff;
    border-radius: 3px 0 0 3px;
}

/* START CSS for custom select fields */
.styled-select select {
    background: url(img/select_arrow.png) no-repeat right #f7f7f7;
    border-radius: 3px;
    width: 100%;
    padding: 5px 35px 5px 5px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
}

.styled-select select.form-control::-ms-expand {
    display: none;
}

.styled-select {
    width: 50%;
    height: 40px;
}

/* END CSS for custom select fields */
.landingpagebox {
    display: table;
    border-collapse: collapse;
}

.landingpagebox-row {
    display: table-row;
    border: 1px solid #cccccc;
}

.landingpage-image {
    display: table-cell;
    padding: 18px 10px 10px;
}

.landingpage-image-bottom-bg {
    background-color: #fdfbfc;
}

#landingpage-image-first {
    background-image: url("img/landingpage1.png");
    background-repeat: no-repeat;
    height: 85px;
    width: 198px;
    display: block;
}

#landingpage-image-second {
    background-image: url("img/landingpage1.png");
    background-repeat: no-repeat;
    height: 85px;
    width: 198px;
    display: block;
}

#landingpage-image-three {
    background-image: url("img/landingpage1.png");
    background-repeat: no-repeat;
    height: 85px;
    width: 198px;
    display: block;
}

.landingpagebox .landingpage-text {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    border-left: 1px solid #cccccc;
}

.landingpagebox-text-link a {
    text-align: left;
    float: right;
    color: #33534f;
    font-weight: bold;
    text-decoration: underline;
}

/* CSS custom sort icons/graphics */
.sorter-header-box {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.sorter-header-box ul {
    flex: 0 1 auto;
    display: flex;
    margin-bottom: 0;
    padding-left: 20px;
}

.sorter-header-box ul li {
    display: inline-block;
    flex: 0 1 auto;
    margin-left: 10px;
    height: 38px;
    width: 72px;
}

.sorter-header-box ul li > * {
    display: flex;
    align-items: center;
}

.sorter-header-box ul li .defaultSort {
    background: url(img/chevrons.png) no-repeat right;
    display: inline-block;
    float: right;
    height: 38px;
    width: 14px;
}

.sorter-header-box ul li .asc .defaultSort {
    background: url(img/chevrons_asc.png) no-repeat right;

}

.sorter-header-box ul li .desc .defaultSort {
    background: url(img/chevrons_desc.png) no-repeat right;
}

.footer { /* Remove box-shadow for mobile */
    box-shadow: none;
    margin-left: 0px;
    margin-right: 0px;
}

.static-page-distance {
    box-shadow: none;
}

.mainContent { /* Remove box-shadow for mobile */
    box-shadow: none;
}

.content-right #slides {
    padding: 0px;
}

/* Small Desktop Styles */
@media (max-width: 1200px) {

    /* CSS for custom padding/margin */
    .content-left {
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 45px;
    }

    .content-right {
        padding-left: 40px;
        padding-right: 45px;
    }

    /* CSS for custom gallery/item list view */
    .adsincatlist {
        margin-bottom: 25px !important;
        margin-right: 26px !important;
    }

    .top-gallery-top-ads h4 {
        padding-left: 25px !important;
    }

    .product-mix-tile-no-3, .product-mix-tile-no-7, .product-mix-tile-no-11 {
        margin-right: 0px !important;
    }

    .cr {
        padding-right: 60px;
    }

    .previewImageBox {
        width: 40%;
    }

    .ad-box-list {
        height: 260px !important;
    }

    .ad-box-list-special {
        height: 235px !important;
    }

    .ad-box-list .adsinlist_structure-data {
        width: 58%;
    }

    .logo {
        width: 125px;
    }

    .content-right #slides {
        padding-top: 10px;
    }

    .lh-logo-subtitle {
        background-repeat: no-repeat;
        background-position: 50% 50%;
        left: 0px;
        height: 100px;
        top: 50px;
        width: 760px;
        background-size: 600px;
    }
}

/* Tablet Styles */
@media (max-width: 990px) {
    /* Patching stuff from the small desktop variant */
    .top-gallery-top-ads h4 {
        padding: 10px 0 0 15px;
    }

    .top-gallery-container {
        padding-left: 15px;
    }

    .content-right {
        padding-left: 32px;
        padding-right: 45px;
    }

    /* End Of Patches */
    /* CSS for custom padding/margin */
    .content-left {
        padding-left: 40px !important;
        padding-right: 45px !important;
    }

    .content-right {
        padding-left: 40px !important;
        padding-right: 45px !important;
    }

    /* CSS for custom nav & search sizes */
    .search-left {
        display: inline-block;
        padding-left: 15px;
        padding-right: 5px;
        width: 40%;
    }

    .search-right {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        width: 40%
    }

    .navi-search-left-col {
        display: inline;
        float: left;
    }

    .navi-search-col {
        font-size: 14px;
        width: 140px;
    }

    .search-field-first {
        float: left;
    }

    .search-field-second {
        clear: all;
        width: 141px !important;
    }

    .search-field-third {
        float: left;
    }

    .search-field-fourth {
        clear: all;
    }

    .search-row {
        float: right;
        width: 15%;
    }

    .btn-sm { /* Setting width of search-button */
        float: right;
        min-width: 100px;
    }

    .navi-search-col.btn-sm {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .navi-search-content {
        padding-bottom: 14px;
    }

    /* CSS for custom gallery/item list view */
    .top-gallery-top-ads h4 {
        font-size: 16px !important;
        padding: 10px 0 0 15px !important;
    }

    .top-gallery-top-ads {
        background-color: #cce3f2 !important;
    }

    .top-gallery-top-ads .adsincatlist {
        display: inline-block;
        margin-right: 28px !important;
    }

    .top-gallery-top-ads .top-ad-top-tile-no-3 {
        margin-right: 0 !important;
    }

    .product-mix-newest-ads-row-0, .product-mix-newest-ads-row-1 {
        height: 245px;
    }

    .product-mix-newest-ads-row-1, .product-mix-newest-ads-row-2 {
        margin-top: -8px;
    }

    .product-mix-newest-ads .adsincatlist {
        display: inline-block;
        margin-right: 28px !important;
    }

    .product-mix-newest-ads-row-0 .product-mix-tile-no-2 {
        margin-right: 0 !important;
    }

    .cr {
        padding-right: 60px;
    }

    /* Tablet List Styles */
    .sort-grid-by {
        float: left;
    }

    .sorter-header-box {
        float: left;
        width: 65%;
    }

    .sortRow .buttonRow {
        width: 20%;
    }

    .buttonRow .btn-sm { /* Setting width of search-button */
        width: 30px !important;
        min-width: 30px;
    }

    .dateRow, .priceRow {
        float: left;
    }

    .defaultSort {
        margin-left: 5px;
        margin-right: 5px !important;
    }

    .previewImageBox {
        width: 40%;
    }

    .adsinlist_structure-data {
        width: 60%;
    }

    .ad-box-list-special {
        height: 235px !important;
    }

    .adsincatlist .previewImageBox {
        padding-left: 7px;
    }

    .list-of-items .adsinlist_previewimage img {
        max-width: 190px;
    }

    .ad-box-list {
        height: 254px !important;
    }

    .lh-logo-subtitle {
        width: 500px;
        background-size: 500px auto;
    }
}

/* Social Bar Desktop - For all screens larger than mobile */
@media (min-width: 768px) {
    .addthis_button_whatsapp, .addthis_button_sms {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 990px) {
    .big-header #czsale-navbar {
        display: none !important;
    }

    .logo {
        margin-left: 10px !important;
    }
}

/* Mobile styles */
@media (max-width: 768px) {

    .navbar-header {
        float: none;
    }

    .lh-logo-content { /* Resize logo */
        height: 25px;
        background-size: contain;
        width: 125px;
    }

    .logo {
        top: 33px;
        width: 125px;
        margin: auto !important;
    }

    .navbar-right {
        display: block;
    }

    .lh-logo-subtitle {
        top: 0px;
        left: 15px;
        height: 75px;
        background-size: 320px auto;
        width: 320px;
    }

    /* Social Bar Mobile */
    .addthis_button_email {
        display: none !important;
        visibility: hidden !important;
    }

    body { /* Set BG colour, remove BG image */
        background-color: #ffffff;
        background-image: none;
        background-position: 0 0px;
        background-size: auto auto;
        background-repeat: no-repeat;
        padding-left: 0;
        padding-right: 0;
    }

    .content-right #slides {
        padding-right: 0px;
    }

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

    .mainContent { /* Remove box-shadow for mobile */
        margin: 0;
        padding-top: 20px;
    }

    .pull-right { /* Footer positioning for mobile */
        float: left !important;
    }

    .cr { /* Copyright positioning for mobile */
        float: none !important;
        padding: 0 5px 10px 0px !important;
        text-align: center;
    }

    .nav-pills > li {
        float: none;
    }

    .nav-pills > li + li {
        margin-left: 0px;
    }

    /* Remove paddings for mobile */
    .content-left {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .content-right {
        text-align: center;
        margin-right: auto;
        padding: 0 !important;
        width: 100% !important;
    }

    .content-right #slides {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .big-header {
        background: transparent;
        height: inherit;
    }

    .navbar-header-top {
        background: #33534f !important;
        height: 41px !important;
        margin-bottom: 0px !important;
        margin-left: 0;
        margin-top: 20px;
    }

    .navbar-header-top ul {
        margin-left: 15px;
        margin-top: 3px;
        padding-top: 12px !important;
    }

    .navbar-header-top ul li {
        float: left;
    }

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

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

    .navbar-right {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-right li {
        border-bottom: 1px solid #cccccc;
        border-left: none !important;
        border-right: none !important;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
    }

    .navbar-right li a {
        padding-left: 0 !important;
        text-align: left;
        width: 100%;
    }

    .navbar-right li a .fa {
        float: right;
    }

    .top-search-filter-form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Search sizes and positioning for mobile */
    .search-left {
        display: block;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 0px;
        width: 100%;
    }

    .search-right {
        display: block;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .navi-search-col {
        font-size: 14px;
        width: 100%;
    }

    .search-row {
        display: block;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 0px;
        width: 100%;
        height: 40px;
        float: left;
    }

    /* Setting the sizes of select-fields to allow proper display of custom design */
    .styled-select select {
        background: url(img/select_arrow.png) no-repeat right #f7f7f7;
        border-radius: 3px;
        width: 100% !important;
        padding: 5px 35px 5px 5px;
        height: 40px;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        -ms-appearance: none !important;
        appearance: none !important;
    }

    .styled-select {
        height: 40px;
        background: url(img/select_arrow.png) no-repeat right #f7f7f7;
    }

    .search-field-second, .search-field-fourth {
        clear: all;
        width: 108% !important;
    }

    .navi-search-col.btn-sm {
        width: 100% !important;
        float: left;
    }

    .nav > li > a {
        padding: 0 15px;
    }

    /* CSS for custom gallery/item list view */
    .top-gallery-top-ads h4 {
        padding-left: 0;
    }

    .top-gallery-top-ads {
        height: auto;
    }

    .product-mix-newest-ads-row-0, .product-mix-newest-ads-row-1 {
        height: auto;
    }

    .adsincatlist {
        float: none;
        height: auto !important;
        max-width: 370px;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 85% !important;
    }

    .adsincatlist .previewImageBox {
        padding-left: 0px;
        float: none;
        height: auto;
    }

    .top-gallery-top-ads .adsincatlist {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        min-height: 180px;
        padding-right: 15px;
        height: auto;
    }

    .top-gallery-top-ads .adsinlist_previewimage {
        margin-bottom: 33px;
        max-height: 150px !important;
        max-width: 100% !important;
    }

    .top-gallery-top-ads .adsinlist_previewimage img {
        max-height: 150px !important;
        max-width: 100% !important;
    }

    .top-ad-top-tile-no-2 {
        margin-bottom: 15px !important;
    }

    .product-mix-newest-ads {
        margin-bottom: 30px !important;
    }

    .product-mix-newest-ads .adsincatlist {
        display: block;
        height: auto;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 370px;
        min-height: 230px;
        padding-right: 15px;
        width: 87% !important;
    }

    .product-mix-newest-ads .adsinlist_previewimage {
        margin-bottom: 33px;
        max-height: 150px !important;
        max-width: 100% !important;
    }

    .product-mix-newest-ads .adsinlist_previewimage img {
        max-height: 150px !important;
        max-width: 100% !important;
    }

    .tiledInfo, .tiledCity, .tiledData {
        /* display: none;
        visibility: hidden; */
    }

    .sort-grid-by {
        float: left;
    }

    .sorter-header-box {
        float: none;
        width: 100%;
    }

    .sortRow {
        margin: 0;
        width: 100%;
    }

    .sortRow .buttonRow {
        display: none;
        visibility: hidden;
        width: 85px;
    }

    .buttonRow .btn-sm {
        width: 30px !important;
    }

    .dateRow, .priceRow {
        float: left;
    }

    .defaultSort {
        margin-left: 5px;
        margin-right: 5px !important;
    }

    .summary-content {
        margin-left: auto;
        margin-right: auto;
        width: 322px;
    }

    .pagerRow { /* Positioning the pager for mobile view*/
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .pagination-sm li a {
        font-size: 18px;
        padding: 6px 16px !important;
    }

    #ads-listed-as-row { /* Specific CSS for list display on mobile */
        margin-left: auto;
        margin-right: auto;
    }

    #ads-listed-as-tiled { /* Specific CSS for tiled display on mobile */
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .ad-box-list {
        height: 260px;
        padding-right: 0 !important;
    }

    .ad-box-list-special {
        height: 235px;
        padding-right: 0 !important;
    }

    .previewImageBox {
        display: block;
        width: 100%;
        max-height: 168px;
        max-width: 330px;
        clear: all;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
        float: none;
    }

    .list-previewimage {
        height: auto;
        margin-left: auto;
        margin-right: auto;
        max-height: 128px;
        max-width: 330px;
        width: auto;
    }

    .adsinlist_structure-data {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        float: none !important;
        padding-bottom: 7px;
        width: 90% !important;
        max-height: none;
        margin-top: 50px;
    }

    .adPriceRow {
        position: static;
    }

    .boxlist-item-title {
        margin-bottom: 0px;
    }

    td {
        border-top: none !important;
    }

    /* Galleria-plugin CSS for mobile */
    .galleria-container {
        width: 100% !important;
    }

    #galleria {
        border: 1px solid #dddddd;
        height: 424px !important;
        width: 100% !important;
    }

    .details-addthis-row {
        margin-left: -15px;
    }

    .details-buttonRow {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .details-description-price {
        padding-top: 9px;
    }

    .button_shows_message_form {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .otherAdsFromLicenseholder, .otherAdsFromCategory {
        margin-right: auto;
        margin-left: auto;
    }

    .content-right {
        padding-right: 0 !important;
        overflow: hidden;
    }

    .ad-box-list-details {
        height: 176px !important;
    }

    .ad-box-list {
        height: auto !important;
        padding-bottom: 0px;
    }

    .ad-box-list .list-previewimage {
        height: auto;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        max-height: 120px !important;
        max-width: 250px !important;
        width: auto;
    }

    .ad-box-list-details img {
        border: 2px solid #cccccc !important;
        height: auto;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        max-height: 120px;
        max-width: 250px;
        width: auto;
    }

    .ad-box-list-wishlist {
        padding-bottom: 20px;
    }

    .ad-box-list-wishlist .previewImageBox {
        float: none;
    }

    .ad-box-list-wishlist .ads-previewimage, .list-of-items .adsinlist_previewimage {
        max-height: 150px !important;
        max-width: 370px !important;
    }

    .list-of-items .adsinlist_previewimage img {
        max-height: 150px !important;
        max-width: 270px !important;
    }

    .wishlist-button-delete {
        bottom: -305px !important;
        position: static;
    }

    .adCityRowDetails { /* Positioning of the city/location data of the item */
        bottom: -242px;
        left: 28px;
    }

    .adPriceRowDetails { /* Positioning of the price data of the item */
        bottom: -270px;
        left: 28px;
        float: none;
        margin-bottom: 10px;
    }

    .adsinDetail_previewimage {
        min-height: 0px !important;
    }

    .detail-previewimage {
        max-width: 330px !important;
    }

    .items, .list-of-items {
        margin-left: 0 !important;
    }

    .table-responsive {
        overflow: auto;
    }

    .details-ad-btn-print {
        display: none;
    }

    .search-agent-send {
        width: 100%;
    }

    .adPrice {
        background-color: #292929;
        color: #ffffff;
        padding: 5px 5px 5px 10px;
        position: absolute;
        right: -20px;
        top: -40px;
        margin: 0;
        font-size: 14px;
    }

    .adPriceDetails {
        background-color: #292929;
        color: #ffffff;
        padding: 5px 5px 5px 10px;
        position: absolute;
        right: -29px;
        top: -40px;
        font-size: 14px;
    }

    .boxlist-item-date, .adtextcontent-box {
        display: none;
    }
}

@media (max-width: 768px) {
    .adPriceDetails {
        right: -36px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .nav > li {
        position: relative !important;
        display: block !important;
        float: none;
    }

    .navbar-header-top ul {
        margin-left: 15px !important;
    }

    .navbar-header-top {
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .navbar-toggle {
        display: block;
        background: #ffffff;
        float: right;
        z-index: 99999;
    }

    .navbar-header {
        float: none;
    }

    #footer-logo-one {
        background: url("img/logo1.jpg") no-repeat center center;
        height: 45px;
    }

    #footer-logo-two {
        background: url("img/logo2.jpg") no-repeat center center;
        height: 45px;
    }

    #footer-logo-three {
        background: url("img/logo3.jpg") no-repeat center center;
        height: 45px;
    }

    #footer-logo-four {
        background: url("img/logo4.jpg") no-repeat center center;
        height: 45px;
    }

    #footer-logo-five {
        background: url("img/logo5.jpg") no-repeat center center;
        height: 45px;
    }

    #footer-logo-six {
        background: url("img/logo6.jpg") no-repeat center center;
        height: 45px;
    }

    .logo-top-col {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

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

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

}

@media (max-width: 414px) {
    .adPriceDetails {
        right: -27px;
    }

    .lh-logo-subtitle {
        background-size: 300px auto;
        width: 300px;
    }
}

@media (max-width: 395px) {
    .adPrice {
        right: -14px;
    }

    .adPriceDetails {
        right: -25px;
    }

    .lh-logo-subtitle {
        width: 250px;
        background-size: 250px auto;
    }
}

@media (max-width: 320px) {
    .lh-logo-subtitle {
        width: 200px;
        background-size: 200px auto;
    }
}

.btn-info {
    background-color: #05a5c8;
    border-color: #05a5c8;
    font-size: 15px;
}

.btn {
    font-size: 15px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #05a5c8;
    border-color: #05a5c8;
    font-size: 15px;
}

.product-mix-newest-ads .adsincatlist .tiledData, .product-mix-newest-ads .adsincatlist .tiledCity, .product-mix-newest-ads .adsincatlist .tiledInfo {
    margin-left: -8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-mix-newest-ads .adsincatlist .tiledInfo {
    margin-top: 10px;
}

.navbar-header-top > ul > li > a {
    color: #ffffff !important;
}

.navbar-header-top .nav li {
    border-right: 1px solid #ffffff !important;
    margin-top: 10px;
}

.product-mix-newest-ads .adsincatlist .product-mix-price-data {
    font-weight: 700;
    margin-top: -25px;
    padding: 5px 5px 5px 10px;
}

.list-of-items .adsincatlist .tiledData, .list-of-items .adsincatlist .tiledCity, .list-of-items .adsincatlist .tiledInfo {
    margin-left: -8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-mix-newest-ads .adsincatlist {
    height: 200px;
}

.list-of-items .product-mix-price-data {
    color: #ffffff;
    background-color: #05a5c8;
}

.top-gallery-top-ads .top-gallery-top-ads-title {
    color: #333333;
}

.list-of-items .adsincatlist .product-mix-price-data {
    font-weight: 700;
    margin-top: -25px;
    padding: 5px 5px 5px 10px;
}

.list-of-items .adsincatlist .tiledInfo {
    margin-top: 10px;
}

.list-of-items .adsincatlist {
    height: 200px;
}

.slidesimage {
    height: auto;
    width: 100%;
}

#footer-logo-one {
    background: url("img/logo1.jpg") no-repeat center center;
    height: 75px;
    display: block;
    background-size: contain !important;
}

#footer-logo-two {
    background: url("img/logo2.jpg") no-repeat center center;
    height: 75px;
    display: block;
    background-size: contain !important;
}

#footer-logo-three {
    background: url("img/logo3.jpg") no-repeat center center;
    height: 75px;
    display: block;
    background-size: contain !important;
}

#footer-logo-four {
    background: url("img/logo4.jpg") no-repeat center center;
    height: 75px;
    display: block;
    background-size: contain;
}

#footer-logo-five {
    background: url("img/logo5.jpg") no-repeat center center;
    height: 75px;
    display: block;
    background-size: contain !important;
}

#footer-logo-six {
    background: url("img/logo6.jpg") no-repeat center center;
    height: 75px;
    display: block;
    background-size: contain !important;
}

.logo-top-logos-box {
    margin-bottom: 5px;
}

.adPrice:hover {
    color: #292929 !important;
}

a :hover {
    color: #292929;
}

.navbar-default .navbar-nav > li > a {
    color: #292929;
}

a {
    color: #292929;
}

.boxlist-item-date {
    color: #292929;
}

.top-gallery-container .adsincatlist .top-galley-price-data {
    background-color: #05a5c8;
    font-weight: bold;
}

.boxlist-item-title-h2, .adsinlist_releasedate {
    font-size: 15px;
}

.header-details-market-title {
    font-size: 17px;
}

.btn-details-icon-print-report {
    border: 0px !important;
    border: none;
}

.btn-details-icon-print-report:hover, .btn-details-icon-print-report:focus {
    border: 0px !important;
    border: none;
}

.btn.wishlist-button.in-wishlist:focus, .btn.wishlist-button.in-wishlist:hover {
    border-color: darkgrey !important;
}
