.gray {
	background: rgb(247,247,247);
}

.subheading {
	text-transform: uppercase;
	font-size: 66px;
	color: #7f2733;
	text-align: center;
	padding: 0;
}

.red .subheading {
	color: white;
}

/* ---------- CAROUSEL ----------- */

#billboard {background:#000;}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {margin:0 auto;}

#carouselButtons {
    bottom: 30px;
    left: 30px;
    position: absolute;
}

#playButton, #pauseButton  {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #fff;
    font-size: 30px;
    position:absolute;
    bottom:0px;
    left:0px;
}

#playButton:hover, #pauseButton:hover {
	text-decoration: none;
	color: #7f2733;
}

.billboard-control {
	position: absolute;
	bottom: 25px;
	width: 60px;
	height: 60px;
	line-height: 1em;
	font-size: 60px;
	text-align: center;
	color: white;
}

.billboard-control:hover {
	text-decoration: none;
	color: #7f2733;
}

.billboard-control.prev {
	right: 95px;
}

.billboard-control.next {
	right: 25px;
}

#billboard-donate {
	height: 60px;
	font-size: 20px;
	line-height: 55px;
	padding: 0 20px 0 67px;
	background: #7f2733 url(images/_pages/home/heart.png) 20px 50% no-repeat;
	text-transform: uppercase;
	position: fixed;
	top: 50%;
	margin-top: -30px;
	right: 0;
	color: white;
	border: 3px solid transparent;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 1000;
}

#billboard-donate:hover {
	border-color: white;
	/*border-right-color: transparent;*/
	text-decoration: none;
}

.get-involved-cta {
	display: block;
	height: 275px;
	width: 275px;
	color: white;
	border: 20px solid rgba(255,255,255,.6);
	border-radius: 50%;
	margin: 0 auto;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.get-involved-cta:hover {
	border-color: white;
}

.get-involved-cta.school {
	background: url(/images/_pages/home/BecomeKHKschool.png) 50% 50% / 160px 160px  no-repeat;
}
.get-involved-cta.sponsor {
	background: url(/images/_pages/home/BecomeASponsor.png) 50% 50% / 160px 160px  no-repeat;
}
.get-involved-cta.raffle {
	background: url(/images/_pages/home/BuyaRaffleTicket.png) 50% 50% /  160px 160px no-repeat;
}

@media(max-width: 500px) {
	.get-involved-cta {
		height: 200px;
		width: 200px;
		background-size: 120px 120px !important;
		border-width: 12px;
	}
}

.member {height:430px;}
.member-pic {
	background: #7f2733;
	height: 220px;
	width: 220px;
	border-radius: 50%;
	margin: 0 auto 20px auto;
}

.member-details {
	text-align: center;
	color: #9da3a9;
	text-transform: uppercase;
}

.member-name {
	font-size: 23px;
	margin-bottom: 5px;
}

.member-position {
	margin-bottom: 5px;
}


.member-info {
    font-size: 17px;
    word-wrap: break-word;
}


#other-sponsors {
	margin-top: 20px;
	text-transform: uppercase;
	color: #9da3a9;
	text-align: center;
	font-family: "league_gothicregular",Helvetica,sans-serif;
}

.sponsorType {
    font-family: "league_gothicregular",Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 100;
    text-align: right;
}

.sponsorContainer {
	display: inline; 
	position:relative;
	font-family: "league_gothicregular",Helvetica,sans-serif;
}



@media(max-width: 991px) {

	.subheading {
		margin: 0 0 15px;
	}

	.home-section-padded {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.benefit-button {
		margin-bottom: 15px;
	}

	.get-involved-cta {
		margin-bottom: 20px;
	}

	#get-involved {
		padding-bottom: 5px;
	}

	#members {
		padding-bottom: 0;
	}

	.member-pic {
		margin-bottom: 10px;
	}

	.member {
		margin-bottom: 30px;
	}

	.tweet-body {
		margin: 0 auto 12px;
		width: 90%;
	}

	.tweets-control {
		top: -71px;
	}

}

@media (min-width: 481px) and (max-width: 991px) {

	#other-sponsors {
		font-size: 38px;
	}

	.tweet-body {
		font-size: 18px;
	}

	.tweet-time {
		font-size: 13px;
	}

	#videos iframe {
		max-width: 80% !important;
	}

	.videos-control.prev {
		left: 0%;
	}

	.videos-control.next {
		right: 0%;
	}

}

@media (max-width: 480px) {

	#other-sponsors {
		font-size: 26px;
	}

	#tweets-carousel .carousel-inner {
		height: 130px;
	}

	.tweet-body {
		font-size: 14px;
	}

	.tweet-time {
		font-size: 11px;
	}

	#videos {
		padding-bottom: 70px;
	}

	#videos iframe {
		max-width: 100% !important;
	}

	.videos-control.prev {
		right: 70px;
	}

	.videos-control.next {
		right: 0px;
	}

	.videos-control {
		bottom: -60px;
	}

}

@media (min-width: 481px) {

	.videos-control {
		top: 50%;
	}

	#tweets-carousel .carousel-inner {
		height: 120px;
	}

}

@media (min-width: 768px) {

	#tweets-carousel .carousel-inner {
		height: 100px;
	}

}

