
.cycle_banner_container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.page_home .cycle_banner_container {
    margin-bottom: 0;
}

.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;
    background-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100% !important;
}

.page_members .banner_item {
    background: url("../images/members_banner.jpg") right top no-repeat;
    height: 170px !important;
}

.page_members .banner_item a {
    right: 0;
}

.banner_item_description_column {
    position: absolute;
    z-index: 99;
    bottom: 150px;
    left: 0;
    min-width: 400px;
}

.cycle_banner_container .banner_item_description_container {
    text-align: left;
    color: #fff;
    padding: 15px;
}

.cycle_banner_container .banner_item_link {
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.3) url('../../../../_resources/images/blank.gif') repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}

.cycle_banner_container h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0px;
}

.cycle_banner_container .banner_item_description {
    padding-top: 0;
    font-size: 1.2em;
}

.cycle_banner_container .banner_item_description h1 {
    color: #ffffff;
    font-family: "Quattrocento",serif;
    font-size: 1.6em;
    text-transform: uppercase;
}

.cycle_banner_container .banner_item_description h1 strong {
    display: block;
    font-weight: normal;
    font-size: 1.35em;
    line-height: 1.2;
}

.cycle_banner_container .banner_item_description p {
    margin: 5px 0 0 0;
    color: #FFFFFF !important;
    font-size: 0.9em;
}

.banner_btn {
    border: 1px solid;
    color: #ffffff !important;
    display: inline-block;
    margin: 40px 0 0;
    padding: 5px 30px;
    text-decoration: none;
}

.cycle_banner_container .banner_pager {
    margin-top: 50px;
    z-index: 100;
}

.cycle_banner_container .banner_pager a {
    display: inline-block;
    float: none;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    font-size: 1.2em;
    line-height: 20px;
    background-color: #FFFFFF;
}

.cycle_banner_container .banner_pager a:first-of-type {
    margin-left: 0;
}

.cycle_banner_container .banner_pager a.cycle-pager-active {
    color: #FFFFFF;
    background-color: #bd9b6b;
}

.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;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}