@charset "UTF-8";
/* CSS Document */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	font-weight: normal;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
	font-size: 100%;
	line-height: 1.6875;
	color: #464646;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}


a.toplink{
	color: #FFFFFF; !important
	text-align: right; !important
	display: block; !important
	margin-right: 19px; !important
	float: right; !important
	width 50%;
}
.rightlink {
	width: 100%;
	float: none;
	text-align: right;
	display: block;
	margin-right: 20px;
	padding-right: 21px;
}
a.burgundy {
	color: #861B1E;
}


a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0;
	height: auto;
	max-width: 264px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0
}
input {
	line-height: normal
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 height: auto
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
 input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
 -webkit-appearance: none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
/**
 * General
 */

html {
	font-size: 15px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: rgba(0, 0, 0, 0.87);
}
a {
	text-decoration: none;
	color: #673421;
	font-weight: 400;
}
a:hover {
	text-decoration: none;
	color: #5570AB;
}
small, .small {
	font-size: 85%;
}
code {
	background-color: #fbfbfb;
	border-radius: 2px;
	padding: 4px 8px;
	margin: 0px 4px;
	color: rgba(0, 0, 0, 0.54);
}
pre {
	background-color: #fbfbfb;
	border-radius: 2px;
	padding: 10px;
	margin: 10px 0 20px 0;
	color: rgba(0, 0, 0, 0.54);
}
/**
 * Image
 */

img.responsive {
	max-width: 100%;
	height: auto;
}
#image {
	background-image: url( '../images/manhattan-banner.jpg' );
	background-position: center center;
	background-size: cover;
	height: 300px;
	position: relative;
}
h1.books, h1.authors {
	color: #000000;
	text-align: center;
	font-size: 3em;
	line-height: normal;
}
h1.authors {
	color: #FFF;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#logo {
	color: white;
	font-weight: 600;
	margin-top: -0.66em;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	font-size: 50px;
	text-shadow: 0px 0px 2px rgba(81, 99, 144, 0.22);
}
#authors div img {
	display: block;
	clear: both;
	padding-right: 14px;
}
#authors div div h2 {
	color: #FFFFFF;
	font-style: normal;
	text-align: left;
	font-size: 1em;
}
h2.books {
	color: #000;
	font-style: normal;
	text-align: left;
	font-size: 1.5em;
	font-weight: normal;
	display: block;
	margin-right: 10px;
	margin-bottom: -9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.3;
}
#description {
	color: #FFFFFF;
	font-size: 1.25em;
	padding-left: 42px;
	padding-right: 24px;
	padding-bottom: 10px;
	margin-bottom: 4px;
}
#sb-site #single_content {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F7F6F1;
	display: block;
}
#sb-site #single_content .page_banner {
	min-height: 140px;
	background-image: url(../Images/background.jpg);
	height: 140px;
	margin-bottom: 39px;
	display: block;
}
#single_content .page_banner h1 {
	padding-top: 20px;
	font-weight: 100;
	font-size: 470%;
	padding-left: 10px;
	/* [disabled]margin-top: 30px; */
	display: block;
	letter-spacing: 117%;
}
.page_banner h1 .smaller_h1 {
	font-size: 45%;
}
.pad_left_btm a {
	color: rgba(138,0,2,1.00);
	font-weight: bold;
}
.pad_left_btm a:hover {
	color: rgba(79,89,140,1.00);
	font-weight: bold;
}
.sudotab1 {
	display: inline-block;
	width: 38%;
	float: left;
}
div .content.interior80 h2 {
	font-weight: normal;
	line-height: normal;
	font-size: 186%;
}
div .content.interior80 p {
	font-size: 130%;
}
div div .rightlink bottom {
	position: absolute;
	bottom: 10px;
	right: 10px;
}




@media (min-width: 1200px) {
#logo {
	font-size: 150px;
}
}
img.bordered {
	max-width: 100%;
	height: auto;
	padding: 5px;
	border: 1px solid #f2f2f2;
	border-radius: 1px;
}
/**
 * Sidebar
 */

