﻿/* CSS for banner module using jQuery Cycle */

.cycle_banner_container {
    position: relative;
    overflow: hidden;
    background-color: var(--primary);
    background-image: linear-gradient(0, var(--primary), rgba(0, 0, 0, 0.5));
    z-index: 1;
}

.cycle_banner_container .banner_content {
    width: 100%;
    height: 100%;
}

.cycle_banner_container .banner_content img {
    width: 100%;
    height: 100%;
}

.cycle_banner_container .banner_item {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto 100% !important;
    width: 100% !important;
    height: 100% !important;
}

.cycle_banner_container .banner_item_wrapper {
    padding: 45px 90px 30px 0;
    color: #fff;
}

.cycle_banner_container .banner_item_description {
    text-align: left;
}

.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 {
    font-size: 5.2em;
    line-height: 1em;
    padding: 0 0 15px;
    margin: 0 0 30px;
    border-bottom: 1px solid #fff;
    color:#fff;

}

.cycle_banner_container .banner_item_title_impact {
    text-align: right;
}

.cycle_banner_container .banner_item_title_impact span:first-of-type {
    font-size: 1.3em;
    line-height: 1.2em;
    display: block;
    text-align: left;
    font-weight: 700;
}

.cycle_banner_container .banner_item_title span + span {
    margin: 0 0 0 15px;
}

.cycle_banner_container .banner_item_description {
    padding-top: 0;
    font-size: 1.5em;
    line-height: 1.2em;
}

.cycle_banner_container .banner_item_description p {
    margin: 5px 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;
}

a.edit_banner {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 100;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}