.carousel-item{
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.carousel .light, .carousel .light .banner_title, .carousel .light .banner_text {
    color: #fff;
}

.carousel .light .banner_title {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.banner_title span{
    font-size: 2.5rem;
    line-height: 45px;
    font-weight: 600;
}


.carousel .container{
	height: 100%;
}

.banner-content{
	height: 100%;
	display: flex;
	width: 50%;
	flex-direction: column;
	justify-content: center;
}

.banner-content.left{
	align-items: flex-start;
}

.banner-content.right{
	align-items: flex-end;
}

.banner-content.center{
	align-items: center;
}

button.button, input.button, .button {
    cursor: pointer;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    background: #ddd;
    color: #000;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 9px 13px 8px;
    display: inline-block;
    border: none;
    outline: none;
    position: relative;
    letter-spacing: 0.4px;
    width: auto;
    vertical-align: middle;
}


.carousel .banner_buttons{
	margin-top: 30px;
}

.carousel .banner_buttons a {
    margin-right: 10px;
    margin-bottom: 4px;
    color: #FFF;
    background: #54b32e;
}

.button.wide{
    padding: 14px 20px 13px;
}

.button.wide.slider{
    font-size: 14px;
    font-weight: bold;
	display: flex;
}

.button.wide.slider.grey{
	background: #5e6467;
}

.carousel-control-next, .carousel-control-prev{
    width: 5%;
}

.carousel-control-next{
    justify-content: flex-start;
} 

.carousel-control-prev{
    justify-content: flex-end;
}