html.short-page-fix {
	height: 100%;
}
html.short-page-fix body {
	height: 100%;
}


body {
	color: #fff;
}

/* MAIN BG
- - - - - - - - - - - - - - - - - - */
body.main-bg-cover {
	background: black url(../img/main-bg.jpg) no-repeat center;
	background-size: cover;
}
body.main-bg-split {
	
	/* bg for older browsers */
	background: black url(../img/main-bg-top.jpg) no-repeat center top;
	
	/* bg for modern browsers */
	background:       url(../img/main-bg-botright.jpg) no-repeat right bottom,
	            black url(../img/main-bg-top.jpg) no-repeat center top;
	
}

/* NAVBAR
- - - - - - - - - - - - - - - - - - */
.navbar .logo {
	display: block;
	width: 118px;
	padding-top: 15px;
	padding-left: 15px;
}

/* hamburger button */
.navbar-toggle {
	border-radius: 0;
}
.navbar-toggle:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.navbar-toggle .icon-bar {
	background: white;
}

.navbar-nav {
	padding-top: 15px;
}
.navbar-nav li {
	text-align: center;
}
.navbar-nav li a {
	color: white;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 18px;
	padding: 10px;
}
.navbar-nav li a.active,
.navbar-nav li a:hover {
	color: #0284A6;
	background: transparent;
}

ul.salelist {
	list-style:none;
	list-style-type:none;
	border-top:1px solid #bcbcbc;
	border-bottom:1px solid #bcbcbc;
	margin:30px 0;
	padding:10px 0;
	height:80px;
}
ul.salelist li {
	float:left;
	margin-right:10px;
}
ul.salelist li a {
	width:60px; 
	height:60px;
	display:block;
}
ul.salelist li a.ama {
	background:url(../img/ama_btn.jpg) no-repeat top left;
}
ul.salelist li a.bnn {
	background:url(../img/bnn_btn.jpg) no-repeat top left;
}
ul.salelist li a.itu {
	background:url(../img/itu_btn.jpg) no-repeat top left;
}
ul.salelist li a.kob {
	background:url(../img/kob_btn.jpg) no-repeat top left;
}

@media (min-width: 768px) {
	.navbar .logo {
		width: 135px;
	}
	.navbar-nav {
		padding-top: 28px;
	}
	.navbar-nav li a {
		font-size: 17px;
	}
}

@media (min-width: 1000px) {
	.navbar {
		margin-bottom: 100px;
	}
	.navbar .logo {
		width: 188px;
		padding-top: 40px;
		padding-left: 0;
	}
	.navbar-nav {
		padding-top: 70px;
	}
	.navbar-nav li a {
		font-size: 20px;
		padding: 14px;
	}
}

/* FOOTER
- - - - - - - - - - - - - - - - - - */
footer {
	text-align: center;
	padding: 115px 0 90px;
}
footer ul {
	list-style: none;
	padding-left: 0;
}
footer li {
	display: inline-block;
}
footer li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: inherit;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
}
footer li a:hover {
	color: inherit;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.2);
}
footer .copyright {
	font-family: 'Droid Serif', 'Times New Roman', Times, serif;
	font-size: 14px;
}