#sidebar {
	border: 1px solid #f2f2f2;
	border-radius: 1px;
	font-size: 85%;
	margin-top: 40px;
	margin-bottom: 20px;
}
#sidebar h3 {
	font-weight: 600;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
	margin-bottom: 5px;
}
#sidebar ul li:last-of-type {
	margin-bottom: 0;
}
.sidebar-item {
	padding: 0 20px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.sidebar-item:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
/* Demos */
body#demos .sidebar-item {
	margin-bottom: 0;
	border-bottom: none;
}
body#demos [mhtn*="clear"] {
	border-bottom: 1px solid #f2f2f2;
}

@media ( min-width: 600px ) {
body#demos [mhtn*="clear"] {
	border-bottom: 0;
}
}
/**
 * Titles
 */

h1 {
	color: #FFFFFF;
	margin-top: 30px;
	font-weight: 200;
	margin-bottom: 0px;
	/*font-size: 3vw;*/
	display: block;
	font-size: 300%;
}
h3 {
	font-weight: 400;
	line-height: normal;
}
/**
 * About
 */

/**
 * Changelog
 */

.version-release {
	margin-bottom: 40px;
}
.version-release:last-of-type {
	margin-bottom: 0;
}
.version-release h3 {
	margin-bottom: 0px;
}
.version-release p:first-of-type {
	margin-top: 0px;
}
/**
 * License
 */

.license {
	margin-top: 40px;
}
/**
 * Footer menu
 */

/*#footer {
    margin: 40px 0;
    text-align: center;
}*/




.navbar {
	box-shadow: /* Shadow beneath the bar and edge highlights. */
		/* Layered single pixel shadows to create a one sided shadow effect.*/ 
		0 5px 0 0 rgba(0, 0, 0, 0.01), 0 4px 0 0 rgba(0, 0, 0, 0.02), 0 3px 0 0 rgba(0, 0, 0, 0.04), 0 2px 0 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.08), 		/* Top highlight */  0 1px 0 0 rgba(255, 255, 255, 0.1) inset, 		/* Left highlight */  1px 0 0 0 rgba(255, 255, 255, 0.1) inset, 		/* Right highlight */  -1px 0 0 0 rgba(255, 255, 255, 0.1) inset, 		/* Bottom lowlight */  0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
	
	
	/* Bootstrap Changes */
	border: none;
	width: 100%;
	left: auto;
	right: auto;
	background-image: url(../Images/menu_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#logo {
	margin-top: 4px;
	text-align: center;
}
#top-arrow {
	padding-top: 17px;
	padding-bottom: 13px;
}
.navbar .sb-toggle-left {
	width: 28px;
	float: left;
	padding: 14px;
}
.navbar .sb-toggle-right {
	width: 58px;
	float: right;
	padding: 14px;
}
.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}
.sb-right {
	margin-top: 50px;
}
.navicon-line {
	width: 24px;
	height: 4px;
	border-radius: 1px;
	margin-bottom: 3px;
	background-color: #fff;
}
ul.navbar-nav {
	display: none;
}
footer {
	margin-top: 30px;
}
/* Slidebars */

.sb-slidebar {
	background-color: #222222;
}
/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
	background-color: #7E1517; /* Background colour. */
	color: #e8e8e8; /* Text colour. */
}
.sb-slidebar a {
	color: #FF3971;
	text-decoration: none;
}
.sb-slidebar a:hover {
	color: #570113; /* Link hover colour. */
	text-decoration: underline;
}
/* Main Menu */
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
}
.sb-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}
.sb-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}
.sb-menu li a {
	width: 100%; /* Makes links full width. */
	display: inline-block;
	padding: 1em; /* Creates an even padding the same size as your font. */
	color: #f2f2f2;
}
.sb-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.50); /* Will lighten any background colour you set. */
}
/* Borders */
.sb-left .sb-menu li a {
	border-left: 3px solid transparent;
}
.sb-left .sb-menu li a:hover {
	border-left: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}
.sb-right .sb-menu li a {
	border-right: 3px solid transparent;
}
.sb-right .sb-menu li a:hover {
	border-right: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}
/* Left */


.sb-menu li .sb-open-right, .sb-menu li small {
	display: inline-block;
	padding: 14px;
}
.sb-menu li img {
	margin: 14px;
	max-width: 90%;
}
/* Right */
aside#about-me {
	padding: 14px 14px 14px 14px;
}
img.img-me {
	margin: 14px auto;
	border: 4px solid #fff;
}
/* Slidebar Type */

