/* ==========================================================================
   Author's custom styles
   ========================================================================== */






body {
	font-family: 'Open Sans', sans-serif;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat;
	line-height: 1.7em;
}
/* ==========================================================================
   Header's custom styles
   ========================================================================== */	
#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	width: 100%;
	height: 170px;
	background-image: url(../img/content-wrapper-bg.jpg);
	background-repeat: repeat-x;
}
.logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 170px;
}
.quickmenu li {
	float: left;
	display: inline;
}
.quickmenu li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #c62b02;
	padding: 0px 5px 0px 5px;
	margin: 5px 5px 5px 5px;
	border-radius: 4px;
	font-size: 13px;
}
.quickmenu li a:hover {
	color: #FF0;
	background-color: #c62b02;
	padding: 0px 5px 0px 5px;
}
#mainmenu {
	background-color: #c62b02;
	width: 100%;
}
.projects {
	float: left;
	margin: 7px 0px 20px 5px;
	width: 340px;
}
.imgpad {
	margin: 8px 8px 8px 8px;
}
/* General menu styling */
.nav {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 22px;
	z-index: 1000;
}
/* The main navigation link containers */
.nav>li {
	display: block;
	float: left; /* Displaying them on the same line */
	margin: 0;
	padding: 0;
}
/* The main navigation links */
.nav>li>a {
	/* Layout */
	display: block;
	position: relative;
	padding: 10px 18px;
	/* Text */
	
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	/* Background */
	background-color: #c62b02;
}
/* Changing the color on hover */
.nav>li>a:hover, .nav>li:hover>a {
	color: #000;
	background-color: #FC6;
}
/* The links which contain dropdowns menu are wider, because they have a little arrow */
.nav>.dropdown>a {
	padding: 10px 30px 10px 20px;
}
/* The arrow indicating the dropdown */
.dropdown>a::after {
	content: "";
	position: absolute;
	top: 17px;
	right: 10px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* Changing the color of the arrow on hover */	
.dropdown>a:hover::after, .dropdown:hover>a::after {
	border-color: #fb1434;
}
/* The submenus */
.nav ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
/* General layout settings for the link containers of the submenus */
.nav ul li {
	position: absolute;
	top: -9999px; /* Hiding them */
	height: 0px;
	display: block;
	margin: 0;
	padding: 0;
	/* Making them to expand their height with a transition, for a slide effect */
	-webkit-transition: height .2s ease-in;
	-moz-transition: height .2s ease-in;
	-o-transition: height .2s ease-in;
	-ms-transition: height .2s ease-in;
}
/* Displays the submenu links, by expading their containers (with a transition, previously defined) and by repositioning them */
.dropdown:hover>ul>li {
	height: 30px;
	position: relative;
	top: auto;
}
/* The submenu links */
.nav ul li a {
	/* Layout */
	padding: 4px 20px;
	width: 260px;
	display: block;
	position: relative;
	/* Text */

	color: #fff;
	text-decoration: none;
	font-size: 16px;
	/* Background & effects */
	background-color: #c62b02;
}
/* Changing the link's color and background on hover */
.nav ul li:hover>a, .nav ul li a:hover {
	color: #FF0;
	background-color: #c62b02;
}
/* Making the level 2 (or higher) submenus to appear at the right of their parent */
.nav ul .dropdown:hover ul {
	left: 260px;
	top: 0px;
}
/* The submenu links have a different arrow which indicates another dropdown submenu */
.nav ul .dropdown a::after {
	width: 6px;
	height: 6px;
	border-bottom: 0;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	top: 12px;
}
/* Changing the color of the arrow on hover */
.nav ul .dropdown:hover>a::after, .nav ul .dropdown>a:hover::after {
	border-right: 1px solid #fb1434;
	border-top: 1px solid #fb1434;
}
.slider {
	height: 260px;
	background-color: #c62b02;
	border-radius: 0px 0px 12px 12px;
	padding: 2px 8px 40px 8px;
	margin-bottom: 30px;
}
.stylebox {
	display:block;
 min-height:233px;
	border-radius: 5px;
	border: 1px solid rgb( 184, 184, 184 );
	overflow:hidden;
	margin:3% 1% 3% 1% ;
	padding:3%;
	
}
.stylebox-1 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 184, 184, 184 );
	border-radius: 5px;
	background-color: rgb( 255, 255, 255 );
	margin:5px -2px 5px -9px;
	overflow: hidden;
}
.title {
	width: 200px;
	height: inherit;
	background-image: url(../img/ribbonbg.png);
	background-repeat: no-repeat;
	margin-left: -15px;
	padding: 7px;
	color: #FFF;
	margin-bottom: 20px;
}
.read {
	width: 150px;
	color: #C62B02;
	float: right;
	background-image: url(../img/readmore.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: -15px;
	padding : 4px;
	padding-left: 28px;
	margin-bottom: 20px;
}
#contents {
	background-color: #FFF;
}
#topbox {
	margin: 0px 0px 0px 0px;
	color: #00C;
}
#flashnews {
	margin: 5px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 223, 223, 223 );
	background-color: rgb( 246, 246, 246 );
	background-color: #f6f6f6;
	height: 33px;
	background-image: url(../img/flash_news.png);
	background-repeat: no-repeat;
}
.main {
	margin-bottom: 75px;
	margin-top: 22px;
}
ul.upcoming_events {
	list-style: none;
	margin: 0;
	padding: 0
}
ul.upcoming_events li:before {
	display: none;
}
ul.upcoming_events li {
	background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
	position: relative;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	overflow: hidden
}
ul.upcoming_events li:last-child {
	background: none
}
ul.upcoming_events p.meta_date {
	background: url(../img/bg_counter_light.png) no-repeat 0 0;
	display: block;
	float: left;
	width: 46px;
	margin: 0 11px 0 0;
	height: 55px
}
ul.upcoming_events p.meta_date strong {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #545454;
	padding: 11px 0 0 10px;
}
ul.upcoming_events p.meta_date a {
	position: absolute;
	background: url(../img/bg_counter_a_light.png) no-repeat 2px 2px;
	display: block;
	width: 46px;
	height: 45px;
	top: 0;
	left: 0;
}
ul.upcoming_events p.meta_date span {
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	text-align: center;
	margin-top: 12px;
	padding-right: 4px
}
ul.upcoming_events .entry-title {
	text-decoration: none;
	display: block;
	font-size: 14px;
}
ul.upcoming_events span {
	display: block
}
.news-title {
	padding-top: 5px;
	margin-left: 120px;
	position: relative;
	height: 30px;
	display: block;
	overflow: hidden;
}
/* Teaser */
.teaser_box {
	position: relative;
	text-decoration: none;
	display: block
}
.teaser_box img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative
}
.teaser_title {
	left: -4px;
	top: 50%;
	background: #241b1c;
	background: rgba(36,27,28, .9);
	padding: 9px 11px 9px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	letter-spacing: -1px;
	position: absolute;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
.teaser_title_inner {
	display: block
}
.teaser_more {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	display: inline-block;
	margin: 8px -2px -15px -2px;
	padding: 2px 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	background-color: #c62b02;
}
.teaser_box:hover .teaser_title {
	margin-top: -10px;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
.ribbon_holder {
	position: absolute;
	top: 0;
	right: 30px;
	width: 41px;
	height: 79px;
}
.ribbon_bg {
	width: 41px;
	height: 74px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: url(../img/ribbon_bg.png) no-repeat 0 100%;
	-webkit-transition: height 0.2s linear 0s;
	-moz-transition: height 0.2s linear 0s;
	transition: height 0.2s linear 0s;
}
.ribbon {
	border-top: 16px solid #c62b02;
	border-left: 16px solid #c62b02;
	border-right: 17px solid #c62b02;
}
.ribbon {
	width: 0;
	height: 68px;
	display: block;
	position: absolute;
	top: 0;
	right: 4px;
	border-bottom: 16px solid transparent;
	z-index: 2;
	-webkit-transition: height 0.2s linear 0s;
	-moz-transition: height 0.2s linear 0s;
	transition: height 0.2s linear 0s;
}
.ribbon span {
	width: 41px;
	height: 73px;
	display: block;
	text-indent: -9999em;
	position: absolute;
	top: -16px;
	left: -20px;
	right: -20px;
	bottom: -16px;
	background: url(../img/ribbon.png) no-repeat 0 100%;
	-webkit-transition: height 0.2s linear 0s;
	-moz-transition: height 0.2s linear 0s;
	transition: height 0.2s linear 0s;
	text-align: left;
}
.ribbon:hover {
	height: 73px;
}
.ribbon:hover span {
	height: 79px;
}
.ribbon_holder:hover .ribbon_bg {
	height: 79px;
}
.sermon-widget {
	margin-bottom: 22px;
}
.sermon-widget .sermon-media-wrapper {
	width: 60px;
	float: left;
	margin-right: 15px;
	margin-top: 16px;
}
.sermon-widget .sermon-media-wrapper img {
	display: block;
}
.sermon-widget .sermon-content-wrapper {
	float: left;
}
.sermon-widget .sermon-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 25px;
}
.sermon-widget .sermon-info {
	font-size: 12px;
	margin-bottom: 7px;
	font-style: italic;
}
.sermon-widget .sermon-data-wrapper {
	font-size: 22px;
	line-height: 22px;
}
.sermon-medium-thumbnail {
	margin-bottom: 40px;
}
.sermon-medium-thumbnail:last-child .gdl-ider {
	display: none;
}
.sermon-medium-thumbnail:last-child .sermon-content-outer-wrapper {
	padding-bottom: 0px;
}
.sermon-medium-thumbnail .sermon-media-wrapper {
	margin-bottom: 20px;
	margin-right: 25px;
	float: left;
	width: 29%;
}
.sermon-medium-thumbnail .sermon-media-wrapper img {
	display: block;
}
.sermon-medium-thumbnail .sermon-content-wrapper {
	overflow: hidden;
}
.sermon-medium-thumbnail .sermon-content-outer-wrapper {
	padding-bottom: 40px;
}
.sermon-medium-thumbnail .sermon-title {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 5px;
}
.sermon-medium-thumbnail .sermon-info {
	font-size: 12px;
	margin-bottom: 10px;
	font-style: italic;
}
.sermon-medium-thumbnail .sermon-data-wrapper {
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 10px;
}
.sermon-medium-thumbnail .sermon-excerpt {
	margin-top: 5px;
}
.sermon-medium-thumbnail .sermon-continue-reading {
	display: inline-block;
	margin-top: 18px;
	margin-bottom: 0px;
}
#footer {
	width: 100%;
	color: #FFF;
	font-size: 12px;
	padding: 115px 0 0 0;
	background: url(../img/footer-wrapper-bg.jpg) 0 0 repeat-x;
}
.cross-hill {
	margin: -84px 0 0 1158px;
	width: 176px;
	height: 56px;
	background: url(../img/cross-hill.png) 0 0 no-repeat;
	position: absolute;
}
.footermenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footermenu ul li a {
	text-decoration: none;
	color: #FF6;
	font-size: 12px;
	display: block;
}
.footermenu ul li a:visited {
	color: white;
}
.footermenu ul li a:hover, .footermenu ul li .current {
	color: #FF0;
}
p {
	text-align: justify;
}
.glyphicon {
	margin-bottom: 10px;
	margin-right: 10px;
}
small {
	display: block;
	line-height: 1.428571429;
	color: #999;
}
.widget .panel-body {
	padding: 0px;
}
.widget .list-group {
	margin-bottom: 0;
}
.widget .panel-title {
	display: inline
}
.widget .label-info {
	float: right;
}
.widget li.list-group-item {
	border-radius: 0;
	border: 0;
	border-top: 1px solid #ddd;
}
.widget li.list-group-item:hover {
	background-color: rgba(86,61,124,.1);
}
.widget .mic-info {
	color: #666666;
	font-size: 11px;
}
.widget .action {
	margin-top: 5px;
}
.widget .comment-text {
	font-size: 12px;
}
.widget .btn-block {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.thumbnail {
	margin: 10px;
}
.caption {
	font-size: 12px;
}
.portfolio-item {
	margin-bottom: 25px;
}

.last{
	width:32%;}
	
	
	.footerlinks{ height: 80px; padding: 10px 20px 30px 20px;}
	
	.ticker {
width: 315px;
height: 65px;
overflow: hidden;
text-align: left;
}
.ticker h3 {
padding: 10px  0px  10px 10px;

}
.ticker  ul {
list-style: none;
padding: 10px;
margin: 10px;

}
.ticker  ul li {
list-style: none;
height:50px;
padding:10px;

}

/* bishop*/
.bishop {
	float: left;
	margin: 7px 0px 20px 1px;
	width: 220px;}
	
.bishop_box {
	position: relative;
	text-decoration: none;
	display: block
}
.bishop_box img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	background-image: url(img/Lt.%20H.G.);
}
.bishop_title {
	left: -4px;
	top:  75%;
	background: #241b1c;
	background: rgba(36,27,28, .9);
	padding: 5px 5px 5px;
	color: #fff;
	
	font-size: 12px;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);

	position: absolute;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
.bishop_title_inner {
	display: block
}
.bishop_more {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	display: inline-block;
	margin: 8px -2px -15px -2px;
	padding: 2px 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	background-color: #c62b02;
}
.bishop_box:hover .bishop_title {
	margin-top: -10px;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}

.logos{ float:left; padding:12px; margin:12px;}
