﻿/* CSS for banner module using jQuery Cycle */

.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;
    height: 100% !important;
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    .cycle_banner_container .banner_item {
        background-position: left center !important;
    }
}

.banner_item_description_column {
    position: absolute;
    z-index: 99;
    bottom: 40px;
    left: 0;
    min-width: 400px;
}

.cycle_banner_container .banner_item_description_container {
    text-align: left;
    color: #fff;
    padding: 15px 15px 0;
}

.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 {
    color: #013e7d;
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 25%;
}

.cycle_banner_container .banner_item_description {
    padding-top: 10px;
    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: #1a58bb;
}

.cycle_banner_container .banner_pager_next,
.cycle_banner_container .banner_pager_previous {
    background-color: #12c2af;
    border-radius: 60px;
    color: #ffffff;
    cursor: pointer;
    font-size: 2em;
    height: 1.5em;
    line-height: 1.5em;
    position: absolute;
    bottom: 40px;
    width: 1.5em;
    z-index: 100;
    transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

.cycle_banner_container .banner_pager_next:hover,
.cycle_banner_container .banner_pager_previous:hover {
    color: #013E7D;
}

.cycle_banner_container .banner_pager_next {
    right: 25px;
}

.cycle_banner_container .banner_pager_previous {
    left: 25px;
}


#default_name_pager_next i, #default_name_pager_previous i {
    left: 0;
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: 100%;
}


a.edit_banner {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


/* BANNER DESCRIPTION */

.banner_item_description .title h2 {
    color: #013e7d;
    font-size: 2.75em;
    font-weight: 300;
    line-height: 1.1em;
}
.banner_item_description .title h2 span {
    display: block;
    font-weight: 500;
}

.banner_item_description h3 {
    color: #013e7d;
    font-size: 1.5em;
    font-weight: 500;
}

.banner_item_description ul {
    list-style: outside none none;
    padding-left: 15px;
    margin-bottom: 40px;
}

.banner_item_description li {
    color: #013e7d;
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 5px;
    text-indent: -15px;
}

.banner_item_description li:before {
    content: "";
    font-family: FontAwesome;
    font-size: 0.5em;
    margin-right: 12px;
    margin-top: -6px;
    position: relative;
    top: -3px;
}

.banner_item_description .title img {
    width: 80%;
}