/* jQuery upload CSS */
.uploading-files {
    text-align: center;
    display: inline-flex;
}

.uploading-files img {
    width: 30px;
    height: 30px;
    display: block;
}

.uploading-files p {
    margin-top: -10px !important;
    margin-left: 10px !important;
}

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

.fileupload-buttons .delete {
    background-color: #f54848 !important;
    padding: 5px;
    color: #ffffff;
}

.files .delete {
    margin-left: 10px;
    background-color: #f54848;
    border: 0px;
    color: #ffffff;
}

.files .name {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
    margin-left: 5px;
    margin-right: 5px;
}

.app-logo a.logo {
    background: url(/assets/img/logo/wide-logo.png);
    background-repeat: no-repeat;
    width: 250px;
    height: 70px;
    background-size: 100%;
    background-position: 50% 50%;
}

.send_message {
    color: #fff !important;
}

#dropzone {
    background: aliceblue;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    border-style: dashed;
    border-color: #ddd;
}

#dropzone.in {
    width: 600px;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}

#dropzone.hover {
    background: lawngreen;
}

#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.images-container .well {
    padding: 0;
}

.add-dropzone {
    padding-right: 10px;
}

.add-dropzone .btn {
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    background-color: #0c70f1;
    margin-bottom: 10px !important;
}

.add-dropzone .details {
    font-size: 14px;
    margin-top: -20px;
    font-style: normal;
    font-weight: normal;
    display: block;
}

.add-dropzone p {
    margin: 0;
}

.add-dropzone .or {
    margin-top: -25px;
}

.file-upload .uploading-complete i {
    margin-right: 5px;
    color: #0faf00;
}

.file-upload .template-process {
    display: none;
}

.file-upload .template-preview img {
    width: 150px;
}

.file-upload .uploaded-img {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.file-upload .uploaded-img a {
    display: block;
    border-radius: 2px;
    width: 25px;
    background-color: rgba(0, 0, 0, .4);
    height: 25px;
    position: absolute !important;
    top: 2px;
    right: 2px;
}

.file-upload .uploaded-img a i {
    font-size: 25px;
    color: #ffffff;
    margin: 0;
    display: block;
}

.file-upload .uploaded-header-loading {
    text-align: left;
    margin-left: 15px;
    display: none;
    font-weight: normal;
    font-size: 14px;
}

.file-upload table tbody tr {
    display: inline-flex !important;
    max-width: 160px !important;
}

.listing-description {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.doc-footer.style3 .social-links {
    margin: 10px auto 10px;
}


@media (max-width: 400px) {
    #dropzone {
        line-height: 50px !important;
    }

    .add-dropzone .or {
        margin-top: -15px;
    }

    .add-dropzone .details {
        font-size: 12px;
        margin-top: -10px;
        line-height: 20px;
        word-break: break-word;
    }
}

@media (max-width: 500px) {
    .file-upload table tbody tr {
        display: inline-flex !important;
        max-width: 120px !important;
        width: 100px !important;
        padding-left: 0 !important;
        padding-right: 5px !important;
    }

    .file-upload .template-preview img {
        width: 100px;
    }
}

/* end jQuery css */

/* CSS For home page search */
.category-search {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.category-search .white {
    margin-bottom: 0 !important;
    background: #fff !important;
}

.category-search .search-query {
    width: 40% !important;
}

.category-search .search-query .search-widget-wrap {
    width: 100% !important;
}

.category-search .search-widget-wrap .search-widget {
    padding-right: 0;
}

.category-search .search-button {
    height: 55px;
    padding-right: 0;
    max-width: 200px;
    float: right;
}

.category-search .city,
.category-search .category,
.category-search .search-button button {
    width: 20%
}

/* end home page search */

/* CSS To dispaly 5 elements in a row col-md-15*/

.col-xs-15 {
    position: relative;
    min-height: 1px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

/* end of 5 elements in a row */

/* error page CSS */
.error-page {
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 360px;
}

.error-page .btn {
    background-color: #fff;
    width: 220px;
}

.error-page .error-title {
    font-size: 84px;
    color: #2d8ef2;
}

/* Header CSS */
body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px !important;
    color: #686868 !important;
    font-weight: 400 !important;
    background: #dfdfdf !important;
}

.price-group .form-group:first-child, .price-group .form-group:nth-child(2){
    max-width:285px;
    float:left;
    width:100%;
}

.price-group .form-group:nth-child(2){
    width:275px;
    margin-left:10px;
}

.pricePer{
    font-size: 24px;
}

.imgAsBg{
    background-size: contain;
}

#mobile-indicator {
    display: none;
}

.loading {
    background: url(../lib/jquery-upload/img/loading.gif) center center no-repeat !important;
    width: 30px !important;
    height: 30px !important;
    z-index: 10 !important;
    background-size: contain !important;
    border: none !important;
}

.load {
    width: 15px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.alert.alert-error {
    padding: 15px;
    margin: 0 auto;
    color: #f50000;
    text-align: center;
    font-size: 18px;
    width: 360px;
    background: #ffffff;
    border: 0;
}

.doc-header .inbox-item a {
    position: relative;
}

.doc-header .inbox-item span {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -3.5px;
    padding: 0;
    color: #0083c9;
    font-size: 13px;
    font-weight: 700;
}

.sliding-nav .user-messages i, .mobile-menu-wrap .user-messages i {
    font-size: 25px;
    float: right;
    color: #0083c9;
}

.sliding-nav .user-messages span, .mobile-menu-wrap .user-messages span {
    float: right;
    margin-right: -17px;
    margin-top: 1.5px;
    color: #0083c9;
}

.sliding-nav .user-messages:hover span, .sliding-nav .user-messages:hover i {
    color: #fff !important;
}

.sliding-nav .slide-nav-list > ul > li.text-center:hover > a {
    background: #ffffff !important;
}

#paymentModal .inner {
    width: 600px;
}

#paymentModal .modal-content {
    display: block !important;
    padding: 30px !important;
}

#paymentModal .radio-dropdown {
    max-width: 100%;
}

.btn_add {
    background: #77c04b;
    color: #ffffff;
    border: 1px solid #77c04b;
}

button, .btn, .btn:hover {
    border-radius: 0 !important;
}

.desktop-filter {
    margin-left: 5px;
}

.btn_add:hover {
    background: #fff;
    color: #0c70f1 !important;
}

.btn_start {
    background: #0083c9;
    color: #ffffff;
    border: 1px solid #0083c9;
}

.btn_start:hover {
    background: transparent;
    color: #0083c9;
    border: 1px solid #0083c9;
}

