html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 0;
	margin-bottom: 200px;
	/*background: url('../img/banner.jpg') no-repeat center top transparent;*/
}

.header,
.marketing {
	padding-right: 15px;
	padding-left: 15px;
}

.header {
	border-bottom: 1px solid #e5e5e5;
}

.header h3 {
	padding-bottom: 19px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
}

.footer {
	color: #eee;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #333;
}

.footer .row {
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer > .container > .row > .col-xs-12 {
	color: silver;
	border-top: 1px solid #555;
	padding-top: 1em;
}

.footer a {
	color: #5BC0DE;
}

a.jumbo-link {
	color: #9D9D9D;
}

/* Customize container */
@media (min-width: 768px) {
	.container {
		/*max-width: 730px;*/
	}
}

.container-narrow > hr {
	margin: 30px 0;
}

#banner {
	position: absolute;
	top: 50px;
	width: 100%;
	height: 311px;
}

#banner div.banner {
	width: 100%;
	height: 100%;
	position: relative;
	background: black;
	overflow: hidden;
}

img.banner-l,
img.banner-m,
img.banner-s {
	bottom: 0;
	position: absolute;
	display: none;
	opacity: .8;
}

#welcome {
	font-family: 'PT Sans', sans-serif;
}

#welcome .jumbotron {
	text-align: left;
	background: transparent;
	padding: 0;
	margin: 0;
}

#welcome .jumbotron h1 {
	margin: 0;
}

#welcome .jumbotron {
	color: #fff;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, .7);
	height: 250px;
}

#welcome .jumbotron div {
	padding: 30px 0 0 30px;
}

.jumbotron .btn {
	font-size: 21px;
}

.marketing {
	margin: 40px 0;
}

.marketing p + h4 {
	margin-top: 28px;
}

.marketing .btn > span {
	opacity: .5;
}

.navbar {
	border-radius: 0;
}

.navbar-brand {
	padding: 0 0 0 20px;
}

.navbar-brand span {
	display: none;
}

.navbar h1 {
	color: #eee;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 2em;
}

.nav-sidebar {
	top: 20px;
}

.nav-sidebar .nav > li > a {
	display: block;
	padding: 4px 20px;
	font-size: 13px;
	font-weight: 500;
}

.nav-sidebar.affix {
	width: 263px;
}

.nav-sidebar .nav .nav > li > a {
	padding-left: 40px;
}

.nav-sidebar li.active a {
	background: #eee;
}

.nav-sidebar .nav .nav > li.active a {
	background: #ddd;
}

.nav-sidebar .back-to-top {
	border-top: 1px solid silver;
	display: block;
	padding: 4px 10px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 500;
	color: #999;
}

.jumbotron h1, .jumbotron .h1 {
	font-size: 50px;
}

.page-header:first-child {
	margin-top: .5em;
}

img.sp-lightbox {
	cursor: pointer;
}

.img-thumbnail {
	max-width: 260px;
}

pre i {
	color: darkgreen;
}

.help h2 {
	border-color: silver;
}

.help h4 {
	padding-top: .5em;
	font-style: italic;
}

.help li + li {
	padding-top: .5em;
}

.help li > ul {
	padding-top: .5em;
}

.help {
	padding-bottom: 2em;
}

.help blockquote {
	font-size: 1em;
	margin-top: 1em;
	padding-top: .5em;
}

.help blockquote ul {
	list-style-type: square;
	padding-left: 1em;
}

a[href^="mailto:"]::after {
	content: " \2709";
	font-family: "Glyphicons Halflings";
	font-size: 80%;
	margin-left: -8px;
}

.help a[href^="#"]::after {
	content: " \e095";
	font-family: "Glyphicons Halflings";
	font-size: 80%;
	margin-left: -8px;
}

.help a[href^="http"]::after {
	content: " \e135";
	font-family: "Glyphicons Halflings";
	font-size: 80%;
	margin-left: -8px;
}

.help a.local:after {
	content: "";
	margin: 0;
	font-family: inherit;
	font-size: inherit;
}

.help dt {
	padding: 10px 0 0 0;
	white-space: inherit;
}

.help .dl-horizontal dt {
	padding: 0 2px 0 0; /* "%" bug */
}

.help dl:last-child {
	margin: 0;
}

.help dl ul {
	margin-bottom: 0;
	padding-left: 1em;
	list-style-type: square;
}

.help ul.combat-log-actions {
	list-style-type: none;
	padding: 0;
}

.help dl ul li {
	padding: 0;
}

.btn-sp.active,
.btn-sp.btn.focus {
	color: #FFF;
	background-color: gray;
	border-color: #333;
}

.has-error > .btn-sp {
	border-color: #A94442;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.row.offset-top {
	margin-top: 1em;
}

.disclaimer {
	color: gray;
	padding: 1em;
	clear: both;
	font-size: 10pt;
}

.high {
	background-color: #efefef;
}

@media screen and (max-width: 768px) {

	body {
		margin-bottom: 0;
	}

	.btn-sp {
		padding-left: .55em;
		padding-right: .55em;
	}

	#class {
		display: block;
		margin-top: 1em;
	}

	img.banner-s {
		display: block !important;
		left: -550px;
	}

	#welcome .jumbotron {
		height: auto;
	}

	#welcome .jumbotron {
		padding-bottom: 25px;
	}

	#welcome .jumbotron h1 {
		font-size: 3em;
	}

	.marketing {
		padding-top: 25px;
	}

	.footer {
		position: relative;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {

	body {
		margin-bottom: 250px;
	}

	.navbar-brand {
		max-width: 170px;
	}

	.navbar h1 {
		font-size: 1.8em;
	}

	#welcome .jumbotron h1 {
		font-size: 3em;
	}

	#boss, #class {
		max-width: 125px;
	}

	img.banner-s {
		display: block !important;
		left: -550px;
	}

	.marketing h3 {
		font-size: 1.2em;
	}

	.marketing a:first-child {
		margin-bottom: 5px;
	}

	.modal-dialog {
		width: 750px;
	}
}

@media screen and (min-width: 768px) {

	#boss {
		display: block;
	}

	.header,
	.marketing,
	.footer {
		padding-right: 0;
		padding-left: 0;
	}

	.header {
		margin-bottom: 30px;
	}

	.jumbotron {
		border-bottom: 0;
	}

	.marketing a {
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

	.nav-sidebar.affix,
	.nav-sidebar.affix-top {
		width: 210px;
	}

}

@media screen and (min-width: 992px) and (max-width: 1500px) {

	img.banner-m {
		height: 311px;
		display: block !important;
	}

	.modal-dialog {
		width: 900px;
	}
}

@media screen and (min-width: 1500px) {

	img.banner-l {
		width: 100%;
		display: block !important;
	}

	.modal-dialog {
		width: 875px;
	}
}

@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/ATKpv8nLYAKUYexo8iqqrg.woff2) format('woff2');
}

@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
}

@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 400;
	src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://fonts.gstatic.com/s/ptsans/v8/PIPMHY90P7jtyjpXuZ2cLFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}

@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 700;
	src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(https://fonts.gstatic.com/s/ptsans/v8/lILlYDvubYemzYzN7GbLkOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}
