@font-face {
	font-family: 'lavanderia_regular';
	src: url('../fonts/lavanderia_regular-webfont.woff2') format('woff2'),
		url('../fonts/lavanderia_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'source_sans_proregular';
	src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
		url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'source_sans_proregular', Arial, sans-serif;
	font-size: 22px;
	color: #ffffff;
	overflow-x: hidden;
	background-color: #000000;
}

:focus {
	outline: none !important;
}

a {
	cursor: pointer;
	outline: none;
}

textarea {
	resize: none;
}

.icon {
	background-image: url(../images/spritesheet.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.icon-newspaper {
	background-position: -75px -98px; 
	width: 53px;
	height: 44px;
}

.icon-angel {
	width: 42px;
	height: 36px;
	background-position: -5px -5px;
}

.icon-calendar {
	width: 33px;
	height: 32px;
	background-position: -57px -5px;
}

.icon-calendar-sm {
	width: 25px;
	height: 25px;
	background-position: -57px -47px;
}

.icon-check {
	width: 27px;
	height: 23px;
	background-position: -5px -82px;
}

.icon-chur {
	width: 39px;
	height: 51px;
	background-position: -100px -5px;
}

.icon-news {
	width: 40px;
	height: 35px;
	background-position: -4px -46px; ;
}

.icon-mail {
	width: 27px;
	height: 20px;
	background-position: -92px -66px;
}

.icon-more {
	width: 23px;
	height: 23px;
	background-position: -129px -66px;
}

.icon-sermons {
	width: 27px;
	height: 42px;
	background-position: -42px -99px;
}

p {
	margin-bottom: 27px;
}

h2 {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 13px;
}

h2 span {
	font-size: 121px;
	font-weight: normal;
	font-family: 'lavanderia_regular', Arial, sans-serif;
	position: relative;
	top: 14px;
	position: relative;
}

h2.sm {
	font-size: 29px;
}

h2.sm span {
	font-size: 87px;
	top: -1px;
}

h2.normal span {
	}

h3 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 35px;
}

h3.icon-left {
	padding-top: 12px;
	margin-bottom: 7px;
}

h3.icon-left .icon-container {
	width: 60px;
	position: relative;
	top: -12px;
	display: inline-block;
}

h3.icon-top {
	float: left;
	max-width: 100%;font-size: 19px;
}

h3.icon-top .icon-container {
	display: block;
	height: 57px;
}

h3.icon-top i {
	display: block;
	margin: 0 auto;
}

h4 {
	font-size: 57px;
	font-family: 'lavanderia_regular', Arial, sans-serif;
	color: rgba(255, 255, 255);
	font-weight: normal;
}

h5 {
	font-size: 21px;
	color: #154369;
}

.header {
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: none;
	border-right: none;
	background-color: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin-bottom: 0;
}

.page .menu-wrapper {
	background-color: #e78012;
}

.page .menu>li>a {
	color: #ffffff;
	font-size: 19px;
	padding-top: 0;
	padding-top: 17px;
	padding-bottom: 10px;
}

.page .menu>.active>a,.page .menu>.active>a:hover,.page .menu>.active>a:focus,.page .menu>li>a:hover,.page .menu>li>a:focus
	{
	background-color: transparent;
	color: #154369;
}

.header-right {
	float: right;
	padding-top: 4px;
	padding-bottom: 11px;
}

.page-site-index .header-right {
	float: left;
}

.header-right a {
	text-decoration: none;
}

.header-right a+a {
	margin-left: 14px;
}

.footer {
	background: url(../images/footer.jpg) center bottom no-repeat #171C08;
	min-height: 542px;
	padding: 90px 0 0;
	font-size: 18px;
	line-height: 1.7;
}

.footer h4+p {
	padding-left: 8px;
	margin-bottom: 16px;
}

.footer .navbar-nav {
	padding: 8px 0 0 39px;
}

.footer .navbar-nav>li {
	float: none;
	margin-bottom: 10px;
}
.footer a.link-admin {color:#ffffff;font-size: 12px;}
.footer .navbar-nav>li>a {
	color: #ffffff;
	background-color: transparent;
	padding: 0;
}

.container-main {
	max-width: 1600px;
	margin: 0 auto;
}

.banner {
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: right top;
	background-repeat: no-repeat;
}

.banner .navbar-header {
	position: relative;
}

.banner-header {
	background-image: url(../images/sky_church.jpg);
	background-position: right top;
	height: 167px;
}

.banner-admin {
	height: 167px;
}

.banner-index {
	background-image: url(../images/sky.jpg);
	height: 652px;
}

.banner-index::before {
	background-image: url(../images/church.png);
}

.banner h1 {
	color: #567f9d;
	font-size: 32px;
	font-weight: normal;
}

.banner h1 span {
	color: #154369;
	font-size: 95px;
	font-family: 'lavanderia_regular', Arial, sans-serif;
}

.banner-slogan {
	font-size: 31px;
	color: #154369;
	font-style: italic;
	max-width: 936px;
	position: relative;
	padding-top: 44px;
}

.slogan-title {
	color: rgba(255, 255, 255, 0.4);
	font-size: 79px;
	font-style: normal;
	margin-top: 111px;
}

.slogan-text {
	margin-top: -28px;
	line-height: 1.3;
}

.slogan-from {
	color: #16385e;
	font-size: 14px;
	text-align: right;
}

.btn-container {
	padding-top: 26px;
}

.btn-right {
	margin-top: 10px;
}

.btn i {
	position: relative;
	top: -4px;
	margin-right: 12px;
}

.btn-blue {
	font-size: inherit;
	background-color: #0f4476;
	color: #ffffff !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 3px 14px 0;
	font-size: 22px;
}

#faqs STRONG {
	font-size: 18px;
	color: #154369;
	font-weight:bold;
}

.section-inner {
	position: relative;
	z-index: 1;
}

.section-blue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b3156+0,0f4476+5,0f4476+95,0d3b66+100 */
	background: #0b3156; /* Old browsers */
	background: -moz-linear-gradient(top, #0b3156 0%, #0f4476 5%, #0f4476 95%, #0d3b66
		100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b3156 0%, #0f4476 5%, #0f4476 95%,
		#0d3b66 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b3156 0%, #0f4476 5%, #0f4476 95%, #0d3b66
		100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid :             DXImageTransform.Microsoft.gradient (
		        
		     startColorstr =      
		      '#0b3156', endColorstr =             '#0d3b66', GradientType = 
		        
		  0 );
	/* IE6-9 */
	position: relative;
	padding: 57px 0 25px;
}

.section-blue::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/bg1.png) left top repeat-x;
}