.btn_delete {
    color: #fff;
    background-color: #f54641;
    border: 1px solid #f54641;
}

.btn_delete:hover {
    color: #f54641;
    background-color: #fff;
    border: 1px solid #f54641;
}

.btn_cancel {
    color: #fff;
    background-color: #eea236;
    border: 1px solid #eea236;
}

.btn_cancel:hover {
    color: #eea236;
    background-color: #fff;
    border: 1px solid #eea236;
}

.container-white {
    background-color: #ffffff;
}

.listing-item {
    margin-left: 2px;
}

.listing-item a {
    text-align: center !important;
    width: 66px !important;
    background: #f4f4f4;
    font-size: 25px !important;
    padding: 0;
    height: 70px;
}

.listing-item a i {
    display: block !important;
    margin-top: -7px !important;
    color: #909090;
}

.inbox-item {
    margin-left: 2px;
}

.inbox-item a {
    text-align: center !important;
    width: 66px !important;
    background: #f4f4f4;
    font-size: 25px !important;
    padding: 0;
    height: 70px;
}

.inbox-item a i {
    display: block !important;
    margin-top: -3px !important;
    color: #909090;
}

#login-form .modal-content {
    max-width: 1024px;
    display: table;
    margin: 0 auto;
}

#reset-password-form .container, #confirm-password-form .container {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

#reset-password-form .container input, #confirm-password-form .container input {
    max-width: 240px;
}

#reset-password-form .field-block {
    margin-bottom: 5px;
}

#reset-password-form button, #confirm-password-form button {
    width: 240px;
}

#reset-password-form .error {
    font-size: 11px;
    max-width: 240px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

#register-form .modal-content {
    max-width: 1024px;
    display: table;
    margin: 0 auto;
}

#confirm-password-form .error {
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}

.modal-content .custom-radio {
    margin-right: 0px;
}

/* Select 2 implemented to theme style */
.select2-container--default .select2-selection--single {
    height: 42px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #444;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 1px;
    width: 20px;
}

.select2-results__options {
    max-height: 400px;
    overflow-y: auto;
}

.new-list-container .select2-selection__rendered,
.edit-list-container .select2-selection__rendered,
.listing-container .select2-selection__rendered {
    height: 42px;
    line-height: 42px !important;
}

/* End of select 2 Theme*/

/* Homepage CSS */
form .error {
    color: #ff0000;
    display: inline-flex;
}

.category-section .cat-thumb img {
    width: 100%;
}

.category-search .city .select2-container {
    width: 100% !important;
    height: 100% !important;
}

.category-search .city .select2-selection--single {
    height: 100% !important;
    border: 0px !important;
    background-color: #fff;
}

.category-search .city .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 53px;
    padding: 0px 15px;
}

.category-search .city .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.category-search .city .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid navajowhite !important;
}

.show-button {
    border: 1px solid #0083c9;
    background: #0083c9;
    color: #ffffff !important;
    height: 50px !important;
}

.edit-button {
    border: 1px solid #0083c9;
    background: transparent;
    color: #0083c9 !important;
    height: 50px !important;
}

.show-button:hover {
    border: 1px solid #0083c9 !important;
    background: transparent !important;
    color: #0083c9 !important;
    height: 50px !important;
}

.edit-button:hover {
    border: 1px solid #0083c9 !important;
    background: #0083c9 !important;
    color: #fff !important;
    height: 50px !important;
}

.homepage-list .listing-buttons-user {
    width: 100%;
    display: inline-flex;
}

.homepage-list .listing-buttons-user a {
    width: 49%;
}

.homepage-list .listing-buttons-user a:hover {
    width: 49% !important;
}

.homepage-list .listing-buttons-user .edit-button {
    margin-right: 5px;
}

.homepage-list .save-listing {
    display: none !important;
}

.category-thumbs-2 .cat-thumb-2 a {
    filter: alpha(opacity=90) !important;
    opacity: 0.9 !important;
}

.index-listing .featured .listing-date {
    margin-top: 5px;
}

.categories-slider .home-categories {
    display: inline-flex;
    text-align: center;
    margin: 0 auto;
}

.categories-slider .home-categories .cat-thumb-2 {
    margin-right: 5px;
    display: inline-table;
}

.categories-slider .home-categories .cat-thumb-2 a {
    opacity: 0.9 !important;
    text-transform: uppercase;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
    display: inherit;
    width: 100%;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}

.categories-slider .home-categories .cat-thumb-2 a i {
    display: block;
    font-size: 60px;
}

.categories-slider .home-categories .cat-thumb-2 a span {
    font-size: 12px;
    font-weight: 700;
}

.mega-dropdown-wrap .mega-dropdown {
    padding-left: 10px;
}

.display-inline {
    display: inline-flex;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.hide-imp {
    display: none !important;
}

.display-inline-block {
    display: inline-block !important;
}

.margin-left-clear {
    margin-left: 0px;
}

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

.listing-container .items-grid-style .listing-buttons-guest .show-button {
    width: 100% !important;
}

.featured-list, .item-featured, .message-unread {
    background: #def1ff;
}

.list-container .info-list:last-child {
    margin-top: 5px;
}

.list-container #report-list .select2 {
    width: 100% !important;
}

#report-list .select2-container {
    width: 100% !important;
}

#report-list .report-message {
    display: none;
}

#report-list textarea {
    height: 150px !important;
}

.edit-list-container .heading, .new-list-container .heading {
    background-color: #FFFFFF;
}

.edit-list-container .elements-block .row {
    background-color: #FFFFFF;
}

.listing-container .create-listing {
    float: left;
}

.company {
    font-size: 14px;
    color: #0083c9;
}

.company i {
    font-size: 18px;
}

.company::before {
    color: #686868;
}

.list-article .inner-description .edit-button {
    width: 100px;
}

.list-container .listing-buttons .back-to-list:hover, .listing-container .create-listing:hover {
    background: #39baff;
}

