/* Page */
#page_template{
	position:relative;
	min-height:100%;
	padding:0 0 55px;
}

/* End Page */

/* Header */
/* fix smooth on iOS */
body{
	-webkit-overflow-scrolling: touch !important;
}
#header{
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.bg-header{
	background:#eee;
}


/* End Header */


/* FOOTER */
#footer{
	position:absolute;
	bottom:0;
	left:0;
	height:61px;
	border-top:1px solid #ddd;
	margin-top:15px;
	padding:10px;
	background:#eee;
}
.footer-right a{
	color:#007f0d;
	padding:0px 12px;
}
.footer-right a:hover{
	color:#999;
}
/* End FOOTER */

/* Support */
.m-r-5{
	margin-right:5px;
}
.p-0{
	padding:0px;
}
h1,h2,h3{
	font-weight:300;
}
.download_page{
	padding:70px 15px 100px;
	background:crimson;
	color:#fff;
}
.b-b-color{
	border-bottom: 2px solid crimson;
}
.text-xam{
	color:#757575;
}
.font-14{
	font-size:1em;
}
.font-35{
	font-size:1.5em;font-weight:200;
}
.font-55{
	font-size:2.5em;font-weight:300;
}
@media (min-width:480px){
	.font-14{
		font-size:1.4em;
	}
	.font-35{
		font-size:3.5em;font-weight:200;
	}
	.font-55{
		font-size:5.5em;font-weight:300;
	}
}
.m-l-10{
	margin-left:10px;
}
.m-b-15{
	margin-bottom:15px;
}
.contact_page{
	padding:20px 0px;
	background:#fff;
	color: #333;
}
.text-color {
	color:crimson !important;
}
.search_page{
	height:100vh;
	padding-top:10vh;
	background-image: url(../images/woodenBackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	color:#fff;
}
.choose_search .radio-text {
  display: none;
}
.choose_search .radio-text + label {
	border:1px solid #fff;
	color:#fff;
}
.choose_search .radio-text + label:hover {
	border:1px solid crimson;
	color:crimson;
}
.choose_search  .radio-text:checked + label {
	border:1px solid crimson;
	color:crimson;
}


.all_btn_style{
	margin: 5px 10px;padding: 5px 10px 4px 10px;font-size: 27px;font-weight: bold;
}
.user_btn_style{
	margin:5px 10px;padding:9px 8px 7px 10px;
}
.work_btn_style{
	margin:5px 10px;padding:9px 8px 7px 10px;
}
.location_btn_style{
	margin:5px 10px;padding:9px 8px 7px 10px;
}
.email_btn_style{
	margin:5px 10px;padding:9px 8px 7px 10px;
}
.btn-template{
	color:#fff !important;
	background:crimson;
	border:1px solid crimson;
}
.btn-template:hover{
	color:crimson !important;
	background:#fff;
	border:0px solid none;
}
.btn-style:hover{
	border:1px solid crimson;
	color:crimson;
}
.input_search{
	height:60px;
	background:#fff;
	border-radius:10px;
}
/**/

	#about-us {
		display: block;
		min-height: 400px;
		padding: 0;
	}
	#about-us .title-new {
		text-align: left;
		width: 100%;
		margin-top: 8px;
	}
	#about-us .about_text {
		color: #333333;
		font-family: "Roboto Condensed" , san-serif;
		font-size: 15px;
		line-height: 22px;
		text-align: justify;
	}
	#about-us .about_text {
		color: #333333;
		font-family: "Roboto Condensed" , san-serif;
		font-size: 15px;
		line-height: 22px;
		text-align: justify;
	}
	ul.para li {
		background: url('../images/li_line.png') no-repeat scroll left 12px rgba(0, 0, 0, 0);
		padding-left: 40px;
		list-style:none;
	}
	.title-new {
		color: #007f0d;
		font-weight: 500;
		text-align: center;
		font-size: 1.4em;
		text-transform: uppercase;
		padding: 10px 0 0;
		display: block;
		overflow: hidden;
	}
	@media (min-width: 380px)
	.title-new {
		color: #007f0d;
		font-weight: 500;
		text-align: center;
		font-size: 2em;
		text-transform: uppercase;
		padding: 10px 0 0 !important;
		display: block;
		overflow: hidden;
	}

