.search-clinic {
    text-align: center;
    margin-bottom: 15px;
}
.search-clinic .pic {
    display: inline-block;
}
.search-clinic .forms {
    padding-left: 45px;
}
.search-clinic img {
    max-width: 125%;
    width: 337px;
    height: auto;
    margin-top: 40px;
    margin-left: -15px;
}
.search-clinic .header {
    margin-top: 65px;
    margin-bottom: 40px;
    text-align: left;
    color: #414141;
}
.search-clinic .header h3 {
    font-size: 34px;
    font-weight: 300;
}
.search-clinic .header i {
    font-size: 37px;
    padding-right: 17px;
}
.search-clinic .header span {
    font-weight: 700;
}
.search-clinic button.btn-find {
    width: 120px;
    background-color: #e4323a;
    color: #fff;
}
.search-clinic button.btn-mg {
    background-color: #e95b61;
    color: #fff;
}
.search-clinic fieldset {
    padding-top: 14px;
    border-top: 2px solid #97c142;
}
#geoSearch {

}
#geoSearch input {
    width: 100%;
    padding: 7px 0;
    text-align: center;
    border: 2px solid #f2f2f2;
}
#selectSearch {
    padding-top: 30px;
}
#selectSearch .styled-select {
    position: relative;
}
#selectSearch select {
    width: 100%;
    padding: 7px 0;
    margin-bottom: 1px;
    text-align: center;
    color: #878787;
    border: 2px solid #f2f2f2;
}
#selectSearch .styled-select select {
    padding-right: 30px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}
