﻿/* =Slider and Large Photo headers
-------------------------------------------------------------- */
.flexslider {
    margin-bottom: 0px;
}

    .flexslider .container {
        position: relative;
        z-index: 9;
        text-align: left;
        /*height: 480px;*/
        height: 560px;
    }

        .flexslider .container .carousel-caption {
            -webkit-transition: all 500ms linear;
            transition: all 500ms linear;
            position: absolute;
            bottom: 0;
            opacity: 10;
            filter: alpha(opacity=1000);
            margin: 0 25% 0 0;
            padding: 20px 0px;
            background: none;
            text-align: left;
            left: 0;
            right: 0;
        }

            .flexslider .container .carousel-caption h1 {
                display: inline-block;
                margin: 0 0 0px 0;
                padding: 16px 30px;
                background: #BF9F62;
                line-height: 1em;
                color: #ffffff;
                text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
                font-size: 25px;
                font-weight: 300;
                width: auto;
            }

                .flexslider .container .carousel-caption h1.skincolored {
                    background: #BF9F62;
                    /*background-color: rgba(66, 139, 202, 0.6);*/
                }

            .flexslider .container .carousel-caption .lead {
                display: inline-block;
                margin: 0;
                padding: 16px 30px;
                background: #892219;
                line-height: 1.25;
                color: #fff;
                /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);*/
                font-size: 18px;
                font-weight: 300;
            }

                .flexslider .container .carousel-caption .lead.skincolored {
                    background: #892219;
                    /*background-color: rgba(66, 139, 202, 0.8);*/
                }

            .flexslider .container .carousel-caption .btn {
                margin-top: 15px;
            }

            .flexslider .container .carousel-caption .round_badge {
                display: block;
                width: 90px;
                height: 90px;
                padding: 15px;
                text-align: center;
                position: absolute;
                top: 15px;
                right: 120px;
                background-color: #611A78;
                border-radius: 60px;
                color: #ffffff;
                font-weight: 300;
                font-size: 16px;
                line-height: 20px;
            }

                .flexslider .container .carousel-caption .round_badge strong {
                    font-weight: 500;
                    font-size: 16px;
                    margin-top: 0px;
                    display: block;
                }

                    .flexslider .container .carousel-caption .round_badge strong i {
                        font-size: 42px;
                    }

    .flexslider a.carousel-control {
        height: 80px;
        margin-top: 0;
        font-size: 120px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
        background-color: transparent;
        border: 0;
    }

    .flexslider .item {
        /*height: 480px;*/
        height: 560px;
        width: 100%;
        max-width: 100%;
        background: no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

.full_page_photo {
    height: 600px;
    width: 100%;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

    .full_page_photo.slider_wrapper {
        /*height: 480px;*/
        height: 560px;
    }

    .full_page_photo section.call_to_action {
        margin: 0;
        max-width: 960px;
        padding: 0px 0px;
        text-align: left;
        color: #fff;
        position: absolute;
        bottom: 10px;
    }

        .full_page_photo section.call_to_action img {
            display: block;
        }

        .full_page_photo section.call_to_action h3 {
            font-weight: 300;
            font-size: 50px;
            line-height: 55px;
            padding: 16px 30px;
            margin: 0;
            background: #BF9F62;
            display: inline-block;
            clear: both;
        }

            .full_page_photo section.call_to_action h3.skincolored {
                background: #BF9F62;
                /*background-color: rgba(66, 139, 202, 0.6);*/
            }

        .full_page_photo section.call_to_action h4 {
            font-weight: 300;
            font-size: 26px;
            line-height: 30px;
            margin: 0 0 20px 0;
            padding: 16px 30px;
            background: #892219;
            display: inline-block;
            clear: both;
        }

            .full_page_photo section.call_to_action h4.skincolored {
                background: #892219;
                /*background-color: rgba(66, 139, 202, 0.6);*/
            }

    .full_page_photo #map {
        height: 400px;
    }

        .full_page_photo #map img {
            max-width: none !important;
        }

.hgroup {
    margin-top: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #cccccc;
    padding-top: 17px;
    padding-bottom: 17px;
    position: relative;
}

    .hgroup.centered {
        text-align: center;
    }

        .hgroup.centered h2 {
            margin: 0;
        }

    .hgroup h1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 1em;
        margin: 0 0 0.3em 0;
        padding: 0;
    }

    .hgroup h2 {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.5em;
        margin: 0 20% 0 0;
        padding: 0;
        color: #555555;
    }

    .hgroup .breadcrumb {
        font-size: 12px;
        background-color: #ffffff;
        margin: 0 0 0px;
        padding: 6px 15px;
        border: solid 1px #cccccc;
        position: absolute;
        bottom: -15px;
        right: 0px;
    }

