@charset "utf-8";
.collList, .teaseList  {
	list-style: none;
	text-align: center;
}

.collList li {
	display: inline;
	margin: 15px;
}

#toys .collList li {
	display: block;
	float: left;
}
/*.sub {clear:both;}*/

.collList img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	margin-bottom: 20px;
}

.recapList img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-bottom: 20px;
}


.mythic-entry .collList img {
width: 300px;
}

.collList span {
	font-size: .85em;
	display: block;
}

p.sub {
	text-align: center;
	font-size: .7em;
}

.centered {
	text-align: center;
}

figcaption {
	text-align: center;
	font-size: .75em;
	font-style: italic;
}

/*----------------------fonts---------------------*/
@font-face {
    font-family: 'umbrageregular';
    src: url('/fonts/umbrage2-webfont.eot');
    src: url('/fonts/umbrage2-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/umbrage2-webfont.woff2') format('woff2'),
         url('/fonts/umbrage2-webfont.woff') format('woff'),
         url('/fonts/umbrage2-webfont.ttf') format('truetype'),
         url('/fonts/umbrage2-webfont.svg#umbrageregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*@font-face {
    font-family: 'umbrageregular';
    src: url('/fonts/umbrage2-webfont.eot');
         url('/fonts/umbrage2-webfont.woff2') format('woff2'),
         url('/fonts/umbrage2-webfont.woff') format('woff'),
         url('/fonts/umbrage2-webfont.ttf') format('truetype'),
         url('/fonts/umbrage2-webfont.svg#umbrageregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'bebas';
    src: url('/fonts/Bebas-Regular-webfont.eot');
    src: url('/fonts/Bebas-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Bebas-Regular-webfont.woff2') format('woff2'),
         url('/fonts/Bebas-Regular-webfont.woff') format('woff'),
         url('/fonts/Bebas-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Bebas-Regular-webfont.svg#bebas') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, header, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;	
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
	}

body {
	color:#0d214e;
	line-height:1.5;
	font-size:16px;
	font-family: Arial, sans-serif;
	font-weight:400;
	position:relative;
	}

em, i {font-style:italic;}
	
strong, b {font-weight:bold;}
	
p {
	padding:0 0 1.5em 0;
	margin:0px;	
	}

a, a img {
	text-decoration: none;	
	color: #0b2284;
	transition: all .25s linear;
	}
	
.mainContent a {
	text-decoration: underline;
}

a:hover {
	color: #33a406;
}

a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	}
	
ul {
	list-style: disc outside;
	}

ul, ol {
	margin: .25em 0 1.5em 1.25em;
	padding:0;
	}

ol li,
ul li {
	padding:0 0 .25em 0;
	}

ul li ul {
	margin: .25em 0 0 1.25em;
	list-style:circle;
	}
	
.clear {
	display:block;
	clear:both;
	}

.left {
	float: left;
	margin: 0 20px 20px 0;	
	}

.right {
	float: right;
	margin: 0 0 20px 20px;	
	}
	
h1 {
    position: absolute;
    bottom: 20px;
    font-weight: normal;
    font-size: .625em;
    width: 100%;
	color:#fff;
	}
	
h1 span {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 5%;
    display: block;
	}
	
h1 span:before {
    content: "This page is about: ";
    display: inline;
	}
	
h2 {
	font-size:1.75em;
	font-weight:300;
	padding:0;
	margin:0 0 .25em 0;
	}
	
.container {
    padding:0;
	width:90%;
	max-width: 1440px;
    margin: 0 auto;
	}
	
.fit {
	width: 98%;
	margin: 0 auto;
}

.sixty {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.fifty {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.forty {
	width: 40%;
	margin: 0 auto;
	text-align: center;
}

.thirty {
	width: 30%;
	margin: 0 auto;
	text-align: center;
}

.thirty-pad {
	width: 30%;
	margin: 0 0 30px 30px;
	text-align: center;
}

.thirty-pad-left {
	width: 30%;
	margin: 0 30px 30px 0;
	text-align: center;
}

img.center {
	width: 85%;
	max-width: 500px;
	margin: 0 auto;
}

p.small {
	font-size: .7em;
}

img.round {
	float: right;
	border-radius: 50%;
	padding: 0 4px 10px 10px;
}
	
/*----------------------------------------header-----------------------------------*/

header {
    padding:10px 0px 20px 0px;
	}

header .container {
    position: relative;
	z-index: 1000;
	}

.logo {
	width: 350px;
    height: 127px;
    margin: 50px auto 0 auto;
	padding:0px;
	}
	
.logo a {
	width: 350px;
	height: 127px;
	text-indent: -9999px;
	display: block;
	background: url(/images/logo.png) no-repeat;
}


/*----------nav------------*/
/* thanks to MenuMenu - http://www.meanthemes.com/demo/meanmenu/demo.html */

header nav {
	position: absolute;
	right: -70px;
	top: 40px;	
}

header nav ul {
	margin: 0;
	padding: .5em;
	list-style-type: none;
}


header nav a {
	color: #0a4862;
	font-family: 'umbrageregular', serif;
}

header nav .sub-menu a {
	font-family: Arial, sans-serif;
}

/*header nav a:hover {
	color: #09869d;
}*/

header nav ul li {
	display: inline;
	margin-left: 27px;
	padding:0;
	}

header nav ul li:first-child {
	margin-left: 0;
	}

header nav ul li ul {
	display: none;
	}

.has-submenu:hover {
	display: inline-block;
	}

.has-submenu:hover .sub-menu {
	display: block;	
	/*position: absolute;*/
	}

.sub-menu a {
	display: block;	
	}


/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
	}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #303032;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
	}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #303032;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	padding:0px;
}

