@charset "utf-8";
/* CSS Document */


/* General */
html {
}

html, body {
	margin: 0;
 	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	width: 100%;
	height: 100%;
	background-color: black;
}

body {
	padding: 0px;
}

a {
 color: #4173ef;
 text-decoration: none;	
}

a:hover {
 text-decoration: underline;
}

.clear {
	clear: both;
}

.airbox {
	margin-bottom: 30px;
}

.betterCopyright {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 2px;
	font-size: 14px;
}

.pageheader {
	color: #4f5e83;
}

/* So we don't get borders on linked images */
img {
	border: none;
}

.blockCenter {
	display: block;
	margin: auto;
}

.bodytext {
		font-family: Catamaran, Tahoma, Geneva, sans-serif;
		font-size: 1.2em;
}

.small-words {
	font-size: 0.7em;
	margin-top: -5px;
}

/* Used on pages that have a toggle box */
.hiddenBox {
	display: none;
}



/* Top Contact Bar */

#contact-bar {
	background-color: black;
	min-height: 40px;
	text-align: right;
	max-width: 1024px;
	margin: auto;
}

#mc_embed_signup {
	position: relative;
	top: 8px;
	padding-right: 10px;
	display: inline-block;
}

#mce-EMAIL {
	color: white;
}

#mc_embed_signup  label {
	color: #a5a5a5;
	font-size: 0.8em;
	font-weight: 400;
	font-family: Catamaran, Tahoma, Geneva, sans-serif;
}

#mc_embed_signup  input[type=email] {
	background-color: #4a4a4a;
	border: 1px solid #6a6a6a;
	font-size: 0.8em;
	padding-left: 3px;
}

#mc_embed_signup  input[type=submit] {
	background-color: #828282;
	font-size: 0.8em;
	color: white;
	border-radius: 0px;
	border: none;
	height: 19px;
	transition: background-color 0.5s ease;
}

#mc_embed_signup  input[type=submit]:hover {
	background-color: #afafaf;
	color: white;
	text-decoration: none;
}

.viewcart {
	background-color: #828282;
	font-size: 0.8em;
	color: white;
	border-radius: 0px;
	border: none;
	padding: 2px 5px;
	margin-left: 0px;
	position: relative;
	height: 19px;
	display: inline-block;
	top: 8px;
	text-decoration: none;
	margin-right: 10px;
	transition: background-color 0.5s ease;
}

.viewcart:hover {
	background-color: #afafaf;
	color: white;
	text-decoration: none;
}

@media screen and (max-width: 490px), only screen and (max-device-width: 460px) {
	
	#contact-bar {
		height: 64px;
	}
	
	#mc_embed_signup {
		display: block;
		clear: both;
	}
}

@media screen and (max-width: 400px), only screen and (max-device-width: 400px) {
	
	
	#contact-bar {
		text-align: left;
	}
	
	#contact-bar {
		height: 85px;
	}
	
	#mc_embed_signup {
		display: block;
		padding-right: 0px;
		padding-left: 10px;
		padding-bottom: 5px;
	}
	
	#mc_embed_signup  label {
		display: block;
		clear: both;
	}
	
	.viewcart {
		margin-left: 10px;
	}
}

.book-category {
	text-align: left;
}

/*  Navbar */

#nav-bar {
	background-color: #4f5e83;
	min-height: 55px;
}

#nav-bar ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
	min-height: 55px;
}

#nav-bar li {
	background-color: #4f5e83;
	transition: background-color 0.5s ease;
	display: inline-block;
	height: 100%;
	min-height: 55px;
	padding-left: 20px;
	padding-right: 20px;
}

#nav-bar li:hover {
	background-color: #5d6d96;
}

#nav-bar li a {
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	text-decoration: none;
	font-size: 1.5em;
	position: relative;
	top: 10px;
}

#nav-bar li a:hover {
	text-decoration: none;
}

.navigation-toggle {
	color: black;
}

.navigation-toggle:hover {
	color: white;
}

@media screen and (max-width: 767px), only screen and (max-device-width: 767px) {

	#nav-bar ul {
		text-align: left;
		margin-top: 60px;
	}
	
	#nav-bar li {
		display: block;
	}
	
}


/* About Bar */

#about-bar {
	background-color: white;
}

#hex-logo {
	margin-top: 20px;
	margin-bottom: 20px;
}