/* HOME MAIN SECTION
- - - - - - - - - - - - - - - - - - */
section.home-main {
	text-align: center;
}
section.home-main h2 {
	color: #477e96;
	font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
	font-size: 18px;
	margin-bottom: 0;
}
section.home-main h3 {
	font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
	font-size: 22px;
	margin-top: 0;
}
section.home-main .book-ellipsis {
	background-image: -webkit-radial-gradient(80% center, circle closest-side, #477e96, transparent);
}
section.home-main .divider {
	height: 2px;
	margin: 0 auto;
	padding: 36px 0;
	background: url(../img/divider.png) no-repeat center;
}
section.home-main .btn-order {
	width: 300px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 73px;
	margin-bottom: 40px; /* for mobile */
	padding: 0;
	border-radius: 0;
	border: none;
	background-color: #0284A6;
	color:#fff;
}
section.home-main .btn-order:hover {
	color: #0284A6;
	background-color: #fff;
}

@media (min-width: 768px) {
	section.home-main h2 {
		font-size: 22px;
	}
	section.home-main h3 {
		font-size: 28px;
		color:#fff;
	}
}

/* STORY HEADER/BODY SECTION
- - - - - - - - - - - - - - - - - - */
.content-header {
	text-align: center;
	padding-bottom: 40px;
	background: url(../img/paper-bg-top.png) repeat-x center bottom;
}
.content-header h1 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

@media (min-width: 768px) {
	.content-header {
		text-align: left;
	}
}

.content-body {
	color: black;
	position: relative;
	margin-bottom: 10px; /* compensates for torn paper bottom height */
	padding-top: 45px;
	padding-bottom: 100px;
	background: white url(../img/paper-bg-middle.jpg) no-repeat right top;
}
.content-body:after {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: -10px;
	background: url(../img/paper-bg-bottom.png) repeat-x center bottom;
}
.content-body h2 {
	color: #0284a6;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 32px;
	text-transform:uppercase;
	padding-top: 40px;
	margin-top:0;
}
.content-body h2:first-child {
	padding-top:15px;
}
.content-body h3 {
	font-family: 'Droid Serif', 'Times New Roman', Times, serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 20px;
}

.content-body h4 {
	font-size: 18px;
}
.content-body p {
	font-family: 'Droid Serif', 'Times New Roman', Times, serif;
	font-size: 13px;
	line-height: 24px;
}
.content-body blockquote {
	quotes: "“" "”" "‘" "’";
	color: #0284a6;
	font-family: "proxima-nova-alt",sans-serif;
	font-size: 25px;
	line-height: 1.2;
	margin: 0 5%;
	padding: 20px 0;
	border-left: none;
}
.content-body blockquote:before {
	content: open-quote;
}
.content-body blockquote:after {
	content: close-quote;
}

.content-body .internal-nav {
	margin-top: 16px;
	margin-bottom: 60px;
}
/* 'fixed' class toggles with javacript */
.content-body .internal-nav.fixed {
	position: fixed;
	top: 45px; /* should be set equal to '.content-body' padding-top for a seemless experience */
}
.content-body .internal-nav ul {
	list-style: none;
	padding-left: 0;
}
.content-body .internal-nav ul {
	line-height: 1.4;
}
.content-body .internal-nav a {
	color: #0284a6;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
}
.content-body .internal-nav a:hover {
	color: #070d13;
	text-decoration: none;
}

.content-body a.contact {
	font-size: 18px;
}

.content-body #characterList {
	margin-top:20px;
}
.content-body #characterList h4 {
	color: #0284a6;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	padding-top: 10px;
	margin-top: 0;
}
.content-body #characterList p {
	font-family: 'Droid Serif', 'Times New Roman', Times, serif;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px
}
.content-body #characterList p>strong {
	font-size: 14px;
	text-transform: uppercase;
}


.btn-blue{
    font-family: 'Montserrat', sans-serif; padding:20px 40px; background-color: #0284a6; color:#fff; font-size:2em; border:0; text-transform: uppercase; border-radius:0;
}

.form-control{
    border-radius: 0;
    padding-top:15px;
    padding-bottom:15px;
    height: 50px;
    font-family: 'Droid Serif', 'Times New Roman', Times, serif;
}

.form-control:focus {
    border-color: #0284a6;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-header{
    border-bottom: 0;
    margin-bottom: 100px;
}

legend {
    margin-bottom:20px;
    border-bottom:0;
    font-family: 'Droid Serif', 'Times New Roman', Times, serif;
    font-size:1.7em;
    font-weight: bold;
}

label{
    font-family: 'Droid Serif', 'Times New Roman', Times, serif;
    font-weight: normal;
    font-size: 1.1em;
}

fieldset{
    margin-bottom: 20px;
}

