body.desktop {
    min-width: 100%;
}

#company-profile #profile-ranking .rank-row .box.background span {
    line-height: 70px;
}

#company-profile #profile-ranking .rank-row .box.background {
    width: 70px;
    height: 70px;
}

#company-profile #profile-ranking .rank-row .chevron-box .profile-hero .title {
    text-transform: uppercase;
}

span.report-error {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: pointer;
    box-sizing: border-box;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

span.report-error:active {
    border-style: inset;
}

span.report-error,
button.market-blue-btn {
    background: #4285f4;
    -webkit-appearance: none;
    color: white;
    font-family: inherit;
    font-size: 12px;
    line-height: 2.5;
    width: 180px;
    border-color: #4285f4;
    margin-top: 5px;
    border-radius: 5px;
}

button.mobile.report-error {
    width: 90% !important;
    padding: 6px 0;
    margin-top: 15px;
    margin-bottom: 30px;
    border-radius: 0;
}

button.open-info-modal {
    background: #cfd4d5 !important;
    border-color: #cfd4d5;
}

/* ============================
    PROFILE BASIC INFO
   ============================*/

#company-profile .profile-basics .background span {
    display: block;
    line-height: 105px;
    font-size: 32px;
    font-weight: 400;
    color: white;
    text-align: center;
    width: 105px;
    text-transform: uppercase;
    border-radius: 50%;
    background: #adb0b1;
    margin-bottom: 10px;
}

#company-profile .profile-basics #verification-icon img {
    margin-top: -2px;
    margin-left: -12px;
}

img#verify-icon {
    position: absolute;
    margin-top: -38px;
    margin-left: 85px;
}

#company-profile .services,
#company-profile .description {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 80px 70px 80px 0px;
    border: 1px solid transparent;
}

/*#company-profile .services:hover,
#company-profile .description:hover {
    border: 1px solid #eeeef4;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
*/
.center {
    text-align: center;
}

/* ============================
    RANKING
   ============================*/
#profile-ranking .rank-row .box.background {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #cbcbcb;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

#profile-ranking .rank-row.break {
    border-bottom: 1px solid transparent !important;
}

#profile-ranking .rank-row.break + .rank-row {
    border-top: 1px solid transparent !important;
}

#profile-ranking .rank-row.break:after {
    background-image: url(/site_media/static/patterns/break-fragment.png);
    background-repeat: repeat-x;
    height: 24px;
    content: "";
    display: block;
    left: -10px;
    right: 0;
    pointer-events: none;
}

#profile-ranking .rank-row.recommended-rank.break:after {
    margin-top: 40px;
}

/*====================
    Services
====================== */
.services-action {
    text-align: center;
}

.services-actions button {
    float: left;
    width: 140px !important;
    margin: 5px 10px 5px 0px;
}

/* ===================
    MOBILE CSS
=====================*/

.mobile-container .content.profile-hero {
    padding-bottom: 0 !important;
}

.mobile-container .profile-basics {
    margin-top: 16px !important;
}

.mobile-container .profile-hero p.company-name {
    font-size: 18px;
    margin-bottom: 0;
}

.mobile-container span.info-span.views {
    color: rgb(101, 119, 134) !important;
    font-size: 12px;
}

.mobile-container .contacts-box,
.mobile-container .about-box {
    width: 50% !important;
    float: left;
}

div.header-profile-nav {
    height: 55px;
    padding: 7.5px 15px !important;
}
.header-profile-nav.affix-top {
    margin-left: -1000px;
}

.header-profile-nav.affix {
    margin-left: 0;
}

.mobile-container div.header-profile-nav i {
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

div.header-profile-nav {
    border-bottom: 1px solid #ddd;
    background: white !important;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    color: inherit;
}

.company-name span img {
    position: absolute;
}

#company-profile .not-verified.recommended {
    background: red !important;
    color: white !important;
}

@media screen and (max-width: 991px) {
    #profile-ranking .rank-row.break:after {
        background-image: url(/site_media/static/patterns/break-fragment.png);
        background-repeat: repeat-x;
        height: 24px;
        bottom: auto !important;
        content: "";
        display: block;
        left: -10px;
        right: 0;
        pointer-events: none;
        position: absolute;
        margin-top: 55px;
    }

    #profile-ranking .rank-row.break {
        margin-bottom: 30px !important;
    }

    .row-title h5.ranking {
        text-align: left !important;
        border-bottom: 4px solid #4c86f8;
        width: 158px;
        line-height: 2;
        margin: 0;
        margin-bottom: -18.5px;
    }

}

