.clinic-info/* Breadcrumbs */
.breadcrumbs {
    list-style: none;
    padding-left: 0;
}

.breadcrumbs li {
    display: inline-block;
    padding-right: 6px;
}

.breadcrumbs li:not(:last-child) a:after {
    content: '/';
    padding-left: 6px;
}
/* Breadcrumbs */
.reviews {
    display: flex;
    padding-top: 10px;
    margin-bottom: 25px;
}

.reviews .count {
    padding-top: 1px;
    cursor: pointer;
}

.reviews .count a{
    color: #555;
    font-size: 12px;
}

.stars {
    position: relative;
    height: 12px;
    width: 90px;
}

.stars > div {
    position: absolute;
}
.default-stars {
    opacity: .3;
    white-space: nowrap;
}

.rate-stars {
    overflow: hidden;
    color: #ffb300;
    white-space: nowrap;
}

.map-container {
    margin-bottom: 25px;
    height: 80px;
    overflow: hidden;
}

.map-container.active {
    height: 400px;
}

.map-placeholder {
    height: 80px;
    background: url(../img/map.jpg) center/cover no-repeat;
    position: relative;
}

#map {
    height: 0;
    -webkit-transition: height .4s;
    -o-transition: height .4s;
    transition: height .4s;
}

#map.active {
    width: 100%;
    height: 290px;
    background: #ccc;
}


.map-placeholder {
    height: 80px;
    background: url(../img/map.jpg) center/cover no-repeat;
    position: relative;
}

.map-placeholder:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
}

#btn-show-on-map {
    position: absolute;
    width: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#btn-hide-map {
    display: none;
    margin-top: -27px;
    opacity: .7;
}

.clinic-details {
    margin-bottom: 25px;

}

.clinic-details .address-container .label {
    font-weight: bold;
    margin-right: 6px;
    line-height: 1.5;
}

.clinic-details .address-container .value {
    line-height: 1.5;
}

.address-container {
    width: 100%;
    margin-bottom: 8px;
}

.address-container ul {
    list-style: none;
    margin: 7px 0;
    padding-left: 0;
}

.address-container .subway li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-left: 12px;
}

.clinic-details .contact {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.clinic-details .contact:before {
    content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    left: 15%;
    top: 0;
    background: #eee;
}

.clinic-details .contact .hint {
    margin-top: 10px;
    font-size: 12px;
    color: #ccc;
    text-align: center;
}

.btn-order {
    padding: 15px 0;
    font-size: 15px;
    max-width: 320px;
    margin: auto;
}

.list-services {
    list-style: none;
    padding-left: 0;
}

.list-services a.disabled {
    color: #222;
    pointer-events: none;
}

.list-services > li {
    margin-bottom: 25px;
}

.list-services > li > a {
    font-size: 20px;
}

.list-services > li > ul {
    padding-top: 15px;
    padding-left: 0;
    margin: 0;
}

.list-services > li > ul > li {
    display: block;
    padding-bottom: 8px;
}

/* Post Slider */
.post-slider {
    margin-bottom: 25px;
}

.post-slider .item {
    padding: 10px;
}

.post-slider .item .card {
    padding: 8px;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 -1px 4px -1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 -1px 4px -1px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 -1px 4px -1px rgba(0,0,0,.2);
}

.post-slider .item .card .img-container {
    min-height: 200px;
}

.post-slider .item .card .img-container a {
    display: block;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin: auto;
}

.post-slider .item .card img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 200px;
}

.post-slider .item .card .name {
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    min-height: 52px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.post-slider .item .card .spec {
    margin-bottom: 8px;
}

.post-slider .item .card .experience {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 13px;
}

.post-slider .item .card .reviews {
    margin-bottom: 8px;
}

.post-slider .item .card .reviews .fa {
    color: #fccb46;
    padding-right: 7px;
}

.slick-dots {
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}

.slick-dots li {
    margin-left: 5px;
    margin-right: 5px;
}

.slick-dots li button {
    display: block;
    background: #fccb46;
    opacity: .5;
    width: 12px;
    height: 12px;
    font-size: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    padding: 0;
}
.slick-dots .slick-active button {
    opacity: 1;
}
/* Post Slider */

.clinic-info {
    margin-bottom: 25px;
}

.clinic-info p {
    line-height: 1.5;
}

.show-all-button .btn-primary {
    max-width: 240px;
    padding-left: 15px;
    padding-right: 15px;
    /*margin: auto;*/
}

.reviews-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.reviews-bottom .btn-secondary {
    padding-left: 15px;
    padding-right: 15px;
}

/* Reviews Form */
#add-review-form {
    max-width: 100%;
    margin: auto;
    position: relative;
}