.mean-container .mean-nav ul li a {
	font-weight:600;
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

/*-------------------------------Billboard-------------------------*/

.billboard {
	line-height:0px;
	text-align: center;
	}

.billboard img {
    width: 100%;
	}
	
.billboardMessage {
	color:#fff;
	padding:1em 5%;
	line-height:1.4;
	}
	
.homepage .billboardMessage, .billboard {background-color:#303032;}

.billboard h2 {
	font-family: 'umbrageregular', serif;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}

.morelegionspage .billboard h2, .specialprojectpages .billboard h2 {
	font-family: 'Coda', sans-serif;
	text-transform: uppercase;
}

.billboard a {
	color: #f77402;
	text-decoration: underline;
	font-siZe: 1.3em;
}

.billboard a:hover {
	color: #33a406;
}

.billboard {
	padding: 40px 0;
	background-size: cover !important;
}

.homepage .billboard {
	padding: 0;
}

.mythiccharacter .billboard, .cosmiccharacter .billboard, .specialcharacter .billboard {
	position: relative;
	padding: 0;
	min-height: 180px;
}

.mythiccharacter h2 {
	font-size: 3em;
	line-height: 1em;
}

.cosmiccharacter .billboard, .specialcharacter .billboard {
	font-size: 1.2em;
	line-height: 1em;
}

.mythiccharacter .billboardMessage, .cosmiccharacter .billboardMessage, .specialcharacter .billboardMessage {
	background-color: transparent;
	position: absolute;
	right: 30px;
	top: 35%;
}

#faKrampus .billboard {
	background: #6f2012 url("/images/billboards/krampus-bg3.jpg") no-repeat center top;
	min-height: 500px;
}

#abouthold-no-access .billboard, #faH .billboard {
	background: #01396a url("/images/figura-obscura/hh-bg.jpg") no-repeat center top;
	min-height: 500px;
}

#abouthold-no-access .billboard, #faFC .billboard {
	background: #01396a url("/images/figura-obscura/fc-bg.jpg") no-repeat center top;
	min-height: 500px;
}

#aboutHistory .billboard, #abouthistory .billboard {
	background: #1e1a10 url("/images/billboard-about.jpg") no-repeat center top;
}

#aboutstatus .billboard {
	background: #1e1a10 url("/images/billboard-status.jpg") no-repeat center top;
}

#aboutcareers .billboard {
	background: #1e1a10 url("/images/billboard-careers.jpg") no-repeat right top;
}

#abouthire .billboard {
	background: #1e1a10 url("/images/billboard-hire.jpg") no-repeat right top;
}

#contactmain .billboard {
	background: #1e1a10 url("/images/billboard-contact.jpg") no-repeat right top;
}

#communitymain .billboard {
	background: #1e1a10 url("/images/billboard-community.jpg") no-repeat left top;
}

