h1 {
	color: #F26139;
}

.chs-carousel {
	margin-top: -33px;
	margin-bottom: 30px;
	border-top: 3px solid #CCC;
}
.carousel-inner > .item {
    max-height: 280px;
}
.carousel-control {
	opacity: 1;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 40px;
	height: 65px;
}
.carousel-control .icon-prev {
	left: 9%;
}
.carousel-control .icon-next {
	right: 0;
}	
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(56, 185, 152, 0.5), rgb(56, 185, 152) );
    background-repeat: repeat-x;
    left: auto;
    right: 0;
    width: 33.33%;
}	
.carousel-caption {
	width: 25%;
	left: auto;
	right: 6%;
	top:30%; 
	text-align: center;
	opacity: 0.8;
	font-size: 20px;
	font-family: mulilight, helvetica;
}
@media(max-width:768px) {
    .carousel-control.right {
        width: 90%;
    }
    .carousel-control.left {
        width: 10%;
    }
    .carousel-caption {
        width: 80%;
        top:0;
        bottom: 0;
        font-size: 15px;
    }
}
.carousel-caption a, .carousel-caption a:hover, .carousel-caption a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
.carousel-indicators .active {
    background-color: #38B998;
    border: 1px solid #38B998;
}	
.quicklinks {
	overflow: hidden;
}
.quicklink {
	margin-bottom: 10px;
}
.quicklink .btn {
	white-space: normal;
	border-radius: 0;
	color: #FFFFFF;
    width: 100%;
	max-width: 600px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;			
}
.quicklink .btn:hover {
	box-shadow: 0px 3px 5px #000;
	-moz-box-shadow: 0px 3px 5px #000;
	-webkit-box-shadow: 0px 3px 5px #000;
	color: rgba(255,255,255,0.8);
}
.quicklink .btn-success {
	background-color: #38B998;
	border-color: #38B998;
}
.quicklink .btn-default {
	background-color: #6D6E71;
	border-color: #6D6E71;
}
.quicklink .btn-warning {
	background-color: #F26139;
	border-color: #F26139;
}	
.quicklink .btn-bigtext {
	font-size: 30px;
	font-family: muliregular, helvetica;
	text-transform: uppercase;
}	
.quicklink .btn-smalltext {
	font-size: 14px;
	font-family: mulilight, helvetica;
}	