/* @CHARSET "ISO-8859-1"; */

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-Bold.ttf');
}

@font-face {
  font-family: 'Cabin';
  src: url('../fonts/Cabin/Cabin-Regular.ttf');
}

@font-face {
  font-family: 'Roboto_Slab';
  src: url('../fonts/Roboto_Slab/RobotoSlab-Regular.ttf');
}

@font-face {
  font-family: 'Quicksand_Regular';
  src: url('../fonts/Quicksand/Quicksand-Regular.ttf');
}

body {
  	font-family: Quicksand_Regular, Roboto_Slab, Cabin, Raleway, sans-serif;
	font-size: 14px;
    line-height: 1.42857143;
    /*background: url('../img/Untitled-1.png');*/
/*     background: url('../img/Untitled-2.png'); */
/* 	background-color: #F79393; */
}

.row {
	background-color: #fff;
}

.navbar-default {
/* 	background: rgba(255, 255, 255, 0.75); */
	border-color: #EA1313;
	background-color: #FFF;
}

.jumbotron {
/*	background: url("../img/012.jpg") center no-repeat;*/
	height: 300px;
}

@media screen and (min-width: 768px) {
	.jumbotron {
	    height: 300px;
	    padding-bottom: 0px;
	    margin-bottom: 0px
	}
}

/* Carousel base class */
.carousel {
  	height: 480px;
  	margin-bottom: 60px;
}

.carousel-indicators {
    /* margin-left: 0%; */
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  	z-index: 10;
    bottom: 0px;
    background: rgba(234, 19, 19, 0.35);
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  	height: 480px;
  	background-color: #777;
}
.carousel-inner > .item > img {
  	position: absolute;
  	top: 0;
  	left: 0;
  	min-width: 100%;
  	height: 480px;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) { 
	.carousel {
	    margin-bottom: 0px;
	}
	
	.carousel-caption {
		font-size: 12px;
	    width: 100%;
	    left: 0%;
	    padding: 5px 10px 0;
	}
	
	.carousel,
	.carousel-inner .item,
	.carousel-inner > .item > img {
	  	height: 200px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.carousel {
	    margin-bottom: 30px;
	}
	
	.carousel-indicators {
    	bottom: 80px;
	}
	
	.carousel-caption {
	    right: 0%;
	    left: 0%;
	    padding-bottom: 0px;
	} 
}

.nav-tabs {
    border-bottom: 1px solid #F89494;
}

.nav-tabs > li > a {
    background-color: #ddd;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #F9AEAE;
    border: 1px solid #F89494;
}

.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #F79595;
    border-color: #F46C6C;
    border-right-width: 8px;
}

blockquote {
	margin: 0px auto;
    text-align: center;
    width: 75%;
    border: none;
    padding: 40px 20px;
}

blockquote footer {
	margin: 10px 0 0;
}

footer {
	border-top: solid thin #EA1313;
    padding: 16px 0px;
    margin: 10px 0 20px;
}

footer p {
	float: left;
}

.alert {
	padding: 8px 15px;
	font-weight: bold
}

.page-header {
    margin: 20px 0 20px;
	border-bottom: 1px solid #F89494;
}

/*  CUSTOM CSS */

.hide {
	display: none;
}

.form-group.required .control-label:after,
.checkbox.required .control-label:after { 
  content:" *";
  color:red;
  font-weight: bold
}

.navbar-brand {
    padding: 5px 15px;
}

.breadcrumb {
    margin-top: 20px;
}

.social-media-top-icons {
	
}

.social-media-top-icons a {
	
}

.social-media-top-icons img {
	margin: 10px 0
}

.border-1 {
	border-left: solid thin #eee;
}

.border-2 {
	border-right: solid thin #eee;
}

.news-archive h2 {
	border-bottom: solid thin #774a77;
    border-left: solid 16px #774a77;
    padding: 10px 0 7px 10px;
    font-weight: bold;
}

.news-archive ul {
	list-style: none;
	padding: 0 0 30px;
}