.section-blue-blank {
	height: 68px;
}

.section-blue-blank::before {
	background-position: left -50px;
}

.section-1 {
	font-size: 20px;
}

.section-2 {
	background: url(../images/bg2.jpg) center top no-repeat #465983;
	min-height: 704px;
	border-top: 1px solid #000000;
	padding: 60px 0 0;
}

.section-3 {
	background-image: url(../images/img2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #041217;
	min-height: 617px;
	padding: 0 15px;
	min-height: 617px;
}

.section-5 {
	font-size: 20px;
	line-height: 1.44;
}

.section-5::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-position: right top;
	background-repeat: no-repeat;
}
.section-contact::after {
	background-image: url(../images/bg_contact.png);
}
.section-believe::after {
	background-image: url(../images/bg_believe.png);
}

.section-expect::after {
	background-image: url(../images/bg_expect.png);
}

.section-groups-top::after {
	background-image: url(../images/bg_groups.png);
}

.section-events::after {
	background-image: url(../images/bg_events.png);
}
.section-text {
	font-size: 19px;
	line-height: 1.9;
	color: #000000;
}
.section-4 {
	padding: 27px 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FEFEFE;
	min-height: 886px;
}
.section-4sm {
	padding: 27px 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #FEFEFE;
	min-height: 550px;
}
.section-god {	
	background-image: url(../images/bg_god.jpg);
}
.section-mission {	
	background-image: url(../images/bg_mission.jpg);
}
.section-about {	
	background-image: url(../images/bg_about.jpg);
}

