/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com
==================================================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* Table of Content
==================================================
	#General styles & page setup
	#Columns
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #General styles & page setup
================================================== */
/*     --clearings + defaults
------------------------------------------------- */
.inside{position:relative;text-align:left; overflow: hidden;}
.block{overflow:hidden; position: relative;}
.clear,#clear{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both}
.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}
a img{border: 0;}
a:focus{border: 0; outline: 0;}
.show-on-mobile{display: none;}
video{width: 100%;height: auto;}

a.btn{
	display: inline-block;
	padding: 6px 14px;
	background: #B71C0A; text-shadow: none;
	border-radius: 3px;
	color: #fff!important;
	white-space: nowrap; 
}

/*     -- html & body
------------------------------------------------- */
.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}
* {text-rendering: optimizeLegibility; -o-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
html, body {height: 100%; -webkit-text-size-adjust: none; -webkit-overflow-scrolling: touch; position: relative; -webkit-tap-highlight-color: rgba(0,0,0,0); /* disable webkit tap highlight */}
body {background: rgb(255,255,255); overflow-x:hidden;}

/*     --Typography 
------------------------------------------------- */
body, input, textarea {color: rgb(40,40,40); font-family: "Roboto", sans-serif; font-size: 14px; line-height: 20px; font-weight: 300;}
h1, h2, h3, h4, h5, h6 {padding: 0.3em 0; line-height: 1.25em; margin-bottom: 0.5em; font-family: 'Roboto'; font-weight: 400; /* text-transform: uppercase; */}
h1 {font-size: 35px; padding-top: 0;}
h2 {font-size: 22px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 16px;}
h6 {font-size: 16px;}

h1.divider, h2.divider, h1 {margin-bottom: 0.7em; padding: 0; border-bottom: 1px solid rgb(217,217,217);}
h1.divider span, h2.divider span, h1 span{display: inline-block; padding: 0 0 0.25em 0; margin-bottom: -1px; border-bottom: 3px solid #B71C0A;}

.layout_latest h3{margin-bottom: 0;}

p{margin-bottom: 16px;}
strong {font-weight: 400;}
em {font-style: italic;}

.ce_text ul, .info-box ul{
	padding-left: 20px;
	list-style: disc;
	margin-bottom: 16px;
}
.ce_text ul li, .info-box ul li{margin: 0 0 10px 20px;}
figcaption{font-style: italic;}

/*     --links
------------------------------------------------- */
a {color: inherit; text-decoration: none;}
a:hover{text-decoration: underline;}
a:active, a:selected, a:visited, a:focus {border: none; outline: none;}
#main a, .footer a{color: #B71C0A;}
.show-all{position: absolute; top: 16px; right: 0;}
.show-all a, .booking a{display: inline-block; padding: 0 20px; line-height: 28px; /* border: 1px solid #B71C0A; */}
.show-all a:hover, .booking a:hover{background: #B71C0A; color: #fff!important; text-decoration: none;}
.booking {
	position: relative; float: right;
	margin-top: -60px;
}
.booking a{line-height:30px;color:#fff!important;background: #B71C0A;border:0;}
.booking a:hover{background: #99cc00;}
.booking-large{margin-top: -70px;}
.booking-large a{line-height: 40px;}

/*     --images
------------------------------------------------- */
img {max-width: 100%; height: auto;}
figure{line-height: 0;}
.circle img{/* border-radius: 50%; padding: 20px; */}
.feature-slide img{width: 100%;}
figure.float_left, figure.float_right{width: 50%!important;}
figure.float_left img, figure.float_right img{width: 100%; height: auto;}
/*     --lightbox link height
------------------------------------------------- */
.image_container a {line-height: 0;}

/*     --lightbox width
------------------------------------------------- */ 
#mbCenter img {width: auto; max-width: 100%; height: auto; vertical-align: middle;}

/* #Columns
================================================== */

.full       		{overflow: hidden; margin-left: 0;  width:100%; 	float:left; position:relative;}
.one_half			{overflow: hidden; margin-left: 2%; width:49%; 		float:left; position:relative;}
.one_third	 		{overflow: hidden; margin-left: 2%; width:32%; 		float:left; position:relative;}
.two_third			{overflow: hidden; margin-left: 2%; width:66%; 		float:left; position:relative;} 
.one_fourth			{overflow: hidden; margin-left: 2%; width:23.5%;	float:left; position:relative;}
.two_fourth			{overflow: hidden; margin-left: 2%; width:49%; 		float:left; position:relative;}
.three_fourth		{overflow: hidden; margin-left: 2%; width:74%; 		float:left; position:relative;}
.one_sixth 			{overflow: hidden; margin-left: 2%; width:15%; 		float:left; position:relative;}

.mod_article div.one_half:first-child, .mod_article div.one_third:first-child, .mod_article div.two_third:first-child, .mod_article div.one_fourth:first-child, .mod_article div.two_fourth:first-child, .mod_article div.three_fourth:first-child, .mod_article div.one_fifth:first-child, .mod_article div.two_fifth:first-child, .mod_article div.three_fifth:first-child, .mod_article div.four_fifth:first-child,
.full.first, .one_fifth.first, .one_fourth.first, .two_fourth.first, .one_third.first, .two_fifth.first, .one_half.first, .three_fifth.first, .two_third.first, .three_fourth.first, .four_fifth.first {margin-left: 0!important; clear: left;}

/* #Site Styles
================================================== */
.super-container{width: 100%; position: relative;}

/*     --header
------------------------------------------------- */
.header{
	position: relative; z-index: 500;
	background: rgb(255,255,255);
	border-bottom: 1px solid rgb(227,227,227);
	/* border-top: 8px solid rgb(28,28,28); */
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.35);
}
.header .inside{
	height: 106px; 
}
.is-sticky .header{
}
#header, #header .inside{/* height:90px; */ /* background: /* aqua; */ */}
.top-navbar{
	position: relative; z-index: 500;
	background: rgb(28,28,28);
}
.is-sticky .top-navbar{}
.navbar{
	border-top: 1px solid rgb(237,237,237);
}

/*     --content
------------------------------------------------- */ 
.content{
	padding: 30px 0 60px 0;
	background: rgb(247,247,247); background: #fff;background: #f9f9f9;

}
.subpage #main .inside{
/*
	background: #fff;
	padding: 20px;
	border: 1px solid rgb(227,227,227);
	border-bottom: 3px solid rgb(227,227,227);
	border-radius: 6px;
*/
}
.mod_article{overflow: visible;}

/*     --footer
------------------------------------------------- */
.footer{
	padding: 30px 0;
	background: rgb(247,247,247); background: #fff; /* background: rgb(48,48,48); color:rgb(207,207,207); */
	border-top: 1px solid rgb(237,237,237);
}
.footer h3{
	/* color: #fff; */
}
.footer h3:before{padding-right: 0.4em; font-family: 'FontAwesome'; color:#B71C0A;}
.footer-bible h3:before {content:"\f02d";}
.footer-socials h3:before {content:"\f064";}
.footer-give h3:before {content:"\f004";}
.footer-contact h3:before {content:"\f095";}

.footer-socials ul {
	margin:0; padding: 0;
}
.footer-socials ul li{
	list-style: none; padding: 0; margin: 0 0 10px 0;
}
.footer-socials ul li:before{
	font-family: "FontAwesome";
	padding-right: 10px;
	font-size: 20px; 
}
.footer-socials ul li.facebook:before{content:"\f082";}
.footer-socials ul li.insta:before{content:"\f16d";}
.footer-socials ul li.vimeo:before{content:"\f194";}
.footer-socials ul li.twitter:before{content:"\f081";}
.footer-socials ul li.itunes:before{content:"\f001";}

.address p,.phone p,.email p{
	padding-left: 1.6em;
	margin-bottom: 5px;
}
.address{padding-top: 5px;}
.address:before,.phone:before,.email:before{position: absolute; width: 12px; text-align: center; font-family: 'FontAwesome'; color:#B71C0A;}
.address:before{content:"\f041";}
.phone:before{content:"\f095";}
.email:before{content:"\f003";}
.footer-bible p{text-align: left!important;}
.footer-bible br{display: none;}

.sub-footer{
	background: rgb(28,28,28); 
	color: rgb(227,227,227);
}
.sub-footer .inside{padding-top: 20px;}
.byline-wrapper{text-align: center; white-space: nowrap;}
.copyright, .tag{display: inline-block; padding: 4px;}
.tag a{
	display: block;
	background:url(../images/bonigi-icon-light-bg.png) right 5px  no-repeat;
	padding-right: 26px;
	color: rgb(127,127,127);
}
.tag a:hover{color: inherit;}
/* #Basic modules and elements
================================================== */
.logo-church, .logo{
	float: left;
	width: 260px; height: auto;
	margin: 20px 0;
}
.logo{
	width: 280px;
	margin: 36px 0 10px 0;
}
#google_translate_element{
	position: absolute;
	top: 40px;
	right: 250px;
}
.goog-te-gadget-simple{
	border: 0!important;
}
.pdf_link{
	float: right;
}

/*     --utbudslider
------------------------------------------------- */
.services .show-all {top: 22px;right: 90px;}
.slide {
	width: 282px; height: 282px;
	border: 1px solid rgb(227,227,227);}
.slide:hover img{/* -webkit-filter: grayscale(50%); */}
.bx_caption, .service-box .caption{
	position: absolute; bottom: 0; left: 0;
	width: 100%; height: 65px;
	padding: 12px 0 0 0;
	background: rgba(255,255,255,1);
	text-align: center;
	-moz-transition: all .25s ease; -webkit-transition: all .25s ease; transition: all .25s ease;
}
.bx_caption:before, .service-box .caption:before{
	position: absolute; top: -20px; left: 43%;
	display: inline-block;
	width: 40px; height: 40px;
	font-family: 'FontAwesome'; line-height: 40px;
	content:"\f067";
	color: #fff;
	background: #B71C0A;
	border-radius: 50%;
	opacity: 0;
	-moz-transition: all .25s ease; -webkit-transition: all .25s ease; transition: all .25s ease;
}
.slide a, .service-box a{color: inherit!important; text-decoration: none;}	
.slide:hover a, .service-box:hover a {color: #B71C0A!important;}
.slide:hover a p, .service-box:hover a p{color: #333!important;}
.slide:hover .bx_caption, .service-box:hover .caption{
	padding-top: 25px;
	height: 141px;
	background: rgba(255,255,255,0.9);
}
.slide:hover .bx_caption:before, .service-box:hover .caption:before{opacity: 1;}

/*     --co-worker
------------------------------------------------- */
.co-workers .show-all {right: 90px;}
.co-worker{
	margin-bottom: 2%;
	border: 1px solid rgb(227,227,227);
}
.co-worker .caption{
	width: 100%; height: 58px;
	position: absolute; bottom:0;
	padding: 14px;
	background: rgba(255,255,255,1);
	text-align: center;
	-moz-transition: all .25s ease; -webkit-transition: all .25s ease; transition: all .25s ease;
}
.co-worker:hover .caption{
	height: 170px;
	background: rgba(255,255,255,0.9);
}
.co-worker:hover .caption h3{color: #B71C0A;}
.co-worker ul li{
	display: inline;
}
.co-worker ul li a{display: inline-block; width: 30px; height: 30px; line-height: 30px; text-align: center; background: #B71C0A; border-radius: 50%;}
.co-worker ul li a:before{
	font-family: 'FontAwesome'; color:#fff;
}
.co-worker ul li.co-email a:before{content:"\f003";}
.co-worker ul li.co-facebook a:before{content:"\f09a";}
.co-worker ul li.co-instagram a:before{content:"\f16d";}
.co-worker ul li.co-blog a:before{content:"\f044";}

/*     --bxslider
------------------------------------------------- */
.bx-wrapper {margin-bottom: 0; position: relative;}
.bx-wrapper .bx-viewport {background:transparent; border:0; left: 0; box-shadow: none;}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {background: none; text-decoration: none; font-family: "FontAwesome";}
.bx-wrapper .bx-controls {height: 100%!important; top: 50%;}
.bx-wrapper .bx-controls-direction {position: absolute; top: -61px; right:0; width: 86px; background: transparent; padding-left: 10px; overflow: hidden; height: 30px;}
.bx-wrapper .bx-controls-direction a {position: relative; z-index: 2; text-indent: 0; top: 0; margin-top: 0; width: 30px; height: 30px; margin: 0; background: #B71C0A;}
.bx-wrapper .bx-controls-direction a:hover{background: #99cc00;}
.bx-wrapper .bx-controls-direction a:before {color: #fff; font-family: "FontAwesome"; font-size: 24px; line-height: 24px; max-height: 24px; width: inherit; display: inline-block; position: absolute; overflow: hidden; top: 40%; text-align: center; margin-top: -9px;} 
.bx-wrapper .bx-controls-direction a.bx-next:before {content: "\f105";}
.bx-wrapper .bx-controls-direction a.bx-prev:before {content: "\f104";}
.bx-wrapper .bx-controls-direction a.bx-prev {float: left; left: 0; margin-left: 8px;}
.bx-wrapper .bx-controls-direction a.bx-next {float: right; right: 0;}

/*     --service-box
------------------------------------------------- */
.service-box{margin-bottom: 2%; border: 1px solid rgb(227,227,227);}
.one_third.service-box:nth-child(3n+1){margin-left: 0;}
.one_fourth.service-box:nth-child(4n+1){margin-left: 0;}

/*     --info-box
------------------------------------------------- */
.info-boxes{margin-bottom: 30px;}
.info-box{
	margin-bottom: 2%; padding: 10px 20px 20px 20px;
	background: #fff;
	border: 1px solid rgb(227,227,227);
}
.info-box:nth-child(2n+1){margin-left: 0;}


/*     --Person
------------------------------------------------- */
.person, .medlem{
	float: left; clear: left;
	background: #fff;
	padding: 20px;
	width: 100%;
	border: 1px solid rgb(227,227,227);
	margin-bottom: 20px;
}
.person .ce_image{
	overflow: hidden; width:23.5%;	float:left; position:relative;
}
.person .ce_text{
	overflow: hidden; margin-left: 2%; width:74%; float:left; position:relative;
}
/*     --Newslist
------------------------------------------------- */
.layout_latest{
	margin-bottom: 10px;padding-bottom: 20px;
	border-bottom: 1px solid rgb(227,227,227);
}
.layout_latest.video, .layout_latest.audio{ border: 0;}
.layout_latest.last{border: 0;}
.layout_latest.news:nth-child(2n+1){margin-left: 0; clear: left;}
.layout_latest.video:nth-child(3n+1), .layout_latest.audio:nth-child(3n+1){margin-left: 0;}
.layout_latest h2{font-size: 24px; padding: 0; margin: 0 0 0 0;}
.layout_latest h4{font-weight: 400; margin: 0;}
.layout_latest p.info{ font-size: 12px; color:rgb(167,167,167); margin: 5px 0 0 0;}
.layout_latest p{margin-bottom: 3px;}
.layout_latest time:before{/* font-family: 'FontAwesome'; content:"\f017"; padding-right: 5px; */}
.layout_latest p.more{/* text-align: right; */}
.layout_latest a{color:inherit!important;}
.teaser a{color:inherit!important;}
.mod_newslist .standard{
	margin-bottom: 30px;
}

/* video*/
.layout_latest.video{padding-bottom: 0; overflow: hidden;}
.layout_latest.video img{
	width: 100%; line-height: 0;
}
.layout_latest.video h3{font-size: 14px;}
.layout_latest.video p.info{color: rgb(227,227,227);}
/* .layout_latest.video .description p{display: none;} */
/* .layout_latest.video .description p:first-child{display: block;} */
.layout_latest .meta{
	width: 100%; height: 100%;
	position: absolute;
	top: -4px;
	color: #fff;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.layout_latest .meta:hover{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
}
.layout_latest .meta-wrapper{
	width: 100%;
	position: absolute; bottom: 0;
	padding: 0 20px 15px 20px;
}
/* audio */
.layout_latest.audio a.more{
	margin-top: 3px;
	white-space: nowrap;
	display: inline-block;
	padding: 3px 14px;
	background: #B71C0A;text-decoration: none;
	border-radius: 3px;
	font-size: 12px;
	color: #fff!important;  
}
.layout_latest.audio a.more:before{
	font-family: "FontAwesome"; content:"\f019"; padding-right: 5px;
}

.news-footer{
	border-top: 1px dotted rgb(227,227,227);
	margin-top: 20px; padding: 15px 0;
}
.news-footer a.back{float: left;}
.news-footer p.info{float: right;}
.layout_full h1{margin-bottom: 4px;}
.layout_full h1 span {border: 0;}


/*     --Eventlists
------------------------------------------------- */
.mod_eventlist.start {border: 1px solid rgb(227,227,227); background: #fff;}
.layout_upcoming {float: left; clear: left;width: 100%; padding: 10px; }
.layout_upcoming.even {background: rgb(250,250,250);}
.layout_upcoming .post-info .date{float: left; padding: 2px 15px 5px 10px; border-right: 2px solid rgb(227,227,227);}
.layout_upcoming .post-info .day,.month{display: inline-block; width: 100%; text-align: center;}
.layout_upcoming .post-info{padding: 0;}
.layout_upcoming .day{font-size: 18px; line-height: 22px; font-weight: 400;}
.layout_upcoming .month{font-size: 12px;}
.layout_upcoming .meta-container{padding-left: 56px;}
.layout_upcoming a{font-size: 16px; font-weight: 400;}
.layout_upcoming.live .time:after{
	padding: 2px;
	background: #B71C0A;
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 12px;
	content:"\f03d Livesändning"
}
/* Lista */
.event-header{
	background: #fff;
	padding: 10px;
	border: 1px solid rgb(227,227,227);
	font-weight: 400;
}
.event-header time:before, .mod_eventreader p.info:before{font-family: 'FontAwesome'; content:"\f133"; color:#B71C0A; padding-right: 10px;}
.layout_list{
	padding: 10px 10px 20px 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted rgb(227,227,227);
}
.layout_list.last{border:none;}
.layout_list h2{margin: 0; padding: 0;}
.layout_list h2 a{/* color:inherit!important; */}
.layout_list p.time{margin: 0;}

/* Reader */
.mod_eventreader h1{
	margin-bottom: 10px;
}
.mod_eventreader .back{margin-top: 20px;}
.talare figure.float_left{
	margin-right: 20px;
	max-width: 110px;
	max-height: 110px;
	border: 1px solid rgb(227,227,227);
	/* border-radius: 50%; */
	overflow: hidden; 
}
.talare .text-wrapper{/* display: inline-block; padding-top: 20px; */}
/* Paginering*/
.pagination{
	float: left; clear: left;
	margin-top: 20px;
	width: 100%;
}
.pagination ul li{
	display: inline-block;
}
.pagination p{display: none;}
.pagination ul li a, .pagination ul li span{
	display: inline-block;
	background: #fff;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid rgb(227,227,227);
}

/*     --forms
------------------------------------------------- */
input.text, input.captcha, textarea{
	-webkit-appearance: none;
	width: 100%; height: 50px;
	padding: 0 20px;
	border: 1px solid rgb(227,227,227);
	background: #fff;
	margin-bottom: 20px;
}
input.text:focus, textarea:focus{
	border: 1px solid #B71C0A; outline:#B71C0A;
}
textarea{width: 99.99%; height: 220px; padding: 20px; margin-bottom: 15px;}
input.submit{
	padding: 0 30px;
	background: #B71C0A;
	line-height: 40px; color: #fff; text-align: center;
	border: 0; outline: 0;
	cursor: pointer;
}
.checkbox_container, .radio_container{margin-bottom: 20px;}
input.submit:hover{background: #e8230d;}

.header-search{
	position: absolute;
	right: 0;
	top: 38px;
}
.header-search input.text{
	float: left;
	width: 200px; height: 30px;
	padding: 0 10px;
	margin: 0;
	border-right: 0;
	border-radius: 15px 0 0 15px;
}
.header-search input.text:focus{border: 1px solid rgb(227,227,227); border-right: 0; outline:rgb(227,227,227);}
.header-search button{
	float: left;
	width: 30px; height: 30px;
	background: #fff;
	border: 1px solid rgb(227,227,227); border-left: 0;
	border-radius: 0 15px 15px 0;
}
.header-search button:before{font-family: 'FontAwesome'; content:"\f002";}
.search-header{margin-top: 20px;}

/*     --tables
------------------------------------------------- */
table{
	width: 100%;
	margin-bottom: 8px;
}
th{
	padding: 8px;
	font-weight: 400; 
}
th{background: rgb(48,48,48); color: #fff;}
td{padding: 8px; background: #fff; border-bottom: 1px dotted #ccc;}
tr.odd td{background: rgb(240,240,240);}
td.col_0{font-weight: 400;}

/*     --kalender
------------------------------------------------- */
.calendar th.head {width: 33.3%; padding: 12px 8px; font-size: 16px;}
.calendar th.previous {text-align: left;}
.calendar th.current {text-align: center;}
.calendar th.next{text-align: right;}
.calendar th a{color: #fff!important;}
.calendar th.label{width: 14.28%; background: #fff; color: inherit;border: 1px solid rgb(228,228,228);}
.calendar td {width: 14.28%; height: 150px; border: 1px solid rgb(228,228,228);}
.calendar td.empty{background: rgb(237,237,237);}
.calendar .header{
	box-shadow: none;
	border: none;
	background: transparent;
}
/*     --Gallery
------------------------------------------------- */
.ce_gallery li{
	overflow: hidden; margin-left: 2%; width:32%; float:left; position:relative;
	margin-bottom: 2%;
}
.ce_gallery li:nth-child(3n+1){margin-left: 0;}

/*     --contentslider
------------------------------------------------- */

#main .ce_sliderStart{
	/* background: rgb(247,247,247); */
	overflow: hidden;
	border: 1px solid rgb(228,228,228); border-bottom-width: 2px;
	border-radius: 0 0 6px 6px;
	background: #fff;
}
#main .content-slider .image_container img{
	width: 100%; height: auto;
}
#main .content-slider .ce_text{position: relative;}
#main .content-slider .ce_text .text-wrapper {position: absolute; width: 100%; z-index: 5; bottom:0; padding: 10px 80px 10px 20px; color:#fff; background: rgba(0,0,0,0.6);}
#main .slider-control{margin: 15px; }
#main .slider-control .slider-menu{top: 6px;}
#main .slider-control .slider-menu b {font-size: 37px; color: rgb(28,28,28);}
#main .slider-control .slider-menu b.active{color: #b71c0a;}
#main .slider-control a{
	top: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgb(28,28,28);
	border-radius: 50%;
}
#main .slider-control a:hover{background: rgb(68,68,68);}
#main .slider-control a.slider-prev,.slider-control a.slider-next{font-family: 'FontAwesome'; font-size: 12px; line-height: 30px;}


/*     --Media player
------------------------------------------------- */
.mejs-container .mejs-controls{width: 100%;}
audio{width: 100%; max-width: 730px;padding: 0; margin: 0;}

/*     --Vimeo badge
------------------------------------------------- */
.s200{margin-right: 20px!important;}

/* #Navigation
================================================== */
/*  --top nav   
------------------------------------------------- */
.nav-bar{/* background: #fff; */}
.top-nav{
	position: relative;
	float: right;
}
.top-nav ul li{
	float: left;
}
.top-nav ul li.last{padding-right:0;}
.top-nav a, .top-nav span{
	display: block;
	padding: 0 14px;
	line-height: 36px;
	background: transparent;
	font-family: "Roboto Condensed";
	transition: all 0.25s;
	color: #fff;
}
.top-nav span, .top-nav a:hover, .top-nav a.trail{
	background: #fff;
	color:#333;
	text-decoration: none;
}
.top-nav a:hover{
	/* background: #99cc00; */
}
/*  --main nav   
------------------------------------------------- */
.main-nav{overflow: visible; z-index: 10; }
.main-nav ul {position: relative; overflow: visible;}
.main-nav ul li{position: relative; float: left; line-height: 40px;}
.main-nav ul li a, .main-nav ul li span{
	display: inline-block;
	white-space: nowrap;
	line-height: 50px;
	height: 50px;
	padding: 0 24px;
	/* font-family: "Roboto Condensed"; */
	background: transparent;
	border-left: 1px solid rgb(237,237,237);
	text-decoration: none;
	-webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; transition: all 0.15s ease;
}
.main-nav ul li.last a, .main-nav ul li.last span{
	border-right: 1px solid rgb(237,237,237);
}
.main-nav ul li a:hover, .main-nav > ul > li:hover > a{
	background: rgb(247,247,247);
}
.main-nav > ul > li > span, .main-nav > ul > li.trail > a{background: rgb(247,247,247);}

.main-nav > ul > li.submenu:hover > a:after, .main-nav  > ul > li.submenu:hover > span:after  {background: rgb(227,227,227); content: ''; display: block; width: 16px; height: 16px; position: absolute; bottom: -9px; left: 43%; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.ie8 .main-nav > ul > li.submenu:hover > a:after, .ie8 .main-nav  > ul > li.submenu:hover > span:after,
.ios .main-nav > ul > li.submenu:hover > a:after, .ios .main-nav  > ul > li.submenu:hover > span:after,
.android .main-nav > ul > li.submenu:hover > a:after, .android .main-nav  > ul > li.submenu:hover > span:after
{display: none;}

/*Level 2*/
.main-nav ul.level_2{
	position: absolute;
	top:-9999px;
	background: #fff;
	border: 1px solid rgb(227,227,227);
}
.main-nav ul li.submenu:hover ul.level_2{
	top: 50px;
}
.ios .main-nav  ul.level_2, .main-nav .android ul.level_2{display:none;}
.main-nav ul.level_2 li{
	float: none;
}
.main-nav ul.level_2 a, .main-nav ul.level_2 span{
	width: 200px;
	padding: 0 20px;
	border: 0;
	border-bottom: 1px solid rgb(237,237,237);
	text-align: left;
	background: transparent;
}
/*  --mobile-nav 
------------------------------------------------- */
.menu-btn{
	display: none;
	position: absolute;
	top: 30px; right: 0;
	background: #B71C0A;
	line-height: 40px;
	color:#fff;
	padding: 0 10px;
	border-radius: 3px;
}
.menu-btn:after{font-family: "FontAwesome"; content:"\f0c9"; padding-left: 5px;}

/*  --socials 
------------------------------------------------- */
.social-nav{
	float: right;
	height: 40px;
	margin: 10px 0;
}
.social-nav ul li{
	display: inline-block;
	line-height: 40px;
}
.social-nav a{
	font-size: 28px;
	line-height: 40px;	
}
.social-nav a:before{font-family: 'FontAwesome';}
.social-nav a.facebook:before{content:"\f082";}
.social-nav a.insta:before{content:"\f16d";}

/*  --sub-nav  
------------------------------------------------- */
.sub-nav {
	background: #fff;
	border: 1px solid rgb(228,228,228);
	border-bottom-width: 2px;
}
.sub-nav h3{
	margin: 0;
	padding: 10px 20px;
	background: rgb(48,48,48);
	color:#fff;
	border-bottom: 2px solid #000;
}
.sub-nav > ul > li {border-bottom: 1px solid rgb(228,228,228);}
.sub-nav a, .sub-nav span{
	display: block;
	/* line-height: 40px; */
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	
}
.sub-nav a:before, .sub-nav span:before{
	display: inline-block;
	padding: 0 16px 0 0;
	font-family: 'FontAwesome'; color: rgb(200,200,200);
	content:"\f105";
}
.sub-nav a:hover:before, .sub-nav span:before{
	color: #B71C0A;
}
.sub-nav > ul > li.submenu > .active:before, .sub-nav > ul > li.submenu > .trail:before{content:"\f107"; color:#B71C0A;}
/* level 2*/
.sub-nav ul.level_2{background: rgb(250,250,250);}
.sub-nav .level_2 a, .sub-nav .level_2 span{
	padding-left: 30px;
	border: none;
	color: #333;
	text-transform: none;
}
/* Archive nav */
.mod_newsmenu, #right .mod_newslist {
	background: #fff;
	border: 1px solid rgb(228,228,228);
	border-bottom-width: 2px;
	margin-bottom: 20px;
}
#right .mod_newslist {padding-bottom: 10px;}
.mod_newsmenu h3, #right .mod_newslist h3{
	margin: 0;
	padding: 10px 20px;
	background: rgb(48,48,48);
	color:#fff;
	border-bottom: 2px solid #000;
}
.mod_newsmenu ul.level_1, #right .layout_simple{
	padding: 15px;
}
#right .layout_simple{
	padding-bottom: 5px;
}
#right .layout_simple a{color:#B71C0A;}
.mod_newsmenu ul.level_1 li{
	font-weight: 400;
}
.mod_newsmenu ul.level_2{
	margin-bottom: 10px;
}
.mod_newsmenu ul.level_2 li{
	font-weight: 300;
	padding-left: 10px;
}
#right .mod_newslist{}

/*  --Breadcrumbs   
------------------------------------------------- */
.mod_breadcrumb{margin-bottom: 20px; float: left; white-space: nowrap;}
.mod_breadcrumb ul{}
.mod_breadcrumb ul li{display: inline-block;}
.mod_breadcrumb ul li.active{color: rgb(167,167,167);}
.mod_breadcrumb ul li:after{font-family: 'FontAwesome'; content:"\f105"; padding: 0 5px 0 8px; color:#B71C0A;}
.mod_breadcrumb ul li.first{display: none;}
.mod_breadcrumb ul li.last:after{content:"";}

/*  --tabnav   
------------------------------------------------- */
.tabcontrol_tabs ul{margin-bottom: 20px; padding-top: 3px; padding-left: 10px; background: rgb(237,237,237);}
.tabcontrol_tabs  ul li{
	display: inline-block;
	padding: 0 15px;
	line-height: 50px;
	border-radius: 6px 6px 0 0;
	color: #333!important;
	cursor: pointer;
}
.tabcontrol_tabs li.selected{
	background: #f9f9f9;
	border-top: 2px solid #B71C0A;
}

/*  --footer nav   
------------------------------------------------- */
.footer-nav{margin-bottom: 10px;padding-bottom: 20px; border-bottom: 1px solid rgb(67,67,67);}
.footer-nav ul{text-align: center;}
.footer-nav ul li{
	display: inline-block;
	color: #fff;
}
.footer-nav a, .footer-nav span{
	display: block;
	white-space: nowrap;
	padding: 0 16px;
	font-size: 16px; font-weight: 400;
	line-height: 30px;
	border-right: 1px solid rgb(67,67,67);
}
.footer-nav .last a, .footer-nav .last span{
	border: 0;
}
.footer-nav span{color: rgb(178,178,178);}
/* #Flexslider
================================================== */
/* FlexSlider Necessary Styles*/
.flexslider {margin: 0; padding: 0;}
.flexslider .feature-slider > .feature-slide {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .feature-slide img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.feature-slider:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .feature-slider {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .feature-slider > li:first-child {display: block;}

/* Custom styles */
.flexslider{
	border: 1px solid rgb(227,227,227); background: #fff;
	padding-bottom: 10px;
}
.flex-direction-nav {padding: 10px;}
.flex-direction-nav a{
	display: block;
	position: relative; z-index: 150;
	width: 32px; height: 32px;  
	overflow: hidden; 
	background: #fff; 
	border: 1px solid rgb(227,227,227); border-bottom-width: 2px;
	font-family:'FontAwesome'; font-size: 24px;line-height: 30px; text-align: center;
	cursor: pointer;  
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius: 3px;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
.flex-direction-nav .flex-prev { float: left; }
.flex-direction-nav .flex-next { float: right;}
.flexslider:hover .flex-prev { opacity: 1;}
.flexslider:hover .flex-next { opacity: 1;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; text-decoration: none;}
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

.flex-control-nav {width: 100%; text-align: center; position: absolute; bottom: 20px;}
.flex-control-nav li {margin: 0 6px; display: inline-block; display: inline;}
.flex-control-nav li a{display:inline-block; width: 10px; height: 10px; background: #333; border-radius: 50%; font-size: 0; line-height: 10px;}
.flex-control-nav li a.flex-active{background: #B71C0A; width: 12px; height: 12px; line-height: 12px;}

/* #Page Styles
================================================== */
/*     --portal
------------------------------------------------- */
.call-out{
	border: 1px solid rgb(227,227,227); background: #fff;
	margin-bottom: 2%; padding-bottom: 50px;
}
.call-out .text-wrapper{
	width: 100%;
	display: inline-block;
	padding: 10px;
	text-align: center;
}
.call-out .text-wrapper p.button{
	position: absolute; bottom: 10px; left: 0;
	white-space: nowrap;
	width: 100%;
}
.call-out .text-wrapper a{
	display: inline-block;
	padding: 0 30px; 
	line-height: 40px;
	color: #fff!important;
	text-decoration: none;
	background: #B71C0A; text-shadow: none;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2); box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2);
}
.call-out .text-wrapper a:hover{background: #e8230d;}

.portal .mod_eventlist {
	height: 426px; overflow-y: scroll;
}
/*     --homepage, church
------------------------------------------------- */
.hero{
	background: #ccc;
	/* color: #fff; */
	/* text-shadow: 1px 1px 8px #333; */
	/* display:none; */
}
.hero .content-slider h2{/* color: #fff; */ font-size: 400%; text-transform: none;}
.hero .content-slider p{line-height: 1.5em;}
.hero img{width: 100%; height: auto;}
.hero .text-wrapper{
	display: block;
	position: relative; z-index: 400;
	width: 1180px; height: 400px;
	margin: 0 auto; 
	padding: 70px 40px 0 40px; margin-bottom: -400px;
	text-shadow: 1px 1px 8px #fff;
	/* background: aqua; */
}
.hero .text-wrapper a{
	display: inline-block;
	white-space: nowrap;
	padding: 0 30px; 
	line-height: 40px;
	/* border: 2px solid #fff; */
	color: #fff;
	text-decoration: none;
	background: #B71C0A; text-shadow: none;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2); box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2);
}
.hero .text-wrapper a:hover{background: #e8230d;}
.hero .slider-control{
	width: 100%;
	position: absolute; top: 50%; z-index: 400; margin-top: -40px;
}
.hero .slider-control .slider-menu{display: none;}
.hero .slider-control a{
	display: block;
	width: 40px; height: 40px;
	font-family: 'FontAwesome'; font-size: 20px; line-height: 42px; text-shadow: none;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
}
.hero .slider-control a:hover{text-decoration: none; /* color:#B71C0A; */ background: rgba(0,0,0,1);}
.hero .slider-prev, .slider-next{
}
.hero .slider-prev{margin-left: 20px;}
.hero .slider-next{margin-right: 20px;}

.white-text .text-wrapper{
	color: #fff;
	text-shadow: 1px 1px 8px #000;
}


/*     --subpage
------------------------------------------------- */
.subpage .hero{/* display: none; */ max-height: 300px; overflow: hidden; font-size: 140%;}
.subpage .hero .text-wrapper{padding: 40px 0 0 0;}
.subpage .hero img{}

/*     --contactpage
------------------------------------------------- */
.contact-box{margin-bottom: 30px; padding: 20px; text-align: center; background: #fff; border: 1px solid rgb(227,227,227);}
.contact-box:before{
	display: block;
	padding: 30px 0 20px 0;
	text-align: center;
	font-family: 'FontAwesome'; font-size: 62px; line-height: 30px; color:#B71C0A;
	
}
.contact-box.contact:before{content:"\f095";}
.contact-box.visit:before{content:"\f041";}
.contact-box.give:before{content:"\f004";}
#dlh_googlemap_1 {
	width: 100%!important;
}


/* #Media Queries
================================================== */
	
	/* 960 (devices and browsers) */
	@media only screen and (min-width: 1280px){
		.homepage .hero{max-height: 580px;}
		
	}
	
	/* 960 (devices and browsers) */
	@media only screen and (min-width: 960px) and (max-width: 1279px) {
		
		/* elements */
		.hero .text-wrapper{
			width: 940px; height: 230px;
			margin: 0 auto; margin-bottom: -230px;
		}
		.hero .content-slider h2{font-size: 260%;}
		.hero .content-slider p{line-height: 1.2em;}
		.call-out{
			margin-top: 0;
		}
		.one_third.service-box, .one_third.co-worker{overflow: hidden; margin-left: 2%; width:49%;}
		.one_third.service-box:nth-child(3n+1), .one_third.co-worker:nth-child(3n+1){margin-left: 2%;}
		.one_third.service-box:nth-child(2n+1), .one_third.co-worker:nth-child(2n+1){margin-left: 0;}
		
		.footer-nav a, .footer-nav span{font-size: 14px; padding: 0 10px;}		
	}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		/* Navigation*/
		.main-nav ul li a, .main-nav ul li span{
			padding: 0 16px;
		}
		.top-nav a, .top-nav span{
			padding: 0 10px;
		}
		.footer-nav a, .footer-nav span{font-size: 14px; padding: 0 10px;}

		/* elements */
		.one_third.service-box,.one_fourth.service-box{overflow: hidden; margin-left: 2%; width:49%;}
		.one_third.service-box:nth-child(3n+1){margin-left: 2%;}
		.one_third.service-box:nth-child(2n+1){margin-left: 0;}
		.one_fourth.service-box:nth-child(4n+1){margin-left: 2%;}
		.one_fourth.service-box:nth-child(2n+1){margin-left: 0;}
		
		.service-box h2{font-size: 16px;}
		.service-box .caption{height: 50px;}
		
		.hero .text-wrapper{
			width: 748px; height: 300px;
			margin: 0 auto; margin-bottom: -300px; padding-top: 20px;
		}
		.hero .content-slider h2{font-size: 160%;}
		.hero .content-slider p{line-height: 1.2em;}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.show-on-mobile{display: block;}
		.menu-btn{display: inline-block;}
		.hide-on-mobile, .main-nav, .header-search, #google_translate_element, .hero, .top-navbar, .pdf_link{display:none;}
		.full,.one_half,.one_third,.two_third,.one_fourth,.two_fourth,.three_fourth{width: 100%; margin-left: 0; margin-bottom: 20px;}
		.logo-church, .logo {width:210px;}
		.person .ce_image {width: 100%;}
		h1{font-size: 24px;}
		h2{font-size: 18px;}
		.service-box .caption {height: 54px;}
		.show-all{top: 3px; right: -10px;}
		#right{margin-top: 20px;}
		figure.float_left, figure.float_right{width: 100%!important; padding-bottom: 20px;}
		figure.float_left img, figure.float_right img{width: 100%; height: auto;}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
	}