.list-container .slick-gallery-lg-images .slick-active img {
    display: block;
    max-height: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.item-sm-images .item-sm-thumb .imgAsBg, .gallery-thumbs .item-sm-thumb .imgAsBg {
    background-color: #fff;
}

.list-promote {
    margin-top: 10px;
    border: 1px solid;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    color: #77c04b;
}

.list-promote i {
    margin-right: 5px;
}

.list-promote:hover {
    background: #77c04b;
    color: #ffffff;
    border-color: #ffffff;
}

.promote {
    list-style-type: none;
}

.list-container .list-promoted h3 {
    color: #77c04b !important;
}

.list-container .list-promoted i {
    font-size: 28px;
    color: #77c04b !important;
    background: #fff !important;
    border-radius: 12px;
}

.list-container .featured-header {
    background-color: #77c04b;
    color: #fff;
}

.list-container .featured-header .fa {
    color: #0083c9 !important;
}

.list-container .featured-header .info-icons .fa {
    color: #0083c9 !important;
    background-color: #fff !important;
}

.header-navigation {
    z-index: 1;
}

.info-icons {
    z-index: 1;
}

.phone-number-tooltip {
    color: #00a7d0 !important;
    width: auto !important;
    font-weight: bold;
    font-size: 16px !important;
}

.list-container .show-phone .phone, .listing-container .show-phone .phone {
    display: none;
    cursor: pointer;
    border: 1px solid #ddd;
    position: absolute;
    bottom: 100%;
    margin-bottom: 16px;
    background: #fff;
    padding: 8px !important;
    line-height: normal !important;
    white-space: nowrap;
    min-width: 90px;
    left: 50%;
    color: #000;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.list-container .show-phone .phone:before, .listing-container .show-phone .phone:before {
    content: "\f0d7";
    position: absolute;
    font-family: "FontAwesome";
    color: #dddddd;
    left: 50%;
    margin-left: -8px;
    top: 100%;
    line-height: 5px;
    font-size: 24px;
}

.list-container .slick-gallery-lg-images .imgAsBg {
    background-image: none !important;
}

.list-container .full-width-gallery.active {
    height: 100% !important;
}

.btn-edit {
    color: #ffffff;
    background-color: #77c04b;
}

.btn-edit:hover {
    color: #ffffff;
    background-color: #3fa203;
}

.btn-heart {
    color: #ffffff;
    background-color: #f95858;
}

.btn-heart:hover {
    color: #ffffff;
    background-color: #f34848;
}

.btn-delete {
    color: #ffffff;
    background-color: #ffb4b4;
}

.btn-delete:hover {
    color: #ffffff;
    background-color: #ff0000;
}

.payment-title-error {
    color: #f00;
    display: none;
}

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

.msg-error {
    margin-left: 10px;
    color: #f00;
    display: none;
}

.new-list-container .create-new-list {
    margin-top: 70px;
}

.edit-list-container .modal-content {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0px 0px;
}

.new-list-container #paymentModal .modal-content {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0px 0px;
}

.list-container .back-to-list {
    text-align: center;
    width: 100%;
}

.list-container .msg-rap > ul li, .list-container .user-widget > ul li {
    width: 100%;
}

.list-container .text-widget .inner p {
    word-wrap: break-word;
}

.listing-container #items-listing-area {
    margin-top: 5px;
}

.listing-container .listings-count span {
    display: -webkit-inline-box;
    padding: 10px 10px 10.5px 10px;
    font-size: 14px;
    background-color: #fff;
    color: #0083c9;
}

.items-grid-style .item-spot .item-content header {
    height: 135px;
}

#items-listing-area .inner-description a {
    padding: 15px 20px !important;
}

.listing-container .navigation .pagination {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

.listing-container .navigation .pagination li {
    display: inline;
}

.listing-container .navigation .pagination .disabled span {
    color: #bbbbbb;
    background-color: #ffffff;
}

.listing-container .navigation .pagination .active span {
    color: #ffffff;
    text-decoration: none;
    background-color: #0083c9;
}

.listing-container .navigation .pagination li a {
    margin-left: 0;
    border-radius: 4px;
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.listing-container .navigation .pagination li span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.listing-container .navigation .pagination li a:hover, .listing-container .navigation .pagination li span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.listing-container .navigation .pagination .disabled span:hover {
    color: #bbbbbb;
    background-color: #ffffff;
}

.listing-container .navigation .pagination .active span:hover {
    background-color: #337ab7;
    color: #ffffff;
}

.listing-container .items-grid-style .navigation .pagination {
    overflow: hidden;
    clear: both;
    display: table;
    margin: 0 auto;
}

.listing-container #filtersForm .form-group {
    margin-bottom: 5px;
}

.listing-container #listing_filters_filter {
    width: 100%;
    color: #ffffff;
    background: #0083c9;
    border-radius: 0px;
}

.listing-container #listing_filters_filter:before {
    font-family: FontAwesome;
    font-size: 16px;
    top: 0;
    left: -5px;
    padding-right: 10px;
    content: "\f002";
}

.listing-container .filter-title label {
    display: none;
}

.display-block {
    display: block !important;
}

.listing-container .listing-title-form label {
    display: none;
}

.listing-container .listing-title-form #listing_filters_title {
    background-color: #f4f4f4;
}

.listing-container .filter-price select {
    background-color: #f4f4f4;
    height: 35px;
    width: 100%;
    border: 1px solid #ddd;
}

.listing-container .filter-price .col-md-6 {
    margin-top: -15px;
}

.listing-container .filter-price .col-md-6 .form-group {
    margin-top: -10px;
}

.listing-container .filter-loading {
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.listing-container .filter-loading .blockUI {
    font-size: 26px;
    border: 0px !important;
    top: -20px !important;
}

.listing-container .user-options:hover {
    cursor: pointer;
    text-decoration: underline;
}

.listing-container .options-promoted {
    font-weight: bold !important;
    color: #151515 !important;
}

.listing-container .promote a {
    text-decoration: none;
    font-weight: bold;
    color: #77c04b;
}

.listing-container .promote a {
    text-decoration: none;
    font-weight: bold;
    color: #77c04b;
}

.user-options li a, .options-promoted li a {
    color: #fff !important;
    background: #77c04b !important;
}

.user-options li a:hover, .options-promoted li a:hover {
    color: #77c04b !important;
    border: 1px solid #77c04b;
    background-color: transparent !important;
}

#sendMessage .col-md-4 {
    text-align: center;
}

#sendMessage .col-md-4 img {
    width: 150px;
    height: 150px;
}

#sendMessage .col-md-12 {
    padding-bottom: 30px;
}

#sendMessage textarea {
    height: 160px;
}

.edit-list-container .row {
    background-color: #f4f4f4;
}

.edit-list-container .inline-buttons {
    display: -webkit-box;
    margin-top: 40px;
}

.edit-list-container .inline-buttons .btn-delete {
    margin-left: 20px;
}

.edit-list-container .listing-images {
    margin-bottom: 10px;
}

.edit-list-container .listing-images img {
    margin-bottom: 5px;
}

.edit-list-container .listing-image {
    position: relative;
    display: inline-block;
}

.edit-list-container .listing-image i {
    font-size: 25px;
    color: #ffffff;
    margin-left: 3px;
}