#about-hex-box {
	padding: 30px 20px 20px 20px;
	font-size: 1.4em;
	color: #7e7e7e;
}

#about-bar-constraint {
	max-width: 1024px;
	margin: auto;
}

.about-toggle {
	font-size: 1.4em;
	position: relative;
	float:none;
	margin-right: auto;
	margin-left: auto;
    color: #4f5e83;
}

.about-toggle:hover {
	text-decoration: underline;
}


@media screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	.about-toggle-button-container {
		text-align: center;
	}

	#about-hex-box {
		padding-top: 0px;
	}
	
}


/* Main Content */

#main-content {
	min-height: 400px;
	background-color: white;
}

@media screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	#main-content {
		min-height: 50px;
	}

}

#main-container-holder {
	max-width: 1024px;
	margin: auto;
	font-family: Catamaran, Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
}

.main-container-holder-general, .main-container-holder-index {
	padding: 50px;
}

@media screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	
	.main-container-holder-index {
		padding: 0px 0px;
	}
		
}

.comic-others img {
	width: 100px;
	margin-bottom: 10px;
}

/* Footer */
#footer {
	background-color: black;
}

#social-bar {
	background-color: #dbdbdb;
	min-height:  140px;
	border-bottom: 4px solid #4f5e83;
	text-align: center;
}

#social-tagline {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #828282;
	font-size: 3em;
	text-align: center;
}

#social-bar ul {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

#social-bar ul li {
	display: inline;
}

#social-bar ul a {
	transition: color 0.5s ease;
	color: #828282;
	text-decoration: none;
}

#social-bar ul a:hover {
	transition: color 0.5s ease;
	color: #828282;
	text-decoration: none;
}

#social-bar ul a:hover {
	color: #4f5e83;
	text-decoration: none;
}

#site-map  {
	border-top: 5px solid #dbdbdb;
	text-align: center;
	background-color: black;
} 

#site-map ul {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;	
}

#site-map ul li {
	display: inline;
	font-family: Catamaran, Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
}

#site-map ul li a  {
	color: white;
	color: #828282;
}

#site-map ul li a:hover, #site-map ul li a:active  {
	color: white;
	text-decoration: none;
}


#site-map ul li::after { 
	margin: 0 10px;
    content: "|";
}

#site-map ul li:last-child::after {
	margin: 0 0px;
    content: "";
}

#copy-text {
	color: #828282;
	font-size: 0.8em;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 4px;
}

#jam-text  {
	color: #828282;
	font-size: 0.8em;
	margin-top: 2px;
	text-align: center;
	margin-bottom: 50px;
}

/* Store Shopping */


.qtyfield {
	width: 120px;
	margin-bottom: 12px;
}

.orderButton {
	border: none;
	background-color: transparent;
	display: block;
	background-image: url('../images/button_order_paypal.png');
	text-decoration: none;
	width: 203px;
	height: 43px;
}

.orderButton:hover {
	background-position: 0px -43px;
}

.preorderButton {
	border: none;
	background-color: transparent;
	display: block;
	background-image: url('../images/button_preorder_paypal.png');
	text-decoration: none;
	width: 203px;
	height: 43px;
}

.tb-ks-button {
	border: none;
	background-color: transparent;
	display: block;
	background-image: url('../images/button-kickstarter.png');
	text-decoration: none;
	width: 250px;
	height: 61px;
}

.tb-ks-button:hover {
	background-position: 0px -63px;
}

.preorderButton:hover {
	background-position: 0px -43px;
}


.orderButtonHex {
	border: none;
	background-color: transparent;
	display: block;
	background-image: url('../images/button_order_hex.png');
	text-decoration: none;
	width: 203px;
	height: 43px;
}

.orderButtonHex:hover {
	background-position: 0px -43px;
}

.orderButtonBitBot {
	border: none;
	background-color: transparent;
	display: block;
	background-image: url('../images/button_order_bitbot.png');
	text-decoration: none;
	width: 203px;
	height: 43px;
}

.orderButtonBitBot:hover {
	background-position: 0px -43px;
}

.orderButtonComixology {
	border: none;
	background-color: transparent;
	display: block;
	background-image: url('../images/button_comixology.png');
	text-decoration: none;
	width: 203px;
	height: 43px;
}

.orderButtonComixology:hover {
	background-position: 0px -43px;
}

.psStoreButton {
	border: none;
	background-color: transparent;
	display: block;
	background-image: url('../images/button_ps-store.png');
	text-decoration: none;
	width: 203px;
	height: 43px;
}

