/*------------------------------------------------------------------
[Master Stylesheet]
Project:	Adore Church
Version:	1.0
Last change:	05/10/14
Author:	imithemes 
-------------------------------------------------------------------*/
/* Stylesheets and Google fonts import */
@import url("font-awesome/css/font-awesome.css");
@import url("line-icons.css");
@import url("animations.css");
@import url("animations-1.css");
@import url("footable.core.css");
@import url('https://fonts.googleapis.com/css?family=Parisienne|Raleway|Sacramento');
@import url('https://fonts.googleapis.com/css?family=Cantata+One');
/*------------------------------------------------------------------
[Table of contents]

0. CSS Reset
1. Basic Styles
2. Typography
3. Margin Bottom Sets
4. Padding Sets
5. Spacers Sets
6. Site Structure & Appearance
7. Responsive Media Queries
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none;
}
iframe{
	border:0;
}

/* ==================================================
   1. Basic Styles
================================================== */

html, body {

}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}
a{
	text-decoration: none;
	cursor: pointer;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
a:hover{
	text-decoration:none;
}
a:hover,
a:active,
a:focus{
	outline: 0;
	text-decoration:none;
	color:#666666;
}
a img {
	border: none;
}
a > img {
	vertical-align: middle;	
}
.gray-bg{
	background:#e8e8e8;
}
.gray-text{
	color:#bababa;
}
.lgray-bg{
	background:#f1f1f1;
}
.dgray-bg{
	background:#333333;
}
img {
	max-width: 100%;	
}
img, object, embed, audio, video {
	max-width: 100%;
}
img {
	height: auto;
}
strong, .strong {
  	font-weight: 700;
}
p {
	margin: 0 0 20px;
}
i, em, .italic{
	font-style:italic;
}
.uppercase{
	text-transform:uppercase;
}
.align-left{
	float:left;
	margin:0 25px 0 0px!important;
}
.align-right{
	float:right;
	margin:0 0 0 25px!important;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;	
}
.color-text {
    color: #ffffff;
}
.through{
	text-decoration:line-through;
}
.border-radius{
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}
iframe{
	border:0;
}

/* ==================================================
   2. Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 18px 0;
	color:#333333;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:1px;
}
h1{
	font-size:36px;
	line-height: 50px;
}
h2{
	font-size:30px;
}
h2 small{
	display:block;
	letter-spacing:.1em;
	text-transform:uppercase;
	font-size:45%
}
h3{
	font-size:22px;
}
h4{
	font-size:17px;
	text-transform:uppercase;
}
h5{
	font-size:17px;
}
h6{
	font-size:17px;
}
h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short{
	margin-bottom:5px;
}
h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
    margin-top: 22px;
}
/*h1 a, h2 a, h3 a, h5 a, h6 a{
	color:#333;
	text-decoration:none;
}*/
.huge {
    font-size: 10em;
    line-height: 1em;
    font-family: sans-serif;
    font-weight: bold;
}
blockquote{
	margin:30px 0;
	padding:0 0 0 30px;
	font-family: 'Volkhov', serif;
	border-left:3px solid #222;
}
blockquote p{
	margin-bottom:0;
	white-space:1px;
	font-style:italic;
	font-size:16px;
	line-height:28px;
	color:#999
}
blockquote cite{
	color:#999;
	font-weight:700;
}
blockquote cite:before{
	content:"- ";
}
p{
	margin:0 0 18px 0;
}
p.md{
	font-size:16px;
	line-height:22px;
}
p.lg{
	font-size:30px;
	line-height:1.2em;
}
p.lead{
}
.big{
	font-size:200%;
	line-height:1.5em;
}
.thin{
	font-weight:300;
}
p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
	font-family:Georgia, serif;
    line-height: 60px;
}
p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}
hr{
	display:block;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	height:1px;
	border:0;
	background:#ccc;
}
hr.sm{
	display:inline-block;
	margin: 0 0 30px 0;
	width:40px;
	height:2px;
	border:0;
}
hr.md{
	display:inline-block;
	margin-bottom: 15px;
	margin-top: 15px;
	width:100px;
	height:2px;
	border:0;
}
hr.fw{
	display:block;
	clear:both;
	margin-top:50px;
	margin-bottom:43px;
	width:100%;
	height:1px;
	border:0;
	background:#e4e4e3;
}
hr.fw.fw-s{
	margin-top:30px;
	margin-bottom:30px;
}