@media (max-width: 450px) {
    #verify-icon {
        position: relative;
        margin-top: 0;
        margin-left: 0;

    }
}

/** Feedback box **/

.feedback-box {
    padding: 0 10%;
}

.feedback-box p {
    text-align: right;
    display: block;
    width: 100%;
}

.feedback-box button {
    text-align: left;
    background: white;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    margin-left: 5px;
}

.feedback-box p.feedback-response {
    text-align: center;
}

.feedback-box p.feedback-response i {
    color: #4cb470;
}

button.cancel.edit-btn.market-blue-btn {
    background: #d0d4d5;
    border: 1px solid #999;
}

button.edit-btn.market-blue-btn {
    width: 75px;
    margin-right: 7.5px;
    margin-top: 7.5px;
}


@media (max-width: 480px) {

    .box .background {
        display: none;
    }

    .profile-basics .background {
        display: block;
    }

    #company-profile #profile-ranking .rank-row .box.background {
        width: 70px;
        /*display: none;*/
    }
}

ul li, li {
    list-style: none;
}

ul li {
    display: inline;
}

ul {
    padding: 0;

}

.company-name {
    font-weight: 600;
    margin-bottom: 0;
}

li img {
    margin-left: 3px;
}

/*osvaldo's rules*/
.profile-hero {
}

.company-profile-footer {
    align-items: end;
    /*background-color: #EDF1F5;*/
    /* position: fixed; */
    /*height: 80px;*/
    /* bottom: 0; */
    border-top: 1px solid #979797;
    width: 100%;
}

.company-description-content {
    /*background-color: #EDF1F5;*/
    /*opacity: 87%;*/
    /* display: table;*/
}

.company-description-content-column {
    float: none;
    vertical-align: top;
    letter-spacing: -0.42px;
}

.company-ranking-card {
    background-color: #FFFFFF;
}

#profile-ranking .rank-row {
    border-top: none;
}

.row-title {
    max-height: 30px;
    padding-bottom: 30px;
}

.company-contacts {
}

.number-of-views {
    margin-left: 10px;
    font-size: 14px;
}

.company-address {
    margin-top: 15px;
}

.categories {
    margin-top: 15px;
    margin-bottom: 5px;
}

#main-header,
#space-65 {
    display: none;
}

.footer-items {
    align-items: center;
    margin-bottom: 0;
}

.footer-item {
    display: inline-block;
    font-size: 14px;
}

.open-estimate-modal {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    padding: 4px 12px;
}
.open-estimate-modal:active,
.open-estimate-modal:focus,
.open-estimate-modal:hover {
    color: white;
    border-color: #4285f4;
    outline: none;
}


.company-logo-hero {
    padding-top: 50px;
    padding-bottom: 50px;
}

.company-logo-hero .company-logo {
    margin: 0 auto;
    display: block;
    background-color: white;
    width: 110px;
    height: auto;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
}

.box-background {
}

.box.background {
    /*padding-left: 0;*/
}

.go-to-top {
    cursor: pointer;
}

.chevron-box {
    color: #97979761;;
}
.package-amount {
    font-size: 48px;
    line-height: 48px;
    font-weight: 900;
}
.package-periodicity {
    font-size: 12px;
    vertical-align: super;
    margin: -10px;
}
.package-header {
    margin-bottom: 68px;
}

.main-body {
    max-width: 1400px;
    margin: 0 auto;
}

/*.grey-box-shadow {*/
/*    box-shadow: 0 2px 17px 0 rgba(0,0,0,0.34);*/
/*    position: relative;*/
/*}*/
/*.grey-box-shadow::after {*/
/*    content: " ";*/
/*    display: block;*/
/*    height: 20px;*/
/*    width: 100%;*/
/*    background: white;*/
/*    position: absolute;*/
/*    bottom: -20px;*/
/*    left: 0;*/
/*}*/

.grey-box-shadow {
    position: relative;
}
.grey-box-shadow:before {
    box-shadow: -15px 0 15px -15px rgba(0,0,0,0.34) inset;
    -webkit-box-shadow: none;
    content: " ";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 15px;
}
.grey-box-shadow:after {
    box-shadow: 15px 0 15px -15px rgba(0,0,0,0.34) inset;
    -webkit-box-shadow: none;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
}