#eventsmain .billboard, #retailersmain .billboard {
	background: #1e1a10 url("/images/billboard-events.jpg") no-repeat right top;
}
	
#morelegionsmain .billboard, .morelegionspage .billboard {
	background: #1e1a10 url("/images/legions-bg.jpg") no-repeat left center;
}

#specialprojectsmain .billboard, .specialprojectspage .billboard {
	background: #1e1a10 url("/images/billboards/billboard-special.jpg") no-repeat left center;
}


.cosmiccharacter .billboard {
	background-image: none;
}

.specialcharacter .billboard {
	background-image: none;
}

#mythicmain .billboard {
	background: #1e1a10 url("/images/billboard-mythic.jpg") no-repeat right center;
}

#gallerymain .billboard {
	background: #1e1a10 url("/images/billboard-galleries.jpg") no-repeat center top;
}

.newspage .billboard {
	background: #1e1a10 url("/images/billboard-news-cosmic.jpg") no-repeat center top;
}

#updatepage .billboard {
	background: #1e1a10 url("/images/billboard-updates.jpg") no-repeat right bottom;
}

#updatepage .billboardMessage {
	background-color: transparent;
}

.blogpage .billboard {
	background: #1e1a10 url("/images/billboard-blog-cosmic.jpg") no-repeat right top;
}

#blogeinsamall .billboard {
	background: #6e8984 url("/images/billboard-einsamall.jpg") no-repeat right top;
}

#mythicarethyr .billboard {
	background: #880606 url("/images/arethyr-banner.jpg") no-repeat right top;
}

#mythicxylona .billboard {
	background: #0c3f14 url("/images/xylona-banner.jpg") no-repeat right top;
}

#mythicstar .billboard {
	background: #6f0100 url("/images/star-banner.jpg") no-repeat right top;
}

#mythiceathyron .billboard {
	background: #7d6701 url("/images/eathyron-banner.jpg") no-repeat right top;
}

#mythicillythia .billboard {
	background: #38035d url("/images/illythia-banner.jpg") no-repeat right top;
}

#mythicbear .billboard {
	background: #4f3617 url("/images/bear-banner.jpg") no-repeat right top;
}

#mythicbassylia .billboard {
	background: #061361 url("/images/bassylia-banner.jpg") no-repeat right top;
}

#mythicnecro .billboard {
	background: #474749 url("/images/necro-banner.jpg") no-repeat right top;
}

#mythicpoxxus .billboard {
	background: #44623c url("/images/poxxus-banner.jpg") no-repeat right top;
}

#mythicleo .billboard {
	background: #700606 url("/images/leo-banner.jpg") no-repeat right top;
}

#mythicarrezius .billboard {
	background: #6d8f31 url("/images/arrezius-banner.jpg") no-repeat right center;
}

#mythicunsworn .billboard {
	background: #99cccd url("/images/unsworn-banner.jpg") no-repeat right center;
}

#mythicbeyithirr .billboard {
	background: #38620c url("/images/beyithirr-faction-banner.jpg") no-repeat right center;
}

#mythicchecklist .billboard {
	background: #700606 url("/images/billboard-checklist.jpg") no-repeat left top;
}

#mythicarmory .billboard {
	background: #700606 url("/images/billboard-armory.jpg") no-repeat center top;
}

#faMain .billboard {
	background: #0b2933 url("/images/billboards/figura-banner-logo.jpg") no-repeat center top;
}

#faMay23 .billboard {
	background: #6b9d68 url("/images/figura-obscura/mk-bg.jpg") no-repeat left top;
}

#faSep23 .billboard {
	background: #870000 url("/images/figura-obscura/rd-bg.jpg") no-repeat left top;
}

#foDec23 .billboard {
	background: #1c4d9a url("/images/figura-obscura/mar-bg.jpg") no-repeat left top;
}
#foDec23-main .billboard {
	background: #1c4d9a url("/images/figura-obscura/mar-bg22.jpg") no-repeat left top;
}

#foMay24 .billboard {
	background: #5f3f07 url("/images/figura-obscura/fogods-bg.jpg") no-repeat left top;
}
#foMay24-main .billboard {
	background: #5f3f07 url("/images/figura-obscura/fogods-bg22.jpg") no-repeat left top;
}

#foSept24 .billboard {
	background: #70077f url("/images/figura-obscura/fo-frsept24-bg.jpg") no-repeat left top;
}

