﻿/* CSS for banner module using jQuery Cycle */

.cycle_banner_container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.banner_item_description_column a {
    color: #FFFFFF !important;
}

.page_home .cycle_banner_container {
    margin-bottom: 15px;
}

.cycle_banner_container .banner_content {
    width: 100%;
    height: 100%;
}

.cycle_banner_container .banner_content img {
    width: 100%;
    height: 100%;
}

.cycle_banner_container .banner_item {
    width: 100% !important;
    height: 100% !important;
}

.banner_item_description_column {
    position: absolute;
    z-index: 99;
    bottom: 100px;
    left: 0;
    min-width: 400px;
}

.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;
}

.banner_item_description_container:after {
    content: "";
    position: absolute;
    width: 185%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: -100%;
    z-index: -1;
}

.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: 98;
}

.cycle_banner_container .banner_item_title {
    font-size: 2em;
    font-family: 'Houschka', Arial, Helvetica, Tahoma, Geneva, Verdana, Sans-Serif !important;
    margin-bottom: 10px;
}

.cycle_banner_container .banner_item_description {
    padding-top: 0;
    font-size: 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: #F58220;
}

.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;
}