


.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: 0.6s ease-in-out left;
        -moz-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            line-height: 1;
        }

    .carousel-inner > .active,
    .carousel-inner > .next,
    .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next,
    .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100% !important;
    }

        .carousel-inner > .next.left,
        .carousel-inner > .prev.right {
            left: 0 !important;
        }

    .carousel-inner > .active.left {
        left: -100% !important;
    }

    .carousel-inner > .active.right {
        left: 100% !important;
    }

.carousel-control {
    position: absolute;
    top: 50% !important;
    left: 15px !important;
    width: 45px !important;
    height: 45px !important;
    margin-top: -20px !important;
    font-size: 40px !important;
    line-height: 30px !important;
    color: #ffffff !important;
    text-align: center !important;
    background: #222222 !important;
    border: 3px solid #fff !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    opacity: 0.5 !important; font-weight: 100 !important;
    filter: alpha(opacity=50) !important;
}

    .carousel-control.right {
        right: 15px !important;
        left: auto !important;
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #ffffff !important;
        text-decoration: none !important;
        opacity: 0.9 !important;
        filter: alpha(opacity=90) !important;
        background-color: #46a6af !important;
    }

.carousel-indicators {
    display: block;
    text-align: center;
    padding: 0px;
    margin: 10px auto;
}

    .carousel-indicators li {
        display: inline-block;
        width: 27px !important;
        height: 26px !important; margin-right:10px !important;
        background: url(../img/banner_mark_off.png) no-repeat !important;
        /*border-radius: 10px !important;*/
		border:none !important;
        cursor: pointer;
    }

    .carousel-indicators .active,
	.carousel-indicators li.hover,
	.carousel-indicators li:hover {
    	
        background: url(../img/banner_mark_on.png) no-repeat !important;
    }


.hero-unit {
    color: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 400px;
}

    .hero-unit h1 {
        margin-bottom: 0;
        font-size: 2em;
        text-transform: uppercase;
        line-height: 2;
        letter-spacing: -1px;
        color: inherit;
        text-shadow: 1px 1px 1px #fff;
    }

    .hero-unit li {
        line-height: 30px;
    }







.heroframe {
    /*background-color: rgba(255, 255, 255, 0.85);*/
    padding: 30px;
    text-align: left;
    margin-top: 9%;
}

    .heroframe p {
        color: #666;
        display: block;
        line-height: 1.5em;
        padding: 20px;
    }

    .heroframe h1 {
        font-size: 60px;
        font-weight: bold; 
		line-height:1.1em;
        /*letter-spacing: 5px;*/
        color: #fff;
        text-transform: uppercase;
        text-shadow: #000;
    }




.dropshadow {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