.news-archive li {
	height: 130px;
    border-bottom: solid thin #eee;
    margin: 0 0 10px;
}

.news-archive li:last-child {
    border-bottom: none;
    height: auto;
}

.news-archive li img {
	width: 170px;
	margin: 0 0 0 10px;
}

.news-archive li > h4 {
	font-weight: bold;
    padding: 20px 0 0;
    font-size: 14px;
}

@media (max-width: 767px) { 
	.news-archive li > h4 {
		font-size: 14px;
	}
}

.events-archive h2 {
	border-bottom: solid thin #774a77;
    border-left: solid 16px #774a77;
    padding: 10px 0 7px 10px;
    font-weight: bold;
}

.events-archive ul {
	list-style: none;
    padding: 0px;
}

.events-archive li {
    border-bottom: solid thin #eee;
    margin: 0 0 10px;
}

.events-archive li:last-child {
    border-bottom: none;
}

.events-archive li img {
	width: 170px;
	margin: 0 0 0 10px;
}

.events-archive li > h4 {
	font-weight: bold;
    padding: 5px 0;
}

.events-archive li a {
	color: inherit
}

.events-archive li a:hover {
	color: #EA1313
}

.sb-blog {
	display: inline-block;
}

.sb-contact {
	/* display: inline-block; */
}

.sb-blog h2 {
	border-bottom: solid thin #774a77;
    border-left: solid 16px #774a77;
    padding: 10px 0 7px 10px;
    font-weight: bold;
}

.sb-blog ul {
	list-style: none;
    padding: 0px;
}

.sb-blog li {
	height: 200px;
    border-bottom: solid thin #eee;
    margin: 0 0 10px;
}

.sb-blog li:last-child {
    border-bottom: none;
}

.sb-blog li img {
	width: 280px;
	margin: 0 10px 0 0;	
    min-height: 190px;
}

.sb-blog li > h4 {
	font-weight: bold;
    padding: 20px 0 0;
    font-size: 24px;
}

.sb-blog .page-header,
.sb-contact .page-header {
    padding: 0 0 0px 10px;
    margin: 40px 0 10px;
    border-bottom: 1px solid transparent;
    border-left: solid 10px transparent;
    border-color: #EA1313;
}

.sb-blog .page-header h1,
.sb-contact .page-header h1 {
    margin-bottom: 0px;
}

.sb-blog span {
	display: block;
    margin-bottom: 10px;
}

.sb-newsevents .btn-primary,
.sb-blog .btn-primary,
.searchform .btn-primary  {
	background-color: #EA1313;
    border-color: #E50600;
    color: #fff;
}

.sb-blog .btn-primary:hover {
	background-color: #E50600;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) { 
	.sb-blog li {
		height: 107px;
		float:left;
		width: 100%;
	}
	
	.sb-blog li img {
		width: 130px;
    	min-height: 100px;
	}
	
	.sb-blog li > h4 {
	    font-size: 16px;
	    padding: 0px
	}
}

.paypal {
/* 	border: solid thin #eee; */
/*     height: 110px; */
    margin: 20px 0px;
    width: 100%;
    float: left;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) { 
	.paypal img,
	.paypalq  {
	  	/*float: right;
	    padding: 0 0 10px;
	    height: 60px;*/
	}
}



.ad1 {
	margin: 20px 0
}

.ad1 img:hover {
	opacity: 0.6;
}

#map {
    border: solid thin #eee;
    height: 500px;
    width: 100%;
    margin-bottom: 20px;
}
@media (max-width: 767px) { 
	#map {
		height: 200px;
	}
}

.everlasting-gospel .page-header,
.about .page-header,
.main .page-header {
	border-bottom: solid 2px #F37070;
    padding-bottom: 0px;
}

.everlasting-gospel-menu .page-header,
.about-menu .page-header {
    margin: 20px 0 10px;
    padding-bottom: 0px;
}