.edit-list-container .del_listing_img {
    display: block;
    border-radius: 2px;
    width: 26px;
    background-color: rgba(0, 0, 0, .4);
    height: 25px;
    position: absolute;
    top: 2px;
    right: 2px;
}

.edit-list-container #featured-paymentOptions {
    display: none;
}

/* End of Edit list CSS */

.radio-dropdown ul.city {
    height: auto;
    max-height: 212px;
    overflow-y: scroll;
    z-index: 1000;
}

/* Dashboard settings Tab CSS*/
#savesettings .field-block .labeled-input {
    margin-bottom: 10px;
}

#savesettings .radio-accordion-wrap {
    margin-left: -25px;
}

.tab007 .basic-card > .inner form {
    padding: 0px;
}

.dashboard-container .back-button {
    padding: 0px;
    margin-top: 5px;
}

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

.dashboard-container .select2-container .select2-selection--single {
    height: 100% !important;
}

.dashboard-container .adicon-heart {
    color: #f95858;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.mright15 {
    margin-right: 15px;
}

.pdingtop5 {
    padding-top: 5px;
}

.normal {
    font-size: 12px;
    line-height: 16px;
}

.overh {
    overflow: hidden;
}

#conversationContainer {
    overflow: hidden;
    list-style-type: none;
}

ul#conversationContainer > li.my {
    margin-left: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
}

ul#conversationContainer > li.sender {
    margin-right: 60px;
    margin-top: 5px;
}

#conversationContainer .title {
    padding: 5px 0px;
    font-size: 13px;
    line-height: 17px;
}

#conversationContainer .sender.title {
    display: block;
}

#conversationContainer .cont .thumb img {
    width: 45px;
    height: 45px;
    vertical-align: middle;
}

#conversationContainer .bkgreen {
    background: #77c04b;
}

#conversationContainer .msg-my {
    color: #fff;
    font-size: 15px;
    padding: 0px 15px;
}

#conversationContainer .msg #message {
    margin: 0;
    padding: 0;
}

#conversationContainer .msg {
    padding: 15px;
    color: #000;
    background-color: #fff3c7;
    font-size: 15px;
}

#conversationContainer .text-area {
    margin-top: 10px;
}

#conversationContainer .list-sender .cont {
    margin-top: 0px;
}

#conversationContainer .received {
    float: right;
    font-size: 13px;
    font-style: italic;
}

#conversationContainer .my .cont {
    overflow: hidden;
}

.dashboard-container .msg-single .msg-list {
    padding-top: 10px;
}

.dashboard-container .messages-list .msg-list {
    margin-top: 5px;
    padding: 0px;
}

.dashboard-container .messages-list .msg-list .msg-unit {
    margin-bottom: 0;
}

.messages-list .msg-unit .msg-actions {
    z-index: 21;
}

.conv-unread > div {
    background: #fff3c7 !important;
}

.messages-list .fa-star {
    font-size: 24px;
    color: #77c04b;
}

.messages-list .msg-content img {
    width: 130px;
    height: 125px;
}

.messages-list .msg-content figure, .messages-list .msg-content header {
    cursor: pointer;
}

.message-loading {
    display: none;
    text-align: center;
    margin-top: 70px;
}

/*Listing page replace bootrstrap features */
.listing-container .create-listing {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
}

.listing-container header h6 {
    font-size: 14px;
}

.listing-container header h4 {
    margin: 15px 0;
    color: #151515;
    font-weight: 600;
    font-size: 20px;
}

.listing-container .show-button {
    border-radius: 0px;
}

.listing-container .mobile-list-filter {
    border-radius: 0px;
    padding: 7px 20px;
}

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

.listing-container .listing-filter-block h6 {
    font-size: 16px !important;
    font-weight: bold !important;
}

.listing-container .listing-filter-block .price {
    margin-bottom: 25px;
}

.listing-message .modal-content {
    box-shadow: none !important;
    background-color: #f4f4f4 !important;
}

.listing-message .listing-title {
    margin-top: 20px;
    display: block;
}

.datepicker table tr td.day:hover {
    background: #0083c9 !important;
    color: #fff;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #0083c9 !important;
    color: #fff;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    color: #fff;
    background: #0083c9 !important;
}

.fileinput-button input {
    display: none;
}

.form-control {
    border-color: #e0e0e0 !important;
}

.dashboard-container .image-uploader {
    display: none;
}

.dashboard-container .user-avatar {
    min-height: 248px;
}

.dashboard-container .user-avatar a, .dashboard-container .user-avatar a:active, .dashboard-container .user-avatar a:hover {
    text-decoration: none;
    color: #fff;
}

.dashboard-container .dashboard-conversations i {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0083c9;
}

.dashboard-container .dashboard-listings i {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff7200;
}

.dashboard-container .dashboard-messages i {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #77c04b;
}

.dashboard-container .dashboard-conversations span {
    background-color: #0083c9 !important;
}

.modal-container .inner {
    margin: 0 auto;
    overflow: hidden !important;
    display: block !important;
    height: auto !important;
}

.dashboard-container #savesettings .save-settings {
    padding-left: 0px !important;
    margin-top: 15px;
}

.anunturi a {
    color: #0083c9 !important;
}

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

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

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

.modal-content {
    border-radius: 0px !important;
    border: 0px !important;
    box-shadow: 0px !important;
}

#sendMessage header p b {
    display: block;
}

.fa-eye {
    margin-right: 5px;
}

.doc-header .add-new-listing i {
    top: 50%;
    color: #2d8ef2;
    line-height: 67px;
}

.user-empty-list-add-button {
    margin: 0 auto;
    width: 250px;
}

.item-actions .phone-a {
    color: #000000 !important;
    width: auto !important;
    border-radius: 0;
}

.item-actions .fa-envelope {
    background: #77c04b !important;
    color: #FFFFFF !important;
    margin: 0 !important;
    padding: 0 !important;
}

.item-actions .fa-phone {
    cursor: pointer;
    background: #0083c9 !important;
    color: #FFFFFF !important;
}

.has-error .help-block {
    color: #eb0501;
}

.max-length {
    color: #999;
}

input[type="number"] {
    width: 100%;
    max-width: 570px;
    border: 1px solid #e0e0e0;
    outline: none;
    box-shadow: none;
    height: 42px;
    padding: 0 15px;
}

#send-message-mobile {
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 50px;
}

.listing-send-message {
    display: block;
    text-decoration: none;
    margin-right: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50% !important;
    color: #b7b7b7;
    font-size: 12px;
    position: relative;
    border: 0;
}

