﻿/* CSS for banner module using jQuery Cycle */

.cycle_banner_container {
    visibility: hidden;
}

.cycle_banner_container {
    position: relative;
    overflow: visible;
    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_item {
    width: 100%;
    height: 100%;
}

.cycle_banner_container .banner_item_description_container {
    position: absolute;
    bottom: -57px;
    left: 0;
    width: 100%;
    text-align: left;
    color: #222;
}

.cycle_banner_container .banner_item_link {
    display: block;
    position: absolute;
    background: url('../images/blank.gif') repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.banner_triangle {
    width: 170px;
    height: 170px;
    position: absolute;
    top: -20px;
    right: 0;
    border-top: solid 85px #0052a4;
    border-right: solid 85px #0052a4;
    border-left: solid 85px transparent;
    border-bottom: solid 85px transparent;
}

.cycle_banner_container .banner_item_title {
    font-size: 100%;
    position: absolute;
    top: -50px;
    right: -75px;
    color: white;
    transform: rotate(45deg);
    width: 120px;
    text-align: center;
    font-weight:bold;
}

.cycle_banner_container .banner_item_description {
    padding-top: 70px;
}

.cycle_banner_container .banner_pager {
    position: absolute;
    z-index: 100;
}

.cycle_banner_container .banner_pager a {
    display: block;
    float: left;
    margin-left: 6px;
    width: 19px;
    height: 19px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-size: 0em;
    line-height: 20px;
    background-image: url('../images/animatedbanner_option1.png');
}

.banner_description_1 {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    margin: 0;
}

.banner_description_2 {
    color: #fff;
    font-size: 30px;
    margin: 0;
    line-height: 35px;
}

.banner_item_description a {
    color: #5da0d2 !important;
}

    .banner_item_description a:hover {
        color: #5C72B5 !important;
    }

    .banner_description_3 {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        padding-left: 80px;
        margin: 0;
    }

.banner_description_3 span {
    font-size: 20px;
}

.banner_description_4 {
    color: #202962;
    font-size: 22px;
    margin-top: 20px;
}