@media(min-width: 992px) {

	.subheading {
		margin: 0 0 45px;
	}

	.home-section-padded {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	#tweets-carousel .carousel-inner {
		height: 180px;
	}

	#tweets {
		padding-bottom: 0;
	}

	.tweet-body {
		font-size: 24px;
		margin: 0 auto 15px;
		width: 90%;
	}

	.tweet-time {
		font-size: 18px;
	}

	.tweets-control {
		top: 26px;
	}

	#benefit .left {
		padding-left: 50px;
	}

	#benefit .right {
		padding-right: 50px;
	}

	#other-sponsors {
		font-size: 48px;
	}

	.videos-control.prev {
		left: 8%;
	}

	.videos-control.next {
		right: 8%;
	}

	.videos-control:hover {
		background: rgba(255,255,255,.5);
	}

}


@media(min-width: 1200px) {

	#tweets-carousel .carousel-inner {
		height: 220px;
	}

	.tweet-body {
		font-size: 32px;
	}

	.tweet-time {
		font-size: 20px;
	}

	.videos-control.prev {
		left: 15%;
	}

	.videos-control.next {
		right: 15%;
	}

}

#tweets {
	color: white;
}

.tweet-body a {
	color: white;
	text-decoration: underline;
}

.tweets-control {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	border-radius: 50%;
	text-align: center;
	background: rgba(255,255,255,.5);
	color: white;
}

.tweets-control:hover {
	text-decoration: none;
	background: white;
	color: #7f2733;
}

.tweets-control.prev {
	left: 0px;
}

.tweets-control.next {
	right: 0px;
}

.tweets-control.prev i {
	position: relative;
	right: 1px;
}

.tweets-control.next i {
	position: relative;
	right: -1px;
}


#benefit-heading {
	text-align: left;
}

#benefit-heading,
#benefit p {
	margin-bottom: 15px;
	color: #737c85;
}

#benefit p {
	line-height: 1.8em;
}

.benefit-subheading p {
	font-size: 21px;
}

.benefit-button {
	display: inline-block;
	background: #7f2733;
	padding: 7px 18px;
	border: 2px solid transparent;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	margin-right: 10px;
	border-radius: 3px;
}

.benefit-button:hover {
	text-decoration: none;
	color: #7f2733;
	border-color: #7f2733;
	background: rgb(247,247,247);
}

@media(max-width: 380px) {
	.benefit-button {
		display: block;
		width: 100%;
		text-align: center;
	}
}



.videos-control {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 54px;
	border-radius: 50%;
	text-align: center;
	color: white;
	margin-top: -30px;
}

.videos-control:hover {
	text-decoration: none;
	color: white;
}

.videos-control.prev i {
	position: relative;
	right: 3px;
}

.videos-control.next i {
	position: relative;
	right: -3px;
}

a.videos-control.prev:focus, a.videos-control.next:focus {
	outline: none;
	text-decoration: none;
	color: #fff;
}





.benefit-thumbnail {
	float: left;
	position: relative;
	/*cursor: pointer;*/
}

.benefit-thumbnail .benefit-mask {
	background: rgba(0,0,0,.4);
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}

.benefit-thumbnail:hover .benefit-mask {
	background: transparent;
}

.benefit-thumbnail .benefit-details {
	display: none;
	position: absolute;
	bottom: 180px;
	z-index: 10;
	left: -10px;
	right: -10px;
	padding: 20px;
	background: rgba(28,28,35,.91);
	color: white;

-webkit-box-shadow: 0px 0px 12px 1px rgba(28,28,28,1);
-moz-box-shadow: 0px 0px 12px 1px rgba(28,28,28,1);
box-shadow: 0px 0px 12px 1px rgba(28,28,28,1);
}

.benefit-thumbnail:hover .benefit-details {
	display: block;
}

.benefit-details .benefit-description {
	font-size: 16px;
}

.benefit-details .benefit-time {
	font-size: 12px;
}


.stream li.dcsns-facebook {background: white url(/images/facebook-icon.png) right 15px bottom 15px / 20px no-repeat;}

.stream li.dcsns-twitter {background: white url(/images/twitter_SocialStream.png) right 15px bottom 15px / 20px no-repeat;}

.stream li.dcsns-youtube {background: white url(/images/youtube_SocialStream.png) right 15px bottom 15px / 20px no-repeat;}

.stream li.dcsns-instagram {background: white url(/images/instagram_SocialStream.png) right 15px bottom 15px / 20px no-repeat;}

.dcsns-toolbar {display:block;}

.dcsns-toolbar .filter .link-all {height:28px; margin-bottom:5px; margin-left:10px;}
.dcsns-toolbar .filter li a:hover, .dcsns-toolbar .filter li a.iso-active {
	text-decoration: none;
	background-color:#000;
}

.stream li {
	-moz-box-shadow: 0px ;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
	border:2px solid #757575;
	margin-bottom: 20px;
}

.stream li .section-user {padding-left:0;}

.stream li.dcsns-youtube .section-user {display: none;}
/* --- RESPONSIVE FIXES ------*/



@media (max-width: 770px) {
	#ft-sponsors img {margin-top:20px;}
	a.siteBy {margin-bottom:50px;}
	#get-social {
	    max-height: 800px;
	    overflow: auto;
	}
}