.sb-slidebar, .sb-slidebar h3 {
	color: #F0F0F0;
}
.sb-slidebar ul.sb-nav li a {
	color: #DEDEDE;
}
.sb-slidebar ul.sb-nav li a:hover {
	color: #C7C7C7;
	text-decoration: none;
}
.sb-slidebar ul.sb-nav li span:hover {
	color: #C7C7C7;
}
/* Anchor Links */
#download, #api, #options, #helper-classes {
	margin-top: -50px;
	padding-top: 50px;
}
/* Helper Classes */
.add-bottom-margin {
	margin-bottom: 15px;
}
.no-bottom-margin {
	margin-bottom: 0;
}
.add-top-margin {
	margin-top: 15px;
}
.no-top-margin {
	margin-top: 0;
}
.push-down {
	position: relative;
	top: 2px;
}

@media (min-width: 770px) {
ul.navbar-nav {
	display: block;
}
#logo {
	text-align: left;
}
}

@media (min-width: 992px) {
.navbar .sb-toggle-left {
	display: none;
}
}

@media (min-width: 770px) {
.navbar .sb-toggle-left {
	display: none;
}
}

@media (min-width: 1024px) {
.navbar .sb-toggle-left {
	display: none;
}
}
.navbar {
	/* Shadow beneath the bar and edge highlights. */
		/* Layered single pixel shadows to create a one sided shadow effect. 
		box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.01),
		0 4px 0 0 rgba(0, 0, 0, 0.02),
		0 3px 0 0 rgba(0, 0, 0, 0.04),
		0 2px 0 0 rgba(0, 0, 0, 0.06),
		0 1px 0 0 rgba(0, 0, 0, 0.08),
		/* Top highlight 
		0 1px 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Left highlight 
		1px 0 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Right highlight 
		-1px 0 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Bottom lowlight 
		0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
		
	
	
	/* Bootstrap Changes */
	border: none;
	width: 100%;
	left: auto;
	right: auto;
}
#sb-site {
	box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3); /* Shadow cast onto the slidebars when opened. */
	padding: 50px 0 30px 0;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}
.navbar {
	box-shadow: /* Shadow beneath the bar and edge highlights. */
		/* Layered single pixel shadows to create a one sided shadow effect. */
		0 5px 0 0 rgba(0, 0, 0, 0.01), 0 4px 0 0 rgba(0, 0, 0, 0.02), 0 3px 0 0 rgba(0, 0, 0, 0.04), 0 2px 0 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.08), 		/* Top highlight */  0 1px 0 0 rgba(255, 255, 255, 0.1) inset, 		/* Left highlight */  1px 0 0 0 rgba(255, 255, 255, 0.1) inset, 		/* Right highlight */  -1px 0 0 0 rgba(255, 255, 255, 0.1) inset, 		/* Bottom lowlight */  0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
	
	
	/* Bootstrap Changes */
	border: none;
	width: 100%;
	left: auto;
	right: auto;
}
#logo {
	margin-top: 4px;
	text-align: center;
}
#top-arrow {
	padding-top: 17px;
	padding-bottom: 13px;
}
.navbar .sb-toggle-left {
	width: 28px;
	float: left;
	padding: 14px;
}
.navbar .sb-toggle-right {
	width: 58px;
	float: right;
	padding: 14px;
}
.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}
.sb-right {
	margin-top: 50px;
}
.navicon-line {
	width: 24px;
	height: 4px;
	border-radius: 1px;
	margin-bottom: 3px;
	background-color: #fff;
}
ul.navbar-nav {
	display: none;
}
footer {
	margin-top: 30px;
}
/* Slidebars */

.sb-slidebar {
	background-color: #222222;
}
/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
	background-color: #7E1517; /* Background colour. */
	color: #e8e8e8; /* Text colour. */
}
.sb-slidebar a {
	color: #FF3971;
	text-decoration: none;
}
.sb-slidebar a:hover {
	color: #FFFFFF; /* Link hover colour. */
	text-decoration: underline;
}
/* Main Menu */
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2); /* Will lighten any background colour you set. */
	border-bottom: 1px solid rgba(0, 0, 0, 0.2); /* Will darken any background colour you set. */
}
.sb-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}
.sb-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}
.sb-menu li a {
	width: 100%; /* Makes links full width. */
	display: inline-block;
	padding: 1em; /* Creates an even padding the same size as your font. */
	color: #f2f2f2;
}
.sb-menu li a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,0.20); /* Will lighten any background colour you set. */
}
/* Borders */
.sb-left .sb-menu li a {
	border-left: 3px solid transparent;
}
.sb-left .sb-menu li a:hover {
	border-left: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}
