
.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-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100% !important;
    transition: all ease 0.5s;
}

/*.cycle_banner_container .banner_item.cycle-slide-active {
    background-size: auto 150% !important
}*/

.banner_item_description_column {
    position: absolute;
    min-width: 300px;
    transform: translate(0, -50%);
    top: 60%;
    left: 0;
    z-index: 99;
}

.cycle_banner_container .banner_item_description_container {
    text-align: left;
    color: #222a5e;
    padding: 30px 15px;
}

.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 h1 {
    color: #222a5e;
}

.cycle_banner_container h2 {
    color: #222a5e;
    font-size: 1.8em;
    font-weight: 300;
    margin-bottom: 20px;
}

.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 {
    bottom: 25px;
    position: absolute;
    left: 25px;
    z-index: 100;
}

.cycle_banner_container .banner_pager a {
    background-color: #ffffff;
    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: #222a5e;
}

.cycle_banner_container .banner_pager_next,
.cycle_banner_container .banner_pager_previous {
    position: absolute;
    transform: translate(0, -50%);
    top: 60%;
    font-size: 60px;
    z-index: 100;
    color: #222a5e;
    cursor: pointer;
}

.cycle_banner_container .banner_pager_next:hover,
.cycle_banner_container .banner_pager_previous:hover {
    color: #fd973c;
}

.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;
}