.everlasting-gospel .page-header h1,
.about .page-header h1,
.main .page-header h1 {
	color: #EA1313;
    margin-bottom: 4px;
}

.everlasting-gospel-menu .page-header h1,
.about-menu .page-header h1 {
    margin-bottom: 4px;
    margin-top: 20px;
    font-size: 20px;
}



.everlasting-gospel hr,
.about hr,
.main hr  {
	border-top: dashed 1px #F37070;
}

.everlasting-gospel h4 {
	text-transform: uppercase;
}

.a .anchor {
	margin-bottom: 60px
}

h4.anchor {
	text-transform: uppercase;
  	font-weight: bold;
}

.list-group-item {
    padding: 7px 15px;
}

footer .social-media-top-icons {
	float: right;
}

footer .social-media-top-icons img {
	margin: 0px
}

@media (max-width: 768px) { 
	footer,
	footer .social-media-top-icons {
		text-align: center;
	}
	
	footer p,
	footer .social-media-top-icons {
		float: none;
	}
}

.videoplayer {
	min-height: 210px;
    margin: 0 0 20px;
    border-bottom: solid thin #eee;
}

.videoplayer iframe {
	height: 200px;
    width: 350px;
    float: left;
    margin-right: 20px;
    border: none;
}

.videoplayer h4 {
	font-weight: bold;
}

.audiofile {
	border-bottom: solid thin #eee
}

/* .videoplayer:last-child, */
/* .audiofile:last-child { */
/* 	border-bottom: none */
/* } */

.audiofile audio {
	width: 500px;
}

.help-block {
    color: #f00;
    font-size: 12px;
}

.sb-newsevents {
	height: 642px;
}

.featureimagecaption {
	background: rgba(234, 19, 19, 0.1);
    padding: 10px 20px;
}

ul.category {
	
}

ul.category li {
	margin-left: -40px;
    margin-bottom: 10px;
    list-style: none;
    border-left: solid 3px #EA1313;
    padding-left: 10px;
}

ul.category li a:hover {
	color: #EA1313;
	text-decoration: none;
}

/** Newsletter **/
.newsletter {
	background-color: #deb887;
    border-radius: 10px 0px 10px 0px;
    padding: 20px 30px 30px;
    border: solid thin #CA8C39;
}

.newsletter .row {
	background: transparent;
	margin-top: 60px;
}

.newsletter h4 {
	font-weight: bold;
    padding: 20px 0 0;
    font-size: 24px;
}

.connect-with-us {
	border-top: solid thin #eee;
    border-bottom: solid thin #eee;
    float: left;
    width: 100%;
    padding: 0 0 10px;
	margin: 0 0 20px;
	font-size: 12px;
}

.connect-with-us h6,
.paypal h6 {
	font-weight: bold;
    font-size: 26px;
    border-bottom: solid thin #EA1313;
    padding: 0 0 10px;
}

.connect-with-us ul {
	margin: 0 0 0 -40px;
}

.connect-with-us li {
	list-style: none;
    display: inline-block;
}

.connect-with-us li img {
	width: 68px;
    margin: 15px 10px 15px 0;
}

.connect-with-us li a:hover img {
  opacity: 0.3;
}

.gospel-search-result-list-item {
    border-bottom: solid thin #eee;
    padding: 10px 0;
}

.gospel-search-result-list-item:last-child {
    border-bottom: none;
}

.gospel-search-result-list-item img {
    width: 30%;
    margin-right: 20px;
    height: 160px
}

.gospel-search-result-list-item .date {
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 0px;
}

.gospel-search-result-list-item .title {
    margin-top: 7px;
    margin-bottom: 7px;
}

.gospel-search-result-list-item .title a:hover {
    text-decoration: none;
}

@media (max-width: 767px) { 
	.searchform .form-control {
		width: 300px;
	    display: inline;
	}
}

.bcs-exco .row {
    margin-bottom: 10px;
}

.bcs-exco .row .position {
    font-size: 12px;
    line-height: 14px;
}