hr.fw.cont{
	margin:20px 0;
}
hr.center-block{
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
ul.checks, ul.angles, ul.carets, ul.chevrons{
	margin:0;
	list-style-type:none;
	margin-bottom:15px;
}
ul.checks > li, ul.angles > li, ul.carets > li, ul.chevrons > li{
	margin:10px 0;
}
ul.checks > li > i, ul.angles > li > i, ul.carets > li > i, ul.chevrons > li > i{
	margin-right:2px;
}
ul.inline{
	margin:10px 0;
}
ul.inline > li{
	display:inline-block;
	margin-right:10px;
}
ul.inline > li i.fa{
	margin-right:2px;
}
ul.nav-list-primary > li a{
	display:block;
	padding:8px;
	border-bottom:1px solid #eceae4;
	color:#666666;
	text-decoration:none;
}
ul.nav-list-primary > li a:hover{
	text-decoration:none;
}
ul{
	margin:10px 0 10px 20px;
	list-style-type:disc;
}
ol{
	margin:10px 0 10px 30px;
	list-style-type: decimal;
}
ul ul, ol ul{
	margin:10px 0 10px 20px;
}
ul ul{
	list-style-type:circle;
}
dl{
	margin:10px 0;
}
dl dt{
	font-weight:700;
}
address.ico i{
	display:inline-block;
	float: left;
	clear:both;
	padding-top: 3px;
}
address.ico p{
	margin:0;
	padding-bottom:10px;
}
address.ico span{
	display:inline-block;
	padding-left:20px;
}
.cursive{
	font-style:italic;
	text-transform:none;
	font-weight:400;
	letter-spacing:0;
	font-family: 'Volkhov', serif;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* ==================================================
   3. Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}
.push-top{
	margin-top:35px;
}

/* ==================================================
   4. Padding Sets
================================================== */
.padding-b0{
	padding-bottom:0!important;
}
.padding-tb20{
	padding-top:20px;
	padding-bottom:20px;
}
.padding-tb45{
	padding-top:45px;
	padding-bottom:45px;
}
.padding-tb75{
	padding-top:75px;
	padding-bottom:75px;
}
.padding-tb100{
	padding-top:100px;
	padding-bottom:100px;
}
.padding-tb125{
	padding-top:125px;
	padding-bottom:125px;
}
/* ==================================================
   5. Spacers Sets
================================================== */
.spacer-10{
	height:10px;
	clear:both;
	width:100%;
}
.spacer-20{
	height:20px;
	clear:both;
	width:100%;
}
.spacer-30{
	height:30px;
	clear:both;
	width:100%;
}
.spacer-40{
	height:40px;
	clear:both;
	width:100%;
}
.spacer-50{
	height:50px;
	clear:both;
	width:100%;
}
.spacer-75{
	height:75px;
	clear:both;
	width:100%;
}
.spacer-100{
	height:100px;
	clear:both;
	width:100%;
}
/* ==================================================
   5. Multi purpose Elements
================================================== */
.overlay-transparent, .gallery-grid .gallery-cat{
	background:rgba(0,0,0,.6);
}
.checkers-overlay{
	background:url(../images/checkers.png) repeat;
}
.pattern-overlay{
	background:url(../images/pattern.png) repeat;
}
.next-prev-nav{
	display:inline-block;
}
.next-prev-nav a{
	display:inline-block;
	width:20px;
	height:20px;
	color:#fff;
	text-align:center;
	line-height:20px;
	text-decoration:none;
}
.next-prev-nav a:hover{
	color:#fff;
}
.meta-data{
	color:#333;
	font-size: 15px;
	    margin-bottom: 20px;
}
.meta-data i{
	color:#999;
}
.meta-data a{
	color:#222;
}
.meta-data a:hover{
	text-decoration:none;
}
.meta-data > span{
	display:inline-block;
	margin-right: 10px;
}
.meta-data span i{
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 5px;
	width: 18px;
	text-align: center;
		}
.meta-data span{
	padding-left: 20px;
	position: relative;
	}
.meta-data > span:last-child{
	margin-right:0;
}
.meta-data .event-date, .meta-data .event-time{
	font-size: 90%;}


.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.media-box{
	position:relative;
	display:block;
	max-width:100%;
}
.media-box .zoom, .media-box .expand{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	font-size:1.5em;
	z-index:99;
	left:0;
	top:0;
	margin:0;
	background-color:rgba(0,0,0,.4);
	opacity:0;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.media-box .zoom .icon, .media-box .expand .icon{
	width:54px;
	height:54px;
	-webkit-border-radius:3px;
	border-radius:3px;
	line-height:54px;
	text-align:center;
	color:#ffffff!important;
	position:absolute;
	font-size:1.5em;
	top:50%;
	left:50%;
	margin:-27px 0 0 -27px;
}
.img-thumbnail img:hover, .img-thumbnail:hover{
	opacity:.9
}
.media-box:hover .zoom, .media-box:hover .expand{
	opacity:1;
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
}
.mejs-container{
	margin-bottom:20px;
}
.media-box .media-box-wrapper{
	padding:30px;
}
.social-icons, .social-icons-colored{
	margin:0;
	list-style-type:none;
}
.social-icons li, .social-icons-colored li{
	display:inline-block;
	margin-right:0;
}
.social-icons li:last-child, .social-icons-colored li:last-child{
	margin-right:0;
}
.social-icons li a{
    width: 60px;
    height: 35px;
    line-height: 30px;
    border: 2px solid #ccc;
    text-align: center;
    color: #666;
    display: block;
	}
.social-icons li a i{
	margin-right: 0;	
	}
.social-icons li a:hover i{
	color:#fff !important;
}
.social-icons-colored a {
    margin: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    display: block;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: #666;
	border-radius: 100%;
}
.social-icons-colored a:hover {
	opacity: 0.8;
	color: #fff;	}
.social-icons-colored .fa {
	font-size: 19px;
	}
.social-icons-colored li.line a, .social-icons li.line a, .social-share-bar .social-icons li.line a:hover {
    background-image: url(../images/share-line-w.svg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.social-share-bar .social-icons li.line a{
	background-image: url(../images/share-line-b.svg);
		}


.icon-box.icon-box-style1 .icon-box-head{
	display:block;
	border-bottom:2px solid #f8f8f8;
	padding-bottom:15px;
	margin-bottom:15px;
}
.icon-box.icon-box-style1 .icon-box-head:before, .icon-box.icon-box-style1 .icon-box-head:after{
  display: table;
  content: " ";
}
.icon-box.icon-box-style1 .icon-box-head:after{
  clear: both;
}
.icon-box.icon-box-style1 .ico{
	float:left;
	width:42px;
	height:40px;
	color:#222;
	text-align:center;
	border:1px solid #f8f8f8;
	line-height:44px;
	font-size:20px;
	margin-right:15px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.icon-box.icon-box-style1:hover .ico{
	color:#fff;
}
.icon-box.icon-box-style1 .icon-box-head h4{
	display:inline-block;
	margin-bottom:0;
	margin-top:10px;
}
.icon-box.icon-box-style1 p{
	margin-bottom:0;
}
.flexslider {
	margin: 0;
	padding: 0;
	position:relative;
}
/*
.flexslider{
	background:url(../images/loader.gif) no-repeat scroll center center;
}
*/
.flexslider .slides{
	margin:0;
	list-style-type:none;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	background-position:center center!important;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
html[xmlns] .slides {
	display: block;
} 
* html .slides {
	height: 1%;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides li a{
    display:block;
    height:100%;
	text-decoration:none;
}
.flexslider .flex-direction-nav{
	margin:0;
	list-style-type:none;
}
.flexslider .flex-control-nav{
	margin:0;
	list-style-type:none;
	width:100%;
	text-align:center;
	z-index:11;
	left:0;
	bottom:-30px;
	padding:0;
	margin:5px 0 0 0;
}
.galleryflex.flexslider .flex-control-nav{
	bottom: -35px;
}
.upcoming-event-bar .galleryflex.flexslider .flex-control-nav{
	bottom: -25px;
}
.flexslider .flex-control-nav li{
	display:inline;
	line-height: 10px;
}
.flexslider .flex-control-nav a{
	width:10px;
	height:10px;
	border-radius:100%;
	background-color: rgba(151, 151, 151, 1);
	display:inline-block;
	margin:0 6px;
	text-indent:-9999px;
	text-decoration:none;
}
.flexslider .flex-prev, .flexslider .flex-next{
	color:#fff;
	border:2px solid #fff;
	display:block;
	margin-bottom:10px;
	position:absolute;
	z-index:12;
	right:0px;
	font-size:14px;
	line-height:23px;
	width:25px;
	height:25px;
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-decoration:none;
	text-align:center;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.upcoming-event-bar .flexslider .flex-prev,  .upcoming-event-bar .flexslider .flex-next{
    color: #999;
    border: 2px solid #ccc;
    bottom: 0;
    margin-bottom: 0;
	background-color: #f6f6f6;
	}
.background--light .flexslider .flex-control-nav a{
	background:#222;
}
.background--light .flexslider .flex-prev, .background--light .flexslider .flex-next{
	color:#fff;
	border-color:#fff;
}
.flexslider .flex-prev{
	left:auto;
	right:30px;
}
.flexslider .flex-prev:before{
  content: "\f104";
}
.flexslider .flex-next:before{
  content: "\f105";
} 
.hero-slider.flexslider{
	position:relative;
	z-index:1;
	width:100%;
	overflow:hidden;
}
.hero-slider.flexslider .flex-viewport{
	width:100%;
}
.hero-slider.flexslider > ul.slides{
	height:100%;
}
.hero-slider.flexslider ul.slides li{
	width:100%;
	overflow:hidden;
	position:static;
	background-attachment:scroll!important
}

.hero-slider.flexslider ul.slides li.demo-slider{
	background-image:url(../images/slider1.jpg);
}

.hero-slider.flexslider, .hero-slider.flexslider ul.slides li{
	height:700px;
}
.hero-slider.flexslider .flex-control-nav{
	bottom:-20px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.hero-slider.flexslider:hover .flex-control-nav{
	bottom:20px;
	-webkit-transition: bottom .3s .2s;
	-moz-transition: bottom .3s .2s;
	-ms-transition: bottom .3s .2s;
	-o-transition: bottom .3s .2s;
	transition: bottom .3s .2s;
}
.hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next{
	width:40px;
	height:40px;
	right:-40px;
	font-size:20px;
	line-height:35px;
	display:block;
	text-align:center;
	top:50%;
	margin-top:-25px;
}
.hero-slider.flexslider ul.slides li a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
}
.hero-slider.flexslider ul.slides li .container{
	vertical-align: middle;
	display:table;
	height:100%
}
.hero-slider.flexslider ul.slides li .container .slider-caption{
	display:table-cell;
	vertical-align:middle;
}
.flex-caption {
    padding: 30px;
    width: 900px;
    position: relative;
    left: 50%;
    margin-left: -450px;
    top: 20%;
    display: none;
	background-color: rgba(255, 255, 255, 0);
}
.flex-caption p.title{
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
    line-height: 40px;
	}
.flex-caption p.title-en{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 21px;
	line-height: 30px;
	}
.flex-caption p{
	opacity:.8;
}
.hero-slider.flexslider .flex-prev{
	left:-40px;
}
.hero-slider.flexslider:hover .flex-prev{
	left:30px;
}
.hero-slider.flexslider:hover .flex-next{
	right:30px;
}
.entry .flexslider{
	margin-bottom:40px;
}
.slider-wrapper{
	position:relative;
	min-height:200px;
	background:#666;
}
.nivoslider{
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
	box-shadow:none!important;
	margin-bottom:0!important;
	position:relative;
	z-index:1;
	display:none;
}
.nivo-directionNav a{
	top:45%!important;
}
.nivo-controlNav{
	width:100%;
	z-index:2;
	position:absolute;
	bottom:10px;
}
.nivo-caption{
	background:rgba(0,0,0,.7);
	text-align:center;
}
.basic-link{
	display:inline-block;
	letter-spacing:1px;
	font-weight:400;
	font-size:15px;
}
.basic-link:hover{
	color:#333;
}
.basic-link.inverted{
	text-transform:uppercase;
	margin-top:10px;
}
.basic-link.backward .fa-angle-right{
	display:none;
}
.sort-source{
	list-style-type:none;
	margin:0 0 20px 0;
    display: table;
	width: 100%;
	position: relative;
    border-left: 1px solid #ccc;
}
.sort-source li{
    display: table-cell;
    border: 1px solid #ccc;
    text-align: center;
    float: none;
	border-left-width: 0;
	}
.location-tabs .sort-source li {
    display: inline-block;
    width: 14%;
    margin-bottom: -1px;
}
.location-tabs .sort-source li a {
    padding: 10px 0 ;
}
.location-tabs .nav-pills > li + li {
    margin-left: 0;
}
.home-tabs.location-tabs .sort-source{
	margin-bottom: 0;
	}
.home-tabs.location-tabs .sort-source li {
    width: 20%;
}
.home-tabs.location-tabs .sort-source li a{
		font-size: 14px;
}

/*.sort-source li.showall {
    position: absolute;
    top: -38px;
	border-left-width: 1px;
    border-radius: 30px;
    right: 0;
}
.sort-source li.showall a {
	padding: 3px 15px;
    font-size: 14px;
    border-radius: 30px !important;
}*/
.sort-source li:after{
	content:"/";
	color:#ccc;
}
.sort-source.nav-pills li:after{
	content:"";
}
.sort-source li:last-child:after{
	content:"";
}
.sort-source li a{
	margin:0 20px;
	border-radius: 0 !important;
	text-align: center;
	font-size: 15px;
}
.sort-source.nav-pills li a{
	margin:0;
	color:#333;
}
.sort-source.nav-pills li.active a{
	color:#fff;
}
.sort-source li:first-child a{
	margin-left:0;
}
.sort-source li a:hover{
	color:#000;
}
.sort-destination{
	margin:0;
	list-style-type:none;
}
.heading-wbg{
	padding:20px;
	background:#222;
	color:#fff;
	margin-bottom:0;
}
.single-sermon .fluid-width-video-wrapper {         /* give fit to box an aspect ratio */
    display: inline-block!important; /* let it be styled thusly */
    padding: 0!important;            /* get rid of pre-styling */
    margin: 0!important;
    width: 100%!important;           /* take up full width available */
    padding-top: 56.25%!important;   /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
    height: 0px!important;           /* don't want it to expand beyond padding */
    position: relative!important;    /* allow for absolute positioning of child elements */
}
.single-sermon .fluid-width-video-wrapper iframe {
    position: absolute!important;    /* expand to fill */
    top: 0px!important;
    left: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
}
.sort-source.nav-pills.sort-btn{
	border-left: 0;
}
.sort-source.nav-pills.sort-btn li {
    display: inline-block;
    width: 20%;
    margin: 0 -1px -1px 0;
	border-left-width: 1px;
}
.sort-source.nav-pills.sort-btn li {
    font-size: 17px;
    font-weight: bold;
}
.sort-source.nav-pills.sort-btn li a{
	padding: 10px 0 !important;
	}
.sort-source.nav-pills.sort-btn li a:hover, .sort-source.nav-pills.sort-btn li a:focus {
	background-color: rgba(0, 139, 171, .8) !important;
	color: #fff;
}

/* ==================================================
   6. Site Structure & Appearance
================================================== */
body{
	background-color:#ffffff;
	color:#666;
	font-family: "Microsoft JhengHei","STHeiti Light","STHeiti",Arial,sans-serif;
    font-size: 15px;
    line-height: 24px;
	background-attachment:fixed;
}
body.boxed{
	background-color:#666;
}
body.boxed .body{
	position:relative;
	margin:0 auto;
	overflow:hidden;
	max-width:1120px;
	width:100%;
	height:auto;
	background-color:#ffffff;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 0 2px rgba(0,0,0,.2);
	box-shadow:0 0 2px rgba(0,0,0,.2);
}
.sticky-wrapper{
	background:none;
}
.site-header{
	top:0;
	position:fixed;
	height:72px;
	left:0;
	z-index:999;
	width:100%;
	margin:0 auto;
	border-bottom:1px solid rgba(0,0,0,.1);
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.touch .site-header{
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.background--light .site-header, .background--complex .site-header{
	background:rgba(0,0,0,.3);
}
.site-header.sticky-header{
	border-bottom:0;
	position:fixed;
	top:0;
	left:0;
	height:72px;
	z-index:1010;
	background:rgba(255,255,255,.9);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
	box-shadow:0 1px 1px rgba(0,0,0,.1);
}
.header-style2 .site-header.sticky-header, .header-style4 .site-header.sticky-header{
	position:fixed;
	background: rgba(255,255,255,1);
}
.header-style2 .body{
	padding-top:0;
}
.header-style4 .body{
	padding-top: 95px;
}
.header-style2 .site-header, .header-style4 .site-header{
	border-bottom:0;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
	box-shadow:0 1px 1px rgba(0,0,0,.1);
	background:rgba(255,255,255,.9);
}
.header-style3 .site-header{
	border-bottom:0;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
	box-shadow:0 1px 1px rgba(0,0,0,.1);
	background:rgba(255,255,255,.9);
	background:rgba(255,255,255,.9);
}
.header-style4 .site-header{
    height: 95px;
	}
.header-style5 .site-header{
	top:20px;
	width:1150px;
	left:50%;
	margin-left:-575px;
	border-bottom:0;
	background:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.header-style5 .site-header.sticky-header{
	background:rgba(255,255,255,.9);
	width:100%;
	left:0;
	margin-left:0;
	-webkit-border-radius:0;
	border-radius:0;
	top:0;
}
.topbar {
    height: 34px;
    position: absolute;
    right: 30px;
    top: 10px;
}
.topbar .social-icons-colored{
	padding-top:7px;
}
.top-navigation{
	list-style-type:none;
	margin: 5px 0 0 0;
	float:right;
}
.top-navigation li{
	display:inline-block;
	font-size:14px;
	line-height:20px;
}
.top-navigation li a{
	display:inline-block;
	margin:0 10px;
	color:#333;
}
.top-navigation li a i{
	margin-right: 5px;
	color:#999;
}
.top-navigation li a:hover{
	color:#666;
}
.top-navigation li:last-child a{
	margin-right:0;
}
.top-navigation li:after{
	/*content:"/";*/
}
.top-navigation li:last-child:after{
	content:"";
}
/* Text Logo Style */
.site-logo{
	float:left;
}
.site-header .site-logo {
    margin-top: 5px;
    width: 300px;
}
.site-logo h1 a{
	color:#fff;
}
.background--light .site-logo h1 a, .header-style2 .site-logo h1 a, .header-style3 .site-logo h1 a, .header-style4 .site-logo h1 a, .header-style5 .site-logo h1 a{
	color:#222;
}
.sticky-header .site-logo h1 a{
	color:#222!important;
}
.logo-icon{
	width:30px;
	height:30px;
	border:2px solid #fff;
	text-align:center;
	line-height:28px;
	font-size:13px;
	display:inline-block;
}
.background--light .logo-icon, .header-style2 .logo-icon, .header-style3 .logo-icon, .header-style4 .logo-icon, .header-style5 .logo-icon{
	border-color:#222;
}
.sticky-header .logo-icon{
	border-color:#222!important;
}
.logo-text{
	display:inline-block;
	line-height:36px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}
.logo-text > span{
	font-weight:300;
}

/* ==================================================
   6.1. Main Navigation
================================================== */
.for-navi{
	position:relative;
	overflow:visible;
}
.main-navigation{
	display:block;
}
.main-navigation > ul{
	margin:0;
	list-style-type:none;
	float:right;
}
.main-navigation > ul > li{
	letter-spacing:2px;
	font-size: 15px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
	display:inline-block;
}
.main-navigation > ul > li > a{
	display:block;
	color:#fff;
	padding:0 12px;
	line-height:72px;
}
.header-style4 .main-navigation > ul {
    margin-top: 45px;
}
.header-style4 .main-navigation > ul > li > a {
    line-height: 50px;
}
.main-navigation > ul > li:last-child > a{
	padding-right:0;
}
.background--light .main-navigation > ul > li > a, .header-style2 .main-navigation > ul > li > a, .header-style3 .main-navigation > ul > li > a, .header-style4 .main-navigation > ul > li > a, .header-style5 .main-navigation > ul > li > a{
	color:#222;
}
.sticky-header .main-navigation > ul > li > a{
	color:#222;
}
.main-navigation > ul > li:last-child a{
}
.main-navigation > ul > li > a > i{
	color:#fff;
}
.sticky-header .main-navigation > ul > li > a > i{
	color:#999;
}
.main-navigation > ul > li > a:hover{
	text-decoration:none;
	opacity:1;
	color:#5b0d2a;
}
.main-navigation > ul > li ul{
	margin:0;
	list-style-type:none;
	position:absolute;
	top:80px;
	left:30px;
	z-index:999;
	/*display: block !important;*/
	min-width:100%;
	height:auto;
	background:#fff;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	margin-left:16px;
}
.header-style4 .main-navigation > ul > li > ul{
	top:70px;
	}
.header-style4 .main-navigation > ul > li.megamenu > ul{
	top:110px;
}
/*.header-style4 .main-navigation > ul > li ul, .header-style4 .main-navigation > ul > li ul, .header-style5 .main-navigation > ul > li ul{
	top:100px;
}*/
.header-style5 .main-navigation > ul > li ul{
	-webkit-border-radius:3px;
	border-radius:3px;
}
.main-navigation > ul > li ul.last-childer{
	left:auto!important;
	right:0;
}
.main-navigation > ul > li ul.last-childer li a{
	padding-right:20px;
}
.main-navigation > ul > li > ul:before {
	position: absolute;
	left:50%;
	top: auto;
	margin: -10px 0px 0px -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 5px;
	border-bottom-color: #fff;
	content: " ";
	pointer-events: none;
    z-index: 999;
}
.main-navigation > ul > li > ul:after {
	position: absolute;
    left: 50%;
    top: 0;
    margin: -10px 0px 0px -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px;
    border-bottom-color: rgba(0,0,0,.2);
    content: " ";
    pointer-events: none;
    z-index: 998;
	}
.main-navigation > ul > li ul li ul:before {
	position: absolute;
	left:0;
	top: auto;
	margin: 15px 0px 0px -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 5px;
	border-right-color: #fff;
	content: " ";
	pointer-events: none;
}
.main-navigation > ul > li ul.last-childer:before{
	margin-left:55px;
}
.main-navigation > ul > li:last-child ul li ul:before {
	margin-left: 20px;
}
.main-navigation > ul > li:hover ul{
	display:block;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.main-navigation > ul > li > ul li{
	line-height: normal;
	font-size:15px!important;
	position:relative;
	text-transform:none;
	letter-spacing:1px;
	font-weight:400;
}
.main-navigation > ul > li > ul li > a{
	display:block;
	color:#222;
	padding:10px 30px;
	border-bottom:1px solid rgba(0,0,0,.05);
	white-space:nowrap;
	text-decoration:none;
}
.main-navigation > ul > li > ul li > a i{
	margin-left: 5px;
}
.main-navigation > ul > li > ul > li a:hover{
	color:#222;
}
.main-navigation > ul > li > ul > li > a:hover{
	text-decoration:none;
	background-color:rgba(0,0,0,.01)
}
.main-navigation > ul > li > ul > li:last-child > a{
	border-bottom:0;
}
.main-navigation > ul > li > ul li ul{
	margin:0;
	list-style-type:none;
	left:100%!important;
	top:0;
	min-width: inherit;
	margin-left:11px;
	position:absolute;
}
.header-style2 .main-navigation > ul > li ul li ul, .header-style4 .main-navigation > ul > li ul li ul, .header-style5 .main-navigation > ul > li ul li ul{
	top:0;
}
.main-navigation > ul > li > ul li ul.last-childer{
	left:auto!important;
	right:107%;
}
.main-navigation > ul > li.megamenu{
	position:inherit!important;
	left:0;
}
.main-navigation > ul > li.megamenu i{
	font-size:100%;
}
.main-navigation > ul > li.megamenu > ul{
	margin:0;
	list-style-type:none;
	width:100%;
	left:0px!important;
}
.main-navigation .megamenu-container{
	padding:25px;
	width:100%;
}
.main-navigation .megamenu-container ul.blog-classic-listing li{
	margin-bottom:3px;
}
.main-navigation .megamenu-container p{
	text-transform:none;
	font-weight:normal;
	font-size:13px;
	line-height:23px;
	letter-spacing:0;
}
.main-navigation .megamenu-container ul, .header-style2 .main-navigation .megamenu-container ul{
	margin:0;
	background:none;
	list-style-type:none;
	display:block!important;
	color:#fafafa;
	left:0!important;
	box-shadow:none;
	opacity:1!important;
	background:transparent;
	position:relative!important;
	text-align:left!important;
	margin-left:0;
}
.main-navigation > ul > li.megamenu .meta-data{
	text-transform:none;
}
.main-navigation .megamenu-container .megamenu-sub-title{
	display:block;
	padding-bottom:7px;
	margin-bottom:22px;
	font-weight:400;
	font-size:14px;
	color: #5b0d2a;
	text-transform:uppercase;
	text-align:left!important;
	border-bottom:2px solid #eee;
}
.main-navigation .megamenu-container ul li a{
	display:inline-block;
	padding:0 0 10px 0;
	border-bottom:0;
}
.main-navigation .megamenu-container ul li a i{
	display:none;
}
.main-navigation .megamenu-container ul.sub-menu li a:hover{
	text-decoration:none;
}
#menu-toggle{
	float:right;
	font-size:20px;
	margin-top:15px;
	color:#fff;
}
#canvas-animation{
	 position:absolute;
	 top:0;
	 left:0;
}
.touch #canvas-animation{
	display:none;
}

.lead-content{
	position:relative;
	background:#f8f8f8;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}
.lead-content-wrapper{
	background:#fff;
	left:50%;
	margin-left:-575px;
	width:1150px;
	padding:50px 30px;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	position:relative;
	top:-30px;
	margin-bottom:-30px;
	z-index:111;
	-webkit-box-shadow:0 -3px 5px rgba(0,0,0,.1);
	box-shadow:0 -3px 5px rgba(0,0,0,.1);
}
.home-style2 .lead-content{
	-webkit-box-shadow: none;
	box-shadow: none;
	height:auto!important;
	border-bottom:1px solid #efefef;
}
.home-style2 .lead-content-wrapper{
	position:static;
	margin:0!important;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	background:none;
	width:100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.upcoming-event-bar{
	/*background:#efefef;*/
	background: #f6f6f6;
	padding:20px;
	border-bottom:1px solid #eaeaea;
}
.upcoming-event-bar h3{
    margin-bottom: 0;
    font-size: 19px;
    margin-top: 5px;
	/*color: rgba(151, 151, 151, 1);*/
	}
.upcoming-event-bar .flexslider .slides li a {
    display: inline-block;
}
.upcoming-event-bar h3 span{
    display: inline-block;
    font-size: 14px;
	margin-left: 5px;
	color: #666;
	}
.upcoming-event-bar .action .btn {
    font-weight: normal;
    letter-spacing: 0;
    font-size: 15px;
    padding: 5px 17px;
}
.location-label{
	font-weight: normal;
	font-size: 12px !important;
	}
.location-label i{
	margin-right: 5px;
		}

.upcoming-event-bar .action {
    text-align: right;
    padding: 0 ;
    margin-right: 0;
}
.upcoming-event-bar .action-buttons{
	margin-top:0;
}
.upcoming-event-bar .counter .timer-col{
	margin-bottom:0;
	font-family: Raleway;
}
.upcoming-event-bar .counter .timer-col #days, .upcoming-event-bar .counter .timer-col #hours, .upcoming-event-bar .counter .timer-col #minutes, .upcoming-event-bar .counter .timer-col #seconds{
	border-color:#ccc;
}
.featured-block{
	margin-bottom:0;
}
.featured-block h3 {
    font-size: 19px;
    position: absolute;
    z-index: 2;
	background-color: rgba(91, 13, 42, 0.6);
    right: 0;
    bottom: -20px;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    font-weight: 600;
    width: 100%;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, transform 0.35s;
}
.featured-block:hover h3 {
	width: 100%;
		}
.featured-block figure {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.featured-block figure figcaption::before,
.featured-block figure figcaption::after {
	pointer-events: none;
}
.featured-block figure{
	margin-bottom:0;
	background-color: #fff;
}
.featured-block figure img, .latest-sermon-img img, .grid-item-inner img{
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.featured-block:hover figure img, .latest-sermon-img:hover img, .grid-item-inner:hover img{
	opacity: 0.8;
}
.featured-block figure img{
	position: relative;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.featured-block p {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 15px;
	line-height: 20px;
}
.content{
	padding: 50px 0 80px 0;
}
.home .content{
	padding-top:30px;
}
.home-style2 .content{
	padding-bottom:0;
	padding: 40px 0;
}
.upcoming-event{
	margin-top:5px;
}
.upcoming-event h3{
	margin-bottom:11px;
}
.upcoming-event-content{
	background:#f8f8f8;
	padding:20px;
	padding-bottom:20px;
	position:relative;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 0 rgba(0,0,0,.1);
}
.upcoming-event .meta-data{
	font-size:13px;
}
.upcoming-event .meta-data span{
	margin-right:0;
}
.upcoming-event-label{
	position:absolute;
	top:-20px;
	left:0;
	height:20px;
	line-height:18px;
	-webkit-border-radius:0;
	border-radius:0;
}
.counter .timer-col{
	width:25%;
	float:left;
	margin-bottom:20px;
}
.counter .timer-col #days, .counter .timer-col #hours, .counter .timer-col #minutes, .counter .timer-col #seconds{
	-webkit-border-radius:100%;
	border-radius:100%;
	border:3px solid #efefef;
	display:inline-block;
	width:60px;
	height:60px;
	line-height:53px;
	font-weight:700;
	color:#222;
	font-size:16px;
	text-align:center;
}
.counter .timer-col .timer-type{
	width:60px;
	display:block;
	text-align:center;
	font-size:12px;
}
.upcoming-event-footer{
	background:#efefef;
	padding:10px 20px;
}
.upcoming-event-footer .action-buttons{
	margin:0;
}
.upcoming-event-footer .action-buttons li a{
	color:#222;
}
.upcoming-event-footer .meta-data{
	margin-top:8px;
	display:inline-block;
}
.events-listing{
}
.events-listing-content{
	margin:0;
	list-style-type:none;
	overflow:visible!important;
}
.events-listing-header .basic-link{
	margin-top:7px;
}
.event-list-item{
	    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.isotope-events .event-list-item{
	width:100%;
}
.smaller-cont .event-list-item{
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	margin-bottom:10px;
}
/*.smaller-cont .event-list-item:last-child{
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}*/
.event-list-item:before,
.event-list-item:after,
.upcoming-event-footer:before,
.upcoming-event-footer:after{
  display: table;
  content: " ";
}
.event-list-item:after,
.upcoming-event-footer:after {
  clear: both;
}
.event-list-item-date, .event-list-item-img {
    margin-right: 10px;
}
.event-list-item-img {
    width: 120px;
}

.event-list-item-date .event-date{
	border: 2px solid #f8f8f8;
	background-image:url(../images/dashed.png);
	text-align:center;
	height:100px;
	width:95px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.smaller-cont .event-list-item-date .event-date{
	width:70px;
	height: 70px;
}
.event-list-item-date .event-day{
	font-size:40px;
	color:#222;
	font-weight:700;
	display:block;
	padding-top:29px;
}
.smaller-cont .event-list-item-date .event-day{
	padding-top:14px;
	font-size:30px;
}
.event-list-item-date .event-month{
	padding-top:5px;
	display:block;
}
.smaller-cont .event-list-item-date .event-month{
	font-size:12px;
	line-height: 15px;
}
.events-listing-content .event-title:hover{
	color:#222;
}
.event-list-item-info{
	
	width:100%;
}
.smaller-cont .event-list-item-info{
	width:73%;
	padding-right:0;
	border-right:0;
	margin-right:0;
	padding-bottom:0;
	margin-bottom:0;
}
.smaller-cont .event-list-item-info .meta-data {
    display: block;
    margin-top: 2px;
}
.events-listing .event-list-item:last-child .event-list-item-info{
	padding-bottom:0;
}
.event-list-item-actions{
	float:left;
	width:17%;
	text-align:center;
}
.event-list-item-actions .btn{
}
.event-list-item-actions .btn{
	margin-top:10px;
}
.event-list-item-actions .action-buttons{
	margin-top:20px;
	display:block;
	float:right;
	width:100%;
}
.action-buttons{
	margin:10px 0;
	list-style-type:none;
}
.action-buttons > li{
	display:inline-block;
	margin-right:10px;
	font-size:18px;
}
.action-buttons > li:last-child{
	margin-right:0;
}
.action-buttons > li > a{
	color:#999;
}
.action-buttons > li > a:hover{
	color:#222;
}
.event-list-item:hover .action-buttons > li > a{
	color:#222;
}
.event-list-item .btn-transparent{
	color:#666;
	border-color:#999;
}
.event-list-item:hover .btn-transparent{
	color:#222;
	border-color:#222;
}
.lined-info h4{
	margin-bottom:0;
	letter-spacing:0;
	text-transform:none;
	font-weight:400;
	font-size:17px;
}
.lined-info{

	padding:5px 0;
}
.smaller-cont .lined-info{
	border-bottom:0;
}
.event-list-item-info .lined-info:first-child{
	padding:0;
}
.smaller-cont .lined-info h4 a:hover{
	color:#222;
}
.smaller-cont .lined-info p{
	margin-bottom: 0;
	display: none;
}
.toggle-sicons{
}

ul.blog-minimal-listing, ul.blog-classic-listing{
	margin:0;
	list-style-type:none;
}
ul.blog-minimal-listing li{
	border-top:1px solid #efefef;
	padding:12px 0;
	text-align:center;
	display:block;
	background-color:#fff;
}
ul.blog-minimal-listing li:last-child{
	margin-bottom:0;
}
ul.blog-classic-listing li {
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding: 20px 0;
}
.lgray-bg ul.blog-classic-listing li{
	margin-bottom:0;
	background:#fff;
	padding:30px;
	padding-bottom:4px;
	border-bottom:1px solid #efefef
}
ul.blog-classic-listing li:last-child{
	margin-bottom:0;
	border-bottom:0;
}
ul.blog-minimal-listing li h4, ul.blog-minimal-listing li .meta-data, ul.blog-classic-listing li h4{
	margin-bottom:0;
}
ul.blog-classic-listing li p {
    margin-bottom: 0;
    height: 50px;
    overflow: hidden;
}
ul.blog-classic-listing li .post-thumb, .post-image{
	width: 30%;
	float: left;
	margin-right: 20px;
	border: 1px solid #efefef;
	padding: 2px;
	margin-bottom: 0;
	}
ul.blog-classic-listing li .meta-data{
	margin-bottom:8px;
}
ul.blog-classic-listing strong.post-title {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

ul.blog-classic-listing.blog-grid{
	margin: 0 -15px;
}
ul.blog-classic-listing.blog-grid li {
    border: 0;
    padding: 5px 15px;
	}
ul.blog-classic-listing.blog-grid li .post-thumb{
    width: 100%;
    float: none;
    margin-right: 0;
    border: 0;
    padding: 0;
}
/*ul.blog-classic-listing.blog-grid .grid-item-inner{
	background-color: #fff;
	}
*/
ul.blog-classic-listing.blog-grid strong.post-title {
	    height: 45px;
}
ul.blog-classic-listing.blog-grid li p {
    font-size: 15px;
}

.very-latest-post{
	padding:20px;
	background:#f8f8f8;
}
.lgray-bg .very-latest-post{
	background:none;
	padding:0;
}
.very-latest-post h4{
	margin-bottom:5px;
}
.very-latest-post p:last-child{
	margin-bottom:0;
}
.very-latest-post .post-thumb{
	margin-bottom:20px;
}
.very-latest-post h3{
	line-height:26px;
	margin-bottom:8px;
	font-size: 19px;
}
.very-latest-post .meta-data{
	margin-bottom:15px;
}
.title-row{
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
.comments-go{
	float:right;
	margin-top:-2px;
}
.latest_sermons_widget > ul > li{
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
}
.latest_sermons_widget > ul > li.most-recent-sermon{
	border-bottom:0;
}
.latest_sermons_widget > ul > li strong.post-title{
	font-weight:400;
	font-size:17px;
}
.latest-sermon-content{
	padding:20px;
	background-color: #f8f8f8;
}
.latest-sermon-content h4 {
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 19px;
}
.latest-sermon-content .meta-data{
	color:rgba(255,255,255,.7);
	margin-bottom:12px;
}
.latest-sermon-content h4 a{
}
.latest-sermon-content a:hover{
	opacity:.7;
}
.latest-sermon-content h4 a:hover{
	opacity:.8;
}
.latest-sermon-content p {
    font-size: 15px;
    font-weight: normal;
    margin: 5px 0 0 0;
}
.latest-sermon-img a {
    position: relative;
	padding: 0;
	}
.video-img i, .latest-sermon-img i, .sermon-online i {
    position: absolute;
	z-index: 1;
    border: 2px solid #fff;
    color: #fff;
    padding: 24px;
    width: 70px;
    height: 70px;
    font-size: 25px;
    border-radius: 100%;
    left: 50%;
    margin-left: -35px;
    top: 40%;
    background-color: rgba(255,255,255,0.1);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.sermon-online i {
    top: 20%;
}
.video-img:hover i, .latest-sermon-img:hover i, .sermon-online:hover i {
	background-color: rgba(0,0,0,0.1);
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
}

.sermon-links .action-buttons li{
	display:block;
	text-align:center;
	margin:6px 0;
}
.sermon-links{
	float:left;
	width:20%;
	background:#f8f8f8;
	height:180px;
}


.quick-info-overlay-left{
	overflow:hidden;
	position:fixed;
	width:0;
	height:100%;
	top:0;
	left:0;
	z-index:1000;
	opacity:0;
	color:#fff;
	text-align:center;
}
.quick-info-overlay-left .event-info{
	opacity:0;
	padding:55% 20px 20px;
}
.quick-info-overlay-left h3.event-title{
	color:#fff;
	font-size:30px;
	margin-bottom:10px;
}
.quick-info-overlay-left .event-address{
	font-size:15px;
	color:rgba(255,255,255,.7);
}
.single-event .quick-info-overlay-left .event-address{
	font-size:25px;
	color:rgba(255,255,255,1);
}
.quick-info-overlay-left .btn-permalink{
	margin-top:30px;
}
.single-event .quick-info-overlay-left .btn-permalink{
	display:none;
}
.quick-info-overlay-left .btn-default{
	border-color:#fff;
	color:#fff;
}
.quick-info-overlay-left .btn-close{
	position:absolute;
	bottom:-40px;
	left:50%;
	width:50px;
	height:40px;
	margin-left:-25px;
	padding:0;
	color:#999;
	background:#fff;
	text-align:center;
	font-size:22px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.quick-info-overlay-left .btn-close:hover{
	color:#666;
	bottom:0;
	-webkit-transition: bottom .3s .2s;
	-moz-transition: bottom .3s .2s;
	-ms-transition: bottom .3s .2s;
	-o-transition: bottom .3s .2s;
	transition: bottom .3s .2s;
}
.quick-info-overlay-right{
	overflow:auto;
	background:#000;
	position:fixed;
	width:70%;
	height:100%;
	padding-top:72px;
	top:0;
	right:-70%;
	z-index:1000;
	-webkit-box-shadow:-2px 0 3px rgba(0,0,0,.1);
	box-shadow:-2px 0 3px rgba(0,0,0,.1);
}
.single-event .quick-info-overlay-right{
	padding-top:0;
}
.quick-info-overlay-right #event-directions{
	height:100%;
}
.gallery-updates {
    position: relative;
    margin-bottom: 50px;
}
.gallery-updates > ul{
	margin:0;
	list-style-type:none;
}
.gallery-updates > ul > li{
	opacity:1;
	height:100%;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background-color: transparent;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.gallery-updates > ul > li > a{
	display:block;
	height:100%;
	width:100%;
	position: relative;
}
.gallery-updates > ul > li:hover{
	opacity:1;
}
.gallery-updates > ul > li .media-box .zoom{
	background:none;
}
.gallery-updates.cols5 > ul > li{
	width:25%;
	float:left;
}
.gallery-updates.cols4 ul > li{
	width:25%;
	float:left;
}
.gallery-updates.cols3 > ul > li{
	width:33.333%;
	float:left;
}
.gallery-updates.cols2 > ul > li{
	width:50%;
	float:left;
}
.gallery-updates-overlay{
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	height:100px;
	margin-top:-50px;
	color:#fff;
	text-align:center;
}
.gallery-updates-overlay i{
	font-size:40px;
}
.gallery-updates-overlay h2{
	color:#fff;
}
.gallery-updates .galleryflex.flexslider .flex-prev, .gallery-updates .galleryflex.flexslider .flex-next {
    right: 0;
    top: 40%;
    left: auto;
    border: 0;
    font-size: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px 10px;
    height: auto;
	width: auto;
    margin-top: -25px;
	}
.gallery-updates .galleryflex.flexslider .flex-prev {
    right: auto;
    left: 0;
}
.quick-info{
	position:relative;
	z-index:11;
	padding:25px 0 20px;
	text-align:center;
	background:#fff;
	margin-top:20px;
	border:1px solid #e4e4e3;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.quick-info .row{
	margin: 0;
}
.quick-info h4{
	margin-bottom:5px;
	font-size:14px;
	color: #999;
}
.quick-info h5 {
    margin: 8px 0 0 0;
    font-size: 15px;
	color: #666;
}
.quick-info .wbc img {
    width: 40px;
    margin-bottom: 5px;
}
.quick-info .wbc span {
	display: block;
	font-size: 14px;
}
.quick-info .wbc a{
	color: #666;
	}
.quick-info p{
	margin-bottom: 0;
	font-size: 14px;
}
.quick-info .social-icons-colored{
	margin-top:12px;
}
.site-footer{
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	background:#f8f8f8;
	padding: 30px 0;
}
.footer_widget.sub-menu {
}
.footer_widget h4 {
    margin-bottom: 10px;
}
.footer_widget hr.sm {
    margin-bottom: 20px;
}
.site-footer-bottom {
    padding: 30px 0 0;
    color: #999;
    font-size: 14px;
}
.site-footer-bottom a{
	color:#999;
}
.site-footer-bottom a:hover{
	color:#666;
}
.footer-nav ul{
	margin:0;
	float:right;
	list-style-type:none;
}
.footer-nav ul li{
	display:inline;
	margin-left:5px;
}
.footer-nav ul li:after{
	content:"/";
	opacity:.7;
}
.footer-nav ul li:last-child:after{
	content:"";
}
.footer-nav ul li a{
	margin-right:5px;
}
.footer-nav ul li:last-child a{
	margin-right:0;
}
.footer-dark .site-footer{
	background:#333;
	border-top:1px solid #222;
	border-bottom:1px solid #222;
}
.footer-dark .footer_widget h4{
	color:#ccc;
}
.footer-dark .twitter-widget li span.date{
	color:#ccc;
	border-bottom:1px solid #ccc;
}
.page-header:before, .page-header:after{
  display: table;
  content: " ";
}
.page-header:after{
	clear:both;
}
.page-header{
	height:350px;
	margin:0;
	border:0;
	position:relative;
	width:100%;
	display:table;
	padding-bottom:0;
}
.demo-header{
	background-image: url(../images/page-title-location-1.jpg);
}
.page-header .subtitle{
	font-family: 'Volkhov', serif;
	color:#fff;
	opacity:.7;
	font-size:15px;
	font-style:italic;
	font-weight:300;
	display:block;
}
.page-header hr{
	background:#fff;
}
.title-subtitle-holder{
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
.title-subtitle-holder-inner {
    padding: 0 20px;
}
.page-header-overlay{
	opacity:.1;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:4;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.page-header h2{
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	color:#fff;
	margin-bottom:0;
	font-size:40px;
	letter-spacing:1px;
	position:relative;
	z-index:5;
    position: absolute;
    right: 0;
	bottom: 40px;
}
.page-header p{
	width: 70%;
    font-size: 16px;
    line-height: 30px;
    color: #222;
	opacity: 0.8;
			}
.page-header a{
	color:#fff;
	font-size:55px;
}
.page-header a:hover{
	opacity:.8;
	color:#fff;
}
.header-event-time{
	padding:10px 30px;
	display:inline-block;
	border:3px solid rgba(255,255,255,.3);
	color:rgba(255,255,255,.8);
	-webkit-border-radius:30px;
	border-radius:30px;
	background:rgba(0,0,0,.02);
	position:relative;
	z-index:5;
}
.breadcrumb-cont{
	position:relative;
	z-index:6;
	height:40px;
	padding:0;
	margin:10px 0 ;
}
.staff-item:hover .staff-item-name{
	top:-50px;
	-webkit-transition: top .3s .2s;
	-moz-transition: top .3s .2s;
	-ms-transition: top .3s .2s;
	-o-transition: top .3s .2s;
	transition: top .3s .2s;
}
.staff-item .grid-content{
	position:relative;
	padding: 10px;
	text-align:center;
	background:#fff;
}
.staff-item .grid-content p{
	margin: 10px 0;
	text-align: center;
	font-size: 15px !important;
	}
.staff-item-name {
    /* position: absolute; */
    /* top: -16px; */
    /* width: 90%; 
    left: 5%;*/
    padding: 10px;
    z-index: 99;
    background: #fff;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}
.staff-item-name h5 {
    margin-bottom: 0;
    font-size: 17px;
}
.staff-item .social-icons-colored{
	margin-bottom:10px;
}
#contact-map, #dealerMap{
	overflow:hidden;
	width:100%;
}
.page-header.page-map, #contact-map, #dealerMap{
	min-height: 500px;
	height: 500px;
}
.events-list-sidebar h5{
	margin-bottom:5px;
}
.event-page-cal{
	height:140px;
  	-webkit-border-radius:3px;
  	border-radius:3px;
 	margin-top:5px;
 	padding:30px;
  	padding-top:40px;
  	text-align:center;
	position:relative;
	color:#fff;
	margin-bottom:25px;
}
.event-page-cal .month{
	font-size:50px;
	text-transform:uppercase;
}
.event-page-cal .year{
	display:inline-block;
	width:60%;
	margin-top:10px;
	background:rgba(0,0,0,.06);
	-webkit-border-radius:3px;
	border-radius:3px;
}
.event-page-cal .actions{
	position:absolute;
	top:0;
	height:140px;
	display:block;
	left:4px;
	color:rgba(0,0,0,.4);
	font-size:16px;
	width:20px;
	text-align:center;
	line-height:20px;
	display:block;
}
.event-page-cal .actions.right{
	right:4px;
	left:auto;
}
.event-page-cal .actions i{
	line-height:140px;
}
.event-page-cal .actions:hover{
	color:rgba(0,0,0,.8);
}
.event-item{
	overflow:visible!important;
}
.event-item h4{
}
.event-item .meta-data{
	display:block;
}
.fc-event{
	border:1px solid rgba(0,0,0,.1)!important;
	padding-left:3px;
}
.fc-header{
	background:url(../images/dashed.png) #f8f8f8;
	border:1px solid #ddd;
	border-bottom:0;
}
.fc-header td.fc-header-left{
	padding:20px;
	padding-bottom:0;
}
.fc-header td.fc-header-right{
	padding: 20px;
	padding-bottom: 0;
	padding-top: 28px;
}
.event-details-left{
	width:60%;
	float:left;
}
.event-details-right{
	width:40%;
	float:left;
}
.event-schedule{
	background:#f8f8f8;
	padding:25px;
	position:relative;
}
.event-schedule .timeline{
	position:absolute;
	left:28px;
	top:25px;
	width:10px;
	height:200%;
	background:#efefef;
	border-radius:10px;
}
.event-prog{
	width:100%;
	display:block;
	margin:10px 0 20px;
}
.event-schedule .event-prog:last-child{
	margin-bottom:0;
}
.event-prog .timeline-stone{
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #f8f8f8;
	border: 4px solid transparent;
	display:block;
	position: relative;
	z-index: 9;
	margin-right:12px;
	float:left;
	top:4px;
}
.event-prog-content{
	padding-left:32px;
}
.event-prog-content strong, .event-prog-content span{
	display:block;
}
.event-prog-content span{
	color:#999;
	font-size:13px;
}
.event-prog-content .event-pro-tag{
	float:right;
	width:40px;
	margin-right:-25px;
	height:35px;
	color:#fff;
	text-align:center;
	line-height:25px;
	font-size:20px;
	border-right:2px solid rgba(0,0,0,.1)
}
.single-event .event-location-address{
	font-size:14px;
	margin-bottom:28px;
	display:block;
}
.single-event .action-buttons{
}
.temp-thumbnail{
	margin-bottom:20px;
}
.ticket-booking-wrapper{
	z-index:1000;
	position:fixed;
	bottom:-300px;
	left:0;
	width:100%;
}
.ticket-booking{
	background:#7a7e84;
	height:300px;
	position:relative;
	z-index:999;
	-webkit-box-shadow:inset 0 2px 7px rgba(0,0,0,.4);
	box-shadow:inset 0 2px 7px rgba(0,0,0,.4);
}
.ticket-booking-close{
	width:40px;
	height:40px;
	line-height:46px;
	font-size:20px;
	color:#fff;
	opacity:.7;
	text-align:center;
	position:absolute;
	top:0;
	z-index:997;
	left:50%;
	margin-left:-20px;
}
.ticket-booking-close:hover{
	color:#fff;
}
.ticket-booking h3{
	color:#fff;
	text-transform:uppercase;
	margin-top:107px;
}
.ticket-booking h3 strong{
	opacity:.7;
	letter-spacing:4.5px;
	font-weight:300;
}
.ticket-booking h3 span{
	font-size:40px;
	letter-spacing:0;
	opacity:1;
}
.event-ticket{
	background:#fff;
	border-radius:10px;
	height:200px;
	margin-top:53px;
	opacity:0;
}
.event-ticket-left{
	width:13%;
	float:left;
	height:200px;
	border-right:3px dashed #eee;
	position:relative;
	z-index:900;
}
.event-ticket-left .ticket-handle{
	height:100px;
	border:5px solid transparent;
	width:35px;
	border-radius:40px;
	margin:50px 0 0 32px;
	background:#7a7e84;
	box-shadow:inset 0 0 5px rgba(0,0,0,.3);
	float:left;
}
.event-ticket-left .ticket-cuts{
	position:absolute;
	width:30px;
	height:30px;
	background:#7a7e84;
	top:-30px;
	right:-15px;
	border-radius:100%;
}
.event-ticket-left .ticket-cuts-top{
}
.event-ticket-left .ticket-cuts-bottom{
	bottom:-30px;
	top:auto;
}
.event-ticket-right{
	float:left;
	width:86%;
}
.event-ticket-right-inner{
	padding:30px;
}
.event-ticket-info{
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	height:40px;
}
.event-ticket-info p{
	line-height:36px;
	text-transform:uppercase;
	font-size:24px;
	color:#ccc;
	text-align:center;
	margin-bottom:0;
}
.event-ticket-info p strong{
	color:#222;
}
.event-ticket-info .col{
	float:left;
	width:33.33%;
}
.event-ticket-info .ticket-col{
	border-right:2px solid #333;
}
.event-ticket-info .btn{
	border-radius:0;
	-webkit-border-radius:0;
	height:36px;
}
.event-ticket .event-location{
	color:#ccc;
	text-transform:uppercase;
	text-align:center;
	padding-top:12px;
}
.sermon-item .sermon-series-date{
	font-size:18px;
	text-transform:uppercase;
	color:#ccc;
	margin-bottom:18px;
	display:block;
}
.sermon-item .grid-item-inner{
	background:#fff;
}
.sermon-series-trailer{
	color:#fff;
	font-size:55px;
	display:inline-block;
}.sermon-pastors{
	text-align:center;
}
.members-list{
	list-style-type:none;
	margin:0;
	text-align:center;
}
.members-list li{
	margin-bottom:30px;
}
.members-list li:last-child{
	margin-bottom:0;
}
.members-list li > img{
	-webkit-border-radius:100%;
	border-radius:100%;
	margin-bottom:12px;
}
.members-list li h5{
	margin-bottom:0;
}
.sermons-list{
	margin: 0;
	list-style-type: none;
	margin-top: 50px;
	clear: both;
}
.sermons-list .sermon-item{
	background:#f8f8f8;
	padding:20px;
	margin-bottom:20px;
}
.sermons-list .sermon-item:last-child{
	margin-bottom:0;
}
.sermon-item .col-md-5{
	text-align:center;
}
.sermon-item .basic-link{
	font-size:18px;
	margin-top:20px;
}
.sermon-item h3{
	margin-bottom:5px;
}
.sermon-item .meta-data{
	margin-bottom:20px;
	display:block;
}
.sermon-media{
	margin:30px 0 0;
}
.sermon-media-left.sermon-links{
	width:10%;
	float:left;
	height:auto;
}
.sermon-media-left .action-buttons li{
	margin:13px 0;
}
.sermon-media-left .action-buttons li a{
	color:#fff;
}
.sermon-media-right{
	width:90%;
	float:left;
}
.sermon-media-content{
	background:#f8f8f8;
	margin-bottom:30px;
}
.sermon-media-right .audio-container blockquote{
	border-left:0;
	margin:0;
	padding:40px;
}
.mejs-container{
	margin-bottom:0;
}
.sermon-tabs{
	display:none;
}
.galleria-container{
	background:none;
	width:100%!important
}
.galleria-stage{
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.galleria{
	margin:0;
	list-style-type:none;
}
.galleria-info{
	top:72px;
}
.social-share-bar {
    margin-top: 40px;
    display: block;
    padding: 40px 0 0 0;
    border-top: 1px solid #eee;
	text-align: center;
}
.social-share-bar i{
}

.social-share-bar h4{
	display:inline-block;
	margin-right:15px;
	color:#666;
}
.social-share-bar ul{
	display:inline-block;
}
.post-list-item{
	border-bottom:2px solid #efefef;
	margin-bottom:25px;
	overflow: hidden;
	padding: 25px 0;
}
.posts-listing .post-list-item:last-child{
	margin-bottom:20px;
}
.post-image {
    width: 30%;
    float: left;
	margin-right: 2%;
}
.post-excerpt {
    float: left;
    width: 68%;
}
.main-content .post-excerpt p{
    font-size: 16px;
    line-height: 25px;
	    margin-top: 10px;
		}
.post-image-center {
    text-align: center;
    margin-bottom: 30px;
    /*padding: 50px 20px;
    background-color: #f3f3f3;*/
}
.post-list-item .basic-link{
	font-weight:700;
	text-transform:uppercase;
}
.post-list-item .meta-data.post-cats{
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	float:right;
}
.post-list-item .meta-data > span{
	margin-right:20px;
}
.post-list-item .meta-data > span:last-child{
	margin-right:0;
}
.post-list-item .post-cats a{
	margin-left:10px;
	margin-right:10px;
	color:#999
}
.post-list-item .post-cats a:hover{
	color:#222;
}
.single-post .title-row h2{
	margin-bottom:12px;
	line-height:30px;
	font-size: 32px;
}
.single-post .title-row .comments-go{
	margin-top:5px;
}
.single-post .post-media{
	margin:30px 0;
}
.single-post .meta-data {
    font-size: 15px;
    color: #555;
    /* font-weight: bold; */
    text-align: right;
    /* border-bottom: 1px solid #ccc; */
    padding: 15px 10px;
    background-color: #f6f6f6;
    margin-top: -15px;
}
.single-post .meta-data > span{
	margin-right:12px;
}
.single-post .post-content{
	padding: 30px 0;
}


.isotope-grid{
	margin:0;
	list-style-type:none;
}
.grid-holder{
	margin:0;
	list-style-type:none;
	width: 105%;
	margin-left: -3%;
	float: left;
}
.grid-holder .grid-item{
	float: left;
}
.grid-item{
	margin-bottom: 3%;
	border-bottom: medium none;
	margin-top:2px;
}
.grid-item.format-standard{
	width: 80%;
	margin: auto;
	}

.lost-item .grid-item {
    width: 20%;
}
.lost-item .grid-content p {
	margin: 0;
	height: auto !important;
	}

.isotope-events .grid-item.event-list-item{
	margin-bottom:0;
	margin-top:0;
}
.grid-item-inner{
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	background:#f8f8f8;
	margin-bottom: 20px;
}
.grid-item-inner img {
    margin: auto;
    width: 100%;
}
.grid-holder .grid-item{
	margin-left: 3%;
}
.grid-holder.col-2 .grid-item{
	width:47%;
}
.grid-holder.col-3 .grid-item{
	width:29.63%;
}
.grid-holder.col-4 .grid-item{
	width:22%;
}
.grid-media{
	position:relative;
}
.grid-content {
    padding: 25px 20px;
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
}
.main-content .grid-content p{
	overflow: hidden;
	line-height: 25px;
	max-height: 75px;
	font-size: 16px;
	margin-bottom: 0;
	}
.grid-footer{
	padding:10px 20px 1px;
	background:#efefef;
}
.blog-item .grid-item-inner{
	background:#fff;
}
.blog-item .grid-footer{
	padding:10px 20px;
	background:#f8f8f8;
}
.blog-item .grid-footer .meta-data{
	margin-top:4px;
}
.grid-content .fa-external-link{
	margin-left:10px;
}
.grid-item h3{
	line-height:1.2em;
	margin-bottom: 10px;
}
.grid-item.event-item .action-buttons{
	margin-top:0px;
}
#message{
	margin-top:20px;
}
.post-comments{
	margin:40px 0 20px;
}
.comments{
	margin:0;
	list-style-type:none;
}
.comments li{
	border-bottom:1px solid #efefef;
	padding-top:30px;
	padding-bottom:10px;
}
.comments li ul{
	border-top:1px solid #efefef;
}
.comments li .post-comment-block{
}
.comments li.admin > .post-comment-block{
}
.comments li .img-thumbnail{
	float:left;
	margin-right:20px;
}
.comments li h5{
	margin-bottom:5px;
}
.comments li:last-child{
	border-bottom:0;
}
.comments li ul{
	list-style-type:none;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
}
.comments li ul li{
	margin-left:50px;
}
.comments li ul li:last-child{
	border-bottom:0;
}
.comments .comment-text{
	margin-top:20px;
}
.post-comment-form{
	margin:30px 0 0 0;
	border-bottom:0;
}
.post-comment-form h4{
	margin-bottom:40px;
}
.post-comment-form .form-control{
	margin-bottom:20px;
}
/* ==================================================
   6.2. Widgets Styling
================================================== */
.widget.sidebar-widget{
	margin-bottom:30px;
}
.sidebar-widget .widgettitle {
padding: 5px 5px;
    font-size: 21px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e3;
					}
.sidebar-widget span {
	font-family: 'Raleway', sans-serif;
    font-size: 23px;
    float: right;
    color: #ccc;
}
.sidebar .widget.sidebar_widget:last-child{
	margin-bottom:0;
}
.widget ul, .widget ol{
	margin:0;
	list-style-type:none;
}
.widget li{
	margin-bottom: 5px;
}
.widget.footer_widget li{
    margin-bottom: 2px;
    padding: 5px 2px;
	font-size: 14px;
	    line-height: 20px;
		}
.widget.footer_widget.short-menu li {
    width: 32%;
    border: 1px solid #ccc;
    text-align: center;
    display: inline-block;
	}
/*.widget.footer_widget.sub-menu h4{
	    margin: 5px 0;
		clear: left;
		}*/
.widget.footer_widget.sub-menu li {
    padding-left: 15px;
	position: relative;
	}
.widget.footer_widget.sub-menu li:before {
    content: "\f105";
    font-family: fontawesome;
    width: 15px;
	position: absolute;
	left: 5px;
    top: 3px;
}
.widget.footer_widget p{
	font-size: 14px;
		}
.widget_categories ul li{
	color:#ccc;
	font-size:12px;
	text-align:right;
}
.sidebar-widget.widget_categories ul li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: none;
    text-decoration: none;
    font-size: 16px !important;
    border: 1px solid #ccc;
}
.sidebar-widget.widget_categories ul li.current > a {
    color: #fff !important;
}
.sidebar-widget.widget_categories ul li.current > a:before{
	content: "\f054";
    font-family: fontawesome;
    width: 15px;
    position: absolute;
    right: 5px;
    top: 10px;
	color: #fff;
}
.sidebar-widget.widget_categories ul li.current > a.inactive:before{
	content: "\f078";
	right: 10px;
}

.sidebar-widget.widget_categories ul ul {
    margin: 2px -2px;
    text-align: left;
    overflow: hidden;
}
.sidebar-widget.widget_categories ul ul li {
    margin: 1px;
    float: left;
    width: 32.4%;
		}
.sidebar-widget.widget_categories ul ul li a {
    padding: 5px 0;
    font-size: 14px !important;
    color: #000 !important;
	text-align:center;
}
.sidebar-widget.widget_categories ul ul li.current > a{
	background-color: #fff;
	border-color: #008bab;
	color: #008bab !important;
	}
.sidebar-widget.widget_categories ul ul li.current > a:before{
    top: 10px;
	display: none;
	}



.widget_archive ul li, .widget_recent_entries ul li, .widget_recent_comments ul li, .widget_links ul li, .widget_meta ul li, .widget_sermon_speakers li{
	border-bottom:1px solid #efefef;
}
.widget_categories ul li a, .widget_archive ul li a, .widget_recent_entries ul li a, .widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_links ul li a, .widget_meta ul li a{
	display:block;
	text-align:left;
	position:relative;
}
.widget_categories.top-arr-widget{
	margin-bottom: 40px;
	overflow: hidden;
}
.widget_categories.top-arr-widget ul{
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
	}
.widget_categories.top-arr-widget ul li {
    display: block;
    margin: 0px 5px 5px 0;
    width: 16%;
    float: left;
    font-weight: bold;
    font-size: 17px;
}
.widget_categories.top-arr-widget ul li a {
    padding: 15px 0;
    border: 1px solid #ccc;
    color: #333;
	text-align: center;
}
.widget_categories.top-arr-widget ul li.current a:before{
	position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 -19px -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    content: " ";
    pointer-events: none;
	z-index: 2;
	}
/*.widget_categories.top-arr-widget ul li a:before, .widget_categories.top-arr-widget ul li a:after {
	position: absolute;
    right: 0;
    top: 0;
    margin: 17px -19px 0 0;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-left-color: #fff;
    content: " ";
    pointer-events: none;
	z-index: 2;
	}
.widget_categories.top-arr-widget ul li a:before {
    margin-right: -20px;
    width: 0;
    border-left-color: #ccc;
	}
.widget_categories.top-arr-widget ul li.current a:after {
    border-left-color: #008bab;
	}
.widget_categories.top-arr-widget ul li:last-child a:before, .widget_categories.top-arr-widget ul li:last-child a:after {
	display: none;
		}*/
.widget_categories.top-arr-widget ul li.current a{
	color: #fff;	}

.upcoming_events_widget li{
	text-align:left;
}
.widget_sermon_speakers li{
	padding: 3px 0 12px 0;
}
.widget_sermon_speakers li h5{
	margin-bottom:0;
	margin-top:12px;
}
.widget_sermon_speakers li img{
	-webkit-border-radius:100%;
	border-radius:100%;
	width:70px;
	height:70px;
	float:left;
	margin-right:20px;
}
.widget_sermon_speakers li:before, .widget_sermon_speakers li:after{
  display: table;
  content: " ";
}
.widget_sermon_speakers li:after{
	clear:both;
}
.tag-cloud a{
	display:inline-block;
	margin-right:4px;
	margin-bottom:7px;
	padding:2px 8px;
	border:1px solid #efefef;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#f8f8f8;
	font-size:12px;
	color:#222;
	text-decoration:none;
}
.tag-cloud a:hover{
	text-decoration:none;
	background:#fff;
}
.footer-widget .widgettitle{
	color:#ccc;
	font-weight:700;
	font-size:11px;
}
.twitter-widget li:nth-child(odd){
	display:none;
}
.twitter-widget{
	margin:0;
	list-style-type:none;
}
#back-to-top{
	position:fixed;
	right:17px;
	bottom:17px;
	display:none;
	padding:5px 12px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#ffffff;
}

.sidebar-widget.widget_categories ul.location li{
	width: 45%;
    display: inline-block;
}
.sidebar-widget.widget_categories ul.location li a{
	padding: 5px 10px !important;
	text-align: center;
}
.side-widget .nav-tabs > li{
    margin: 0 2px 2px 0;
	font-size: 14px;
	font-family: "微軟正黑體";
	width: 31%;
}
.side-widget .nav-tabs > li > a {
    background: #fff;
    color: #666;
    border: 1px solid #ccc;
    padding: 0;
    text-align: center;
	}
.side-widget .nav-tabs > li.active > a, .side-widget .nav-tabs > li.active > a:hover, .side-widget .nav-tabs > li.active > a:focus {
	border: 1px solid #5b0d2a !important;
	color: #fff;
}
.side-widget .meta-data span {
    margin-bottom: 10px;
}
.side-widget .tab-content {
    padding: 20px 0 0;
}
/* ==================================================
   6.4. Counter Shortcode
================================================== */
.fact-ico{
	display:inline-block;
	width:100px;
	height:100px;
	color:#999999;
	line-height:100px;
	margin:10px 0;
}
.fact{
	display:inline-block;
	color:#999999;
	font-size:15px;
	margin-top:10px;
	font-family: 'Volkhov', serif;
	font-style:italic
}
.counters .timer{
	display:inline-block;
	color:#333333;
	font-weight:700;
	font-size:38px;
}
.parallax .counters .timer{
	color:#ffffff;
}
/* ==================================================
   6.5. Parallax Backgrounds
================================================== */
.parallax{
	background-attachment: fixed !important;
	background-position: center  center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#f8f8f8;
}
.touch .parallax, .page-header.parallax{
	background-attachment:scroll !important;
}

.home-tabs .nav-tabs > li {
    margin: 0 1px 1px 0;
	width: 19.8%;
}
.home-tabs .nav-tabs > li > a {
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
	font-size: 14px;
}
.home-tabs .nav-tabs > li > a:hover {
    background-color: #6d6d6d;
}
.home-tabs .tab-content {
    padding: 20px 0 0;
}
.home-tabs.big-tabs .nav-tabs > li > a {
    padding: 5px 20px;
    font-size: 17px;
    font-weight: bold;
    font-family: "微軟正黑體";
			}
/*************switcher**********/

#switcher { left: 0; padding: 8px 0; position: fixed; top: 120px; z-index: 3000; }
.styleswitcher h4{
	color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 0px 6px;
	}
.styleswitcher .arrow-box { top:20px; right:-40px; position: absolute; }
.switch-button {
    background: rgba(12, 49, 120, 0.9);
    cursor: pointer;
    display: block;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    width: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff !important;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr ;
	text-transform:uppercase;
	padding: 15px 10px;
	border-radius: 0px 5px 5px 0;
}
.switch-button i{
    margin-top: 5px;
		}
.switch-button .txt{
    margin-top: 10px;
    font-weight: 500;
   letter-spacing: 5px;
		}
.styleswitcher {
	position: fixed;
    top: 130px;
	left: 0;
	width: auto;
	background: rgba(12, 49, 120, 0.9);
	padding: 20px 10px 12px 10px;
	width: 202px;
	z-index: 50;
	border-radius: 0px 10px 10px 0;
    /*box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);*/
}
.styleswitcher p { margin:0; }
.styleswitcher small{font-size:9px; margin-left:6px;}
.styleswitcher ul { margin: 0 auto; padding: 0; width:100%; }
ul.background-selector img:hover, ul.background-selector1 img:hover{ cursor: pointer; }
.styleswitcher ul li {
    list-style: none;
    margin: 5px;
    font-size: 14px;
    line-height: 20px;
		}
.styleswitcher ul li a { text-decoration: none; color: #5b0d2a;}
.styleswitcher ul li a:hover { text-decoration: underline;}
.styleswitcher ul li.nomargin { margin-bottom:2px; }
.styleswitcher ul.quick-link li{
	padding-left: 17px;
	position: relative;
	color: #5b0d2a;
}
.styleswitcher ul.quick-link li:before{
    content: "\f105";
    font-family: fontawesome;
    width: 15px;
    position: absolute;
    left: 4px;
    color: #fff;
    font-size: 15px;
		}
.styleswitcher ul.quick-news li a{
	color: #ffe200;
	}
.styleswitcher ul.quick-news{
	padding: 2px;
	border-radius: 5px;
		}

.styleswitcher.sw1{
	background: #fff;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.3);
	border: 2px solid #5b0d2a;
	border-left: 0;
}
.sw1 .switch-button {
    background:#5b0d2a;
}
.styleswitcher.sw1 h4 {
    color: #999;
    font-size: 14px;
    font-weight: normal;
}
.styleswitcher.sw1 ul.quick-news li a {
    color: #eb6d9c;
}
.styleswitcher.sw1 ul.quick-link li:before {
    color: #999;
}
.styleswitcher.sw1 .arrow-box {
}
/*************switcher**********/

/*#switcher { left: 0; padding: 8px 0; position: fixed; top: 120px; z-index: 3000; }
.styleswitcher h4{
	color: #222;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 0px 6px;
	}
.styleswitcher .arrow-box { top:20px; right:-40px; position: absolute; }
.switch-button {
    background: #eee;
    border: 1px solid #bbb;
    border-left: 0;
    cursor: pointer;
    display: block;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    width: 40px;
    text-align: center;
    font-size: 15px;
    color: #0c3178 !important;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-transform:uppercase;
    padding: 20px 10px;
}
.switch-button .txt{
    margin-top: 10px;
    font-weight: 500;
		}
.styleswitcher {
    position: fixed;
    border: 1px solid #bbb;
    border-left: 0;
    top: 72px;
    left: 0;
    width: auto;
    background: #eee;
    padding: 20px 10px 12px 10px;
    width: 202px;
    z-index: 50;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
}
.styleswitcher p { margin:0; }
.styleswitcher small{font-size:9px; margin-left:6px;}
.styleswitcher ul { margin: 0 auto; padding: 0; width:100%; }
ul.background-selector img:hover, ul.background-selector1 img:hover{ cursor: pointer; }
.styleswitcher ul li {
    list-style: none;
    margin: 5px;
    font-size: 14px;
    line-height: 20px;
		}
.styleswitcher ul li a { text-decoration: none; color: #5b0d2a;}
.styleswitcher ul li a:hover { text-decoration: underline;}
.styleswitcher ul li.nomargin { margin-bottom:2px; }
.styleswitcher ul.quick-link li{
	padding-left: 17px;
	position: relative;
	color: #5b0d2a;
}
.styleswitcher ul.quick-link li:before{
    content: "\f105";
    font-family: fontawesome;
    width: 15px;
    position: absolute;
    left: 4px;
    color: #008bab;
    font-size: 15px;
  }
.styleswitcher ul.quick-news li a{
	color: #eb6d9c;
	}
.styleswitcher ul.quick-news{
	padding: 2px;
	border-radius: 5px;
		}*/

ul.background-selector img { height:20px; width:20px; border:1px solid #999; }
ul.background-selector1 li{margin-bottom:2px;}
.styleswitcher ul.layouts{margin-bottom:10px;}
ul.layouts li{ margin-right:10px;}
ul.layouts li a{border:0; width:auto; height:auto;padding:1px 15px; border:1px solid #999; color:#666666;}
ul.layouts li a:hover{text-decoration:none;}
ul.layouts li.active a{border-width:2px; padding:0 14px;}
/****新增*****/
h3.element-title{
	font-size: 25px;
    margin-bottom: 13px;
		}
.giving-block{
	padding: 40px 0;
	background: url(../images/giving-pic.png) #ffe6e2 right top no-repeat;
	}
.giving-block h3{
	color: #eb6d9c;
}
.giving-block p{
	color: #333;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
.giving-block p.lead{
	text-align: center;
	color: #eb6d9c;
	}
.giving-block hr.sm {
    background: #fff;
	opacity: 0.8;
	}
.giving-txt{
	width: 70%;
}
.giving-block .progress {
    height: 35px;
    border-radius: 23px;
    background-color: #ffffff;
	}
.giving-block .progress-bar {
    height: 100%;
    background-color: rgba(235,109,156,0.6);
    font-size: 14px;
    line-height: 35px;
    border-radius: 23px;
}
.gallery-updates h3{
	text-align: center;
	}
.gallery-updates hr.sm {
    display: block;
    margin: auto;
}
.copyrights-colr{
	text-align: right;
	}
.location-info {
	position: relative;
	width: 100%;
    float: none;
    display: table;
    margin-bottom: 40px;
    border: 1px solid #ccc;
    padding: 20px 0;
	}
.location-info .post-map {
	border: 1px solid #efefef;
    padding: 2px;
    float: left;
    width: 100%;
	}
.location-info .post-smallmap {
    /* position: absolute; */
    /* right: 30px; */
    float: right;
    /* bottom: 0; */
}
.location-listing h3 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600;
}
.location-info .title{
	position: relative;
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
    display: inline-block;
    padding: 5px;
	width: 100%;
    text-align: center;
	background-color: rgba(0, 139, 171, .7);
	}
.location-info .post-info, .location-info .meta-data {
    width: 25%;
    margin: 10px;
    display: table-cell;
    padding: 0 20px;
}
.location-info p {
    font-size: 15px !important;
    line-height: 25px !important;
	color: #333;
	margin-bottom: 5px;
}
.location-info .post-info b{
	font-size: 17px;
	font-weight: bold;
	}
.location-info .meta-data {
    border-left: 1px dotted #ccc;
	position: relative;
	}
.location-info .meta-data span{
	display: block;
	padding-left: 20px;
		}
.location-info .meta-data span i{
	width: 18px;
		}
.location-info .meta-data span.data-people {
    margin: auto;
    width: 120px;
    height: 120px;
    text-align: center;
    font-size: 30px;
    padding: 20px 0;
    background-color: #eee;
    border-radius: 100%;
	font-family: Raleway;
	margin-top: 10px;
}
.location-info .meta-data span.data-people small{
    font-size: 17px;
	font-family: "微軟正黑體";
}
.location-info .meta-data span.data-people i {
    display: block;
    position: static;
    width: auto;
    margin: 5px 0;
}
.location-info .social-icons{
	margin-top: 10px;
	}

.location-division .home-tabs .tab-content {
    padding: 0;
}
.location-division .sort-source {
    margin: 0;
    /*width: auto;*/
	border: 0;
    z-index: 2;
}
.location-division .location-tabs .sort-source li {
	border-radius: 5px 5px 0 0;
    width: auto;
    font-size: 17px;
    font-weight: bold;
	/*width: 12.3%;*/
	width: 130px;
}
.location-division .nav-pills > li {
    border: 1px solid #008bab;
	margin-right: 1px;
    background-color: #008bab;
	margin-bottom: 1px;
}
.location-division .nav-pills > li > a {
	border-radius: 5px 5px 0 0 !important;
	color: #fff;
    padding: 15px 5px;
	background-color: transparent !important;
			}
.location-division .nav-pills > li.active{
	border: 1px solid #ccc !important;
	border-bottom-color: #fff !important;
	}
.location-division .nav-pills > li.active > a {
    background-color: #fff !important;
    color: #222;
		}
.location-division .tab-content {
    padding: 0;
	margin-top: -2px;
}
.location-listing-s {
    list-style: none;
    margin: 0 -15px 0 0;
    padding: 0;
    overflow: hidden;
}
.location-listing-s h4 {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0;
}
.location-listing-s h4 a{
	color: #333;
	}
.location-listing-s li{
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 10px 10px 0;
}
.location-listing-s .post-image{
    border: 0;
    padding: 0;
    margin-right: 5px;
	}
.location-listing-s.list-taiwan li {
    width: 31%;
}
.location-listing-s.list-intl li {
    width: 97%;
}
.location-listing-s li .meta-data {
    font-size: 15px;
	font-weight: bold;
}
.location-listing-s li .meta-data span {
    padding-left: 15px;
	margin-right: 5px;
}
.location-listing-s li .meta-data a{
}
.location-listing-s li .meta-data i {
    color: #ccc;
	margin-right: 2px;
	width: 15px;
}
.location-listing-s li i{
}

/*.location-listing .title:after{
    content: "";
    width: 15px;
    position: absolute;
    left: 0;
    border: 1px solid #ccc;
    width: 30px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    position: absolute;
			}*/
#calendar{
	margin-bottom: 40px;
	}
img.photo-sd {
	border: 1px solid #ccc;
    padding: 10px;
	/*box-shadow: 0 0 10px 0px rgba(0,0,0,0.6);*/
}
.accordion-heading .accordion-toggle {
    font-size: 21px;
    font-weight: 600;
		}
.accordion-heading .accordion-toggle span {
    font-family: arial;
    font-weight: normal;
	color: #999;
}
.accordion-inner {
    font-size: 16px;
    line-height: 30px;
	color: #333;
		}
.accordion-heading.accordionize .accordion-toggle i, .accordion-heading.togglize .accordion-toggle i {
    font-size: 21px;
	right: 10px;
	margin: -10px 0 0 0;
	}
.accordion-heading li.current .accordion-toggle i{
	display: none;
	}
/* ----------------------------------------------------------------
    table Layout
-----------------------------------------------------------------*/
.boxstyle1 {
	width: 100%;
	margin-bottom: 20px;
    border-top: 1px solid #ccc;
}
.boxstyle1 td, .boxstyle1 th{
	padding: 15px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-size: 15px;
    min-height: 35px;
    line-height: 25px;
	text-align: left;
	}
.boxstyle1 th{
	color: #fff;
	border-right: 1px dotted rgba(255, 255, 255, 0.3);
	text-align: center;
}
.boxstyle1 td td, .boxstyle1 td th{
	padding: 8px 5px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    font-size: 15px;
    min-height: inherit;
	}
.boxstyle1 p, .boxstyle1 span{
    font-size: 15px !important;
	}
.boxstyle1 th:last-child{
	border-right: 0;
}
th.column1, th.column2{
	width: 100px !important;
}

.boxstyle1 span {
	color: #666;
	}
.boxstyle1 tr:hover{
	background-color: #f4f4f4;
	}
.boxstyle1 td{
    position: relative;
}
.boxstyle1 h4{
	font-weight: bold;
		}
.boxstyle1 h4, .boxstyle1 p{
	margin-bottom: 0;
	}
.boxstyle1 td p, .boxstyle1 td li{
	font-size: 15px;
	text-align: left;
	line-height: 25px;
		}
.boxstyle1 .more {
    position: absolute;
    right: 10px;
    top: 17px;
    padding: 0;
    border: 1px solid #ccc;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
}
.boxstyle1 .more i{
	margin: 0;}

.recruit-info {
    margin-right: 40px;
}
.recruit-info table{
    margin-bottom: 15px;
}
.main-content .recruit-info p{
	margin-bottom: 5px;
	}


.boxstyle2 {
	width: 100%;
	border-top: 1px solid #ddd;
	font-size: 15px;
	margin: 10px 0;
}
.boxstyle2 p{
	font-size: 15px !important;
	line-height: 25px !important;
}
.boxstyle2 td, .boxstyle2 th{
	text-align: left;
	padding: 15px 10px;
	border-bottom: 1px solid #ddd;
	margin: 0;
	vertical-align: middle;
}
.boxstyle2 th{
	width: 20%;
	color: #000;
	background-color: #f6f6f6;
	text-align:center;
}
.boxstyle2 td{
	width: 80%;
	word-wrap: break-word;
	word-break: break-all;
}
.box-history{
	margin-bottom: 20px;
	}
.box-history td, .box-history th{
	border-left: 0;
	border-right: 0;
}
.box-history td, .box-history th{
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
    padding: 20px;
    vertical-align: top;
}
.box-history th {
    font-size: 21px;
   	padding: 20px 5px;
    font-weight: bold;
    text-align: center;
    width: 15%;
    color: #008bab;
}
.box-history ul{
	margin:  0;
	padding: 0;
		}
.box-history li {
    font-size: 17px;
    line-height: 30px;
    /* padding-bottom: 8px; */
    /* margin-bottom: 8px; */
    padding-left: 5px;
    list-style-type: none;
    position: relative;
}
.box-history li:before {
    content: "\f0da";
    font-family: fontawesome;
    width: 15px;
    position: absolute;
    left: -10px;
    top: 2px;
    color: #008bab;
}
.box-history li:last-child{
	border-bottom: 0;
		}
.set-fontsize {
   /* position: absolute;*/
    right: 16px;
    top: 0;
	margin-bottom: 20px;
    text-align: right;
}
.set-fontsize a {
    text-decoration: none !important;
    display: inline-block;
    margin: 0 -1px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    line-height: 35px;
    color: #333 !important;
    border: 1px solid #ccc;
    width: 35px;
    height: 35px;
}
.set-fontsize a:hover {
	background-color: #f6f6f6;
	}
.article-image {
    padding: 0;
    margin-bottom: 10px;
}
.article_dt h2 {
    font-size: 19px;
    margin-bottom: 3px;
}
.article_dt ul{
	list-style: none;
	margin: 0 0 10px;
} 
.article_dt li {
    font-size: 13px;
    margin-bottom: 0;
    color: #59493f;
    padding-left: 20px;
    position: relative;
}
.article_dt li i {
    position: absolute;
    width: 15px;
    text-align: center;
    font-size: 13px;
    left: 0;
    top: 5px;
}
.article_dt li i.link {
    position: static;
}
.article_dt {padding: 0 10px 20px;}
.main-content .article_dt li{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 5px;
	color: #333;
}
.main-content .article_dt li a{
	color: #333;
}
.show-tablet{
	display: none;
}
.top-navigation .dropdown-menu li{display: block;}
.top-navigation .dropdown-menu li a{
	display: block;
	margin: 0;
	font-size: 15px;
}
#system-message dt.warning{display: none;}
#system-message ul{
	list-style: none;
	margin: 0;
}
#system-message{
    background: #ffe9e9;
    padding: 10px;
    border-radius: 5px;
}
.consultant h1{
	    font-family: 'Cantata One', serif;
    font-size: 80px;
    letter-spacing: 6px;
    color: #5b0d2a;
    line-height: 90px;
	text-align: center;
	margin-bottom: 0;
}
.consultant h3{
	font-size: 28px;
    font-weight: bold;
	padding-left: 61px;
}
.consultant_info.con_right{
	flex-direction: row-reverse;
}
.consultant_info{
	display: flex;
	height: 500px;
	overflow: hidden;
}
.consultant_left{
	width: 65%;
	position: relative;
	background: #383735;
	padding: 20px 30px;
}
.con_right .consultant_left:after{

    border-style: solid;
    border-width: 500px 50px 0 0;
    border-color: #383735 transparent transparent transparent;
    right: -50px;
     left: auto;	
}
.consultant_left:after{ 
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 500px 0;
    border-color: transparent #383735 transparent transparent;
    left: -50px;  
	position: absolute;
    z-index: 10;
    top: 0;   

}

.consultant_left h2, .consultant_left h4{color: #fff;}
.consultant_left ul li{color: #fff;}
.consultant_img{
	width: 35%;
}
.consultant{margin: 40px 0;}
.form-container .controls .select_container {
    width: auto;
    float: left;
}
.img-777 {
    border: 1px solid #e5e5e5;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
	margin-left: -15px;
}

.img-777 span {
position: absolute;
    top: 46%;
    left: 23%;
    font-weight: bold;
    font-size: 17px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #5b0d2a;
    padding: 5px;
}
@media screen and (min-width: 768px) {
    .cut-text {
        text-overflow: ellipsis;
        overflow: hidden;
        height: 80px;
    }
}