.listing-send-message .tooltip:before {
    margin: 0 !important;
}

.listing-send-message .fa-envelope:before {
    margin: 0 !important;
}

.listing-container .contact-options {
    display: inline-flex;
}

.listing-container .list-article img {
    background-color: #fff;
}

#send-message-mobile p {
    font-size: 14px;
}

.trigger-gallery {
    display: none !important;
}

.phone-spoiler {
    font-weight: 400;
    font-size: 11px;
    border-bottom: 1px dotted #accaee;
    color: #fff;
    cursor: pointer;
}

.desktop-phone {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    margin: 5px 0 0 0;
}

.list-container .short-widget {
    padding: 25px 25px 25px 105px !important;
}

.msg-header-filters .active a {
    color: #ffffff !important;
    background: #0083c9 !important;
}

.empty-msg-list {
    padding-top: 70px;
    padding-bottom: 72px;
}

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

.loading-convs .fa {
    margin-right: 5px;
}

.loading-convs img {
    width: 20px;
    margin-right: 5px;
}

#clear-filters {
    display: none;
    width: 100%;
    color: #0083c9;
    background-color: #ffffff;
    margin-top: 5px;
}

#clear-filters .fa {
    font-size: 20px;
    margin-right: 5px;
}

.dashboard-container .setari-settings .email-notifications, .dashboard-container .setari-settings .email-newsletter {
    width: 100%;
    overflow: hidden;
    display: inline-flex;
    margin-bottom: 20px;
}

.setari-settings .email-notifications p, .setari-settings .email-newsletter p {
    margin: 0;
}

.setari-settings .switchery {
    margin-right: 5px;
}

.dashboard-container .back-button .fa {
    font-size: 14px;
    margin-right: 10px;
}

/* Modal fixes custom sizes */
@media screen and (device-aspect-ratio: 375/667) {
    .modal-container .inner {
        margin: 0 auto;
        position: initial;
    }
}

@media screen and (max-width: 767px) and (min-height: 300px) and (max-height: 480px) {
    .modal-container .inner {
        position: initial;
        margin-top: 50px !important;
    }
}

/* Media screen size (mobile & desktop) CSS */

@media screen and (max-width: 400px) {
    .dashboard-container .uzr-options-area .uzr-panels .uzr-panel .panel-actions ul.panel-action-list > li a {
        padding: 8px 0px !important;
    }

    .list-container .text-right-md p a {
        display: inline-flex;
    }

    .uzr-options-area .uzr-panels .uzr-panel .panel-actions ul.panel-action-list > li {
        text-align: center;
        width: 48%;
        margin-bottom: 3px;
    }
}

@media screen and (min-width: 400px) {
    .dashboard-container .uzr-options-area .uzr-panels .uzr-panel .panel-actions ul.panel-action-list > li a {
        padding: 8px 10px !important;
    }
}

@media screen and (max-width: 450px) {
    .dashboard-container #tab003 .msg-content {
        padding-bottom: 30px;
    }

}

@media screen and (min-width: 450px) and (max-width: 767px) {
    .list-container .inner-description, #items-listing-area .breadcrumb {
        display: none;
    }

    .dashboard-container #tab003 .msg-unit {
        display: block;
        overflow: hidden;
    }

    .dashboard-container #tab003 .msg-unit .msg-content {
        display: block;
        overflow: hidden;
        margin-right: 80px;
    }

    .dashboard-container #tab003 .msg-unit .msg-content .msg-body {
        display: block;
    }

    .dashboard-container #tab003 .msg-actions {
        margin-top: -80px;
        position: relative !important;
        float: right;
        display: block;
        margin-right: 140px;
        overflow: hidden;
    }

    .msg-list .msg-unit .msg-content {
        padding-left: 135px !important;
        padding-bottom: 30px !important;
        margin-right: 80px;
    }
}

@media screen and (max-width: 480px) {

    .empty-msg-list h4 {
        font-size: 14px;
    }

    .error-page {
        margin-top: 0;
        margin-bottom: 50px;
        min-height: 200px;
    }

    .well {
        padding: 10px !important;
    }

    .has-error .help-block {
        font-size: 12px;
    }

    .listing-container .item-content header {
        width: 100%;
    }

    #login-form .modal-content {
        padding: 0;
        width: 85%;
        margin-bottom: 30px;
    }

    #login-form .modal-content .remember-me {
        width: 50%;
        margin-top: 3px;
    }

    #login-form .modal-content .forgot-password {
        width: 50%;
    }

    .list-container #listing-container .quick-info ul li > .inner {
        background: #f4f4f4;
        padding: 5px 5px;
    }

    .dashboard-container #tab002 .item-spot {
        padding-left: 5px;
        padding-right: 5px;
    }

    .dashboard-container .item-spot header {
        width: 100%;
    }

    .dashboard-container .item-spot header h6 {
        text-overflow: ellipsis;
        display: block;
        height: 20px;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
        width: 100% !important;
    }

    .dashboard-container .item-date {
        text-overflow: ellipsis;
        display: block !important;
        height: 20px;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
        margin-right: 5px !important;
        font-size: 12px;
    }

    .dashboard-container #tab002 .item-spot {
        padding-top: 5px;
        min-height: initial !important;
        height: auto !important;
        padding-bottom: 5px;
    }

    .dashboard-container #tab002 .items-list .price-tag {
        margin-top: 0 !important;
        display: block;
    }

    .dashboard-container .msg-list .msg-unit {
        padding-right: 0 !important;
    }

    .dashboard-container .msg-list .msg-unit .msg-content {
        padding-right: 5px !important;
    }
}