.sb-right .sb-menu li a {
	border-right: 3px solid transparent;
}
.sb-right .sb-menu li a:hover {
	border-right: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}
/* Left */


.sb-menu li .sb-open-right, .sb-menu li small {
	display: inline-block;
	padding: 14px;
}
.sb-menu li img {
	margin: 14px;
}
/* Right */
aside#about-me {
	padding: 14px 14px 14px 14px;
}
img.img-me {
	margin: 14px auto;
	border: 4px solid #fff;
}
/* Slidebar Type */

.sb-slidebar, .sb-slidebar h3 {
	color: #F0F0F0;
}
.sb-slidebar ul.sb-nav li a {
	color: #DEDEDE;
}
.sb-slidebar ul.sb-nav li a:hover {
	color: #C7C7C7;
	text-decoration: none;
}
.sb-slidebar ul.sb-nav li span:hover {
	color: #C7C7C7;
}
/* Anchor Links */
#download, #api, #options, #helper-classes {
	margin-top: -50px;
	padding-top: 50px;
}
/* Helper Classes */
.add-bottom-margin {
	margin-bottom: 15px;
}
.no-bottom-margin {
	margin-bottom: 0;
}
.add-top-margin {
	margin-top: 15px;
}
.no-top-margin {
	margin-top: 0;
}
.push-down {
	position: relative;
	top: 2px;
}

@media (min-width: 800px) {
ul.navbar-nav {
	display: block;
}
#logo {
	text-align: left;
}
}

@media (max-width: 768px) {
ul.navbar-nav {
	display: none;
}
#logo {
	text-align: left;
}
}

@media (min-width: 992px) {
.navbar .sb-toggle-left {
	display: none;
}
}

@media (min-width: 1024px) {
.navbar .sb-toggle-left {
	display: none;
}
}
/*navigation*/
.nav {
	padding-left: 0;
	list-style: none;
	height: 50px;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav>li {
	position: relative;
	display: block;
}
.nav>li>a {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 10px;
}
/*	float: left;
	padding: 10px 10px;
	width: auto;
	text-align: center;
	
	cursor: pointer;
}
nav[role="custom-dropdown"] ul > li:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
	
}
nav[role="custom-dropdown"] ul > li:hover > a {
  color: #fff;
*/



.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.25);
}
.nav>li.disabled>a {
	color: #999999;
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eeeeee;
	border-color: #ff3971;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav>li>a>img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #dddddd;
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified>li {
	float: none;
}
.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media all and (min-width:40em) {
.nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%;
}
.nav-tabs.nav-justified>li>a {
	margin-bottom: 0;
}
}
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #dddddd;
}

@media all and (min-width:40em) {
.nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #dddddd;
	border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
	border-bottom-color: #ffffff;
}
}
.nav-pills>li {
	float: left;
}
.nav-pills>li>a {
	border-radius: 4px;
}
.nav-pills>li+li {
	margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #ffffff;
	background-color: #ff3971;
}
.nav-stacked>li {
	float: none;
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified>li {
	float: none;
}
.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width:768px) {
.nav-justified>li {
	display: table-cell;
	width: 1%;
}
.nav-justified>li>a {
	margin-bottom: 0;
}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
	border: 1px solid #dddddd;
}

@media (min-width:768px) {
.nav-tabs-justified>li>a {
	border-bottom: 1px solid #dddddd;
	border-radius: 4px 4px 0 0;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
	border-bottom-color: #ffffff;
}
}
.tab-content>.tab-pane {
	display: none;
}
.tab-content>.active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	margin-bottom: 0px;
	border: 1px solid transparent;
	/* [disabled]padding-top: 4px;
*/
}
.navbar:before, .navbar:after {
	content: " ";
	display: table;
}
.navbar:after {
	clear: both;
}
.navbar:before, .navbar:after {
	content: " ";
	display: table;
}
.navbar:after {
	clear: both;
}