.psStoreButton:hover {
	background-position: 0px -43px;
}

.preorderButtonHex {
	border: none;
	background-color: transparent;
	display: block;
	background-image: url('../images/button_preorder_hex.png');
	text-decoration: none;
	width: 203px;
	height: 43px;
}

.preorderButtonHex:hover {
	background-position: 0px -43px;
}


.price {
	font-family: 'Open Sans Condensed', sans-serif;
	color: black;
	font-size: 1.4em;
	font-weight: bold;
}

.preorder {
	color: #c12668;
	font-style: italic;
}

.limted-time {
	color: red;
}

.storeDetailPageImage {
	-webkit-box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);	
	-moz-box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);
	box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);
	display: block;
	margin: auto;
	margin-bottom: 20px;
	width: 100%;
	max-width: 243px;
}


.amazonButton {
	display: block;
	background-image: url('../images/button_amazon.png');
	text-decoration: none;
	width: 203px;
	height: 43px;
}


.amazonButtonPre {
	display: block;
	background-image: url('../images/button_amazon_preorder.png');
	text-decoration: none;
	width: 203px;
	height: 43px;
}

.bnnButton {
	display: block;
	background-image: url('../images/button_bnn.png');
	text-decoration: none;
	width: 203px;
	height: 43px;
}

.bnnButtonPre {
	display: block;
	background-image: url('../images/button_bnn_preorder.png');
	text-decoration: none;
	width: 203px;
	height: 43px;
}

.comixButton {
	display: block;
	background-image: url('../images/button_comixology.png');
	text-decoration: none;
	width: 203px;
	height: 43px;
}

.comixButton:hover {
	background-position: 0px -43px;
}

.button-row {
	list-style-type: none;
    margin: 0;
    padding: 0;
	text-align: center;
}

.button-row li {
	width: 203px;
	display: inline-block;
}


.storebox {
	padding: 0px;
	text-align: center;
	width: 100%;
}

.storebox > div {
	text-align: center;
	margin: 20px;
}

.storebox img {
	display: block;
	margin-bottom: 10px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
	max-width: 243px;
}

.storebox a {
	font-size: 1.0em;
}

.storebox img:hover {
	transform: scale(1.1);
}

.storebox-text-details {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: left;
	width: 100%;
	margin: 0px;
}

.catalog-title {
	color: black;
	font-size: 1.4em;
	font-weight: bold;
}

.catalog-price {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	color: #4f5f83;
}

.read-button-row  a {
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	font-size: 1.2em;
	width: 100px;
	height: 30px;
	text-align: center;
	background-color: #a5a399;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	transition: background-color 0.5s ease;
}

.read-button-row  i {
	color: #333333;
	transition: color 0.5s ease;
}

.read-button-row  a:hover {
	background-color: #4f5e83;
	text-decoration: none;
	color: white;
}

.buy-now-button:hover i {
	color: white;
}

.buy-now-button {
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	font-size: 1.2em;
	width: 100px;
	height: 30px;
	text-align: center;
	background-color: #a5a399;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	transition: background-color 0.5s ease;
	padding-top: 2px;
	margin-top: 5px;
}

.buy-now-button  i {
	color: #333333;
	transition: color 0.5s ease;
}

.buy-now-button:hover {
	background-color: #4f5e83;
	text-decoration: none;
	color: white;
}

.buy-now-button:hover i {
	color: white;
}

.order-table {
	width: 80%;
	margin: auto;
}

.order-table td {
}

.order-table tr > td:last-child {
	text-align: right;
}

.store-radios {
	margin-left: 10px;
	padding-left: 0px;
}

.store-radios li {
	list-style: none;
	margin-left: 0;
	padding-left: 20px;
	margin-bottom: 5px;
}

.store-radios li input {
	margin-right: 0px;
	margin-left: -18px;
}

.store-radios li span {
	background-color: none;
	border-radius: 6px;
	padding: 5px;
}

.selected-radio {
	background-color: #c9d5f0;
	border-radius: 6px;
}

@media screen and (max-width: 410px), only screen and (max-device-width: 410px) {
	
	.storebox div {
		width: 100%;
		position: relative;
		left: -20px;
	}
	
	.storebox img {
		width: 100%;
	}
	
}

.size-drop-down {
	margin-bottom: 5px;
}