#selectSearch .styled-select i {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 30px;
    height: 36px;
    font-size: 23px;
    line-height: 36px;
    pointer-events: none;
    background-color: #87b725;
    color: #fff;
}
.map-plugin {
    position: relative;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    padding-left: 0;
    padding-right: 0;
}
.map-plugin img.dobrydietetyk-logo{
    position: absolute;
    width: 100px;
    height: auto;
    top: 20px;
    right: 20px;
}
.clinic-regions {
    padding: 30px 0 40px;
}
.clinic-regions .row {
    min-height: 95px;
    padding-top: 35px;
    border-bottom: 1px solid #d7d7d7;
}
.clinic-regions .region a {
    font-size: 17px;
    font-weight: 600;
}
.clinic-regions .location a {
    padding-right: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #3c3c3b;
}
.clinics .section-header {
    margin-bottom: 35px;
}
.clinics .section-header h3 {
    font-size: 26px;
}
.clinic_list {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.clinic {
    text-align: left;
    display: inline-block;
    margin-bottom: 40px;
}
.clinic .clinic-photo {
    position: relative;
    display: inline-block;
    max-width: 324px;
    background-color: #f3f3f3;
}
.clinic .clinic-photo .clinic-border {
    position: absolute;
    top: 0;
    left: 0;
}
.clinic .clinic-contact {
    width:100%;
    margin-top: 15px;
    margin-bottom:30px;
    padding-left: 15px;
    border-left: 2px solid #87b725;
}
.clinic p {
    margin: 0;
    font-size: 20px;
}
.clinic .title {
    font-weight: 600;
}
.clinic .phone {
    margin: 3px 0;
    font-size: 21px;
    color: #87b725;
}
.clinic .distance {
    color: #87b725;
    font-size: 15px;
}
.clinic .address {
    font-size: 16px;
}
.clinic .address.other {
    display: none;
    margin-top: 30px;
}
.clinic .btn {
    width: 172px;
    margin-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    background-color: #87b725;
    border: none;
    border-radius: 0;
}
.clinic .btn.show-more {
    padding: 4px 20px;
    line-height: 20px;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    color: #000;
    background-color: #fff;
    border: 2px solid #87b725;
}
.clinic .btn.show-more i {
    font-size: 22px;
    /*line-height: 32px;*/
    color: #87b725;
    padding-left: 8px;
}
.clinic .btn.show-more i.fa-caret-up {
    padding-left: 4px;
}
.regional-banner {
    margin: 0 30px 40px 15px;
    border: 2px solid #87b626;
    text-align: center;
    overflow: hidden;
    background: url('/static/clinics/images/regional-banner.jpg?041ff9db94f4') no-repeat;
    background-position: center bottom;
}
.regional-banner h2 {
    margin-top: 12px;
}
.regional-banner h3 {
    margin-top: 10px;
}
.regional-banner span {
    font-weight: 700;
}
.regional-banner .btn {
    width: 172px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    background-color: #87b725;
    border: none;
    border-radius: 0;
}
@media (max-width: 1199px) {
    .search-clinic .header {
        margin-top: 65px;
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .search-clinic {
        margin-top: 30px;
        margin-bottom: 70px;
    }
    .search-clinic .header {
        position: absolute;
        top:0;
        width: 100%;
        margin-top: 0;
        text-align: center;
        background-color: rgba(255,255,255,0.3);
    }
    .search-clinic .forms {
        padding-top: 100px;
        padding-left: 15px;
    }
    .search-clinic .pic {
        display: none;
    }
    .search-clinic .styled-select {
        width: 90%;
        display: inline-block;
    }
    .search-clinic img {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    #geoSearch .col-geosearch,
    #selectSearch .col-regions,
    #selectSearch .col-places {
        margin-bottom: 10px;
    }
    .regional-banner {
        background-position: calc(0px - 40px) bottom;
    }
    .regional-banner h2 {
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    #geoSearch .col-geosearch {
        width: 76%;
        padding-left: 0;
    }
    #selectSearch .col-regions,
    #selectSearch .col-places {
        width: 38%;
        padding-left: 0;
    }
    #geoSearch .col-buttons,
    #selectSearch .col-buttons {
        width: 24%;
        padding-top: 3px;
    }
}
@media (min-width: 660px) and (max-width: 766px) {
    .regional-banner {
        background-position: 18% bottom;
    }
    .regional-banner .content {
        padding-right: 80px;
    }
}
@media (max-width: 659px) {
   .regional-banner {
        background-position: left bottom;
    }
    .search-clinic .forms {
        padding-top: 150px;
    }
}
.metamorphosis-carousel {
    padding-top: 30px;
    padding-bottom: 32px;
}
.metamorphosis-carousel .owl-carousel {
    position: relative;
}
.metamorphosis-carousel .metamorphosis-item {
    position: relative;
    width: 276px;
}
.metamorphosis-carousel .target {
    width: 276px;
    height: 46px;
    padding-top: 6px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    background-color: #c2c2c2;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.metamorphosis-carousel .target img {
    display: inline-block;
    width: 28px;
    height: auto;
    margin-right: 5px;
}
.metamorphosis-carousel .target span {
    font-weight: 600;
}
.metamorphosis-carousel .item-hover {
    position: absolute;
    width: 276px;
    min-height: 220px;
    bottom: -100%;
    left: 0;
    opacity: 0;
    padding: 20px 10px 25px;
    color: #fff;
    background-color: #87b725;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s, opacity 0.5s;
    -moz-transition: all 0.4s ease 0s, opacity 0.5s;
    -ms-transition: all 0.4s ease 0s, opacity 0.5s;
    -o-transition: all 0.4s ease 0s, opacity 0.5s;
    transition: all 0.4s ease 0s, opacity 0.5s;
}
.metamorphosis-carousel .metamorphosis-item:hover .item-hover {
    opacity: 1;
    bottom: 0;
}
.metamorphosis-carousel .item-hover h3 {
    margin: 0;
    min-height: 66px;
    font-size: 20px;
    font-weight: 600;
}
.metamorphosis-carousel .item-hover img {
    display: inline-block;
    width: 28px;
    height: auto;
    margin-right: 5px;
}
.metamorphosis-carousel .item-hover .target-hover {
    padding: 20px 0;
    font-size: 22px;
}
.metamorphosis-carousel .item-hover .target-hover span {
    font-weight: 700;
}
.metamorphosis-carousel .item-hover a {
    font-size: 18px;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    text-decoration: none;
}
/*.metamorphosis-carousel .owl-controls {*/
/*right: 15px;*/
/*}*/
.metamorphosis-carousel .owl-controls {
    position: absolute;
    top: -60px;
    right: 0;
    margin-bottom: 20px;
    font-size: 0;
}
.metamorphosis-carousel .owl-theme .owl-controls .owl-nav div {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    margin-left: 1px;
    padding: 0;
    border-radius: 0;
    background: #87b725;
    cursor: pointer;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
.metamorphosis-carousel .owl-theme .owl-controls .owl-nav div:hover {
    background: #abcc66;
}
.metamorphosis-carousel .owl-theme .owl-controls .owl-nav i {
    display: block;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.stories {
    display: flex;
    flex-wrap: wrap;
}
.stories .story {
    max-width: 380px;
    margin-bottom: 50px;
}
.story .entry-cover a {
    display: block;
    text-align: left;
}
.story img.split {
    display: inline-block;
    max-width: 50%;
}
.story a:hover {
    text-decoration: none;
}
.story .target {
    height: 57px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    background-color: #c2c2c2;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.story .target img {
    margin-right: 5px;
}
.story .target span {
    font-weight: 600;
}
.story:hover .target {
    background-color: #87b725;
}
.story:hover a.read-more {
    color: #fff;
    background-color: #87b725;
}
.story .entry-title {
    margin-top: 20px;
    margin-bottom: 0;
    min-height: 55px;
    color: #000;
}
.story .entry-title a {
    line-height: 28px;
    color: #000;
}
.story .entry-title a:hover {
    color: #000;
}
.story .entry-content {
    min-height: 75px;
    margin-top: 10px;
}
.story a.read-more {
    margin-top: 15px;
    padding: 19px;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 16px;
    text-decoration: none;
    border: 1px solid #e1e1e1;
    display: inline-block;
    color: #585858;

    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.story a.read-more:hover {
    color: #fff;
    background-color: #87b725;
    border-color: #87b725;
}

.story-detail .intro {
    padding: 0 42px;
}
.story-detail .intro h2 {
    color: #87b725;
}
.story-detail .intro p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 20px;
}
.story-detail .gallery {
    margin-top: 50px;
    padding: 0 60px;
}
.story-detail .gallery .bx-wrapper {
    border: none;
    background: none;
    box-shadow: none;
}
.story-detail .gallery .bx-wrapper .bx-next {
    background: url('/static/metamorphosis/images/controls-green.png?041ff9db94f4') no-repeat -43px -33px;
}
.story-detail .gallery .bx-wrapper .bx-prev {
    background: url('/static/metamorphosis/images/controls-green.png?041ff9db94f4') no-repeat 0 -33px;
}
.story-detail .gallery .bx-wrapper .bx-prev:hover,
.story-detail .gallery .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}
.story-detail .gallery .bx-wrapper .bx-next:hover,
.story-detail .gallery .bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}
.story-detail .target-banner {
    margin: 38px -30px 56px -30px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    background-color: #abcc66;
}
.story-detail .target-banner .signature {
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    height: 72px;
    padding: 20px 0;
    font-weight: 600;
    text-align: center;
}
.story-detail .target-banner .target {
    display: inline-block;
    vertical-align: middle;
    /*float: left;*/
    min-width: 355px;
    height: 72px;
    padding: 20px 0;
    background-color: #87b725;
    text-align: center;
}
.story-detail .target-banner .target span {
    font-weight: 600;
}
.story-detail .story-content {
    padding: 0 42px;
}
.story-detail .story-content p {
    line-height: 24px;
}
.story-detail .story-content h4 {
    margin-top: 30px;
}
.story-detail .therapist-section {
    display: flex;
    align-items: stretch;
    min-height: 600px;
    margin-top: 70px;
    padding: 0 42px;
    background: #f8f8f8 url('/static/metamorphosis/images/shadow.png?041ff9db94f4') no-repeat top;
}
.story-detail .therapist-section .sentence {
    margin: 50px 0 40px;
}
.story-detail .therapist-section .sentence h3 {
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #87b725;
}
.story-detail .therapist-section .text .truncate {
    display: inline;
}
.story-detail .therapist-section .text .full {
    display: none;
}
.story-detail .therapist-section p {
    font-size: 15px;
    line-height: 22px;
}
.story-detail .therapist-section a.show-more {
    display: inline;
}
.story-detail .therapist-section .phone,
.story-detail .therapist-section .email,
.story-detail .therapist-section .website {
    margin-top: 20px;
}
.story-detail .therapist-section i,
.story-detail .therapist-section .text {
    display: inline-block;
    vertical-align: middle;
}
.story-detail .therapist-section .email {
    padding-left: 20px;
}
.story-detail .therapist-section i {
    padding: 5px 10px 5px 0;
}
.story-detail .therapist-section h4 {
    /*font-size*/
    font-weight: 600;
}
.story-detail .therapist-section .clinics {
    margin-top: 50px;
    margin-bottom: 10px;
}
.story-detail .therapist-section .clinics p {
    font-size: 18px;
}
.story-detail .therapist-section .therapist-img {
    display: flex;
    align-items: flex-end;
    position: relative;
    text-align: center;
}
.story-detail .therapist-section .therapist-img img {
    margin-left: 20px;
}
.story-filter {
    margin-bottom: 60px;
    text-align: center;
}
.story-filter h3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 21px;
    color: #1d1d1b;
}
.story-filter h3 i {
    padding: 0 15px;
}
.story-filter form {
    padding: 20px 10px;
    text-align: center;
    border: 1px solid #dddddd;
    border-top: 2px solid #dddddd;
}
.story-filter fieldset {
    margin-bottom: 25px;
}
.story-filter label {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #5f5f5f;
}
.story-filter .checkbox-styled {
    position: relative;
    display: inline-block;
    margin-top: 11px;
}
.story-filter .checkbox-styled input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    width: 100%;
    height: 33px;
    left: 0;
    top: 0;
    margin: 0;
}
.story-filter .checkbox-styled input[type="checkbox"] + span {
    display: block;
    width: 134px;
    height: 33px;
    font-size: 13px;
    line-height: 33px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-color: #bebebe;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.story-filter .checkbox-styled input[type="checkbox"]:checked + span {
    background-color: #87b725;
}
.story-filter .checkbox-styled i {
    padding-left: 15px;
    font-size: 20px;
    line-height: 20px;
}
.story-filter .filter-btn {
    width: 100%;
}
.story-filter button {
    min-width: 180px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #87b725;
    background-color: #fff;
    border: 2px solid #87b725;
    border-radius: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.story-filter button:hover {
    color: #fff;
    background-color: #87b725;
}


@media (max-width: 991px) {
    .story-detail .therapist-section,
    .story-detail .therapist-section .therapist-img {
        display: inline-block;
    }
    .story-detail .therapist-section .therapist-img img {
        width: 280px;
        height: auto;
    }
    .story-detail .therapist-section .email {
        padding-left: 0;
    }
    .story-detail .therapist-section .clinics {
        margin-top: 40px;
    }
}
@media (max-width: 619px) {
    .metamorphosis-carousel .metamorphosis-item {
        margin: auto;
    }
}