section.article-text {
    padding: 0px 20px 30px 20px;
    min-height: 200px;
    text-align: justify;
}

    section.article-text p {
        font-size: 16px;
        line-height: 1.5em;
        color: #8a8a8a;
    }

    section.article-text h4 {
        padding-bottom: 5px;
        color: #8a8a8a;
    }

.article-text-ul {
    font-size: 16px;
    line-height: 1.5em;
    color: #8a8a8a;
    padding-left: 25px;
}

    .article-text-ul li {
        margin: 7px 0px;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .full_page_photo.slider_wrapper {
        /*height: 400px;*/
        height: 480px;
    }

    .flexslider .container {
        /*height: 400px;*/
        height: 480px;
    }

        .flexslider .container .carousel-caption {
            padding: 20px 0px;
        }

            .flexslider .container .carousel-caption h1 {
                font-size: 20px;
            }

            .flexslider .container .carousel-caption .lead {
                font-size: 16px;
            }

            .flexslider .container .carousel-caption .round_badge {
                top: -20px;
            }

    .flexslider .item {
        /*height: 400px;*/
        height: 480px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexslider .container {
        /*height: 350px;*/
        height: 430px;
    }

        .flexslider .container .carousel-caption {
            padding: 20px 0px;
        }

            .flexslider .container .carousel-caption h1 {
                font-size: 18px;
            }

            .flexslider .container .carousel-caption .lead {
                font-size: 16px;
            }

            .flexslider .container .carousel-caption .round_badge {
                top: -30px;
                right: 80px;
            }

    .flexslider .item {
        /*height: 350px;*/
        height: 430px;
    }

    .full_page_photo {
        /*height: 350px;*/
        height: 430px;
    }

        .full_page_photo.slider_wrapper {
            /*height: 350px;*/
            height: 430px;
        }

        .full_page_photo section.call_to_action {
            max-width: 80%;
        }

            .full_page_photo section.call_to_action h3 {
                font-weight: 300;
                font-size: 40px;
                line-height: 45px;
            }

            .full_page_photo section.call_to_action h4 {
                font-weight: 300;
                font-size: 20px;
                line-height: 26px;
            }

    section.article-text {
        min-height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .flexslider .container {
        /*height: 350px;*/
        height: 430px;
    }

        .flexslider .container .carousel-caption {
            padding: 20px 0px;
        }

            .flexslider .container .carousel-caption h1 {
                font-size: 18px;
            }

            .flexslider .container .carousel-caption .lead {
                font-size: 16px;
            }

            .flexslider .container .carousel-caption .round_badge {
                display: none;
            }

    .flexslider .item {
        /*height: 350px;*/
        height: 430px;
    }

    section.call_to_action {
        padding: 35px 0;
    }

        section.call_to_action h3 {
            font-size: 40px;
            line-height: 45px;
            margin-bottom: 10px;
        }

        section.call_to_action h4 {
            font-size: 20px;
            line-height: 26px;
            margin: 0 0 20px 0;
        }

    .full_page_photo {
        /*height: 300px;*/
        height: 380px;
        top: 0px !important;
    }

        .full_page_photo.slider_wrapper {
            /*height: 350px;*/
            height: 430px;
        }

        .full_page_photo section.call_to_action {
            max-width: 90%;
        }

            .full_page_photo section.call_to_action h3 {
                font-weight: 300;
                font-size: 40px;
                line-height: 35px;
            }

            .full_page_photo section.call_to_action h4 {
                font-weight: 300;
                font-size: 16px;
                line-height: 20px;
            }

    section.article-text {
        min-height: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .slider_wrapper {
        /*display: none;*/
        height: 350px;
    }

    .flexslider .container {
        /*height: 350px;*/
        height: 430px;
    }

        .flexslider .container .carousel-caption {
            padding: 20px 0px;
            margin: 0;
        }

            .flexslider .container .carousel-caption h1 {
                font-size: 18px;
            }

            .flexslider .container .carousel-caption .lead {
                font-size: 16px;
            }

    .flexslider .item {
        /*height: 350px;*/
        height: 430px;
    }

    .full_page_photo {
        /*height: 300px;*/
        height: 380px;
        top: 0px !important;
    }

        .full_page_photo.slider_wrapper {
            /*height: 350px;*/
            height: 430px;
        }

        .full_page_photo section.call_to_action {
            max-width: 90%;
        }
}

@media only screen and (max-width: 467px) {
    section.article-text {
        min-height: 200px;
    }
}
