/* Carousel
-------------------------------------------------- */
.carousel {
	z-index: 1;
	margin: 0 0 70px 0;
}
.carousel .carousel-indicators {
	position: absolute;
	bottom: -50px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
	background: none;
}
.carousel .carousel-indicators li {
	display: inline-block;
  	width: 20px;
  	height: 20px;
  	margin: 2px;
  	text-indent: -999px;
  	cursor: pointer;
  	background-color: #000 \9;
  	background-color: rgba(52, 51, 52, 1);
  	border: none;
  	border-radius: 0px;
}
.carousel .carousel-indicators li.active {
	width: 20px;
  	height: 20px;
  	margin: 2px;
  	background-color: #f18d30;
}

/* Features
-------------------------------------------------- */
.gf-feature-wrapper {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 40px;
	line-height: 1;
}
	.gf-feature-wrapper a {
		color: #fff;
	}
	
.gf-feature {
	display: block;
    height: 0;
	width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
	margin-bottom: 30px;
}
	.sunday {
		background: url('../img/img-sunday-alt.jpg') no-repeat bottom left;
		background-size: cover;
	}
	.more-than-sundays {
		background: url('../img/img-more-than-sundays.jpg') no-repeat bottom left;
		background-size: cover;
	}
	.whats-on {
		background: url('../img/img-whats-on.jpg') no-repeat bottom left;
		background-size: cover;
	}
	.about {
		background: url('../img/img-about.jpg') no-repeat bottom left;
		background-size: cover;
	}
	.sermons {
		background: url('../img/img-sermons.jpg') no-repeat bottom left;
		background-size: cover;
	}
	.news {
		background: url('../img/img-news.jpg') no-repeat bottom left;
		background-size: cover;
	}
	.students-twenties {
		background: url('../img/img-students.jpg') no-repeat bottom left;
		background-size: cover;
	}
	.kids-youth {
		background: url('../img/img-kids-youth.jpg') no-repeat bottom left;
		background-size: cover;
	}
	.following {
		background: url('../img/img-following-jesus.jpg') no-repeat bottom left;
		background-size: cover;
	}
.gf-feature-text {
	padding: 12px 0 0 14px;
}


















/* Responsive
-------------------------------------------------- */


/* Desktop to Landscape iPad
------------------------- */
@media (max-width: 1199px) {

.gf-feature-wrapper {
	font-size: 34px;
}

}


/* Portrait iPad to Desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {

.gf-feature-wrapper {
	font-size: 22px;
}

}


/* Landscape iPhone 6 and 6+
------------------------- */
@media (max-width: 767px) {

.col-feat-left {
	padding-right: 8px;
}
.col-feat-right {
	padding-left: 8px;
}
.gf-feature-wrapper {
	font-size: 30px;
}
.gf-feature {
	margin-bottom: 15px;
}

}


/* Landscape iPhone 5
------------------------- */
@media screen and (min-width: 320px) and (max-width: 568px), (min-device-width: 320px) and
(max-device-width: 568px) and (orientation : landscape) {

.col-feat-left {
	padding-right: 8px;
}
.col-feat-right {
	padding-left: 8px;
}
.gf-feature-wrapper {
	font-size: 24px;
}
.gf-feature {
	margin-bottom: 15px;
}

}


/* Portrait iPhone 6/6+ (and Landscape iPhone 4s)
------------------------- */
@media screen and (min-width: 320px) and (max-width: 480px), (min-device-width: 320px) and
(max-device-width: 480px) and (orientation : landscape) {

.carousel {
	margin: 0 0 55px 0;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel .carousel-indicators li {
  	width: 16px;
  	height: 16px;
}
.carousel .carousel-indicators li.active {
	width: 16px;
  	height: 16px;
}
.col-feat-left {
	padding-right: 8px;
}
.col-feat-right {
	padding-left: 8px;
}
.gf-feature-wrapper {
	letter-spacing: 0px;
	font-size: 18px;
}
.gf-feature {
	margin-bottom: 15px;
}
.gf-feature-text {
	padding: 7px 0 0 8px;
}

}


/* Portrait iPhone 4s and 5
------------------------- */
@media screen and (max-width: 320px), (min-device-width: 320px) and (max-device-width: 480px) and (orientation : portrait) {

.carousel {
	margin: 0 0 55px 0;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel .carousel-indicators li {
  	width: 16px;
  	height: 16px;
}
.carousel .carousel-indicators li.active {
	width: 16px;
  	height: 16px;
}
.col-feat-left {
	padding-right: 8px;
}
.col-feat-right {
	padding-left: 8px;
}
.gf-feature-wrapper {
	letter-spacing: 0px;
	font-size: 14px;
}
.gf-feature {
	margin-bottom: 15px;
}
.gf-feature-text {
	padding: 7px 0 0 8px;
}

}