/* Contact Form */
.emailForm {
	width: 160px;
	margin-top: 4px;
}
	

.contactForm {
	font-size: .9em;
	/*background: url('../images/background-catalogItem.jpg');*/
	width: 100%;
	margin-bottom: 30px;
}

.formLabel {
	width: 100%;
}

.formField {
	width: 100%;
}

.textField {
	width: 100%;
	height: 150px;	
}

.formLine {
	margin-bottom: 5px;
}

.indicates-required, .asterisk {
	color: red;
}

.contactSubmitButton {
	border: 0;
	background: transparent;
}

.submitButton {
	font-family: 'Open Sans Condensed', sans-serif;
	float: right;
	color: white;
	font-size: 1.2em;
	width: 150px;
	height: 30px;
	text-align: center;
	padding: 2px 0px 4px 0px;
	position: relative;
	left: 5px;
	background-color: #a5a399;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: background-color 0.5s ease;
}

.submitButton:hover {
	background-color: #4f5e83;
	text-decoration: none;
	color: white;
}

/* Mix it up testing grounds */
#Container .mix{
	display: none;
}

.contributor-container {
	width: 100%;
	padding: 0px;
}

.contributor-container div {
	width: 100%;
	margin-bottom: 20px;
}

.jump-to-letter ul {
	padding-left: 0;
}

.jump-to-letter ul li {
	display: inline-block;
	padding-left: 10px;
	
}

.jump-to-letter ul li:first-child {
	padding-left: 0;
}

@media screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	.jump-to-letter ul li:first-child {
		display: block;
	}

	
}

/* Nightmares Unhinged Sell Sheet */

.list-quote {
	margin-bottom: 40px;
}

.list-quote-curls {
	height: 100%;
	float: left;
	width: 43px;
}

.list-quote-body {
	height: 100%;
	float: right;
	width: 860px;
	font-size: 1.2em;
	padding-top: 15px;
}

.list-quote-text-style {
}

.list-quote-attributation {
	text-align: right;
	padding-top: 20px;
	font-size: 0.8em;
	text-transform: uppercase;
}

/*news*/

.newsdate {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #8C8C8C;
}

.newsdate::after {
	content: " - ";
}

.see-more::after {
	content: "\00a0\00BB";
}

.news-image-holder {
	width: 200px;
}

.framed {
	padding: 0px;
	border: 1px solid #acacac;
	background-color: #e2e2e2;
	margin-top: 20px;
	/*-webkit-box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);	
	-moz-box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);
	box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);*/
}

@media screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	.news-image-holder {
		width: 100%;
		display: block;
	}
}

/* Publications */

.bookcover {
	/*-webkit-box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);	
	-moz-box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);
	box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);*/
}

.bookbox {
	padding: 0px;
	text-align: center;
	width: 100%;
}

.bookbox div {
	text-align: center;
	margin: 20px;
}

.book-category {
	text-align: left !important;
	border-bottom: 1px solid black;
}

.bookbox img {
	display: block;
	margin-bottom: 20px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
	max-width: 243px;
}

.bookbox a {
	font-size: 1.4em;
}

.bookbox img:hover {
	transform: scale(1.1);
}

@media screen and (max-width: 410px), only screen and (max-device-width: 410px) {
	
	.bookbox div {
		width: 100%;
		position: relative;
		left: -20px;
	}
	
	.bookbox img {
		width: 100%;
	}
	
}


/* Media (and general video controls) */
.videoEntry {
}

/* These two tags and the media query scales our YouTube videos maintaing aspect ratio when the browser gets to small. */
.youtubeEmbed {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 400px;
	max-width: 712px;
/*	max-height: 400px;*/
	margin: 20px auto;
	-webkit-box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);	
	-moz-box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);
	box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);
}

.youtubeEmbed iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}

@media screen and (max-width: 829px), only screen and (max-device-width: 829px) {
	.youtubeEmbed {
		padding-bottom: 56.17977528089888%;
	}	
}

/* Press */

.pressArchiveTable {
	margin-bottom: 20px;
}

.pressArchiveTable td {
	padding: 5px;
}

.pressArchiveTable tr td:first-child {
	font-weight: bold;
	vertical-align: top;
}

.pressHeader {
	font-size: 1.3em;
	width: 100%;
	text-align: center;
}

.pressQuote {
	font-style: italic;
	width: 80%;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 12px;
}