/* List Page */
body {
	background:#fff;
}
.w-4{
	width:40%;
}
.bg-template{
	background:crimson;
}
.btn-select{
	position: absolute;
    left: 1px;
    bottom: 1px;
    border: 0px;
    height: 32px;
}
.btn-search{
	position: absolute;
    right: 1px;
    bottom: 1px;
    border: 0px;
    height: 32px;
}
.menu-search{
	background:#f4f4f4;border-bottom:1px solid #ddd;
}
.b-r-none{
	border-right:0px solid none;
}
.p-10{
	padding:10px;
}
.p-5{
	padding:5px;
}
.p-lr-15{
	padding-left:15px;
	padding-right:15px;
}
.p-lr-5{
	padding-left:5px;
	padding-right:5px;
}
.p-tb-10{
	padding-top:10px;
	padding-bottom:10px;
}
.p-tb-20{
	padding-top:20px;
	padding-bottom:20px;
}
.list-page{
	padding:5px;
	border:1px solid #ddd;
	border-top-right-radius:20px;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
}
.list-page2{
	padding:5px;
	border:1px solid #ddd;
	height:197px;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
}

.list-page3{
	padding:5px;
	border:1px solid #ddd;
	height:235px;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
}

.list-page2{
	font-size:.8em;
}
@media (min-width:480px){
	.list-page2{
		font-size:1em;
	}
}
.list-page2{
	font-size:1em;
}
.img-template{
	background-repeat: no-repeat;
    background-size: cover;
}
.w-full{
	width:100%;
}
.p-tb-5{
	padding-top:5px;
	padding-bottom:5px;
}
.mobile_fix{
	padding:2% 3% 5% 3%;color:#333;
}
@media (min-width:480px){
	.mobile_fix{
		padding:2% 5% 5% 5%;color:#333;
	}
	
}
.arrow{
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}
.arrow.active{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
@media (max-width:480px){
	h1{
		font-size:24px;
	}
	h1.text-center{
		text-align:left;
	}
	h3{
		font-size:18px;
	}
}
.icon-left{
	padding:10px 10px;color:#fff;height:90px;
	width:25%;
	float:left;
}
/* End List Page*/

/* USER STYLE */
.descript-template{
	text-align:justify;
}
sup{
	font-size:1em;
	top:-0.3em;
}
.name-user{
	font-size:1.6em;
	font-weight:500;
	display:inline-block;
	width:98%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis
}
::-webkit-scrollbar {
  width: 0px; 
  height:0px;
}
::-moz-scrollbar {
  width: 0px; 
  height:0px;
}
@media (min-width:1280px){
	/* Let's get this party started */
	::-webkit-scrollbar {
		width: 6px;
		height:0px;
	}
	 
	/* Track */
	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	}
	 
	/* Handle */
	::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}
}
.text-user{
	font-size:1.3em;
	font-weight:300;
	
    padding-left: 5px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.copy-table{
	position: relative;
	height:50px;
	padding:2px 5px 5px;
}

.action_btn .copy-table3{
	position: relative;
	height:70px;
	padding:2px 5px 5px;
	border-bottom:1px solid rgba(255,255,255,.3)
	}
.action_btn .copy-table3:last-child{
	border-bottom:0 solid
}


.copy-table2{
	position: relative;
	height:70px;
	padding:2px 5px 5px;

/* 	-webkit-box-shadow: inset 1px 1px 22px -9px rgba(0,0,0,0.75);
-moz-box-shadow: inset 1px 1px 22px -9px rgba(0,0,0,0.75);
box-shadow: inset 1px 1px 22px -9px rgba(0,0,0,0.75); */
/* -webkit-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.75);*/
/* 	background: -moz-linear-gradient(to bottom,rgba(255,255,255,.1),rgba(0,0,0,.05));
    background: linear-gradient(to bottom, rgba(255,255,255,.1),rgba(0,0,0,.05));  */
}
.mobile-show{
	width:calc(100% - 60px);padding:10px 0px;
}
.mobile-show2{
	width:60px;height:60px;display:table;padding:10px 0px;border-left:1px solid rgba(255,255,255,0.5)
}
@media(min-width:720px){
	.mobile-show{
		width:calc(100% - 0px);padding:10px 0px;
	}
	.mobile-show2{
		width:60px;height:60px;display:none;padding:10px 0px;border-left:1px solid rgba(255,255,255,0.5)
	}
}
.copy-table-cell2{
	width:calc(100% - 50px);font-size:0.8em;height:70px;display:table;
}
.copy-table-cell{
	width:calc(100% - 50px);font-size:0.7em;height:70px;display:table;
}
.copy-table-cell3{
	width:calc(100% - 120px);font-size:0.7em;height:70px;display:table;
}
.copy-table-cell-span{
    line-height: initial;
	vertical-align:middle;
	display: table-cell;
}
.copy-table-cell-span2{
font-size:1.2em;
    line-height: initial;
	vertical-align:middle;
	display: table-cell;
}

.btn-group .btn1{
	width:140px;
	position:relative;
	padding-left:30px;
	background:none;
	color:#fff;
	-webkit-box-shadow: inset 0px 0px 111px -35px rgba(255,255,255,0.62);
	-moz-box-shadow: inset 0px 0px 111px -35px rgba(255,255,255,0.62);
	box-shadow: inset 0px 0px 111px -35px rgba(255,255,255,0.62);
	border:1px solid rgba(255,255,255,.3);
}
.btn-group .btn1:first-child{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.btn-group .btn1:last-child{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
/* Icheck */

.i-checks {
  padding-left: 20px;
  cursor: pointer;
}

.i-checks input {
  position: absolute;
  margin-left: -20px;
  opacity: 0;
}

.i-checks input:checked + i {
  border-color: #23b7e5;
}

.i-checks input:checked + i:before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #23b7e5;
}

.i-checks input:checked + span .active {
  display: inherit;
}

.i-checks input[type="radio"] + i,
.i-checks input[type="radio"] + i:before {
  border-radius: 50%;
}

.i-checks input[disabled] + i,
fieldset[disabled] .i-checks input + i {
  border-color: #dee5e7;
}

.i-checks input[disabled] + i:before,
fieldset[disabled] .i-checks input + i:before {
  background-color: #dee5e7;
}

.i-checks > i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
  margin-left: -20px;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cfdadd;
}

.i-checks > i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.i-checks > span {
  margin-left: -20px;
}

.i-checks > span .active {
  display: none;
}

.i-checks-sm input:checked + i:before {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
}

.i-checks-sm > i {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-left: -18px;
}

.i-checks-lg input:checked + i:before {
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
}

.i-checks-lg > i {
  width: 30px;
  height: 30px;
}

/* ICHECK*/

/* STYLE OPTION*/
.border-detail{
	-webkit-box-shadow: 0px 0px 1px 1px rgba(219,219,219,1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(219,219,219,1);
	box-shadow: 0px 0px 1px 1px rgba(219,219,219,1);
	margin:1px 0px 1px 0px;
}
.text-muted{
	color:#656565 !important;
	font-size:1em;
}
.base-content{margin-bottom:20px;}

#pass-info{
    width: 100%;
    border: 0px solid #DDD;
    border-radius: 2px;
    color: #829CBD;
    text-align: center;
    padding:8px;
}
#pass-info.weakpass{
    border: 1px solid #FF9191;
    background: #FFC7C7;
    color: #94546E;
}
#pass-info.stillweakpass {
    border: 1px solid #FBB;
    background: #FDD;
    color: #945870;
}
#pass-info.goodpass {
    border: 1px solid #C4EEC8;
    background: #E4FFE4;
    color: #51926E;
}
#pass-info.strongpass {
    border: 1px solid #6ED66E;
    background: #79F079;
    color: #348F34;
    text-shadow: 1px 1px 1px #FFF;
}
#pass-info.vrystrongpass {
    border: 1px solid #379137;
    background: #48B448;
    color: #fff;
}
.action_btn_hint{font-size: 0.6em;
    line-height: 100%;
    opacity: 0.7;
    text-overflow: ellipsis;
    width: 100%;display:block;}