@media screen and (max-width: 560px) {
    .call-to-action-3 .inner {
        text-align: center;
    }

    .call-to-action-3 .inner strong {
        font-size: 16px;
    }

    .social-opts .opt-fb-login span {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 640px) {
    .modal-container .inner {
        margin-top: 50px !important;
        margin-bottom: 90px;
        position: initial;
    }

    .listing-message header h4 {
        font-size: 14px;
    }

    .location-boxes .location-box > div {
        position: absolute;
        left: 5px;
        top: 15px;
        right: 5px;
        bottom: 5px;
    }

    .location-boxes .location-box {
        width: 50%;
        height: 160px;
        float: left !important;
    }

    .items-grid-style .inner-description .listing-buttons-user .edit-button:hover, .items-grid-style .inner-description .listing-buttons-user .show-button:hover {
        width: 100px;
    }

    .new-list-container .label, .new-list-container label {
        line-height: 20px !important;
    }

    .new-list-container .termStatement {
        text-align: center;
    }

}

@media screen and (min-width: 640px) and (max-width: 991px) {
    .location-boxes .location-box {
        width: 25%;
        height: 160px !important;
    }
}

@media screen and (max-width: 690px) {
    .dashboard-container .msg-header-actions {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .price-group .form-group:first-child, .price-group .form-group:nth-child(2){
        width: 100%;
        max-width: 100%;
        margin: 10px 0px;
    }

    .app-logo a.logo {
        background: url(/assets/img/logo/logo-mobile.png);
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: 0%;
        width:150px;
    }

    .container.list-container {
        padding-right: 0;
    }

    .hide-xs {
        display: none;
    }

    .hide-xs-imp {
        display: none !important;
    }

    .mobile-list .mobile-menu-link .img {
        background: url('../img/homepage/sticky-bar/icons.png');
        background-repeat: no-repeat;
        margin: 0 auto !important;
        width: 34px;
        height: 30px;
    }

    .mobile-list .home .mobile-menu-link .img {
        background-position: -7px -16px;
    }

    .mobile-list .anunturi .img {
        background-position: -46.5px -14.5px;
    }

    .mobile-list .add-listing .img {
        background-position: -82px -15.5px;
    }

    .mobile-list .user-messages .img {
        background-position: -124px -14.5px;
    }

    .mobile-list .user-settings .img {
        background-position: -162.5px -14.5px;
    }

    .mobile-list .sign-in .img {
        background-position: -203.5px -14.5px;
    }

    .mobile-list .sign-up .img {
        background-position: -242.5px -14.5px;
    }

    .dashboard-container .settings-append .user-log-out {
        margin-bottom: 20px;
    }

    .listing-container .listings-count {
        margin-bottom: 10px;
        overflow: hidden;
        display: inline-flex;
        width: 100%;
    }

    .edit-list-container .form-wrapper a {
        float: right;
    }

    .list-container .listing-buttons {
        display: inline-flex;
        margin-bottom: 10px;
    }

    .listing-container .listings-count span {
        text-align: center;
        margin-right: 5px;
        width: 49%;
        display: block;
    }

    .list-container .listing-buttons .display-inline .btn {
        margin-left: 5px;
    }

    .listing-container .listings-count .mobile-list-filter {
        display: inline;
        width: 50%;
    }

    .listing-container .listings-count .mobile-list-filter:active, .listing-container .listings-count .mobile-list-filter:hover {
        background: #686868 !important;
    }

    .listing-container .listings-count .mobile-list-filter:before {
        font-family: FontAwesome;
        font-size: 16px;
        top: 0;
        left: -5px;
        padding-right: 10px;
        content: "\f002";
    }

    .listing-filters {
        display: none;
        width: 100%;
        padding-right: 0;
        float: none;
    }

    .hide-filters {
        display: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .hide-filters .btn:before {
        font-family: FontAwesome;
        font-size: 16px;
        top: 0;
        left: -5px;
        padding-right: 10px;
        content: "\f002";
    }

    .hide-filters .btn {
        width: 100%;
    }

    .list-container aside {
        background-color: transparent;
        width: 100%;
        padding: 10px 15px 0px 15px;
    }

    .list-container aside .inner {
        background-color: white;
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .list-container .listing-buttons {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .list-container .listing-buttons .back-to-list-guest {
        width: 100% !important;
        text-align: center;
    }

    .listing-container .listing-actions .inner {
        float: right;
    }

    .list-container .info-icons .show-price {
        float: right;
    }

    .list-container .info-icons .show-price p {
        font-size: 26px;
        padding: 0px;
        margin-top: -5px;
        color: #000;
        font-weight: bold;
    }

    .list-container footer .inner {
        text-align: center;
    }

    .list-container .share-widget .social-links {
        text-align: center;
    }

    .list-container .share-widget li a {
        text-decoration: none !important;
        color: #fff !important;
    }

    .list-container .msg-rap {
        list-style-type: none;
        width: 100%;
        padding: 0px;
    }

    .list-container .msg-rap li a {
        width: 100%;
        margin-bottom: 5px;
    }

    .list-container .edit-del {
        display: block;
        margin-bottom: 10px;
    }

    .list-container .edit-del .btn {
        width: 100%;
    }

    .list-container .edit-del .btn-edit,
    .list-container .edit-del .btn-heart {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .list-container .edit-del .btn-delete {
        margin-bottom: 5px;
    }

    .edit-list-container .listing-images {
        text-align: center;
        padding-right: 10%;
    }

    .edit-list-container .listing-images .listing-image {
        width: 40%;
    }

    .edit-list-container header h1 {
        margin-top: 20px;
        font-size: 18px;
    }

    .edit-list-container .elements-block .field-block, .new-list-container .elements-block .field-block {
        margin-bottom: 0px;
    }

    .edit-list-container .inline-buttons {
        display: block !important;
    }

    .edit-list-container .btn-edit {
        width: 100%;
        margin-bottom: 5px;
    }

    .edit-list-container .btn-delete {
        width: 100%;
        margin-left: 0 !important;

    }

    .blockUI h2 {
        width: auto;
        padding: 10px !important;
        font-size: 18px !important;
    }

    .new-list-container header h1 {
        padding-top: 20px;
    }

    .new-list-container .create-new-list {
        margin-top: 0;
    }

    .new-list-container .create-new-list .btn {
        width: 100%;
    }

    .categories-slider {
        display: none;
    }

    .hero-banner {
        height: 550px !important;
    }

    .category-section {
        display: none;
    }

    .doc-header.style3 .container > .inner .app-logo {
        overflow: hidden;
    }

    .dashboard-container #tab002 .item-spot {
        min-height: 145px;
        height: auto;
    }

    .dashboard-container #tab003 .msg-unit .select-message {
        display: none;
    }

    .dashboard-container #tab002 .items-list .item-info {
        display: block;
    }

    .dashboard-container #tab002 .items-list .item-info .listing-views {
        display: none;
    }

    .dashboard-container #tab002 .items-list .price-tag {
        margin-top: 15px;
        display: block;
    }

    .dashboard-container #tab002 .item-admin-actions {
        margin-top: -25px;
        float: right !important;
        display: block;
    }

    .dashboard-container #tab002 .item-admin-actions ul li a {
        padding: 0px 5px !important;
    }

    #conversationContainer .msg {
        padding: 5px !important;
        color: #000;
        background-color: #fff3c7;
        font-size: 14px !important;
    }

    #conversationContainer .my .normal {
        line-height: 30px;
    }

    #conversationContainer .my .overh {
        overflow: initial !important;
    }

    #conversationContainer .msg-my {
        font-size: 14px;
    }

    .edit-list-container .form-group .select2, .new-list-container .form-group .select2 {
        width: 100% !important;
    }

    .edit-list-container .mega-dropdown-wrap .select2, .new-list-container .mega-dropdown-wrap .select2 {
        width: 100% !important;
    }

    .edit-list-container .filter-number, .edit-list-container .filter-date {
        height: 40px;
        width: 100%;
    }

    .new-list-container .filter-number, .new-list-container .filter-date {
        height: 40px;
        width: 100%;
    }

    .mobile-menu {
        border-top: 1px solid #ccc;
        height: 44px;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 9999;
        text-align: center;
    }

    .mobile-menu .mobile-list {
        display: inline-flex;
        list-style-type: none;
        text-decoration: none;
        margin-top: 2px;
        width: 100%;
        padding-left: 0%;
    }

    .mobile-menu .mobile-list i {
        font-size: 24px;
    }

    .mobile-list .user-messages span {
        text-align: center;
        height: 40px;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 100%;
        font-size: 14px;
        right: -15px;
        font-weight: bold;

    }

    .mobile-icon {
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -20px;
        display: block;
    }

    .mobile-menu-link {
        width: 100%;
        height: 40px;
        display: block;
    }

    .mobile-menu-link:hover {
        text-decoration: none;
    }

    .mobile-menu-link:hover p {
        color: #0083c9;
        font-weight: bold;
    }

    .item-spot header {
        padding-right: 0 !important;
        width: 100%;
    }

    #mobile-indicator {
        display: block;
    }

    #sendMessage .main-content .col-md-8, #sendMessage .main-content {
        padding-right: 0;
        padding-left: 0;
    }

    #sendMessage .main-content img {
        width: 100px;
        height: 100px;
    }

    .mobile-menu-link img {
        max-height: 30px;
        margin-top: 0;
    }

    .mobile-menu-link p {
        font-weight: bold;
        font-size: 10px;
        margin-top: -2px;
        color: #555;
    }

    #items-listing-area .show-button {
        margin-top: -2px;
    }

    /* CSS For home page search */
    .category-search .search-query .search-widget-wrap {
        width: 100%;
    }

    .category-search .search-filter,
    .category-search .search-widget.search-button,
    .category-search .search-button button {
        float: left !important;
        width: 100% !important;
        max-width: none;
    }

    .category-search .city, .category-search .category {
        width: 100%;
    }

    .category-search .search-button {
        height: 55px;
        padding-right: 0;
    }

    .add-ad-mid-button a {
        width: 100% !important;
    }

    .radio-dropdown {
        max-width: 100%;
    }

    .showmob {
        display: block !important;
    }

    .hidemob {
        display: none !important;
    }

    .settings-append .basic-card .logout {
        float: right;
        display: block;
        padding: 10px 0px;
    }

    .settings-append .basic-card .my-listings {
        float: left;
        display: block;
        padding: 10px 0px;
    }

    .settings-append .btn {
        padding: 7px;
    }

    .loading-bar {
        background: url(/assets/img/basic/loader.gif);
        background-size: 10%;
        background-position: 0% 105%;
        background-repeat: no-repeat;
    }

    .doc-header.style3 {
        position: fixed;
    }

    .dsk-ldr {
        display: none;
    }

    .app-canvas {
        padding: 75px 0 0 !important;
    }

    .listing-actions .inner{
        width:100%;
    }

    .sort-action.age,
    .sort-action.price{
        width:49%!important;
    }

    .sort-action.age{
        margin-right:0!important;
    }

    .sort-action.price{
        margin-right:2%!important;
    }

}

