
.cycle_banner_container {
    position: relative;
    z-index: 1;
    /*overflow: hidden;*/
    text-align: center;
}

.page_home .cycle_banner_container {
    width: 43% !important;
    position: absolute;
    right: 50px;
    top: 165px;
}

.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-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100% !important;
}

.banner_item_description_column {
    position: absolute;
    z-index: 99;
    top: 0;
    left: -100%;
    margin: 0;
    width: 100%;
    padding: 0;
}

.cycle_banner_container .banner_item_description_container {
    text-align: left;
    color: #003a38;
    background: url('../../../../_resources/images/rgba0-0-0-0.6.png');
    background: white;
    padding: 5px 10% 60px 0;
    height: 625px;
    overflow: hidden;
}

.cycle_banner_container .banner_description_title {
    font-weight: bold;
    font-size: 41px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.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 h2 {
    color: #004b5e;
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 30px;
}

    .cycle_banner_container h2 span {
        color: #ff395e;
    }

.cycle_banner_container .banner_item_description {
    padding-top: 0;
    font-size: 17px;
}

.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 {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #000000;
    display: block;
    float: left;
    font-size: 1.2em;
    height: 20px;
    line-height: 20px;
    margin-left: 6px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    width: 20px;
}

.cycle_banner_container .banner_pager a.cycle-pager-active {
    color: #FFFFFF;
    background-color: rgba(255,255,255,1);
}

.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: 10%;
}

.cycle_banner_container .banner_pager_previous {
    left: 25px;
}

a.edit_banner {
    position: absolute;
    bottom: -34px;
    left: 0;
    z-index: 100;
    border-radius: 0;
}

.banner_btn {
    line-height: 90px;
    font-weight: bold;
}

a.banner_btn {
    color: #003a38;
}

    a.banner_btn:hover {
        color: #ff395e;
    }