/* CSS Document */

html {
	font-size: 16px;
}
div {padding: 0; margin: 0;}
/*html {font-size: 14px;}*/
h1 { font-size: 1.7em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }
p,
blockquote,
.blockquote {
	font-size: 1em;
}
blockquote {
	border-left:solid 5px #eee;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.well blockquote {
	border-color: #eee;
	padding-top: 3px;
}
.well-sm {
	padding: 0;
}
.well {
	background-color: inherit; border: none;
}
dd, dt {color: black; }
dd {margin-left: 10px; }
.cite,
cite {
	font-style: inherit;
	text-indent: inherit;
	margin: 0;
	padding: 0;
	hyphens: none!important;
}
.no-hyphens {
	hyphens: none !important;
}
.bg {
	margin:5px 10px 5px 5px;
}
/*.accordian a:before,
.accordian a:after {
	content: '\0000a0';
}*/
.table { color: black; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #999;
}
#dvLoading {
   background:#fff url(/images/ajax-loader_3.gif) no-repeat center center;
   height: 100%;
   width: 100%;
   position: fixed;
   z-index: 1000;
}
.underscore {
	border-bottom: thin solid;
	color: inherit;
}
.copyright {
	font-size: x-small;
}
#hide,
.hide {
	color: blue;
}
.strike {
	color: red;
	text-decoration: line-through;
}
.red {
	color: red;
}
.strongs {
	color: green !important;
}
.review {
	color: blue !important;
	background-color: yellow;
}
.review:before {
	content: 'Review Notes: ';
	font-weight:bold;
}
.bold,
.bold-5 {
	font-weight: bold;
	color: #555;
}
.italic {
	font-style: italic;
}
.box {
	padding: 5px 10px 5px 15px;
	margin: 20px 15px 18px 15px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-weight: bold;color:#666;
	font-variant: small-caps;
	hyphens: none !important;
}
.hilite {
	padding: 0 20px 0 25px;
	margin: 0 0 20px;
}
.hilite h3 {
	margin-top: 0px;
}
.hilite2 {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: solid 5px #eee;
}
.breadcrumb {
	text-align: center;
	font-size: small;
}
.gap-left {
	margin-left: 15px;
	margin-top: 0;
}
.lates .menu {
	/*background-color: aliceblue;*/
}
.lates .menu ul {
	padding-left: 16px;
}
.breadcrumb > li > a {
	color: white;
}
.navbar-brand {
	height: inherit;
	padding: 0;
}
.navbar-brand h1 {
	font-size: 2em;
}
.nav-tabs {
	padding: 0 0 0 40px;
}
.nav-tabs > li > a {
	padding: 0 0 0 10px;
}
.navbar-collapse .menu {
	clear: left;
	font-size: 1.2em;
}
.navbar .menu {
	padding-bottom: 10px;
}
.dropdown-menu {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	line-height: 1.8em;
	margin: 5px;
}
.dropdown-menu h2 {
	font-size: 1.2em;
	margin-top: 0;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 2px #555 groove;
}
.dropdown-menu .inactive {
	color: green; font-weight:700
}
.dropdown-menu > li > a {
	padding-left: 10px;
}
.dropdown-menu .active > li > a {
	color: #000;
}
.dropdown-menu .active > li > a:hover {
	text-decoration: underline;
}
.dropdown-menu .inactive > li > a:hover {
	color: green;
}
.dropdown-menu .divider {
	margin: 0 10px 3px 10px;
	background-color: #777;
}
ul.nav > li.divider {height: 1px; padding: 0px 0;}
hr {
	border-color: #c5c1c1;
}
.navbar-brand h1,
.menu,
#main-slider .carousel h2,
.breadcrumb li,
.copyright a,
.lates h2 {
	text-transform: none;
}
#main-slider .carousel h2 {
	font-size: 40px;
}
.lates h1,
.article h1 {
	color: black;
	font-weight: 600;
	line-height: 1.4em;
}
.article h2 {
	color: black;
	font-weight: 400;
}
.article h3 {
	color: black;
	font-weight: 400;
}
.lates {
	padding: 20px 0 0 0;
}
#overview,
.overview {
	color: black;
	list-style-image: url("/images/green_arrow.png");
}
#overview ul li,
.overview ul li {
	font-weight: 500;
	line-height: 1.6em;
	color: #000;
}
#side-nav ul {
	color: black;
	margin-left: 5px;
}
.article ul {
	color: black;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 0;
	list-style-image: url("/images/arrows.gif");
}
.article ul li {
	font-weight: 400;
	line-height: 1.6em;
	color: #000;
	padding-bottom: 10px;
}	
.article .nav a.active,
#side-nav a.active {
	color: #1BBD36;
}
body {
	/*for floating header*/
	/*padding-top: 70px;*/
	/*padding-bottom: 30px;*/
	padding-bottom: 0;
	font-family: Verdana, Geneva, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}
