.tcb-simple-carousel{
    margin-top: 50px;
    .carousel-control {
        background:	#ddd;
        color:#999;
        padding: 4px 0;
        width:26px;
        top:auto;	
        left:auto;
        bottom:0;
        opacity:1;
        text-shadow:none;
    }
    .carousel-control.right {
        right:10px;
    }
    .carousel-control.left {
        right: 40px;
    }
}
.carousel-control.left, .carousel-control.right {

	background: transparent;
}

.carousel-controls {
	position: relative;
	margin: -80px auto 80px auto;
	max-width: 600px;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 250px;
	max-width: 800px;
	margin: 0 auto;
}

.testimonial{

		max-width: 600px;
		width:100%;

		margin:10px auto;
		text-align: center;
		padding-bottom:10px;
		position:relative;
}




.testimonial button, .news button {
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 2;
	font-size: 1.6em;
	padding: 4px 8px;
}

.author{
	color: #d10d0d;
	font-weight:700;
	font-size: 1.2em;
}

.author span {
	display: block;
	color: #8aaabd;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.7em;
}

blockquote {
	margin: 0;
	padding: 30px 75px;
	width: 100%;
	color: #999;
	border: none;
	transition: background-color 0.6s linear;
	font-size: 1.6em;
	line-height: 0.7em;
	z-index: 1;
}

blockquote::before {
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 3em;
	top: 43px;
	left: 5px;
	color: #d10d0d;
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}
blockquote::after {
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 3em;
	bottom: 80px;
	right: 5px;
	transform: rotate(180deg);
	color: #d10d0d;
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}




.news, .newsheader{
	width:100%;

}
.modhead{
background: #93589f;
color:#fff;
padding:10px;
	width: 320px;
	margin: 0 auto;
	letter-spacing: 2px;
}


.newshead {
	line-height: 20px;
	color: #d10d0d;
	font-weight: 700;
	padding-top: 10px;
	font-size: 1.6em;
	padding-bottom: 5px;
}
.newsdate {
	padding-bottom: 3px;
	color: #bbb;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 0.7em;
}
.article {

	padding-bottom: 35px;
	border-bottom: 1px solid #eee;
}


@media only screen and (max-width: 667px) {
blockquote {
	padding: 30px 50px;
	font-size: 18px;
}

blockquote::before {
	font-size: 4em;
	top: -20px;
	left: 5px;
}
blockquote::after {
	font-size: 4em;
	bottom: 40px;
	right: 5px;

}
.hrsday, .hrstimes {
	font-size: 15px;
}
.hrsday{
	width:44%;
}
}