.foSep24-main {
	background: #70077f url("/images/figura-obscura/fo-frsept24-bg.jpg") no-repeat left top;
}

.foNov24-main {
	background: #898c57 url("/images/figura-obscura/fonov24-bg.jpg") no-repeat left top;
}

#faMain .foApr25-main {
	background: #8c1405 url("/images/figura-obscura/ga-bg.jpg") no-repeat center top;
}

#faMain .foApr25-main a {
	color: #10f436;
}

#faMain .foApr25-main a:hover {
	color: #10f4ec;
}

#faNov24 .billboard {
	background: #870000 url("/images/figura-obscura/fonov24-bg.jpg") no-repeat left top;
}

#faApr25 .billboard {
	background: #8c1405 url("/images/figura-obscura/ga-bg.jpg") no-repeat center top;
}

/*-----------------------------------------------------------------*/

main {
	width:90%;
	margin:0 auto;
	padding:1.5em 0;
	}
	
.homepage main section, .contactpage main section {
	margin:0 0 1em 0;
	}
	
.homeNews, .homeBlog, .contactQA, .contactHire {
	border-bottom:solid 1px #999;
	}

.homeNews h3, .homeBlog h3, .homeEvents h3, .contactpage main section h3 {
		font-family: 'umbrageregular', serif;
		font-size: 2em;
}

.homeNews h4, .homeBlog h4, .homeEvents h4 {
	font-weight: bold;
	font-size: 1.5em;
	
}

.homeNews img, .homeBlog img {
	width: 100%;
}

.date-box p {
	padding: 20px;
}

.date-box .day {
	display: block;
}
	
.homeMythic {
	color: #FFF;
	background: #2e2d2b url("/images/mythic-bg.jpg") no-repeat center top;
	background-size: cover;
	padding: 40px 20px;
	}

.homeLegions {
	color: #FFF;
	background: #2e2d2b url("/images/legions-bg.jpg") no-repeat center top;
	background-size: cover;
	padding: 40px 20px;
	padding: 40px 20px;
}

.homeObscura, #faMain .foKrampus, #faMain .foSecret, .foSanta, .foMay23, .foSep23, .foDec23, .foDec23-main, .foMay24, .foMay24-main, .foSep24-main, .foNov24-main, .foApr25-main {
	color: #FFF;
	background: #0a3761 url("/images/obscura-bg.jpg") no-repeat center top;
	background-size: cover;
	padding: 40px 20px;
	}
	
	
#faMain .foKrampus {
	background: #622014 url("/images/billboards/krampus-bg3.jpg") no-repeat center top;
	background-size: cover;
	padding: 40px 20px;
	min-height: 500px;
}

#faMain .foSecret {
	background: #3a658b url("/images/figura-obscura/hh-bg.jpg") no-repeat center top;
	background-size: cover;
	padding: 40px 20px;	
	min-height: 500px;
}

#faMain .foSanta {
	background: #690c07 url("/images/figura-obscura/fc-bg.jpg") no-repeat center top;
	background-size: cover;
	padding: 40px 20px;	
	min-height: 500px;
}

#faMain .foMay23 {
	background: #640f14 url("/images/figura-obscura/mk-bg.jpg") no-repeat center top;
	background-size: cover;
	padding: 40px 20px;	
	min-height: 500px;
}

#faMain .foSep23 {
	background: #78a36e url("/images/figura-obscura/rd-bg.jpg") no-repeat center top;
	background-size: cover;
	padding: 40px 20px;	
	min-height: 500px;
}

#faMain .foDec23-main {
	background: #1850a3 url("/images/figura-obscura/mar-bg22.jpg") no-repeat center top;
	background-size: cover;
	padding: 40px 20px;	
	min-height: 500px;
}

#faMain .foMay24-main {
	background: #5f3f07 url("/images/figura-obscura/fogods-bg22.jpg") no-repeat center top;
	background-size: cover;
	padding: 40px 20px;	
	min-height: 500px;
}

#faMain .foSep24-main {
	background: #5f3f07 url("/images/figura-obscura/fo-frsept24-bg.jpg") no-repeat center top;
	background-size: cover;
	padding: 40px 20px;	
	min-height: 500px;
}

