.home-feature-group, .home-quicklinks-group {
	margin-bottom: 30px;
}

#carousel-featured {
	box-shadow: 4px 4px 6px rgba(0,0,0,.1);
}

ul.quick-links-actions {
	margin-bottom: 0;
}

/* QUICK LINKS */
.quick-links-actions .btn {
	border-radius: 0;
	border-width: 0;
	color: #fff;
	font-family: 'Roboto Slab';
	font-size: 18px;
	font-weight: 700;
	line-height: 70px;
	margin-bottom: 8px;
	padding: 0;
	text-transform: uppercase;
	
	box-shadow: 4px 4px 6px rgba(0,0,0,.1);
	
	/*background-color: #6f805d;*/
	background: -webkit-linear-gradient(left, #6f805d, #8ca275);
	background: -o-linear-gradient(right, #6f805d, #8ca275);
	background: -moz-linear-gradient(right, #6f805d, #8ca275);
	background: linear-gradient(right, #6f805d, #8ca275);
}
.quick-links-actions .btn:hover, .quick-links-actions .btn:focus, .quick-links-actions .btn:active, .quick-links-actions .btn.active {
	/*background-color: #cea321;*/
	/*background-image: none;*/
	background: -webkit-linear-gradient(left, #cea321, #cea321);
	background: -o-linear-gradient(right, #cea321, #cea321);
	background: -moz-linear-gradient(right, #cea321, #cea321);
	background: linear-gradient(right, #cea321, #cea321);
}
.quick-links-actions .btn:active, .quick-links-actions .btn.active {}

.quick-links-actions li:last-child .btn {
	margin-bottom: 0;
}

/* FEATURED CAROUSEL */
.carousel-inner {
	background-color: #f3f3f3;
}
/*.carousel-inner img { opacity: .1; }*/
.carousel-control {
	width: 40px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	left: initial;
	right: initial;
	color: #fff;
	font-size: 20px;
	height: 20px;
	margin: 0;
	width: 20px;
}
.carousel-control .glyphicon-chevron-left {
	right: 5px;
}
.carousel-control .glyphicon-chevron-right {
	left: 5px;
}
.carousel-indicators {
	bottom: 10px !important;
	margin-bottom: 0;
	opacity: 0;
}

.carousel-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../images/ft_overlay.png);
	background-size: cover;
}
.carousel-caption {
	bottom: 40px;
	left: 40px;
	right: 40px;
	text-align: left;
	padding: 0;
}
.carousel-caption a {
	color: #fff;
	font-family: "Lato";
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
}
.carousel-caption a:hover, .carousel-caption a:active, .carousel-caption a:focus {
	color: #cea321;
	text-decoration: none;
}
@media only screen and (max-width : 991px) {
	#carousel-featured {
		margin-bottom: 15px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
		top: 150px;
	}
	.carousel-caption {
		position: relative;
		background-color: #313e2e;
		bottom: initial;
		right: initial;
		left: initial;
		padding: 20px;
	}
}
@media only screen and (max-width : 479px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
		top: 100px;
	}
}
@media only screen and (min-width : 768px) {
	/* #carousel-featured:hover .carousel-indicators {
		opacity: .5;
	}*/
	.carousel-caption a {
		font-size: 32px;
		line-height: 36px;
	}
}


/* JONI'S FEED */
/* included in module */

/* TWITTER */
.home-twitter .inner {
	border: 1px solid #cecece;
	box-shadow: 4px 4px 6px rgba(0,0,0,.1);
	min-height: 113px;
	margin-bottom: 40px;
}


/* ISSUES */
/*

Issue boxes
Image size - 360x254px
Notes - The issue overlay is a semi-transparent black gradient on the bottom so the title can be seen.

*/

.home-issue {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-family: 'Lato';
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 40px;
	
	box-shadow: 4px 4px 6px rgba(0,0,0,.1);
}
.home-issue.issue-99-county-tour {
	background-image: url('../images/issue_99countytour.jpg');
}
.home-issue.issue-agriculture {
	background-image: url('../images/issue_agriculture.jpg');
}
.home-issue.issue-veterans {
	background-image: url('../images/issue_veterans.jpg');
}

.home-issue a {
	position: relative;
	
/*	background-image: url('../images/issue_overlay.png');*/
/*	background-position: bottom center;*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
	
	background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .66));
	background: -o-linear-gradient(transparent, rgba(0, 0, 0, .66));
	background: -moz-linear-gradient(transparent, rgba(0, 0, 0, .66));
	background: linear-gradient(transparent, rgba(0, 0, 0, .66));
	
	display: block;
	min-height: 254px;
	text-align: center;
	text-transform: uppercase;
}
.home-issue a:link, .home-issue a:visited {
	color: #fff;
}
.home-issue a:hover, .home-issue a:active, .home-issue a:focus {
	/* background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .88)); */
	/* background: -o-linear-gradient(transparent, rgba(0, 0, 0, .88)); */
	/* background: -moz-linear-gradient(transparent, rgba(0, 0, 0, .88)); */
	/* background: linear-gradient(transparent, rgba(0, 0, 0, .88)); */
	color: #cea321;
	text-decoration: none;
}
.home-issue a .inner {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
}

@media only screen and (min-width : 992px) {
	.home-issue {
		font-size: 32px;
		line-height: 32px;
	}
}
