﻿/* CSS for banner module using jQuery Cycle */

.cycle_banner_container {
    max-height: 500px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

    .cycle_banner_container .banner_content {
        width: 100%;
        height: 100%;
    }

        .cycle_banner_container .banner_content img {
            width: 100%;
            height: 100%;
        }

        .cycle_banner_container .banner_content .google-review {
            height: auto;
            margin-top: 50px;
            width: auto;
        }

    .cycle_banner_container .banner_item {
        width: 100% !important;
        height: 100% !important;
    }

.banner_item_description_column {
    position: absolute;
    /*bottom: 100px;*/
    left: 0;
    min-width: 400px;
    top: 50%;
    transform: translateY(-50%);
}

.cycle_banner_container .banner_item_description_container {
    text-align: left;
    /*color: #fff;*/
    /*    background: url('../../../../_resources/images/rgba0-0-0-0.6.png');
    background: rgba(0,0,0,0.6);
    padding: 15px;*/
}

.cycle_banner_container .banner_item_link {
    display: block;
    position: absolute;
    background: url('../../../../_resources/images/blank.gif') repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.cycle_banner_container .banner_item_title {
    color: var(--black);
    /*font-size: 3.75em;*/
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.cycle_banner_container .banner_item_description {
    padding-top: 0;
    font-size: 1.2em;
}

    .cycle_banner_container .banner_item_description a.btn.gold-btn {
        max-height: 100%;
        font-size: 24px;
    }

    .cycle_banner_container .banner_item_description p {
        margin: 10px 0 0 0;
    }

.cycle_banner_container .banner_pager {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    right: 20px;
}

    .cycle_banner_container .banner_pager a {
        display: block;
        float: left;
        margin-left: 6px;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color: #000000;
        text-decoration: none;
        text-align: center;
        font-size: 1.2em;
        line-height: 20px;
        background-color: #FFFFFF;
    }

        .cycle_banner_container .banner_pager a.cycle-pager-active {
            color: #FFFFFF;
            background-color: #ffffff;
        }

.cycle_banner_container .banner_pager_next,
.cycle_banner_container .banner_pager_previous {
    position: absolute;
    top: 120px;
    font-size: 60px;
    z-index: 100;
    color: #666;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
}

    .cycle_banner_container .banner_pager_next:hover,
    .cycle_banner_container .banner_pager_previous:hover {
        color: #000;
    }

.cycle_banner_container .banner_pager_next {
    right: 25px;
}

.cycle_banner_container .banner_pager_previous {
    left: 25px;
}

.edit_banner {
    bottom: 0;
    /*display: inline-block;*/
    /*height: 100%;*/
    /*max-height: 47px;*/
    position: absolute;
    right: 230px;
    top: 0;
    /*width: 100%;*/
    z-index: 100;
}

    .edit_banner a {
        background: #2370b1;
        /*        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;*/
    }


@media screen and (min-width : 767px) {
    .cycle_banner_container {
        max-height: unset;
    }

        .cycle_banner_container .banner_item_title {
            font-size: 3.75em;
            line-height: 1.2;
            margin-bottom: 75px;
        }

        .cycle_banner_container .banner_item_description a.btn.gold-btn {
            font-size: 35px;
        }
}
