#user_profile__container {
    box-shadow: 0 0 3px 0px #9a9898;
    padding: 20px 0;
    position: relative;
}

/*Profile picture*/

.avatar-upload {
    height: 150px;
    position: relative;
    width: 150px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 16px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    border-radius: 3px;
    display: inline-block;
    width: 28px;
    height: 25px;
    margin-bottom: 0;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    color: #757575;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f030";
}

.avatar-upload .avatar-preview {
    height: 150px;
    width: 150px;
}

.avatar-upload .avatar-preview > div {
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/*User profile*/

.user__profile--container {
    /*margin-bottom: 10px;*/
    /*padding: 18px;*/
    /*!* box-shadow: 1px 1px 5px 0 #d2d2d2; *!*/
    /*border-right: 1px solid #ececec;*/
    /*border-radius: 3px;*/
}

.user__company--container {
    text-align: center;
    margin-top: 10px;
    line-height: 1.7;
}

.user__profile--name > span {
    font-weight: 700;
    color: #5a5a5a;
    max-width: 320px;
    min-width: 150px;
    display: inline-block;
    font-size: 24px;
}

.company__name > span {
    font-weight: 700;
    color: #5a5a5a;
    font-size: 16px;
}

/*User description*/

.user__details--container {
    padding: 0px 40px 0px 40px;
    /* box-shadow: 1px 1px 5px 0 #d2d2d2; */
    border-radius: 3px;
    margin-bottom: 10px;
    /*border-top: 1px solid #ececec;*/
}

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

.user__about--title > span {
    color: #5a5a5a;
    /*border-bottom: 7px solid #2c7eef;*/
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
}

.user__about--description > p {
    color: #5a5a5a;
}

/*Portfolio*/

.portfolio--image {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}

.portfolio--image img {
    width: 100%;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
}

/*.portfolio--image img:hover {*/
/*-webkit-filter: none;*/
/*filter: none;*/
/*}*/

.portfolio__container {
    padding: 0px 40px;
    /* box-shadow: 1px 1px 5px 0 #d2d2d2; */
    /*border-radius: 3px;*/
    /*margin-bottom: 10px;*/
    /*border-right: 1px solid #ececec;*/
}

.portfolio__title {
    margin-bottom: 20px;
}

.portfolio__title > span {
    color: #5a5a5a;
    /*border-bottom: 7px solid #2c7eef;*/
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
}

/*Review*/
#rating_board {
    display: none;
    transform: scale(0.6);
    margin-left: 16px;
}
/* Three column layout */
.side {
    float: left;
    width: 15%;
    /*margin-top:10px;*/
}

.side div {
    float: right;
    margin-right: 15px;
    font-weight: bold;
    color: #818181;
    font-size: 25px;
}

.side.right {
    visibility: hidden;
}

.middle {
    margin-top: 10px;
    float: left;
    width: 70%;
}

/* Place text to the right */
.right {
    text-align: right;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* The bar container */
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}
.bar-container div {
    background-color: #f9cf16;
    height: 18px;
}
/* Individual bars */
/*.bar-5 {width: 60%; height: 18px; background-color: #2f8416;}*/
/*.bar-4 {width: 30%; height: 18px; background-color: #2c7eef;}*/
/*.bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}*/
/*.bar-2 {width: 4%; height: 18px; background-color: #f9cf16;}*/
/*.bar-1 {width: 15%; height: 18px; background-color: #f44336;}*/

.review__container {
    padding: 0px 40px;
    /* box-shadow: 1px 1px 5px 0 #d2d2d2; */
    border-radius: 3px;
    /*border-right: 1px solid #ececec;*/
}

/* .reviews {
    margin-bottom: 20px;
} */

/* .reviews:not(:first-child) {
    border-top: 1px solid #b9c1d180;
    padding-top: 20px;
} */

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

.review--title > span {
    color: #5a5a5a;
    /*border-bottom: 7px solid #2c7eef;*/
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
}

.review--description > p {
    color: #5a5a5a;
}

.review--description > span {
    font-style: italic;
    font-size: 12px;
    color: #707070;
}

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

.rating--star > i {
    color: #f9cf16;
}