body p,
body ol,
.modal-body p {
	color: black;
	font-weight: 400;
}
.navbar-static {
	min-height:60px;
}
header .navbar-default {
	background-color: white;
	border-color: white;
}
.footer {
	padding: 0 0;
}
.breadcrumb {
	margin-bottom: 2px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: medium;
}
.breadcrumb li {
	margin-top: 5px;
	font-size: 1.6em;
	padding: 5px 0 5px 0;
	font-weight: 600;
}
.breadcrumb a:hover {
	color: black;
}
.article .container a {
	border-bottom: thin solid #2136BF;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.article .container .z_left a,
.article .container .z_left a:hover,
.article .container .z_right a,
.article .container .z_right a:hover {
	border-bottom: none;
}
.article .container a:hover {
	border-bottom: 1px solid blue;
}
.article .container .ref_link a,
.article .container .ref_link a:hover {
	border-bottom: 2px dotted blue;
}
.article p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.copyright {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
.copyright a,
.copyright a:hover {
	color: #000;
}
.article a h2 {
	cursor: default;
}
.next {
	color: black;
	font-size: larger;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 20px;
	left: 10px;
}
.article .nav a,
.article .nav a:hover,
.modal-title a {
	border: none;
}
.article .nav a:hover {
	color: black;
}
.fa-angle-left,
.fa-angle-right,
.fa-angle-up {
	background-color: transparent;
	width: 1em;
	text-align: left;
	border-radius: 7em;
	padding: 0;
	margin-top: 50%;
}
.fa-angle-right {
	text-align: right;
}
.fa-angle-up {
	padding: 0 .4em 0 .2em;
}
.fa-angle-left:hover,
.fa-angle:hover,
.fa-angle-up:hover {
	background-color: #transparent;
}
.z_left {
	left:0;
	position: fixed;
	top: 40%;
	z-index: 1;
}
.z_right {
	right:0;
	position: fixed;
	top: 40%;
	z-index: 1;
}
.z_left a,
.z_right a {
	color: #777;
}
a:hover {
	color: #1BBD36;
	cursor: pointer;
	background-color: transparent !important;
}
a.scrollup {
	background-color: transparent !important;
	color: #777;
	bottom: 10px;
	right: 10px;
}
.scrolldown {
	right:0;
	position: fixed;
	top: 0;
	z-index: 1;
	float: right;
	margin-top: 15px;
	margin: 10px;
	/*width: 250px;*/
}
.scrolldown i {
	font-size: 1.5em;
	color: #1BBD36;
}
ul.lates > li,
ul.nav > li {
	white-space: nowrap;
	/*padding: 15px;*/
}
span.nowrap {
	white-space: nowrap;
}
.text-lowercaps,
.small_caps {
	font-variant: small-caps;
}
.modal-header {
	background-color: rgba(27, 189, 54, 0.67);;
	border-bottom: 1px solid #999;
	padding: 4px;
}
.modal-title,
.modal-title a,
.modal-title a:hover {
	text-align: center;
	color: #000;
}
.modal-title div {
	border-bottom: 3px;
}
.modal-body {
	background-color: #fff;
}
.modal-footer {
	text-align: center;
	padding: 5px;
	background-color: rgba(27, 189, 54, 0.67);;
	font-size: x-small;
	border-top: 1px solid #999;
	color: #000;
	line-height: 1.3em;
}
.modal-footer a {
	text-decoration: underline;
}
.modal-footer a:hover {
	color: #000;

}
.modal-footer p,
.footer p {
	line-height: 1.6em;
	text-align: center;
	align: center;
}
.read {
	color: blue;
	padding-left: 6px;
	/*font-size: smaller;*/
}
.article .container li .accordian {
	margin: -5px 0 -0px 0;
}
.article .container .accordian {
	margin: -15px 0 0 0;
}
/*.article .container .accordian a:hover {
	font-weight: 700;
}*/
.modal-content {
	border: 1px solid black;
}
#main-slider .carousel .carousel-content {
	margin-top: 80px;
}
#main-slider .carousel .slide-margin {
	margin-top: 90px;
}
.close {
  filter: alpha(opacity=70);
  opacity: .6;
}
.close img {
	height: 24px;
	width: 24px;
}
.modal-header .close {
  margin-top: -2px;
}
.close:hover,
.close:focus {
  filter: alpha(opacity=90);
  opacity: .8;
}
#main-slider {
	margin-top: -30px;
}
.noshow {
	font-size: 1px;
	color: #1BBD36;
	background-color: #1BBD36;
	line-height: .1em;
	margin: -8px 0;
}
.noshow a {
	color: #1BBD36;
}
.noshow ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.addendum {
	font-size: 4px;
	color: #FFF;
}
div.blog,
div.line {
	border-top: 1px solid black;
}
.blog .date {
	font-size: smaller;
	text-align: right;
	margin: 50px;
	margin-top: 5px;
}
span.show_verse {
	display: none;
	border: solid black thin;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	background-color: #eee;

}
a.show_verse {
	border-bottom: none;
}
p.pseudo_table {
	border-top: 1px solid #999;
	margin-bottom: 3px;
	padding-top: 2px;
}
p.pseudo_table_indent {
	padding-left: 25px;
	margin-bottom: 3px;
}
div.pseudo_table {
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
div.left_half {
	width: 50%;
	float: left;
	border: black solid thin;
}
div.right_half {
	margin-left: 51%;
}
#hamburger-title {
	color: #333;
	font-size: 1em;
	margin: 0 5px 0 5px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 2px #555 groove;
}
#hamburger-nav li > a,
#hamburger-nav li > li > a {
    padding: 3px 0 3px 10px;
	background-color: transparent;
}
#hamburger-nav ul {
    padding-bottom: 5px;
	min-width: 200px;
	right: 20px;
}
#hamburger-nav .nav > .active > a,
#hamburger-nav .nav > li > a:hover,
#hamburger-nav .nav > li > a:focus,
#hamburger-nav .nav > li > li > a:hover,
#hamburger-nav .nav > li > li > a:focus {
    color: green;
}
#hamburger-nav .nav > .italic {
    color: black;
	font-style:italic;
    padding: 3px 0 3px 10px;
}
#hamburger-nav li a,
#hamburger-nav li li a {
	line-height: 1.6em;
}
#side-nav a.active {
    color: green;
}
#side-nav li > a,
#side-nav li > li > a {
    padding: 3px 0 5px 0px;
	background-color: transparent;
}
#side-nav ul {
    padding-bottom: 5px;
}
#side-nav h2 {
	/*white-space: nowrap;*/
	text-align: center;
	border-bottom: gray 2px solid;
	padding-bottom: 3px;
	margin-top: 3px;
	font-size: 1.3em;
}
#side-nav .nav > .active > a,
#side-nav .nav > li > a:hover,
#side-nav .nav > li > a:focus,
#side-nav .nav > li > li > a:hover,
#side-nav .nav > li > li > a:focus {
    color: green;
}
#side-nav .side-active {
	color: green;
}
ul#topics li a {
	border: none;
}
ul#topics {
	padding-bottom: 10px;
	margin-left: 20px;
}
.truncate {
	/*width: inherit;*/
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (min-width: 600px) {
	html { font-size: 15px; }
	.article blockquote p, .article .blockquote p, .scripture {color: green; }
	.article ul {	margin-left: 25px;}
}
@media (max-width: 320px) {
	li.navtab-1 {min-width: 200px;}
	li.navtab-2 {min-width: 200px;}
	li.navtab-3 {min-width: 200px;}
	li.navtab-4 {min-width: 200px;}
	li.navtab-5 {min-width: 200px;}
	ul.navtab-1 {left: 0; right: auto;}
	ul.navtab-2 {left: 0; right: auto;}
	ul.navtab-3 {left: 0; right: auto;}
	ul.navtab-4 {left: 0; right: auto;}
	ul.navtab-5 {left: 0; right: auto;}
}
@media (min-width: 321px) and (max-width: 375px) {
	li.navtab-1 {min-width: 130px;}
	li.navtab-2 {min-width: 130px;}
	li.navtab-3 {min-width: 130px;}
	li.navtab-4 {min-width: 130px;}
	li.navtab-5 {min-width: 130px;}
	ul.navtab-1 {left: 0; right: auto;}
	ul.navtab-2 {right: 0; left: auto;}
	ul.navtab-3 {left: 0; right: auto;}
	ul.navtab-4 {right: 0; left: auto;}
	ul.navtab-5 {left: 0; right: auto;}
}
@media (min-width: 376px) and (max-width: 480px) {
	li.navtab-1 {min-width: 150px;}
	li.navtab-2 {min-width: 150px;}
	li.navtab-3 {min-width: 150px;}
	li.navtab-4 {min-width: 150px;}
	li.navtab-5 {min-width: 150px;}
	ul.navtab-1 {left: 0; right: auto;}
	ul.navtab-2 {right: 0; left: auto;}
	ul.navtab-3 {left: 0; right: auto;}
	ul.navtab-4 {right: 0; left: auto;}
	ul.navtab-5 {left: 0; right: auto;}
}
@media screen and (max-device-width: 400px){
	html { font-size: 14px; }
	.navbar-brand h1,
	h1 { font-size: 1.3em; }
	h2 { font-size: 1.2em; }
	h3 { font-size: 1.1em; padding-left: .3em; font-style: italic; }
	h4 { font-size: 1em; padding-left: .3em; }
	h5 { font-size: .83em; padding-left: .4em; }
	h6 { font-size: .75em; padding-left: .4em; }
	.nav-tabs {	padding: 0 0 0 10px; }
	.article .nav a,
	.nav-tabs > li > a { padding: 0 0 5px 10px; font-size: 1.1em;}
	/*.breadcrumb { font-size: smaller; }*/
	.article h1 { padding-left: 10px; }
	.scripture { font-style: italic; }
	.dropdown-menu li > a { padding-top: 10px; }
	.bold, .bold-5 { font-weight: inherit; color: inherit; 	border-bottom: thin solid;}
	#hamburger-title { font-size: 1.3em; }
	.hilite {padding-right: 0;}
}
@media (max-width: 400px) {
	#main-slider .carousel h2 {/*font-size: 35px;*/ }
	ul#topics li { margin-bottom: 15px;}
	ul#topics li a { color: green;}
	.lates ul > li, .nav ul > li {white-space: nowrap; padding: 10px;}
}
@media (min-width: 480px) and (max-width: 580px) {
	li.navtab-1 {min-width: 120px;}
	li.navtab-2 {min-width: 120px;}
	li.navtab-3 {min-width: 130px;}
	li.navtab-4 {min-width: 120px;}
	li.navtab-5 {min-width: 120px;}
	ul.navtab-1 {left: 0; right: auto;}
	ul.navtab-2 {left: 0; right: auto;}
	ul.navtab-3 {right: 0; left: auto;}
	ul.navtab-4 {left: 0; right: auto;}
	ul.navtab-5 {left: 0; right: auto;}
}
@media (max-width: 700px) {
	.dropdown-menu { left: -30px; }
	.fa-angle-left:hover, .fa-angle:hover, .fa-angle-up:hover {background-color: #DDD;}
	.article p { margin: 6px 10px 12px 6px;}
	p.box { margin-top: 15px;}
}
@media (min-width: 581px) and (max-width: 825px) {
	/*li.navtab-1 {min-width: 140px;}
	li.navtab-2 {min-width: 140px;}
	li.navtab-3 {min-width: 140px;}
	li.navtab-4 {min-width: 140px;}*/
	li.navtab-5 {min-width: 180px;}
	ul.navtab-1 {left: 0; right: auto;}
	ul.navtab-2 {left: 0; right: auto;}
	ul.navtab-3 {left: 0; right: auto;}
	ul.navtab-4 {right: 0; left: auto;}
	ul.navtab-5 {left: 0; right: auto;}
}
@media (min-width: 826px) {
	/*li.navtab-1 {min-width: 140px;}
	li.navtab-2 {min-width: 140px;}
	li.navtab-3 {min-width: 140px;}
	li.navtab-4 {min-width: 140px;}*/
	li.navtab-5 {min-width: 180px;}
	ul.navtab-1 {left: 0; right: auto;}
	ul.navtab-2 {left: 0; right: auto;}
	ul.navtab-3 {left: 0; right: auto;}
	ul.navtab-4 {left: 0; right: auto;}
	ul.navtab-5 {right: 0; left: auto;}
}
@media (min-width: 800px) {
	html { font-size: 15px; }
	.article blockquote p, .article .blockquote p, .scripture {	color: green; font-style: inherit; }
	.copyright {font-size: small;}
}
@media (min-width: 992px) {
	#main-slider .carousel h2 { /*font-size: 50px;*/ }
	html { font-size: 16px; }
	a.scrollup {bottom:20px; right:20px;}
}