#faMain .foNov24-main {
	background: #898057 url("/images/figura-obscura/fonov24-bg.jpg") no-repeat center top;
	background-size: cover;
	padding: 40px 20px;	
	min-height: 500px;
}


.homepage .homeMythic h3, .homepage .homeObscura h3, #faMain .foKrampus h3, #faMain .foSecret h3, .foSanta h3, .foMay23 h3, .foSep23 h3, .foDec23-main h3, .foMay24 h3, .foMay24-main h3, .foSep24-main h3, .foNov24-main h3, .foApr25-main h3 {
	font-family: 'umbrageregular', serif;
	font-size: 2.8em;
	font-weight: normal;
}

.homepage .homeLegions h3 {
	font-family: 'Coda', sans-serif;
	font-size: 2.8em;
	font-weight: normal;
}

.homeLegions a {
	color: #473409;
}

.homeLegions a:hover {
	color: #5ac809;
}
	
.homeMythic a {color:#f3fc04;}
	
.homeObscura a, #faMain .foSecret a, .foSanta a, .foMay23 a, .foSpet24 a {
	color: #25d4e9;
}

.foSep23 a {
	color: #f70311;
}

.foSep23 a:hover {
	color: #000;
}

.foDec23 a, .foDec23-main a, .foMay24 a, .foMay24-main a, .foSep24-main a {
	color: #dcf50c;
}

.foDec23 a:hover, .foDec23-main a:hover, foMay24 a:hover, .foMay24-main a:hover, .foSep24-main a:hover {
	color: #0ce2f5;
}

#faMain .foKrampus a {
color: #afb1b3;
}
	
.homeMythic a:hover {
	color: #33a406;
}

.homeObscura a:hover, #faMain .foKrampus a:hover, #faMain .foSecret a:hover, .foSanta a:hover, .foMay23 a:hover {
	color: #f80723;
}

.homeMythic .container, .homeLegions .container, .homeObscura .container {
	position:relative;
	padding: 1em 0 2em 0;
	width:90%;
	}
	
.homeObscura .container, .homeLegions .container {
	padding-bottom: 200px;
}
	

main h3 {
	font-size: 1.5em;
	font-family: 'umbrageregular', serif;
}

.morelegionspage main h3 {
	font-family: 'Coda', sans-serif;
}

main h4 {
		font-family: 'umbrageregular', serif;
	font-size: 1.3em;
}

.mainContent .container {
	width: 94%;
	margin: 0 auto;
	max-width: 1000px;
}

.eventsTeaser {
	margin-bottom: 40px;
	clear: both;
	
}

#retailersmain .eventsTeaser {
	float: left;
}

#retailersmain .eventsTeaser dt {
	font-size: 1em;
}

#retailersmain .eventsTeaser img {
	padding-bottom: 50px;
}

#retailersmain h4 {
clear: both;
}

.retailer-logo {
	width: 80%;
	max-width: 200px;
}


.eventsTeaser img {
	float: left;
	padding: 0 20px 40px 0;
	width: 40%;
	max-width: 384px;
}

.homepage .eventsTeaser img {
	float: right;
	padding: 0 0 40px 20px;
}

.homepage .eventsTeaser dl {
	padding-bottom: 20px;
}

.eventsTeaser dt {
	font-weight: bold;
	font-size: 1.3em;
}

.faction-list {
	list-style: none;
}

.faction-list li {
	width: 44%;
	float: left;
	text-align: center;
	padding: 0 3% 20px 3%;
	min-height: 230px;
}

.faction-list img {
	display: block;
	width: 100%;
}

.faction-box {
	text-align: center;
	padding-top: 30px;
}

#mythic-main h3 {
	clear: left;
}

.updateEntry {
	margin-bottom: 60px;
}

.updateEntry a {
	color: #000;
}

.updateEntry a:hover {
	color: #33a406;
}

.updateEntry img {
	margin-bottom: 12px;
}

.updateEntry strong {
	font-size: 1.3em;
}

.two-pics {
	width: 80%;
	margin: 0 auto;
}

.two-pics figure {
	width: 45%;
	margin: 0 5% 30px 0;
	float: left;
}

.two-pics img {
	width: 100%;
}

.faction figure {
	float: left;
	margin: 0 30px 0 0;
}

.faction {
	clear: left;
	width: 100%;
	float: left;
	margin-bottom: 40px;
	font-size: 1.5em;
}