.pressQuoteAttribution {
	font-style: italic;
	width: 80%;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 360px), only screen and (max-device-width: 360px) {
	.pressArchiveTable td {
		display: block;
	}
	
	.pressArchiveTable tr:first-child {
			border-top: 1px solid #cacaca;
	}
	
	.pressArchiveTable tr {
		border-bottom: 1px solid #cacaca;
	}
}

/* Book Detail Page */

.bookProductPageImage {
	-webkit-box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);	
	-moz-box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);
	box-shadow: 9px 8px 10px -7px rgba(0,0,0,0.35);
	display: block;
	margin: auto;
	margin-bottom: 20px;
	width: 100%;
	max-width: 243px;
}


.list-quote-redux {
	margin: 20px 0;
	width: 100%;
}

.list-quote-redux tr td:first-child {
	vertical-align: top;
	padding-right: 12px;
	width: 55px;
}

@media screen and (max-width: 382px), only screen and (max-device-width: 382px) {
	.list-quote-redux tr td:first-child {
		display:none;
	}
}

.list-quote-curls-redux {
	height: 100%;
	float: left;
	width: 43px;
}

.list-quote-attributation-redux {
	text-align: right;
	padding-top: 8px;
	font-size: 0.8em;
	text-transform: uppercase;
}

.toc {
	background-color: #dbdbdb;
	border-radius:  5px;
	padding: 20px 20px 10px 20px;
	margin-bottom: 10px;
}

.toc-title {
	font-weight: bold;
}

.toc-list span {
	text-transform: uppercase;
}

.callout-box {
	background-color: #dbdbdb;
	border-radius:  5px;
	padding: 20px 20px 10px 20px;
	margin-bottom: 10px;
}

.callout-box-2 {
	background-color: #dbdbdb;
	border-radius:  5px;
	padding: 20px 20px 10px 20px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.pub-album-cover {
	width: 200px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

@media screen and (max-width: 510px), only screen and (max-device-width: 510px) {
	.pub-album-cover {
		width: 200px;
		float: none;
		margin-bottom: 10px;
		margin: auto;
		margin-bottom: 10px;
		display: block;
	}
}

@media screen and (max-width: 362px), only screen and (max-device-width: 362px) {
	.pub-album-cover {
		width: 100%;
	}
}

.comic-bundle-buy-it {
	width: 100px;
	margin-bottom: 10px;
	margin-right: 10px;
	display: block;
}

.track-list-button {
	color: white;
	background-color: #a5a399;
	border: 0px;
}

.track-list-button:hover, .track-list-button:active, .track-list-button:focus {
	background-color: #4f5e83;
	text-decoration: none;
	color: white;
	border: 0px;
}

/* Words */

.words-container {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.words-box {
	width: 100%;
}

.words-author {
	font-size: 1.1em;
	margin-bottom: 0px;

}

.words-details {
	font-size: 0.8em;
}

.read-button-row {
	text-align: right;
}

.read-button-row  a {
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	font-size: 1.2em;
	width: 100px;
	height: 30px;
	text-align: center;
	background-color: #a5a399;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	transition: background-color 0.5s ease;
}

.read-button-row  i {
	color: #333333;
	transition: color 0.5s ease;
}

.read-button-row  a:hover {
	background-color: #4f5e83;
	text-decoration: none;
	color: white;
}

.read-button-row  a:hover i {
	color: white;
}

.ellipsis-button {
	color: white;
	width: 20px;
	height: 20px;
	border: solid 2px a5a399;
	text-align: center;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #a5a399;
	display: inline-block;
	transition: background-color 0.5s ease;	
}

.ellipsis-button:hover {
	background-color: #4f5e83;
	text-decoration: none;
	color: white;
}

/* Story Formatting */
.story p {
	font-family: 'Gentium Basic', serif;
	/*text-indent: 2em;*/
	padding-bottom: 0px;
	margin-bottom: 15px;
}

.blog img {
	width: 100%;
    max-width: 720px;
}

.story-sub-header {
	font-family: 'Gentium Basic', serif;
	padding-bottom: 0px;
	margin-bottom: 15px;
	font-weight: bold;
}

.section-asterisk {
	text-align: center;
	margin: 14px 0px 24px 0px;
	font-weight: bold;
	font-size: 1.2em;
}

.warning {
	color: #dc1c52;
}

/* Sorting Controls */

.controls a {
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	font-size: 1.2em;
	height: 30px;
	text-align: center;
	background-color: #a5a399;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 0px 20px;
	cursor: pointer;
	margin-bottom: 10px;
	transition: background-color 0.5s ease;
}

.controls ul {
	margin-left: 0px;
	padding-left: 0px;
}

.controls li {
	list-style-type: none;
	display: inline-block;
}

.controls a:hover {
	background-color: #4f5e83;
	text-decoration: none;
	color: white;
}

@media screen and (max-width: 675px), only screen and (max-device-width: 675px) {
	.controls ul {
		text-align: center;
		padding: 0px;
		margin: auto;
		width: 100%;
	}
	
	.controls li {
		display: block;
	}
}

/* Tiny Slider CSS */
/* http://responsiveslides.com */
.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }
  
  @media screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	  .rslides_container {
	    margin-bottom: 10px;
	  }
  }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }
  
  .centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  
  .centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }
  
  .centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  padding-left: 0px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }
 