.section-groups {	
	background-image: url(../images/bg_help.jpg);
}
.section-visit-time {	
	background-image: url(../images/faith-hope-love-bg.jpg);
	background-position:bottom;
}
.section-visit-believe {	
	background-image: url(../images/solo.jpg);
	background-position:bottom;
}
.section-contact-form {
	background-image: url(../images/bg_contact_form.jpg);
	background-size: cover;
	min-height: 524px;
}
.section-data {
	font-size: 18px;
	line-height: 1.7;
	color: #0f4476;
}
.section-events-data {
	background-image: url(../images/bg_events_data.jpg);
}
.section-sermons-data {
	background-image: url(../images/bg_sermons_data.jpg);
	background-size: cover;
}
p+.events {
	margin-top: -10px;
}

.event {
	font-size: 18px;
	line-height: 1.3;
}

.event+.event {
	margin-top: 25px;
}

.event-link {
	padding-top: 5px;
}

.event-link a {
	font-size: 18px;
	color: #9eb9d3;
	font-style: italic;
}
.event-data {padding: 4px 0 46px;}
.event-date {font-size: 22px;font-weight: bold;}
.event-info {padding-top: 9px;}
.event-name {color:#e17400;}
.event-desc {padding-top: 3px;}
.list-check {
	list-style: none;
	padding: 2px 0 0;
}

.list-check li {
	position: relative;
	padding-bottom: 4px;
}

.list-check li>i {
	position: absolute;
}

.list-check li>i+div {
	padding-left: 41px;
	position: relative;
	top: -5px;
}
.color-gray {
	color: #717171 !important;
}
.color-orange {
	color: #e78012 !important;
}
.color-inherit {
	color: inherit !important;
}
body.page-admin {
	font-size: 14px;
	color: #000000;
}

.page-admin>.container {
	background-color: #ffffff;
}
.content {min-height: 400px;}
.page-admin .header {
	border-bottom-color: #E78012;
}

.page-admin .content {
	padding-top: 15px;
}
.errorSummary {
	color: red;
}
.errorSummary p {
    margin-bottom: 0;
}
.display-inline {
	display: inline !important;
}

.pager .next>a,.pager .next>span,.pager .previous>a,.pager .previous>span
	{
	float: none;
}

.items .view {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
}
a.link-underline {text-decoration: underline;}
/*** file upload ***/
.fileinput-button {
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.fileinput-button i {
	margin-right: 0;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity =                     0);
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}

.upload-image-preview {
	border: 1px solid #ccc;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	margin-top: 5px;
	position: relative;
}

.upload-image-preview+.upload-image-preview {
	margin-left: 10px;
}

.upload-image-preview img {
	max-width: 150px;
}

.upload-image-preview .close {
	position: absolute;
	right: 0;
	top: -4px;
}

.close:before {
	content: '\00D7';
}

.modal-wait .modal-body {
	color: #ffffff;
	text-align: center;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*** end file upload ***/
.parallax {background-attachment:scroll;background-position: 50% 0;}
@media ( min-width : 768px) {
	.page-site-index .header-right {
		float: right;
	}
	.banner-slogan img {
		margin-left: 20px;
	}
	.slogan-text {
		margin-left: 78px;
	}
	.slogan-from {
		text-align: left;
		padding-left: 421px;
		margin-top: -3px;
	}
	h3.icon-left+div {
		padding-left: 61px;
	}
	.banner .navbar-header {
		margin-top: 30px;
		margin-left: 30px;
	}
	.row-eq-height-sm {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.left-bar {
		text-align: right;
		padding-top: 15px;
		padding-bottom: 25px;
	}
	.left-bar .menu>li>a {
		font-size: inherit;
		padding: 5px 0 2px;
	}
	.left-bar .menu>li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}
	.left-bar h5+ul {
		border-top: 1px solid rgba(255, 255, 255, 0.4);
	}
}

@media ( min-width : 992px) {
	.row-eq-height-md {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.page .header .menu>li+li {
		margin-left: 17px;
	}
	.section-3 {
		background-image: url(../images/img1.jpg), url(../images/img2.jpg);
		background-position: left top, /*389px*/right top;
		padding-left: 437px;
	}
	.section-3 .btn-right {
		float: right;
	}
	.section-5 {height: 367px;}
	.section-5 h2 {
		padding-top: 71px;
	}
	.event-desc {position:relative;}
	.event-desc::before {content:"";display:block;position:absolute; border-left: 1px solid #0f4476;top:12px;bottom:12px;left:0;}
	.home-icon {padding-right:0;}
	.home-list .event-link {padding-right:30px;}
}