@media screen and (min-width: 767px) {

    .item-content{
        padding-left:0
    }

    .hidepc{
        display:none!important;
    }

    .showpc{
        display:block!important;
    }

    .doc-header .add-new-listing {
        display: inline-flex !important;
        overflow: hidden;
    }

    .desktop-filter {
        margin-top: -2px;
        padding: 10px 20px !important;
    }

    .listing-actions .inner .search-action > a, .listing-actions .inner .layout-action > a {
        background: #0083c9;
        color: #ffffff;
    }

    .hide-filters {
        display: none !important;
    }

    .dashboard-container .user-log-out {
        display: block;
        margin-top: -30px;
        margin-bottom: 25px;
    }

    .modal-container .inner {
        margin: 0 auto;
        position: absolute;
    }

    .mobile-menu {
        display: none;
    }

    .edit-list-container .mega-dropdown-wrap .select2, .new-list-container .mega-dropdown-wrap .select2 {
        width: 570px !important;
    }

    .edit-list-container .filter-number, .new-list-container .filter-number {
        width: 570px;
        height: 40px;
    }

    .edit-list-container .filter-date, .new-list-container .filter-date {
        line-height: 20px;
    }

    #savesettings h5 {
        margin-left: -20px !important;
        padding: 25px 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .dashboard-container .item-admin-actions .view-listing:hover .view-tooltip {
        display: block !important;
        left: 10%;
    }

    .dashboard-container .item-admin-actions .edit-listing:hover .edit-tooltip {
        display: block !important;
        left: 37%;
    }

    .dashboard-container .item-admin-actions .deactivate-list:hover .deactivate-tooltip, .dashboard-container .item-admin-actions .activate-list:hover .activate-tooltip {
        display: block !important;
        left: 63%;
    }

    .dashboard-container .item-admin-actions .delete-listing:hover .delete-tooltip {
        display: block !important;
        left: 89%;
    }

    .dashboard-container .messages-list .star-message:hover .star-tooltip {
        display: block !important;
        left: 18%
    }

    .dashboard-container .messages-list .unstar-message:hover .star-tooltip {
        display: block !important;
        left: 18%
    }

    .dashboard-container .messages-list .delete-message:hover .delete-tooltip {
        display: block !important;
        left: 56%
    }

    .dashboard-container .messages-list .select-message:hover .select-tooltip {
        display: block !important;
        left: 92%
    }

    .list-container .text-right-md p {
        margin-top: 0px;
    }

    .list-container .listing-buttons {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .list-container .listing-buttons .btn-edit,
    .list-container .listing-buttons .btn-heart {
        margin-right: 10px;
        width: 50%;
        text-align: center;
    }

    .listing-container .listings-count .mobile-list-filter {
        display: none;
    }

    #listing-container header {
        padding-top: 20px !important;
    }

    .list-container .clearfix .mobile-price {
        display: none !important;
    }

    .list-container .info-icons .show-price {
        display: none !important;
    }

    .list-container .listing-buttons, .list-container .edit-del {
        width: 100%;
    }

    .list-container .listing-buttons .btn-delete {
        width: 100%;
    }

    .list-container .edit-del #deleteForm {
        width: 50%;
    }

    .listing-container .listings-count {
        overflow: initial;
        margin-bottom: 15px;
        display: block;
        overflow: hidden;
    }

    .loading-bar {
        background: url(/assets/img/basic/loader.gif);
        background-size: 100%;
        background-position: 0% 105%;
        background-repeat: no-repeat;
    }

    .settings-append .basic-card .logout,
    .settings-append .basic-card .my-listings {
        display: none;
    }

    .dsk-ldr {
        position: fixed;
        top: 0px;
        right: 0px;
        height: 70px;
        width: 70px;
        z-index: 100;
        display: block;
    }

}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .category-thumbs .cat-thumb {
        width: 25% !important;
    }

    .category-thumbs .cat-thumb .cat-caption {
        width: 87% !important;
    }

    .category-thumbs.style2 .cat-thumb .cat-caption h3 {
        font-size: 14px !important;
    }

    .category-thumbs.style2 .cat-thumb .cat-caption > div {
        padding: 10px 50px 10px 10px !important;
    }

    .category-section .cat-thumb img {
        height: 150px;
    }

    /* CSS For home page search */
    .category-search .search-query {
        width: 69% !important;
    }

    .category-search .search-widget-wrap {
        width: 100%;
    }

    .category-search .city, .category-search .category {
        display: none;
    }

    .category-search .search-button {
        height: 55px;
        padding-right: 0;
    }

    .category-search .search-button button {

    }

    /* end home page search */
}