.character-list {
	list-style: none;
	float: left;
}

.character-list li {
	float: left;
	text-align: center;
	margin: 0 10px 20px 10px;
	font-size: 1.2em;
	line-height: 1.1em;
	width: 200px;
	min-height: 250px;
}

.character-list img {
	width: 200px;
}

.release-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.release-list li {
	margin-bottom: 10px;
	padding: 0;
}

#mythicchecklist .character-list li, 
#mythicarmory .character-list li,
#mythicparts .character-list li {
	font-size: 1em;
	line-height: 1em;
	width: 100px;
	min-height: 170px;
}

#mythicchecklist .character-list img,
#mythicarmory .character-list img,
#mythicparts .character-list img {
	width: 100px;
}

.weapon-image img {
	width: 100%;
}

.weapon-image {
	width: 40%;
	max-width: 350px;
	margin: 0 30px;
	float: left;
}

.retailerCol {
	width: 95%;
	margin: 0 4% 0 0;
}
	
footer {
	background-color:#4c4c4c;
	color:#fff;
	padding:2em 0;
	clear: both;
	}
	
footer ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
footer h4 {
	font-size:1.5em;
	padding:0px;
	margin:0 0 .5em 0;
	font-weight:300;
	}
	
footer nav a {
	color:#fff;
	font-size: .7em;
}

footer a {
	color: #fff;
}

footernav  a:hover {color:#0095da;}
	
.social li {
    display: inline;
    margin: 0 10px 0 0;
	}
	
.social li a {
    height: 58px;
    width: 58px;
    text-indent: -9999px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top;
	}
	
.fb a {background-image: url(/images/icon-fb.png);}
.ig a {background-image: url(/images/icon-ig.png);}
.yt a {background-image: url(/images/icon-yt.png);}
	
.copyright {
	background-color:#2a2929;
	color:#fff;
	font-size:.75em;
	padding:20px 0 50px 0;
	}
	
.contactpage input {
display: block;
margin: 0 auto 20px auto;
}

#contactnewsletter main {
	text-align: center;
}

#contactForm {
	text-align: center;
}
	
/*------------------------------------------------------------------------*/	
/*-----------------------------media queries------------------------------*/
/*------------------------------------------------------------------------*/

/*---------------------------------- 480 + --------------------------------------*/	
@media screen and (min-width: 30em) { /*480 and up*/

.billboard {
	position:relative;
	margin-top: -70px;
	}

.billboardWrap {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	}
	
.billboardInner {
    display: table;
    width: 100%;
    height: 100%;
	}

	
	header nav li a:hover {
		color: #b32a30;
	}
	
	aside {
	width: 250px;
	float: right;
	margin: 0 10px 10px 30px;
	border-radius: 25px;
	padding: 24px;
	background-color: #eae7e7;
	}

}

/*---------------------------------- 640 + --------------------------------------*/	
@media screen and (min-width: 40em) { /*640 and up*/

.billboardInner {
	width:90%;
    display: block;
    height: auto;
	margin:0 auto;
	max-width:1400px;
	}
	
	.faction-list li {
	width: 29%;
	padding: 0 2% 20px 2%;
		min-height: 230px;
}
	

}

/*---------------------------------- 768 + --------------------------------------*/	
@media screen and (min-width: 48em) { /* 768 and up */

header {
	padding:5px 0 60px 0;
	}

	
.textOffset {padding-right:30%;}

main,
.container,	
.homeMythic .container,
	.homeLegions .container,
	.homeObscura .container {width:94%;}
	
h1 span {padding: 0 3%;}

	


	
header nav {
	right: 0;
	left:0;
	top: 70px;	
	text-align:center;
	background-color: rgba(255,255,255,0.5);
	}
	
header nav ul li,
header nav ul li ul,
header nav ul li ul li {
	padding:0px;
	margin:0;
	}

.has-submenu:hover .sub-menu {
	position: absolute;
	margin-left: 0px;
	width: 200px;
	border:solid 4px #0095da;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	z-index: 9999;
	background-color: rgba(255,255,255,.95);
	text-align:left;
	}

.has-submenu:hover .last {
	margin-left: -180px;
	}

.sub-menu a {
	padding: 6px;
	font-size:14px;
	border-bottom:solid 1px #d9d9d9;
	}

.sub-menu a:hover {
	background-color: #e2e2e2 !important;
	}
	
	header nav ul li {
    display: inline;
    margin-left: .85em;
	}
	
.billboardMessage {
	padding: 1em 10%;
	}
	
.mythiccharacter h2 {
	font-size: 5em;
}	
	
footer {
	position: relative;
	}
	
.footerNav {
	position: absolute;
	top: 40px;
	right: 20px;
	margin-left: 300px;
	}
	
	.footerNav li {
		display: inline;
		padding-right: 20px;
	}
	
.social {width:33%;}
	
.social li.li {margin:0;}
	
		.faction-list li {
	width: 23%;
	padding: 0 2% 20px 2%;
		min-height: 230px;
}

}