.social__media {
    font-size: 30px;
    color: #2c7eef;
    margin-top: 20px;
    text-align: center;
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.social__media > a {
    cursor: pointer;
    text-decoration: none;
    color: #2c7eef;
}

.social__media > a:last-child {
    margin-right: 0;
}

/*Edit button*/

.edit-icon {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    width: 20px;
    height: 20px;
    background: #e4e1e1;
    color: #757575;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    margin-left: 5px;
}

.edit-icon:before {
    vertical-align: inherit;
    content: "\f303";
    position: absolute;
    top: 4px;
    left: 3px;
}

/*Pagination*/

.paginationjs {
    flex-wrap: wrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

/*Social Media input*/

.social__media--input--container {
    margin-top: 20px;
}

.social__media--title {
    text-align: center;
}

.social__media--inputs {
    margin-top: 20px;
    display: none;
}

#socialmedia--form fieldset label {
    font-weight: 500;
    color: #5a5a5a;
}

.form-control {
    display: block;
    width: -webkit-fill-available;
    padding: 0 10px;
    height: calc(1.6em + 0.75rem + 2px);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0 0 5px;
}

.the-count {
    font-size: 0.875rem;
}

#the-count-description {
    display: none;
    font-weight: bold;
}

.social__media--title > span {
    font-weight: 500;
    color: #5a5a5a;
}

.breadcrumb__container {
    float: left;
}

.action__button {
    /* text-align: center; */
    display: none;
    margin-top: 15px;
}

.action__button button {
    padding: 7px 20px;
    cursor: pointer;
    background-color: #2c7eef;
    color: #fff;
    border-radius: 3px;
    font-weight: 100;
    display: inline-block;
    border: none;
}

#cancel_changes {
    background-color: #645a5a;
}

/*Success for social media*/

.alert__span {
    margin-right: 5px;
    font-size: 13px;
    color: #93976b;
    background-color: #dff0d8;
    display: inline-block;
    font-weight: bold;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.2s linear;
    transition: visibility 0s, opacity 0.2s linear;
}

/*Success*/

.alert__container {
    margin-top: 10px;
    text-align: center;
    color: #93976b;
    background-color: #dff0d8;
    padding: 2px 20px;
    display: block;
    font-weight: bold;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.2s linear;
    transition: visibility 0s, opacity 0.2s linear;
}

.alert__container--user {
    color: #93976b;
    background-color: #dff0d8;
    padding: 2px 20px;
    display: none;
    font-weight: bold;
    -webkit-transition: visibility 0s, opacity 0.2s linear;
    transition: visibility 0s, opacity 0.2s linear;
}

/*Property container no result found*/