#add-review-form .thanks-screen {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}

#add-review-form .thanks-screen.active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 20px;
    color: #30a035;
    background: #fff;
}

#add-review-form .title {
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

#add-review-form .set-stars {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

#add-review-form .set-stars .star {
    font-size: 18px;
    color: #bdbdbd;
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
}

#add-review-form .set-stars .star.hover,
#add-review-form .set-stars .star:hover,
#add-review-form .set-stars .star.active {
    color: #ffb300;
}

#add-review-form .form-row {
    margin-bottom: 15px;
}

#add-review-form .form-row input, 
#add-review-form .form-row textarea {
    width: 100%;
    border: 1px solid #ddd;
}

#add-review-form .form-row {
    margin-bottom: 15px;
}

#add-review-form .form-row select {
    width: 100%;
}

#add-review-form .form-row input {
    padding: 8px 6px;
}

#add-review-form .form-row textarea {
    resize: none;
    height: 80px;
    padding: 8px 6px;
}

#add-review-form .form-row .error {
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 0;
    color: #f00;
}

#add-review-form .form-row button {
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    outline: 0;
}


@media (min-width: 768px) {
    #add-review-form {
        max-width: 640px;
    }
}
/* Reviews Form */

/* Reviews in content */

.reviews-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.reviews-header h2 {
    width: 50%;
}

.reviews-header .sort {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.reviews-header .sort .label {
    display: none;
}

.reviews-header .sort #reviews_sort_order{
    padding-right: 16px;
}

@media (min-width: 768px) {
    .reviews-header .sort .label {
        color: #777;
        padding-right: 10px;
        display: block;
    }
}

.content-reviews-list {
    list-style: none;
    padding-left: 0;
}

.content-reviews-list li {
    margin-bottom: 25px;
}

.content-reviews-list .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    align-items: center;
}

.content-reviews-list .top > div {
    margin-right: 10px;
}

.content-reviews-list .top .reaction {
    font-size: 16px;
}

.content-reviews-list .top .published {
    color: #cccccc;
}
/* Reviews in content */

.show-all-button {
    margin-bottom: 40px;
}

.show-all-button .btn-primary{
    max-width: 240px;
    margin: auto;
}

.clinic-docs {
    padding-top: 20px;
    padding-bottom: 20px;
}


.clinic-docs ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.clinic-docs ul li {
    width: 50%;
    padding: 10px;
}

.clinic-docs img {
    max-width: 100%;
    width: 100%;
}

/* Image modal */
.img-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 15px;
    z-index: 61;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.img-modal.active {
    opacity: 1;
    visibility: visible;
}

.img-modal .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.img-modal-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    padding: 20px;
}

.img-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 16px;
    cursor: pointer;
    opacity: .8;
}

.img-modal-close:hover {
    opacity: 1;
}

.img-modal-body img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


.clinic-info .atributs .label {
    font-weight: bold;
    margin-right: 6px;
    line-height: 1.5;
}

.clinic-info .atributs .value {
    line-height: 1.5;
}

.school-prise-container .school-prise .label {
    font-weight: bold;
    margin-right: 6px;
    line-height: 1.5;
}

.school-prise-container .school-prise .value {
    line-height: 1.5;
}
/* Image modal */


@media (min-width: 768px) {
    .stars {
        height: 18px;
        width: 105px;
    }

    #map.active {
        height: 500px;
    }

    #btn-hide-map {
        margin-top: -30px;
    }

    .list-services > li > ul > li {
        display: inline-block;
        padding-right: 10px;
    }

    .clinic-docs ul li {
        width: 25%;
        padding: 15px;
    }

    /* Images Modal */
    .img-modal-content {
        width: 70%;
        max-width: 600px;
        height: 70%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .img-modal-body {
        height: 100%;
        overflow-y: auto;
    }
    /* Images Modal */

}

@media (min-width: 1199px) {
    .clinic-details {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .clinic-details > div {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .clinic-details .address-container {
        width: 60%;

    }

    .clinic-details .contact {
        width: 40%;
        margin: 0;
        padding-right: 0;
        padding-left: 15px;
    }

    .clinic-details .contact:before {
        left: 0;
        top: 0;
        height: 100%;
        width: 1px;
    }

    .btn-order {
        width: 100%;
    }

    #btn-show-on-map {
        width: 200px;
    }

    #map.active {
        height: 600px;
    }

    #btn-hide-map {
        margin-top: -46px;
    }

    .img-modal-body img {
        max-height: 100%;
    }

    .img-modal-close {
        font-size: 20px;
    }

}

.tag-cloud {
    list-style: none;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
}
.tag-cloud>li {
    float: left;
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #fccb46;
    font-weight: 500;
}