.navbar {
	border:0px;
}

.navbar-default .container-fluid {
	padding-left: 0;
}

.navbar-default {
	background-image:none;
	background-color:rgb(42, 109, 180);
	padding-bottom:15px;
	border-radius:0px;
	box-shadow:0px 2px 5px #888888;
	position:fixed;
	width:100%;
}

.navbar.navbar-default .navbar-brand {
	margin: 0;
	padding: 0;
}

.navbar-brand img {
	max-width: 12em;
}

.navbar-default .btn-default {
	margin-top: 15px;
}

.btn-default {
	background-image:none;
	background-color:rgb(11, 81, 156);
	color:white;
	text-shadow:none;
	margin-right:15px;
	padding:10px 15px;
	border-radius:4px;
	border: none;
}

.btn-default:hover {
	background-color:rgb(20, 90, 160);
	color:white;
}

.intro {
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1000;
	margin-left: 0px;
	margin-right: 0px;
}

.intro .intro-body {
		display: table-cell;
		vertical-align: middle;
}

.intro .intro-body .brand-heading {
		font-size: 40px;
}

.intro .intro-body .intro-text {
		font-size: 18px;
}

@media(min-width:767px) {
		.intro {
				height: 100%;
				padding: 0;
		}

		.intro .intro-body .brand-heading {
				font-size: 100px;
		}

		.intro .intro-body .intro-text {
				font-size: 25px;
		}
}

body {
	text-align: center;
	background-color: #efefef;
}

.loker {
	display: inline-block;
	background: #ddd;
	box-shadow: 2px 2px 0 #aaa;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
}

.site-wrapper {
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;

}
.site-wrapper-inner {
	display: table-cell;
	vertical-align: top;
}
.cover-container {
	margin-right: auto;
	margin-left: auto;
}

/* Padding for spacing */
.inner {
	margin-top:100px;
}


/*
 * Header
 */
.masthead-brand {
	margin-top: 10px;
	margin-bottom: 10px;
}

.masthead-nav > li {
	display: inline-block;
}
.masthead-nav > li + li {
	margin-left: 20px;
}
.masthead-nav > li > a {
	padding-right: 0;
	padding-left: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000; /* IE8 proofing */
	color: rgba(0,0,0,.25);
	border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
	background-color: transparent;
	border-bottom-color: #fff;
	border-bottom-color: rgba(0,0,0,.5);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
	color: #000;
	border-bottom-color: #000;
}

@media (min-width: 768px) {
	.masthead-brand {
		float: left;
	}
	.masthead-nav {
		float: right;
	}
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
	/* Pull out the header and footer */
	.masthead {
		position: fixed;
		top: 0;
	}
	.mastfoot {
		position: fixed;
		bottom: 0;
	}
	/* Start the vertical centering */
	.site-wrapper-inner {
		vertical-align: middle;
	}
	/* Handle the widths */
	.masthead,
	.mastfoot,
	.cover-container {
		width: 100%; /* Must be percentage or pixels for horizontal alignment */
	}
}

@media (min-width: 992px) {
	.masthead,
	.mastfoot,
	.cover-container {
		width: 700px;
	}
}

footer {
	margin-top: 2em;
	background: #0c345d;
	color: white;
	font-size: 1.2em;
	padding-top: 1.5em;
	padding-bottom: 1em;
	bottom: 0;
	position: absolute;
	width: 100%;
}

footer a, footer a:hover {
	color: white;
}