.btn-no-shadow{box-shadow: 0 0 0 transparent;}

/* for new church bcard info 2016-05-16 */
.church-bcard-info{
	border-right:1px solid #rgba(204, 204, 204, 0.7);
	background-color:rgba(204, 204, 204, 0.2);
	padding-bottom:15px;
}

/*.church-bcard-info .church-avatar{
	background-repeat: no-repeat;
	background-size:cover;
    border-style: solid;
    border-width: 3px;
    display: block;
    margin: 20px auto 5px;
    border:1px solid #cdcdcd;
    height: 120px;
    width: 160px;
    border-radius:3px;
}*/

.church-bcard-info .church-avatar > img {
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    display: block;
    height: 150px;
    margin: 20px auto 0;
    max-width: 100%;
    width: auto;
}

@media(max-width:480px){
	.church-bcard-info .church-avatar > img{
		margin:30px auto 0;
	}
}


.church-bcard-info .church-name{
	font-size: 1.2em;
    margin: 5px 0;
    text-align: center;
}

.church-bcard-info i.glyphicon{margin-right:3px;}

.church-bcard-info .church-quote{
	font-style:italic;
	font-weight:300;
	font-size:120%;
	margin:15px 0 5px;
}

.church-bcard-info .church-info{}
.church-bcard-info .church-info .title_content{
	border-bottom: 2px solid;
    display: block;
    font-size: 1.6em;
    width: 100%;
    padding:15px 0 0;
	font-weight:400;
}

