/*! Magicka 2 styles */
@font-face {
    font-family: 'Proxima';
    src: url('../fonts/proximanova-reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima';
    src: url('../fonts/proximanova-sbold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima';
    src: url('../fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima';
    src: url('../fonts/proximanova-regit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'LinBiolinum';
    src: url('../fonts/LinBiolinum_RB.woff') format('woff');
    font-weight: normal;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    min-height: 0;
}
html,
body {
	overflow-x: hidden;
	max-width: 100%;
}
body {
	background: black;
	color: #f5e87e;
	font-family: Proxima, Arial, Verdana, sans-serif;
	font-size: 16px;
	background: black url(../img/bg-page.jpg) no-repeat 50% 67px;
}
body.page-node-7 {
	background: black url(../img/bg-screenshot-2.jpg) no-repeat 50% 60px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'LinBiolinum', Arial, Sans-serif;
	font-size: 25px;
}
p, li {
	color: #fff8c9;
}
a,
a:hover,
li a.active {
	color: #dc2d28;
}
img {
	width: 100%;
}
ul {
	padding-left: 20px;
}
ul.menu {
	padding: 0;
	font-family: 'LinBiolinum', Arial, Sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	margin: 56px 0 0 0;
	float: left;
}
ul.menu li {
	display: inline-block;
	margin: 0 15px;
}
h1 {
	/*display: none;*/
	font-size: 40px;
	text-transform: uppercase;
}
#bg-video {
	width: 100%;
	overflow: hidden;
	display: none;
	float: left;
	height: 500px;
	min-height: 640px;
}
#bg-video-overlay {
	background: url(../img/bg-video-overlay.png) no-repeat 50% 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	min-height: 640px;
}
#bg-video div.wrapper {
	margin: 0;
	width: 100%;
	overflow: hidden;
	float: left;
}
#bg-video #bg-video-object {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	min-width: 102.5%;
	height: auto;
	min-height: 102.5%;
	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.page-node-7 #bg-video {
	display: block;
}
#header {
	background: url(../img/bg-header-repeater.jpg) repeat-x 0 0;
	z-index: 4;
	position: relative;
}
#header-wrapper {
	background: url(../img/bg-header-3.png) no-repeat 50% 0;
	min-height: 169px;
}
body.page-node-7 #header {
	position: absolute;
	top: 0;
	width: 100%;
}
#header ul.menu {
	z-index: 6;
}
#header a,
#block-menu-menu-social-menu a {
	color: #f5e87e;
}
#header a.active,
#header a:hover,
#block-menu-menu-social-menu a:hover {
	color: #dc2d28;
}
#logo {
	float: left;
	margin: 47px 20px 0 0;
}
#header div.region-header {
	float: left;
}
#header div.region-header h2 {
	display: none;
}
#header div.region-header ul {
	margin-left: 30px;
}
#header div.region-header li {
	margin: 6px 5px 0 0;
	padding: 0;
}
#header div.region-header li a {
	text-indent: -9999px;
	display: block;
	width: 23px;
	height: 24px;
}
#header div.region-header li a {
	background: url(../img/icon-tw.png) no-repeat 0 0;
}
#header div.region-header li.first a {
	background: url(../img/icon-fb.png) no-repeat 0 0;
}
#header div.region-header li.last a {
	background: url(../img/icon-yt.png) no-repeat 0 0;
}
#header div.region-header li a:hover {
	background: url(../img/icon-tw.png) no-repeat 0 -24px;
}
#header div.region-header li.first a:hover {
	background: url(../img/icon-fb.png) no-repeat 0 -24px;
}
#header div.region-header li.last a:hover {
	background: url(../img/icon-yt.png) no-repeat 0 -24px;
}
#secondary-menu {
	display: none;
}
#triptych-wrapper,
#main-menu {
	z-index: 5;
	position: relative;
}
#main-wrapper {
	margin-top: 60px;
}
body.page-node-7 #main-wrapper {
	margin-top: 0;
}
#triptych_first-wrapper {
	background: #000000 url(../img/bg-social-2.jpg) no-repeat 50% 0;
	min-height: 200px;
	text-align: center;
	position: relative;
	z-index: 6;
	display: none;
}
body.page-node-7 #triptych_first-wrapper {
	display: block;
}
#triptych_first-wrapper h2 {
	text-transform: uppercase;
	margin: 0 0 0 10px;
	text-align: left;
	padding: 8px 0 10px 55px;
	background: url(../img/thumbnail-twitter.jpg) no-repeat 0 0;
	display: none;
}
#triptych_first-wrapper p {
	color: #f4e785;
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'LinBiolinum', Arial, Sans-serif;
}
#triptych_middle-wrapper {
	background: #000000 url(../img/bg-triptych-middle.jpg) no-repeat 50% 0;
}
#triptych_middle-wrapper div.region-triptych-middle {
	margin: 40px 0;
	padding: 40px;
	border: 2px solid #ebd07d;
	background: #000000 url(../img/bg-features.jpg) no-repeat 50% 0;
	position: relative;
    z-index: 5;
}
#triptych_middle-wrapper h2 {
	display: none;
}
#triptych_middle-wrapper div.content h2 {
	display: block;
	margin-top: 0;
	font-size: 40px;
	text-transform: uppercase;
}
#triptych_middle-wrapper div.features-slider-left,
#triptych_middle-wrapper div.features-slider-right {
	position: relative;
	z-index: 5;
}
#triptych_last-wrapper {
	background: black url(../img/bg-footer.jpg) no-repeat 50% 0;
	border-top: 2px solid #ebd07d;
}
body.page-node-7 #wizard-staff {
	width: 872px;
	height: 845px;
	background: url(../img/wizard-staff-4.png) no-repeat 0 0;
	position: absolute;
	bottom: -110px;
	left: 830px;
	z-index: 3;
}
body.page-node-7 #wizard-flying {
	width: 217px;
	height: 177px;
	background: url(../img/wizard-flying.png) no-repeat 0 0;
	position: absolute;
	top: 100px;
	left: -220px;
	z-index: 3;
}
body.page-node-7 #wizard-green {
	width: 661px;
	height: 478px;
	background: url(../img/wizard-green.png) no-repeat 0 0;
	position: absolute;
	bottom: -59px;
	left: 1200px;
	z-index: 3;
	display: none;
}
body.page-node-7 #wizard-features {
	width: 600px;
	height: 665px;
	background: url(../img/wizard-features.png) no-repeat 0 0;
	position: absolute;
	bottom: -40px;
	left: -70px;
	z-index: 3;
	display: none;
}
#content {
	background: black url(../img/bg-article.jpg) no-repeat 50% 0;
	border: 2px solid #ebd07d;
	padding: 20px 40px;
	margin: 0 0 40px 0;
}
body.page-node-7 h1 {
	display: none;
}
body.page-node-7 #content {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}
body.page-node-10 #content {
	background: black url(../img/bg-preorder.jpg) no-repeat 50% 0;
}
body.node-type-basic-one-column #content {
	text-align: center;
}
div.sign-up-box {
	max-width: 400px;
	border: 2px solid #ebd07d;
	background: rgba(0,0,0,0.6);
	margin: 85px auto;
}
div.sign-up-header {
	background: #ad1113 url(../img/bg-preorder-red.jpg) no-repeat 50% 0;
	float: left;
}
div.sign-up-header h3 {
	margin: 10px 0;
}
div.sign-up-box p {
	padding: 10px;
	border-top: 2px solid #ebd07d;
	border-bottom: 2px solid #ebd07d;
	float: left;
	margin: 0;
}
#mc_embed_signup input[type="email"] {
	text-align: center;
	background: #000000;
	border: none;
	color: #585858;
	width: 100%;
	font-size: 18px;
	padding: 10px;
}
#mc_embed_signup .form-clear {
	background: black url(../img/bg-preorder-wood.jpg) no-repeat 50% 0;
}
#mc_embed_signup input[type="submit"] {
	background: transparent url(../img/button-signup.png) no-repeat 0 0;
	width: 230px;
	height: 77px;
	border: none;
	margin: 25px 0;
}
.page-node .content h2 {
	text-transform: uppercase;
}
.field-name-field-images img,
.fancybox img {
	margin-bottom: 30px;
	border-width: 9px 7px 9px 7px;
	-moz-border-border-image: url("../img/border-gallery.png") 45% 35% 47% 36% / 3em 3em 3em 3em round round;
	-webkit-border-border-image: url("../img/border-gallery.png") 45% 35% 47% 36% / 3em 3em 3em 3em round round;
	border-image: url("../img/border-gallery.png") 45% 35% 47% 36% / 3em 3em 3em 3em round round;
	border-style:solid;
}
.field-label {
	display: none;
}
div.gallery-images-wrapper div.field-item {
	float: left;
	width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
}
div.node-gallery div.gallery-break {
	height: 80px;
	background: url(../img/bg-linebreak.gif) no-repeat 50% 70%;
}
#block-menu-menu-social-menu ul.menu {
	font-size: 15px;
	min-height: 155px;
	width: 100%;
	text-align: center;
	padding: 90px 0 0 0;
	margin: 0 0 25px 0;
	z-index: 10;
	position: relative;
}
#block-menu-menu-social-menu h2,
#footer h2 {
	display: none;
}
#footer {
	text-align: center;
	font-size: 10px;
	color: #fff8c9;
	margin: 0 0 40px 0;
}
#footer-wrapper {
	background: #000000;
}
#footer-nav {
	position: relative;
	z-index: 3;
}
#footer-nav-wrapper .box {
	background: url(../img/bg-popup.png) no-repeat 0 0;
	background-size: cover;
	padding: 15px 40px;
	text-align: center;
}
#footer-nav-wrapper .box h2 {
	text-transform: uppercase;
}
#footer-nav-wrapper .box .content {
	padding-top: 10px;
}
#footer-nav-wrapper .box .content img {
	width: 100%;
}
#footer-logos {
	clear: both;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