@media (min-width:768px) {
.navbar {
	border-radius: 4px;
	background-image: url(../Images/menu_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
}
.navbar-header:before, .navbar-header:after {
	content: " ";
	display: table;
}
.navbar-header:after {
	clear: both;
}
.navbar-header:before, .navbar-header:after {
	content: " ";
	display: table;
}
.navbar-header:after {
	clear: both;
}

@media (min-width:768px) {
.navbar-header {
	float: left;
}
}
.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
	content: " ";
	display: table;
}
.navbar-collapse:after {
	clear: both;
}
.navbar-collapse:before, .navbar-collapse:after {
	content: " ";
	display: table;
}
.navbar-collapse:after {
	clear: both;
}
.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width:768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none;
}
.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
.navbar-collapse.in {
	overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
}
.container>.navbar-header, .container>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width:768px) {
.container>.navbar-header, .container>.navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width:768px) {
.navbar-static-top {
	border-radius: 0;
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width:768px) {
.navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
	background-position: center top;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}

@media (min-width:768px) {
.navbar>.container .navbar-brand {
	margin-left: -15px;
}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media (min-width:768px) {
.navbar-toggle {
	display: none;
}
}
.navbar-nav {
	margin-top: 7.5px;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 7.5px;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
	background-image: none;
}
}

@media (min-width:768px) {
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav>li {
	float: left;
}
.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-nav.navbar-right:last-child {
	/* [disabled]margin-right: -15px;
*/
}
}

@media (min-width:768px) {
.navbar-left {
	float: left !important;
}
.navbar-right {
	float: right !important;
}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px;
}

@media (min-width:768px) {
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .form-control {
	display: inline-block;
}
.navbar-form select.form-control {
	width: auto;
}
.navbar-form .radio, .navbar-form .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
	float: none;
	margin-left: 0;
}
}

@media (max-width:767px) {
.navbar-form .form-group {
	margin-bottom: 5px;
}
}

@media (min-width:768px) {
.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-form.navbar-right:last-child {
	margin-right: -15px;
}
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-nav.pull-right>li>.dropdown-menu, .navbar-nav>li>.dropdown-menu.pull-right {
	left: auto;
	right: 0;
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width:768px) {
.navbar-text {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
.navbar-text.navbar-right:last-child {
	margin-right: 0;
}
}
.navbar-default {
	/* [disabled]-webkit-box-sizing: content-box;
*/
	/* [disabled]-moz-box-sizing: content-box;
*/
	/* [disabled]box-sizing: content-box;
*/
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.navbar-default .navbar-brand {
	color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #e6e6e6;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777777;
}
.navbar-default .navbar-nav>li>a {
	color: #ffffff;
}
/*nav bar hover stuff */
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.60);
	transition-duration: .4s;
	transition-timing-function: ease-in-out;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, /*.navbar-default .navbar-nav>.active>a:focus*/ {
 color: #ffffff;
 background-color: #ff1859;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
	color: #cccccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #cccccc;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #ff1859;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #ff1859;
	color: #ffffff;
}

@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #d9d9d9;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #ffffff;
	background-color: #ff1859;
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
	color: #cccccc;
	background-color: transparent;
}
}
.navbar-default .navbar-link {
	color: #ffffff;
}
.navbar-default .navbar-link:hover {
	color: #d9d9d9;
}
.navbar-inverse {
	background-color: #222222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #999999;
}
.navbar-inverse .navbar-nav>li>a {
	color: #999999;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #ffffff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #080808;
	color: #ffffff;
}

@media (max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
	border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #999999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #ffffff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
	color: #444444;
	background-color: transparent;
}
}
.navbar-inverse .navbar-link {
	color: #999999;
}
.navbar-inverse .navbar-link:hover {
	color: #ffffff;
}
.padded {
	padding: 24px;
}

/*contact form styling*/
@media (min-width:480px) {
.form-contact {
	/* Size and position */
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	position: relative;
	/* Font styles */
	color: #FFF;
	text-shadow: 0 2px 1px rgba(0,0,0,0.3);
	min-width: 0px;
	border: none;
	border: 0px solid;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	min-height: 460px;
}
}

