#home-intro-slider {
    height: 60vh;
    overflow: hidden;
    box-shadow: 0 4px 2px -2px rgba(56,69,84,.2);
    position: relative;
}

.intro-slider-content-wrapper {
    width: 100%;
    height: 100%;
}
.intro-slider-content-wrapper .slick-list, .intro-slider-content-wrapper .slick-list .slick-track {
    height: 100%;
}
.intro-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
}

.intro-slider-dots {
    position: absolute;
    right: 0; bottom: 1em; left: 0;
    margin: 0 auto;
    text-align: center;
}
.intro-slider-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border-top-left-radius: 4em;
    border-top-right-radius: 4em;
    border-bottom-right-radius: 4em;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 400ms ease-in-out;
}
.intro-slider-dots li:not(.slick-active):hover {
    background: rgba(40,138,91,0.75);
    border-color: rgba(40,138,91,0.75);
}
.intro-slider-dots li.slick-active {
    background: #288a5b;
    border-color: #288a5b;
}
.intro-slider-dots li button {
    display: none;
}

#intro-slider-left-btn {
    position: absolute;
    top: 0; bottom: 0; left: 0;
    margin: auto;
    height: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 1;
}
#intro-slider-right-btn {
    position: absolute;
    top: 0; bottom: 0; right: 0;
    margin: auto;
    height: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.grid-wrapper {
    background-color: rgb(249, 246, 245);
    padding: 3em 0;
}

.inverted-image-column {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}
.inverted-image-column img {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

.inverted-image-column-content-wrapper {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 1;
    padding-top: 10em;
    padding-left: 2em;
    text-align: left;
}
.inverted-image-column-content-wrapper .ui.huge.header {
    font-size: 2.0em;
}
.inverted-image-column-content-wrapper .ui.massive.header {
    font-size: 3.0em;
}
.inverted-image-column-content-wrapper .ui.large {
    font-size: 1.5em;
    font-weight: 300 !important;
}

.service-image-column {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    height: 300px;
}
.service-image-column img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    max-width: none !important;
    object-fit: cover;
}

#statistics-grid {
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
}
#statistics-grid .column .statistic .value {
    font-weight: 700;
    margin-bottom: 0.2em;
}
#statistics-grid .column .statistic .label {
    font-size: 1.4em;
    font-weight: 200;
    text-transform: none !important;
}

.section-header {
    font-size: 4.0em !important;
    text-transform: uppercase !important;
    font-weight: 500;
    max-width: 80% !important;
    margin-left: 10% !important;
    text-align: center;
}
.section-header .sub.header {
    font-weight: 200 !important;
}

.header-bottom-paragraph {
    text-align: center;
    width: 400px;
    max-width: 80%;
    margin: 4em auto 2em auto;
}
.header-button {
    margin-bottom: 2em !important;
}

#reviews-slider-wrapper {
    min-height: 300px;
    position: relative;
    overflow: hidden;
}
#reviews-slider-background-image {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    width: 100%;
}

#review-slider {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}
.review-item {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 75px;
}
.review-item p {
    color: #fff;
    font-size: 1.1em;
    width: 500px;
    max-width: 80%;
    margin: 0 auto;
}
.review-item .header .sub.header {
    color: #fff !important;
}

#reviews-slider-left-btn {
    position: absolute;
    top: 0; bottom: 0; left: 0;
    margin: auto;
    height: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#reviews-slider-right-btn {
    position: absolute;
    top: 0; bottom: 0; right: 0;
    margin: auto;
    height: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.reviews-slider-dots {
    position: absolute;
    right: 0; bottom: 1em; left: 0;
    margin: 0 auto;
    text-align: center;
}
.reviews-slider-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border-top-left-radius: 4em;
    border-top-right-radius: 4em;
    border-bottom-right-radius: 4em;
    box-shadow: 1px 1px 3px -1px rgba(40, 138, 91, 0.8);
    border: 1px solid rgb(40, 138, 91);
    transition: all 400ms ease-in-out;
}
.reviews-slider-dots li.slick-active {
    background: rgb(40, 138, 91);
}
.reviews-slider-dots li button {
    display: none;
}

#contact-grid .column:nth-child(1) {
    padding: 5em;
    background: url(/img/contact_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#contact-grid .column:nth-child(1) .ui.header.massive {
    font-size: 3em;
}
#contact-grid .column:nth-child(1) .ui.header.huge {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 2em !important;
}

#about-us-grid {
    min-height: 600px;
}
#about-us-grid .column:nth-child(2) {
    padding: 0;
}
#about-us-image-wrapper {
    width: 100%;
    height: 100%;
    background-image: url(/img/sandra.png);
    background-repeat: no-repeat;
    background-position: center center;
    /*background-attachment: fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#about-us-header {
    font-weight: 200 !important;
}

#about-us-header b {
    font-weight: 500 !important;
}


#about-us-image {
    display: none;
}

@media only screen and (max-width: 1550px) {
    .inverted-image-column-content-wrapper .ui.huge.header {
        font-size: 1.6em;
    }
    .inverted-image-column-content-wrapper .ui.massive.header {
        font-size: 2.4em;
    }
    #treatments-image-row .column {
        height: 300px;
    }

    #services-grid .column {
        padding: 3em 4em !important;
    }
}

@media only screen and (max-width: 1350px) {
    .inverted-image-column-content-wrapper .ui.huge.header {
        font-size: 1.2em;
    }
    .inverted-image-column-content-wrapper .ui.massive.header {
        font-size: 2.0em;
    }

    #treatments-grid .intro-grid .column, .products-grid .column {
        width: 50% !important;
    }
}

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

    #services-grid .column, #blog-grid .column, #statistics-grid .column {
        width: 50% !important;
    }
    #services-grid .column:last-child {
        display: none;
    }

    #about-us-grid .column {
        width: 100%;
    }

    #about-us-grid .column:last-child {
        display: none;
    }

    #about-us-image {
        display: block !important;
    }

    .section-header {
         font-size: 3.0em !important;
     }
}

@media only screen and (max-width: 500px) {
    #treatments-grid .grid .column, #products-grid .column, #services-grid .column, #blog-grid .column, #statistics-grid .column {
        width: 100% !important;
    }
    .fancy-segment {
        min-height: 150px;
    }
}

.slide-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    background: linear-gradient(to top, rgba(40, 138, 91, 0.5), transparent);
    /*padding-left: 10em !important;*/
    /*padding-top: 25em !important;*/
    padding-top: 25vh;
    padding-left: 75px;
}

.slide-content h2 {
    text-transform: uppercase !important;
    color: #fff !important;
    font-size: 3.0em !important;
    margin-bottom: 0 !important;
    width: 80%;
    display: block;
    font-weight: 600 !important;
}
.slide-content h3 {
    color: #fff !important;
    margin-top: 0 !important;
    font-size: 2.0em !important;
    width: 80%;
    display: block;
    font-weight: 400 !important;
}

.intro-slide-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