/*---------------------------------- 960 + --------------------------------------*/	
@media screen and (min-width: 60em) { /* 960 and up */

main {
	display:table;
	padding: 1.5em 0 3em 0;
	}
	
	
.logo {
    margin: 0 auto;
	padding-bottom: 20px;
	}
	
header nav {
	top: 70px;	
	background-color: none;
	}	
	
colWrap {display:table-row;}
	
.homepage main section, .contactpage main section {
	display:table-cell;
	height:100%;
	width:28%;
	padding: 0 2% 0 2%;
	border-bottom:none;
	}
	
.homeNews, .contactQA {
	/*padding:0 4% 0 0;*/
	border-right:solid 1px #999;
	}

.homeBlog, .contactHire {
	/*padding:0 4%;*/
	border-right:solid 1px #999;
	}
	
.homeEvents, .contactGeneral {
	padding:0 0 0 4%;
	}
	
	
h2 {
    font-size: 2em;
	}
	
.homeMythic h3, .homeLegions h3, .contactpage section h3 {font-size:1.5em;}
	
.homeMythic p, .homeLegions p, .homeObscura p, .foKrampus p, .foSecret p {font-size:1.25em;}
	
footer h4 {
    font-size: 1.75em;
	}
	
.faction-list li {
	width: 18%;
	padding: 0 1% 20px 1%;
		min-height: 230px;
}

.character-stats {
	width: 40%;
	float: left;
	margin-bottom: 60px;
}

.character-bio {
	width: 55%;
	float: right;
	margin-bottom: 60px;
}

.character-gallery {
	clear: both;
	text-align: center;
}

.updateEntry dt {
	width: 390px;
	float: left;
}

.updateEntry dd {
	padding-left: 400px;
}

.updateEntry {
	clear: both;
	margin-bottom: 40px;
	float: left;
}

.retailerCol {
	width: 45%;
	float:left;
	margin: 0 4% 0 0;
}

}

/*---------------------------------- 1024 + --------------------------------------*/	
@media screen and (min-width: 64em) { /* 1024 and up */

.logo {margin:0;}
	

	
header {
    padding: 5px 0 40px 0;
	}
	
header nav {
	text-align:right;
	top:60px;
	z-index:1;	
	background-color: inherit;
	}
	
	.mythiccharacter h2 {
	font-size: 6em;
}

.cosmiccharacter .billboard, .specialcharacter .billboard {
	font-size: 2em;
}


}

/*---------------------------------- 1216 + --------------------------------------*/	
@media screen and (min-width: 76em) { /* 1216 and up */

.logo {
	margin:0;
	width:350px;
	height:127px;
	}
	
.logo a {
	width: 350px;
	height: 127px;
	}
	
header {
    padding: 5px 0 20px 0;
	}
	
header nav {
	top: 40px;
			margin-left: 350px;
	}
	
header nav a {font-size:1em;}
	
	
h2 {
    font-size: 2.5em;
	}
	
.billboardMessage {
	padding: 1em 15%;
}


}

/*---------------------------------- 1360 + --------------------------------------*/	
@media screen and (min-width: 85em) { /* 1360 and up */

h2 {
    font-size: 2.75em;
	}

header nav a {
    font-size: 1.15em;
	}
	
header nav {
	top: 35px;
	}
	
header nav ul li {
    margin-left: 1.10em;
	}
}

/*---------------------------------- 1536 + --------------------------------------*/	
@media screen and (min-width: 96em) { /* 1536 and up */


header nav a {
    font-size: 1.25em;
	}

	
header nav ul li {
    margin-left: 1.20em;
	}