@media (min-width:760px) {
.form-contact {
	/* Size and position */
	width: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	position: relative;
	/* Font styles */
	color: #FFF;
	text-shadow: 0 2px 1px rgba(0,0,0,0.3);
	min-width: 0px;
	border: none;
	border: 0px solid;
}
}
.form-contact h1 {
	font-size: 3em;
	padding-bottom: 0px;
	text-align: center;
}
.form-contact input[type=text], .form-contact input[type=password] {
	/* Size and position */
	width: 100%;
	padding: 8px 4px 8px 10px;
	margin-bottom: 15px;
	/* Styles */
	border: 0px solid #4e3043; /* Fallback */
	border: 0px solid rgba(78,48,67, 0.8);
	background: rgba(0,0,0,0.35); /*opacity of input background*/
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/* Font styles */
	color: #FFF;
	font-size: 1.5em;
}

/* Placeholder style (from http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css) */

.form-contact input::-webkit-input-placeholder {
 color: rgba(255,255,255,0.7);
 text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
 .form-contact input:-moz-placeholder {
 color: rgba(255.255, 255.5);
 text-shadow: 0 1px 0 rgba(255,255,255,0.35);
}
 .form-contact input:-ms-input-placeholder {
 color: rgba(37,21,26,0.5);
 text-shadow: 0 1px 0 rgba(255,255,255,0.35);
}
.form-contact input[type=text]:hover, .form-contact input[type=password]:hover {
	border-color: #333;
}
.form-contact input[type=text]:focus, .form-contact input[type=textarea]:focus, .form-contact input[type=password]:focus, .form-contact input[type=submit]:focus {
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.1), 0 0 0 3px rgba(255,255,255,0.15);
	outline: none;
}
/* Fallback */
.no-boxshadow .form-contact input[type=textarea]:focus, .no-boxshadow .form-contact input[type=text]:focus, .no-boxshadow .form-contact input[type=password]:focus {
	outline: 1px solid white;
}
.form-contact input[type=submit] {
	/* Size and position */
	width: 100%;
	padding: 8px 5px;
	/* Styles */
	background: #634056;
	background: -moz-linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));
	background: -ms-linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));
	background: -o-linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(99,64,86,0.5)), to(rgba(76,49,65,0.7)));
	background: -webkit-linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));
	background: linear-gradient(rgba(99,64,86,0.5), rgba(76,49,65,0.7));
	border-radius: 5px;
	border: none/*1px solid #4e3043*/;
	box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/* Font styles */
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	font-size: 1.5em;
	font-weight: bold;
}
.form-contact input[type=submit]:hover {
	box-shadow: inset 0 1px rgba(255,255,255,0.2), inset 0 20px 30px rgba(99,64,86,0.5);
}
/* Fallback */
.no-boxshadow .form-contact input[type=submit]:hover {
	background: #594642;
}
.form-contact label {
	display: none;
	padding: 0 0 5px 2px;
	cursor: pointer;
	color: #FFFFFF;
}
.form-contact label:hover ~ input {
	border-color: #333;
	border-style: none;
}
.no-placeholder .form-contact label {
	display: block;
}
.form-contact textarea {
	width: 100%;
	padding: 8px 4px 8px 10px;
	margin-bottom: 15px;
	/* Styles */
	border: 0px solid #4e3043; /* Fallback */
	border: 0px solid rgba(255,255,255, 0.8);
	background: rgba(0,0,0,0.35); /*opacity of text area background*/
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	overflow: auto;
	/* Font styles */
	color: #FFF;
	font-size: 1.5em;
}
input [type=image] {
	float: right;
	padding-right: 0px;
	position: relative !important
}
.footer_nav {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
}

@media (min-width:320px) and (max-width:480px) {
.footer_nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sb-menu li img {
	width: 100%;}
img {
	/* [disabled]width: 50%; */
	float: left;
	clear: none;
	display: block;
	/* [disabled]min-height: 50%; */
	max-width: 40%;
}
div a img {
	/* [disabled]height: auto; */
	max-width: 100%;
}
}
.footer_nav div a {
	color: #FFF;
}
.footer_nav div a:hover {
	color: #BEBEBE;
}
.pad_right {
	padding-right: 20px;
}
.meetgodhead {
	font-size: 150%;
	display: inline-block;
	margin-right: 19px;
}
.pad_left_btm {
	padding-left: 20px;
	padding-bottom: 28px;
	line-height: 171%
}
.interior80 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 42px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.socl_links {
	width: 100%;
	float: left;
}
.socl_links img {height:40px; width:40px;}