@media(max-width:480px){
	.church-bcard-info .church-info .title_content{
		padding:15px 0;
		margin-bottom:5px;
		font-size: 1.4em;
		text-align:center;
	}
}


.church-bcard-info .church-info ul{padding:0;margin:0;}
.church-bcard-info .church-info ul li{
	list-style-type:none;
	margin:0;
    display: block;
    float:left;
    width:100%;
    padding:10px 0 0;
}
.church-bcard-info .church-info ul li:last-child{border:none;padding:15px 0 0;}

@media(max-width:480px){
	.church-bcard-info .church-info ul li:last-child{padding:15px 0 5px;}
}

.church-bcard-info .church-info ul li span.info-label{padding:5px 0 0;color:#1e88e5;}

.church-bcard-info .church-info ul li span.info-label label{}

.church-bcard-info .church-info ul li span.info-content {padding:5px 0 5px 5px;}

.church-bcard-info .church-info ul li span.info-label, .church-info ul li span.info-content {
    float: left;
    text-align: left;
}

.church-bcard-info .church-info ul li a{color:#333;}
.church-bcard-info .church-info ul li a:hover{}

/* for church sigin */
.church-signin{
	background: rgba(0, 0, 0, 0) url("../images/bg-signin.jpg") no-repeat fixed center bottom;
	min-height: calc(100vh - 292px);
}

.church-signin .signin-form{
	display:block;
	overflow:hidden;
	margin: 40px auto;
    max-width: 320px;
    padding:15px 25px;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

/*testimonial*/
.testimonial{
	background-attachment: fixed !important;
	background-image: url('/static/images/bg-testimonial.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	list-style: outside none none;
	padding:0px;
	
}

/*breadcrumb*/
.breadcrumbs{	
	background-attachment: fixed !important;
	background-image: url("/static/images/br_cover.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 100%;
    list-style: outside none none;
    margin-bottom:30px;
    padding: 45px 0;
}

@media(max-width: 480px){
	.breadcrumbs{
		padding: 20px 0;
        display: none;
	}
}

.breadcrumbs a{color:#fff;}

.breadcrumbs .bread-left{}

.breadcrumbs .bread-left h1{margin:0;text-transform:uppercase;}

@media(max-width:480px){
	.breadcrumbs .bread-left h1{font-size:32px;}
	/*.breadcrumbs{
		background-size: auto 240px; 	
	}*/	
}

.breadcrumbs .bread-right{text-align:right;margin:10px 0 0;color:rgba(255,255,255,0.8)}

.breadcrumbs .bread-right a{text-transform:capitalize;}

.breadcrumbs .bread-right a:last-child{opacity:1;}

/*faqs page*/
.faq{}

.faq p{margin:0;}

.faq .faq-header-up, .faq .faq-header-down{
	font-size:1.2em;
	font-weight:600;
	cursor:pointer;
	position:relative;
	padding-right:30px;
}

.faq .faq-header-down:before{
	content:'\f0d7';
	font-family:'FontAwesome';
	position:absolute;
	right:15px;
	top:10px;
}

.faq .faq-header-up:before{
	content:'\f0d8';
	font-family:'FontAwesome';
	position:absolute;
	right:15px;
	top:10px;
}

.faq .faq-content{}

/*help page*/
.help{min-height:100vh}

.help h3{margin:0;}

.help .panel-body{padding:15px 15px 0;}

.help .panel-body:last-child{padding:15px;}

/*contact page*/
.contact-us{}

.contact-us .contact-us-form{}

.contact-us h3{text-align:center;margin:0 0 30px;}

.contact-us #success_message{display:none}/* global using */
.quick-start .text-semibold{font-weight:500;}
.quick-start .text-default{font-weight:400;}
.quick-start .text-light{font-weight:300;}
.quick-start .no-margin{margin:0;}
.quick-start blockquote{border-left: 3px solid rgba(0,128,0,0.8);margin:20px 0 40px;}
.quick-start h3{margin-top:30px;}

/* quick start another using */
.quick-start .panel{background-color:rgba(0,128,0,0.8);color:#fff;padding:20px;margin-top:20px;}
.quick-start .big-title{font-size:44px;}

/* quick start loading frame */
.loading{
    width:100%;
    height:100%;
    display:none;
    color:#666;
    z-index:9999;
    background-color:rgba(255,255,255,0.7);
    text-align:center;
    position:absolute;
    top:0;
    left:0
}
.loading h3{
    position:absolute;
    left:0;
    right:0;
    top:50%;
    margin:0 auto;
    transform: translate(0, -50%);
}

.language-switch{padding-top:5px;}
.language-switch > li > a.language-item{padding-top:4px; padding-bottom:4px;}
.language-switch .language-item{padding-top:8px; padding-bottom:8px;}
.language-switch .language-item > img{width:24px; height:24px;}

.btn-success{
    background-color:darkgreen;
    border:1px solid darkgreen;
}
.btn-success-b{
    background-color:#fff;
    border:1px solid darkgreen;
    color: darkgreen;
}
.btn-success-b:hover{
	color: #fff;
	border:1px solid #fff;
	background-color: darkgreen;
}
.eac-sugg{
    color: #cdcdcd;
}
ul.dropdown-email{
    width: 320px;
}
ul.dropdown-email li{
    display: inline-block;
    float: left;
    width: 50%;
    padding: 5px;
}
ul.dropdown-email li a{
    font-size: 110%;
    padding: 5px 10px;
}

ul.dropdown-email a.open_hide_extension{color: #fff;}

ul.dropdown-email a.open_hide_extension:hover{background-color:#23b7e5 !important;}

.card_detail_invite .bootstrap-tagsinput{
    min-height: 100px;
    width: 100%;
    cursor: text;
    margin-bottom: 0px;
    padding: 5px !important;
    text-align: left;
}