.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
  
 .award-box img {
	margin-top: 10px;
}
  
.award-box div:last-child {
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
}

@media only screen and (min-width: 991px) {
	.award-box div:last-child {
		padding-left: 30px;
		padding-top: 50px;
	}
}

@media only screen and (min-width: 991px) {
	.cyberworldpubbnntext {
		padding-left: 20px;
		position: relative;
		top: -20px;
	}
}

.order-note {
	font-size: 0.7em;
}

.interview-cover-vertical {
	max-width: 500px;
	width:100%;
	display: block;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (min-width: 555px) {
	.interview-cover-vertical {
		display: inline;
		max-width: 500px;
		width:50%;
		margin-right: 10px;
		float: left;
	}
}


@media only screen and (min-width: 1024px) {
	.interview-cover-vertical {
		max-width: 500px;
		width:100%;
	}
}

.flip-button {
	width: 120px;
	height: 20px;
	margin: auto;
	display: block;
	font-size: 0.8em;
	margin-bottom: 15px;
}

.subtitle-smaller {
	font-size: 0.75em;
}

.flip-button-pubs {
	width: 120px;
	height: 20px;
	margin: auto;
	display: block;
	font-size: 0.8em;
	margin-top: 9px;
}


#slide-in {
	position: absolute;
	margin: auto;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 90%;
	background-color: rgba(8,16,34,0.95);
	border: 1px solid #505e80;
	padding: 20px;
	z-index: 50;
	animation-name: slide-in-newsletter;
    animation-duration: 1.25s;
}

@keyframes slide-in-newsletter {
    from {top: -500px;}
    to {top: 0px;}
}

@keyframes slide-out-newsletter {
    from {top: 0px;}
    to {top: -500px;}
}

#mc_embed_signup2 {
	margin: auto;
	width: 100%;
	text-align: center;
}

#mc-embedded-subscribe2 {
	color: white;
	background-color: #505e80;
	border: none;
	display: inline-block;
	height: 31px;
	margin-left: 5px;
	transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	font-family: Catamaran, Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	padding: 0px 10px;
	text-transform: uppercase;
}

#mc-embedded-subscribe2:hover {
	background-color: white;
	color: #505e80;
}

#mce-EMAIL2 {
	background-color: #040916;
	border: 1px solid #505e80;
	padding: 4px;
	color: white;
	width: 70%;
}

#mce-EMAIL2::-webkit-input-placeholder {
	color: #505e80;
}

#mce-EMAIL2::-moz-placeholder {
	color: #505e80;
}

#mce-EMAIL2:-ms-input-placeholder {
	color: #505e80;
}

#mce-EMAIL2:-moz-placeholder {
	color: #505e80;
}


#slide-in p {
	color: white;
	font-family: Catamaran, Tahoma, Geneva, sans-serif;
	font-size: 2em;
	width: 100%;
	text-align: center;
}

#close-pop-up {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #505e80;
	transition: color 0.25s;
	-webkit-transition: color 0.25s;
}

#close-pop-up:hover {
	color: white;
}

#lastname {
	display: none;
}

#soldOutButton {
	display: none;
}

#sold-out {
	display: none;
}

.jambox {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.jambox img {
	width: 100%;
	max-width: 80px;
	display: block;
	margin-right: 10px;
}

.jambox p {
	padding-top: 20px;
}

.x-icon {
	width: 49px;
	fill: #828282;
	position: relative;
	top: 4px;
	transition: fill 0.5s;
}

.x-icon:hover {
	fill: #4f5e83;
}

