.carousel {
    width:100%;
}



.carousel.big {
    margin-top:75px;
    height:750px;
}



.carousel .item {
    width:100%;
    background-position:center center;
    height:inherit;
    background-size:cover;
}



.carousel .carousel-inner {
    height:inherit;
}



.carousel-caption {
    width:80%;
    left:130px;
    position:absolute;
    top:80px;
    text-shadow:none;
}



.carousel-caption h3 {
    text-align:left;
    font-size:82px;
    font-weight:bold;
}



.carousel-caption p {
    padding-top:0;
    padding-bottom:0;
    text-align:left;
    font-size:24px;
    color:rgb(230,230,230);
}

.carousel .text{
	display:none;
}



.carousel .carousel-indicators li {
    border-radius:0;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}



.carousel .carousel-control:hover {
    background-color:#50BCBD;
}



.carousel-control {
    line-height:46px !important;
    padding:0px !important;
}



.carousel .carousel-control.right {
    letter-spacing:-5px;
    right: 10%;
}



.carousel .carousel-control.left {
    left:10%;
    margin:0px;
    letter-spacing:2px;
}

.carousel .carousel-control {
    opacity:1;
        top:50%;
    background-image:none !important;
}



.format-4-3 {
    width:1100px;
    margin:0px auto;
}



.format-4-3.carousel .carousel-control.left {
    left:20px;
}



.format-4-3.carousel .carousel-control.right {
    right:20px;
}

.format-4-3.carousel .carousel-control{
	top:270px;
}

.format-4-3.carousel .text{
	display:block;
	margin-top:20px;
	
}


.carousel-control {
    margin-top:-24px !important;
}