@media screen and (min-width: 800px) {
    .items-list .list-article .inner-description .listing-buttons-user .show-button {
        width: 100px;
    }

    .items-grid-style .list-article .inner-description .listing-buttons-user .show-button {
        width: 48%;
        margin-top: 0px;
    }

    .items-grid-style .list-article .inner-description .listing-buttons-user .edit-button {
        width: 48%;
        margin-top: 0px;
        margin-right: 5px;
    }

    .items-grid-style .list-article .listing-buttons-user {
        display: inline-flex;
        width: 100%;
    }
}

@media screen and (min-width: 820px) {
    .items-list .list-article .inner-description .listing-buttons-guest .show-button {
        margin-top: 0px;
        width: 100px;
    }
}

@media screen and (max-width: 891px) {
    .dashboard-container .tab007 .user-avatar img {
        width: 250px;
    }
}

@media screen and (min-width: 991px) {
    .listing-container .items-grid-style .item-spot .item-content .item-actions .price-tag-user {
        margin-top: 0px;
    }

    #sendMessage .inner {
        width: 760px !important;
    }

    #savesettings .field-block .labeled-input {
        margin-bottom: 10px;
        width: 43%;
    }

    .dashboard-container .msg-single .msg-list {
        float: left;
    }

    .list-article .inner-description .edit-button {
        margin-top: -30px;
    }

    .list-article .inner-description .show-button {
        margin-top: 25px;
    }

    .dashboard-container .list-empty {
        margin-bottom: 126px;
    }
}

@media screen and (max-width: 991px) {
    #sendMessage .col-md-4 {
        padding-bottom: 20px;
    }

    .dashboard-container .settings-append .user-avatar {
        display: block;
        width: 200px;
        margin: 0 auto;
        min-height: 200px;
    }

    .listing-container .item-spot a.view-item {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 0px;
    }

    .listing-container .item-spot .inner {
        padding-bottom: 15px;
    }

    .listing-container .item-spot .listing-buttons-user a.view-item {
        width: 48% !important;
    }

    .listing-container .listing-buttons-guest .show-button {
        width: 100% !important;
    }

    .location-boxes .location-box h3 {
        font-size: 22px !important;
    }

    .listing-contaienr .item-spot .item-content {
        padding-bottom: 15px;
    }

    .dashboard-container #tab002 .list-empty {
        margin-bottom: 20px;
    }

    .dashboard-container #tab003 .inner {
        padding-bottom: 0px;
    }

    #items-listing-area .item-spot .item-actions .price-tag {
        padding: 0px !important;
    }
}

@media screen and (min-width: 1024px) {
    .category-thumbs .cat-thumb {
        width: 25% !important;
    }

    .category-thumbs.style2 .cat-thumb .cat-caption > div {
        padding: 10px 50px 10px 10px !important;
    }

    .category-section .cat-thumb img {
        height: 210px;
    }

    .category-thumbs .cat-thumb .cat-caption {
        width: 90% !important;
    }
}

@media screen and (max-width: 1024px) {
    .dashboard-container .uzr-options-area .uzr-panels .uzr-panel .panel-actions {
        display: block !important;
    }

    .listing-container header h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .list-container .short-widget {
        padding: 25px 5px 25px 75px !important;
    }

    .list-container i {
        left: 20px
    }
}

@media screen and (max-width: 1250px) {
    .categories-slider .slick-arrow {
        top: 45%;
    }
}

.close-lg-gallery .fa-close{
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 40px;
}

/* Hide ride padding for G+ button in SignIn/LogIn modals, remove after implement functionality */
.social_login_opt > div {
    position: relative;
    padding-right: 0px;
}

.homescreen {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    width: 1140px;
}

.category-row .cat-thumb {
    padding: 0 15px 15px 0;
}

.category-row .cat-thumb:last-child {
    padding: 0 0 15px 0;
}

#listing-container .fa-heart, #listing-container .fa-phone {
    cursor: pointer;
}

.fa-heart.unliked {
    color: #f95858;
    background: #fff !important;
    border: 3px solid #f95858;
    line-height: 24px;
}

.list-container .like-view {
    width: 100%;
}

.list-container .like-view .btn.btn-edit {
    cursor: default;
}

.list-container .like-view .btn:last-of-type {
    margin-right: 0;
}

footer.new-ad {
    padding: 10px !important;
}

footer.new-ad p {
    margin: 0;
    padding: 5px;
}

.container.list-container {
    width: 1140px;
    padding-left: 0;
}

.login-error{
    width:100%;
    text-align:left;
    color: #b01c0c;
    margin: -10px 0 10px 0;
}

.page.row{
    margin-right:0;
    margin-left:0;
}

.sort-action.price{

}

.sort-action.age{

}

.featured-items .item-thumb h3{
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

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

.section.home:nth-of-type(1){
    padding-top:0px;
}

.section.home .heading.big{
    padding: 0;
    padding-bottom: 40px;
}