#footer div.footer-logo {
	display: inline;
	margin: 0 20px;
}
#footer div.footer-logo img {
	height: 76px;
	width: auto;
}
body.page-node-7 #footer-nav-wrapper {
	position: absolute;
	top: -150px;
	z-index: 10;
	width: 100%;
}
#footer-nav-wrapper {
	cursor: pointer;
}
#footer-nav-wrapper h2 {
	font-size: 23px;
}
img.sequence-prev,
img.sequence-next {
	width: auto;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#block-block-1 {
	display: none;
}
#block-social-feeds-social-feeds {
	max-height: 200px;
	padding: 25px 20px 25px 20px;
	display: none;
}
#block-social-feeds-social-feeds ul li {
	list-style: none;
}
div.owl-pagination {
	display: none;
}
#block-social-feeds-social-feeds ul li a {
	color: #F5E87E;
}
#block-social-feeds-social-feeds ul li div.tweet::before {
	content: url(../img/thumbnail-twitter.jpg);
	float: left;
	margin-right: 5px;
}
#block-views-tweets-block ul li .views-field.views-field-created-time {
	display: block;
	font-size: 12px;
}
#block-social-feeds-social-feeds .youtube-image {
	position: relative;
}
#block-social-feeds-social-feeds .youtube-image img {
	width: 80%;
	border: 2px solid #ebd07d;
	margin-bottom: 5px;
}
#block-social-feeds-social-feeds div.youtube-play {
	width: 100%;
	height: 100%;
	background: url(../img/Play-BTN_Small.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 35px;
	right: -60px;
	width: 26px;
	height: 46px;
	background: url(../img/social-right.png) no-repeat 0 0;
	text-indent: -9999px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	top: 35px;
	left: -60px;
	width: 26px;
	height: 46px;
	background: url(../img/social-left.png) no-repeat 0 0;
	text-indent: -9999px;
}
.platforms-headline,
.platforms,
.platform {
	display: inline-block;
}
.platforms {
	position: relative;
	top: 17px;
}
.platforms-headline {
	margin-top: 0rem;
	margin-right: 5rem;
}
.platform {
	margin: 0 1em;
	height: 50px;
	width: 80px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 7px;
	opacity: .7;
	transition: all .5s
}
.platform.active {
	box-shadow: 0 0 20px 5px orange;
	opacity: 1;
	transition: all .5s;
}
.platform.pc  { background-image: url(http://i.imgur.com/3fRHBLW.jpg); }
.platform.ps4 { background-image: url(http://i.imgur.com/hfydhQ1.jpg); }
.editions {
	display: none;
	margin-top: 2.5rem;
}
.edition {
	position: relative;
	display: inline-block;
	margin: 0 4%;
	width: 40%;
	max-width: 400px;
}
.edition.standard {
	float: left;
	margin-left: 6%;
}
.edition.deluxe {
	float: right;
	margin-right: 6%;
}
.edition img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.edition ul {
	padding-left: 15%;
	text-align: left;
	height: 200px;
}
.edition li {
	color: #f5e87e;
}
.btn-buy,
.btn-preorder {
	display: block;
	margin: 25px auto;
	height: 95px;
	width: 245px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border: none;
}
.btn-buy         { background-image: url(http://i.imgur.com/sbJs0Iw.png);    }
.btn-preorder { background-image: url(http://i.imgur.com/HDExbAw.png); }
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.trailer {
	margin: 3rem 0;
}
.trailer iframe {
	display: inline-block;
	margin-top: 1rem;
	height: 40vw;
	width: 90%;
	min-height: 305px;
	min-width: 450px;
	max-height: 560px;
	max-width: 950px;
}
.choose {
	margin: 20vh 0;
	transition: all .75s;
}
#promo-box {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 152px;
}
#promo-box a {
	padding: 0 8px;
}
#promo-box img {
	width: auto;
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@media only screen and (min-width: 1200px) {
	body.page-node-7 #wizard-green,
	body.page-node-7 #wizard-features {
		display: block;
	}
}
@media only screen and (max-width: 1200px) {
	#header div.region-header {
		display: none;
	}
	#logo {
	    max-width: 300px;
	}
	#footer-nav-wrapper .box h2 {
	    margin-top: 10px;
	}
}
@media only screen and (max-width: 1024px) {
	body.page-node-7 #bg-video #bg-video-object,
	#wizard-staff, #promo-box {
		display: none;
	}
	body.page-node-7 #header {
		position: relative;
	}
	body.page-node-7 #bg-video {
		display: none;
	}
	body.page-node-7 #footer-nav-wrapper {
		position: relative;
		top: auto;
	}
	div.gallery-images-wrapper div.field-item {
		float: left;
		margin: 0;
		width: 100%;
	}
	#triptych_first-wrapper p {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	#footer-nav-wrapper .box {
		background: black url(../img/bg-article.jpg) no-repeat 50% 0;
		border: 2px solid #ebd07d;
		padding: 20px 40px;
		margin: 0 0 40px 0;
	}
	#footer-nav-wrapper .box h2 {
	    margin-top: 0;
	}
	#triptych_last-wrapper {
		background: none;
	}
	#block-menu-menu-social-menu ul {
		padding: 20px 0 0 0;
		min-height: 100%;
	}
	#header {
		background: black url(../img/bg-header-mobile.jpg) no-repeat 50% 100%;
		margin-bottom: 20px;
		padding: 20px 0;
	}
	#header-wrapper {
		background: none;
		min-height: 100%;
	}
	#logo {
	    margin: 0 0 10px 0;
	    float: none;
	    display: block;
	}
	ul.menu {
	    margin: 0;
	}
	ul.menu li {
	    margin: 0 15px 0 0;
	}
	#header div.region-header ul {
	    margin-left: 0;
	}
}
@media only screen and (max-width: 490px) {
	#triptych_first-wrapper h2 {
		margin-top: 20px;
	}
	body.page-node-10 #content {
		background: url("../img/bg-article.jpg") no-repeat scroll 50% 0 black;
	}
	div.sign-up-box {
		margin: 0 auto;
	}
	div.sign-up-header {
		background: #000000;
	}
	#mc_embed_signup .form-clear {
		background: black;
	}
	#mc_embed_signup input[type="submit"] {
		background: transparent url(../img/button-signup.png) no-repeat 0 0;
		width: 100%;
		height: 77px;
		border: none;
		margin: 25px 0;
		background-size: contain;
	}
	#triptych_first-wrapper {
		display: none;
	}
}