.no--result {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.another--text {
    text-align: center;
}

/*No reviews yet*/

.no__review--container {
    text-align: center;
}

.no__review--description .no__review--heading {
    display: block;
    text-transform: capitalize;
    color: #5a5a5a;
    font-weight: 500;
    font-size: 24px;
}

.no__review--description .no__review--paragraph {
    color: #5a5a5a;
    font-size: 14px;
}

.no__review--image {
    width: 75px;
    margin: 0 auto;
    padding: 20px;
}

.no__review--image img {
    width: 100%;
}

/*Custom control*/

.custom-control {
    padding: 0 10px;
    width: -webkit-fill-available;
    display: inline-block;
    height: calc(1.6em + 0.75rem + 2px);
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-font-family {
    color: #5a5a5a;
    font-weight: 500;
}

/*Social Media Popup input*/

.social__input--modal [hidden] {
    display: none;
}

.social__input--modal .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.social__input--modal {
    /* display: inline-block; */
    /* position: relative; */
    position: absolute;
    z-index: 9999;
}

.social__input--modal > input {
    display: block;
}

.social__input--modal > ul {
    width: 290px;
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.social__input--modal > ul:empty {
    display: none;
}

.social__input--modal > ul {
    border-radius: 0.3em;
    margin: 0.2em 0 0;
    background-color: #fff;
    /* background: hsla(0, 0%, 100%, .9);
    background: linear-gradient(to bottom right, white, hsla(0, 0%, 100%, .8)); */
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
    text-shadow: none;
}

@supports (transform: scale(0)) {
    .social__input--modal > ul {
        /* transition: .3s cubic-bezier(.4, .2, .5, 1.4);
        transform-origin: 1.43em -.43em; */
    }
    .social__input--modal > ul[hidden],
    .social__input--modal > ul:empty {
        opacity: 0;
        transform: scale(0);
        display: block;
        transition-timing-function: ease;
    }
}

/* Pointer */

.social__input--modal > ul:before {
    content: "";
    position: absolute;
    top: -0.43em;
    width: 0;
    height: 0;
    padding: 0.4em;
    background: white;
    border: inherit;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.social__input--modal ul:before {
    left: 0.5em;
}

/* .social__input--modal .social1:before {
    left: 1em;
}

.social__input--modal .social2:before {
    left: .5em;
}

.social__input--modal .social3:before {
    left: 10em;
}

.social__input--modal .social4:before {
    left: 15em;
}

.social__input--modal .social5:before {
    left: 20em;
} */

.social__input--modal > ul > li {
    position: relative;
    padding: 15px;
    cursor: pointer;
}

/*Action buttons*/

.action__button--small {
    text-align: right;
    padding: 5px 0;
    margin-top: 5px;
}

#btn-save {
    padding: 2px 10px;
    color: #fff;
    background-color: #2c7eef;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

#btn-cancel {
    padding: 2px 10px;
    color: #fff;
    background-color: #645a5a;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

/*Action button for name*/

.action__button--name {
    text-align: center;
    padding: 5px 0;
    margin-top: 5px;
    display: none;
}

#btn-save-name {
    padding: 2px 10px;
    color: #fff;
    background-color: #2c7eef;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

#btn-cancel-name {
    padding: 2px 10px;
    color: #fff;
    background-color: #645a5a;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

.alert__span-name {
    font-weight: 700;
    margin-top: 10px;
    display: block;
    visibility: hidden;
}

/*User profile property listing*/

.container__property--list:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.container__property--list {
    display: block;
}

.container__property--image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.container__property--image {
    /* width: 365px; */
    /* background-color: black; */
    /* height: 220.75px; */
    height: 170px;
    position: relative;
    z-index: 1;
    float: left;
    /* margin-right: 20px;
    margin-bottom: 20px; */
}

/*Loading*/

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #2c7eef;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(10%, #2c7eef),
        color-stop(42%, rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
        to right,
        #2c7eef 10%,
        rgba(255, 255, 255, 0) 42%
    );
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #2c7eef;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.loader:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading--title {
    font-weight: 600;
    text-align: center;
    color: #2c7eef;
}

/* .loading {
    background-color: #ffffff;
    background-image: url("/assets/image/loading.gif");
    background-size: 25px 25px;
    background-position: 96% 53%;
    background-repeat: no-repeat;
} */

/*Border-right*/

.border-left {
    border-left: 1px solid #cfcfcf;
    padding-left: 20px;
    /* min-height: 1310px; */
}

/*Fonts*/

.property__list--price {
    color: #2c7eef;
}

.property__list--font {
    font-size: 24px;
    font-weight: 700;
}

.property__list--date {
    color: #2c7eef;
}

.property__list--slash {
    color: #2c7eef;
}

/*blurred background in listing page*/

.listing-blurred-background {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(1px) brightness(100%);
    filter: blur(1px) brightness(100%);
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.ml-15 {
    margin-left: 15px;
}

.content-settings {
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.content-settings:before,
.content-settings:after {
    content: "";
    display: table;
}

.content-settings:after {
    clear: both;
}

.content-settings .sort-button {
    position: absolute;
    right: 0;
    z-index: 0;
}

.content-settings .sort-button.last a,
.content-settings .sort-button.last label {
    border-right: 1px solid #ededed;
}

.content-settings .sort-button a {
    padding: 18px 15px;
    display: block;
    float: left;
    border-left: 1px solid #ededed;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.content-settings .sort-button a:hover {
    background: #f3f4f7;
}

.content-settings .sort-button a span {
    color: #000;
}

.content-settings .sort-button a i {
    margin-left: 10px;
    color: #2c7eef;
}

.content-settings .sort-button input {
    display: none;
}

.content-settings .view-icons {
    padding: 17px 15px;
}

.content-settings .view-icons .btn {
    padding: 0;
    width: 32px;
    height: 20px;
    box-shadow: none;
    opacity: 0.15;
    margin-top: 0;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    color: #000;
    font-size: 25px;
    line-height: 0;
}

.content-settings .view-icons .btn:before,
.content-settings .view-icons .btn:after {
    display: none;
}

.content-settings .view-icons .btn:hover {
    opacity: 1;
}

.content-settings .view-icons .btn.active {
    opacity: 1;
}

.content-settings .view-icons .btn:last-child {
    margin-left: 5px;
}

.grid {
    width: 100%;
}

.vl--1st {
    border-left: 1px solid #81818154;
    height: 100%;
    position: absolute;
    left: 390px;
    margin-top: -20px;
}

.vl--2nd {
    border-left: 1px solid #81818154;
    height: 100%;
    position: absolute;
    right: 408px;
    margin-top: -20px;
}

.list-view .grid-item {
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(108, 118, 123, 0.15);
    cursor: pointer;
}

.list-view .grid-item:hover {
    box-shadow: 3px 3px 5px 0px #e3e7e9;
    background-color: #f6fafc;
}

.list-view .grid-item:before,
.list-view .grid-item:after {
    content: "";
    display: table;
}

.list-view .grid-item:after {
    clear: both;
}

.list-view .grid-item .image {
    float: left;
    width: 30%;
}

.list-view .grid-item .content {
    float: left;
    width: 65%;
    padding: 15px;
    padding-top: 0;
    /* max-height: 175px; */
}

.list-view .grid-item .content:before,
.list-view .grid-item .content:after {
    content: "";
    display: table;
}

.list-view .grid-item .content:after {
    clear: both;
}

.list-view .grid-item .content .part1 {
    width: 51%;
    float: left;
}

.list-view .grid-item .content .part2 {
    width: 49%;
    float: left;
}

.list-view .grid-item .content .title {
    color: #5a5a5a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.list-view .grid-item .content .title:before,
.list-view .grid-item .content .title:after {
    content: "";
    display: table;
}

.list-view .grid-item .content .title:after {
    clear: both;
}

.list-view .grid-item .content .title span {
    float: left;
    word-break: break-word;
}

.list-view .grid-item .content .title .item-label {
    margin-left: 5px;
}

.list-view .grid-item .content .title .item-label .icon-label {
    width: 15px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.list-view .grid-item .content .title .hotel-rating {
    float: left;
    margin-left: 10px;
}

.list-view .grid-item .content .title .hotel-rating img {
    width: 20px;
    float: left;
}

.list-view .grid-item .content .rating-line {
    /* display: flex; */
    margin-bottom: 5px;
}

.list-view .grid-item .content .rating-line .stars {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.reviews {
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    color: #5a5a5a;
    text-decoration: none;
}

.list-view .grid-item .content .rating-line .rate {
    max-width: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 5px;
}

.list-view .grid-item .content .rating-line .rate img {
    width: 100%;
}

.list-view .grid-item .content .rating-line .reviews a {
    font-size: 12px;
    color: #5a5a5a;
    text-decoration: none;
}

.list-view .grid-item .content .rating-line .reviews a:hover {
    text-decoration: none;
}

.list-view .grid-item .content .location {
    float: left;
    font-size: 12px;
    color: #5a5a5a;
    text-transform: capitalize;
    width: 100%;
}

.list-view .grid-item .content .description {
    float: left;
    color: #5a5a5a;
    width: 100%;
    text-indent: 0%;
    word-break: break-word;
}

.list-view .grid-item .content .distance {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #5a5a5a;
}

.list-view .grid-item .content .date_posted {
    float: left;
    font-size: 12px;
    color: #5a5a5a;
    font-style: italic;
    word-break: break-word;
}

.list-view .grid-item .content .price {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.list-view .grid-item .content .price .new-price {
    font-size: 30px;
    font-weight: 600;
    color: #5a5a5a;
    word-break: break-word;
    color: #2f8416;
}

.list-view .grid-item .content .price .new-price .slash {
    font-size: 22px;
}

.list-view .grid-item .content .price .new-price .day {
    font-size: 12px;
}

.list-view .grid-item .content .view-btn {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
    height: 29px;
}

.list-view .grid-item .content .view-btn .view {
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700;
    padding: 7px;
    height: 100%;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #0034a8;
    background-size: 100% 100%;
}

.list-view .grid-item .content .view-btn .view:hover {
    background-size: 200% 200%;
}

.stars-rating {
    padding: 0;
    margin: 0;
}

.stars-rating:before,
.stars-rating:after {
    content: "";
    display: table;
}

.stars-rating:after {
    clear: both;
}

.stars-rating li {
    display: inline-block;
    margin-left: 0px;
}

.stars-rating li i.fa-star {
    color: #000;
    font-size: 40px;
    margin-left: 1px;
    margin-right: 3px;
    color: #f9cf16;
}

.fa-star,
.fa-star-half-alt {
    font-size: 35px;
}

.listing__properties {
    font-weight: 600;
    font-size: 20px;
    color: #5a5a5a;
}

#pagination {
    padding-bottom: 20px;
}

.paginationjs {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

/*Loading*/

.loads {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeload;
    animation-name: placeload;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eee;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(8%, #eee),
        color-stop(18%, #ddd),
        color-stop(33%, #eee)
    );
    background: -webkit-linear-gradient(left, #eee 8%, #ddd 18%, #eee 33%);
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    -webkit-background-size: 800px 104px;
}

@-webkit-keyframes placeload {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes placeload {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.rating__list {
    text-align: center;
}

.rating_score,
.rating_text,
.rating_stars {
    display: block;
}

.rating_score,
.rating_text {
    color: #2f8416;
}

.rating_score {
    font-size: 36px;
    display: none;
    font-weight: bold;
}

.rating_text {
    margin-top: 8px;
}
