/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions rev2
   ========================================================================== */

@font-face {
  font-family: 'fontSito';
  src: url("../fonts/Aquifer.ttf") format ('ttf');
}

* {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}


/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  /*font-family: Aparajita;*/
  font-family: Aquifer;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
a:visited, a:hover, a:active, a {
  border: 0px;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/*
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, button, input, select, textarea {
  color: #aaabac;
  font-family: Gesta, 'Helvetica Neue', Arial;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-animation: fade-in ease 2s 2.25s 1 both;
  animation: fade-in ease 2s 2.25s 1 both;
  margin: 0;
}

@media only screen and (min-width: 480px) {
  h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 1220px) {
  h1 {
    font-size: 24.5px;
    font-size: 1.53125rem;
  }
}

h2 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 .12em;
  text-align: center;
}

@media only screen and (min-width: 480px) {
  h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: .1em;
    text-align: center;
  }
}

@media only screen and (min-width: 1220px) {
  h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
}

@media only screen and (min-width: 480px) {
  h3 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

@media only screen and (min-width: 940px) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 2.90909em 6em;
  }
}

@media only screen and (min-width: 1220px) {
  h3 {
    margin: 2.90909em 13em;
  }
}

h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.8;
  margin: 0;
  padding: 4em 0 4em; }
  @media only screen and (min-width: 480px) {
    h4 {
      padding: 5.5em 0 2.5em; } }
  @media only screen and (min-width: 1220px) {
    h4 {
      line-height: 2; } }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 .12em; }
  @media only screen and (min-width: 480px) {
    h5 {
      font-size: 22px;
      font-size: 1.375rem;
      margin-bottom: .1em; } }
  @media only screen and (min-width: 1220px) {
    h5 {
      font-size: 25px;
      font-size: 1.5625rem; } }

p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 0 1em; }
  p:last-child {
    margin-bottom: 0; }

.lead {
  font-size: 15px;
  font-size: 0.9375rem; }
  @media only screen and (min-width: 480px) {
    .lead {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.82; } }

html {
  background-color: #000000;
  background-position: top center;
  background-repeat: no-repeat;}

  @media only screen and (min-width: 480px) {
    html {
      background-size: auto;
    }
  }
  @media only screen and (min-width: 1300px) {
    html {
      background-position: top center;
    }
  }
  @media only screen and (min-width: 1400px) {
    html {
    }
  }

body {
  background: center bottom no-repeat;
  line-height: 1.5; }

strong {
  color: #fff;
  font-weight: 400; }

a {
  /*-webkit-transition: all .3s ease-in-out;*/
  /*transition: all .3s ease-in-out;*/
  color: #aaabac;
  text-decoration: none; }

a:hover {
  color: transparent; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  }

::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase; }

::-moz-placeholder {
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

input[type=email], input[type=submit] {
  font-size: 17px;
  font-size: 1.0625rem;
  border: 0;
  border-radius: 2px; }
input[type=email] {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #1f3b3c;
  box-sizing: border-box;
  outline: none;
  padding: .7em 1em;
  width: 100%; }
  input[type=email]:focus {
    border-color: #285255; }
input[type=submit] {
  line-height: 38px; }

h1,
h2,
h3, h4, h5, .form-btn, [data-tip]:after {
  letter-spacing: .12em;
  text-transform: uppercase; }

@media only screen and (min-width: 1220px) {
	.fl-left {
	float: left; 
	} 
}

@media only screen and (min-width: 1220px) {
	.fl-right {
	float: left;
	padding-top:9px 
	}

	.fl-center {
	padding-top:9px;
	padding-left: 34%; 
	}
}

	.l-grid, .l-stacked, .l-inline, .nav {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
	}

	.l-grid:before, .col-full:before, .media:before, .l-grid:after, .col-full:after, .media:after {
	content: "";
	display: table;
	}

	.l-grid:after, .col-full:after, .media:after {
	clear: both;
	}

	.l-grid > li {
	display: inline-block;
	}
		
	.col-row-company {
	text-align: center;
	position: relative;
	z-index: 9999;
	}

@media only screen and (min-width: 1220px) {
	.l-grid > li {
    display: list-item;
    float: left;
	} 
}

	.l-stacked > li {
	display: inline-block;
	}

@media only screen and (min-width: 940px) {
	.l-stacked > li {
	display: inline-block; 
	} 
}

	.l-inline > li {
	display: inline-block; 
	}

	.l-constrained {
	margin: auto;
	width: 88%;
	}

@media only screen and (min-width: 480px) {
    .l-constrained {
      padding-right: 10px;
      padding-left: 10px;
	} 
}

@media only screen and (min-width: 1220px) {
    .l-constrained {
      padding-right: 20px;
      padding-left: 20px;
      width: 1000px;
	}

	.l-header {
	padding-top: 0; 
	}

@media only screen and (min-width: 480px) {
    .l-header {
	padding-top: 0; 
	z-index: 99;
	position: relative;
	}
}

	.l-footer {
	padding: 4em 0;
	margin-top: -5%;
	position: relative;
	z-index: 9999;
	}

	.col-row {
	margin-bottom: 3em;
	margin-top:5%
	}

	@media only screen and (min-width: 1220px) {
	.col-row {
	margin-bottom: 3.125em; 
	} 
}

	.col-row-social {
	margin:5% 0;
	text-align: center;
	position: relative;
	z-index: 99
	}

@media only screen and (min-width: 1220px) {
	.col-row-social{
	margin-bottom: 3.125em;
	position: relative;
	z-index: 99 
	} 
}

.col-row-social p img{
  margin-bottom: 0%;
}

	.col-row-company {
	text-align: center;
	position: relative;
	z-index: 9999;
	}

@media only screen and (min-width: 1220px) {
	.col-row-company{
	text-align: center;
	position: relative;
	z-index: 9999; 
	} 
}

	.col-row-tight {
	margin-bottom: 3em; 
	}

@media only screen and (min-width: 1220px) {
	.col-row-tight {
	} 
}

	.col-main {
	margin-right: auto;
	margin-left: auto;
	width: 80%; 
	}

@media only screen and (min-width: 940px) {
	.col-main {
	} 
}

	.company {
	margin-top: 0.625em;
	margin-bottom: 0; 
	}
	
	.company > li {
	margin-right: 0.5em;
	margin-bottom: 1em;
	margin-left: 0.5em; 
	}

    .company > li:last-child {
	margin-bottom: 0; 
    }

@media only screen and (min-width: 480px) {
	.company > li {
	margin-bottom: 0;
	} 
}

@media only screen and (min-width: 1220px) {
	.company > li {
	margin-right: 0;
	margin-left: 1.25em; } 
    }
@media only screen and (min-width: 1220px) {
	.company {
	margin-top: 1.625em; } 
    }

	.company-scattered,
	.company-dena,
	.company-unity {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 38px;
	}


	.copyright {
	font-family: Aquifer;
	font-size: 0.9em;
	line-height: 1.2em;
	}

	.copyright-legal {
	text-align: center; 
	}

@media only screen and (min-width: 940px) {
	.copyright-legal {
	text-align: center; 
	} 
}

	.title_features{
	font-size:2em;
	color:#f9f9f9;
	text-align:center;
	margin: 0;
	}
  
@media only screen and (min-width: 480px) {
	.title_features{
	font-size:2em;
	color:#f9f9f9;
	margin-bottom:0px;
	} 
}

	.title_features img{
	}

	.features {
	margin-bottom: 0;
	text-align: center; 
	}
	
	.features > li {
	margin-bottom: 0.625em; 
	}
	
@media only screen and (min-width: 480px) {
	.features > li {
	margin-right: auto;
	margin-bottom: 1.25em;
	margin-left: auto;
	width: 20.8125em; 
	} 
}

@media only screen and (min-width: 940px) {
	.features > li {
	margin-bottom: 3%;
	display: inline-table;
	width: 20.8125em; 
	} 
}

@media only screen and (min-width: 1220px) {
	.features > li {
	margin-bottom: 3%;
	width: 100%;
	}
}

	.features p {
	line-height: 1.7; 
	}

@media only screen and (min-width: 480px) {
	.features p {
	line-height: 2; 
	} 
}

@media only screen and (min-width: 1220px) {
	.features {
	} 
}

	.features-social {
	margin: 0 auto;
	width: 100%;
	}
	
	.features-social > li {
	padding:2%;
	}
	
	.social_link  {
	max-width: 45px;
	margin-bottom: 40%;
	}

@media only screen and (min-width: 480px) {
	.features-social {
	margin: 0 auto;
	width: 63%;
	}
	
	.features-social > li {
	padding:5%;
	margin-bottom: 0;
	} 

	.social_link  {
	max-width: 100%;
	margin-bottom: 0%;
	}
}

@media only screen and (min-width: 940px) {
	.features-social {
	margin: 0 auto;
	width: 33%;
	}
	
	.features-social > li {
	margin-bottom: 0;
	} 
}

@media only screen and (min-width: 1220px) {
	.features-social {
	margin: 0 auto;
	width: 28%;
	}
	
	.features-social > li {
	} 
}

	.features-social p {
	line-height: 1.7; 
	}

@media only screen and (min-width: 480px) {
	.features-social p {
	line-height: 2; 
	} 
}

@media only screen and (min-width: 1220px) {
	.features-social {
	padding-bottom: 0; 
	} 
}


	.features-company {
	margin: 0 auto;
	width: 100%;
	}
	
	.features-company > li {
	padding:7%;
	}

@media only screen and (min-width: 480px) {
	.features-company {
	margin: 0 auto;
	width: 63%;
	}
	.features-company > li {
	margin-bottom: 0;
	} 
}

@media only screen and (min-width: 940px) {
	.features-company {
	margin: 0 auto;
	width: 33%;
	}
	
	.features-social > li {
	margin-bottom: 0;
	} 
}

@media only screen and (min-width: 1220px) {
	.features-company {
	margin: 0 auto;
	width: 100%;
	}

	.features-company > li {
	} 
}

	.features-company p {
	line-height: 1.7; 
	}

@media only screen and (min-width: 480px) {
	.features-company p {
	line-height: 2;
	} 
}

	.news_img {
	width: 305px;
	height: 150px;
	margin:0 auto;
	text-align: center;
	}
  
	.about_img {
	width: 305px;
	height: 150px;
	margin:0 auto;
	text-align: center;
	}
  
	.story_img {
	width: 305px;
	height: 150px;
	margin:0 auto;
	text-align: center;
	}
  
	.combat_img {
	width: 305px;
	height: 150px;
	margin:0 auto;
	text-align: center;
	}
  
	.features-body p{
	padding:0 5%;
	font-family: Aquifer;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0 2%;
	}

	#about ul li{
	font-family: Aquifer;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0;
	}
	
	#story ul li{
	font-family: Aquifer;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0;
	}
  
	#combat ul li{
	font-family: Aquifer;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0;
	}
}

@media only screen and (min-width: 480px) {
	.features-body p{
	padding:0 5%;
	font-family: Aquifer;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0 2%;
	}
	
	.news_img {
	text-align: center;
	}
  
	.about_img {
	text-align: center;
	}
  
	.story_img {
	text-align: center;
	}
  
	.combat_img {
	text-align: center;
	}
	
	#about ul li{
	font-family: Aquifer;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0 2%;
	}
}
    .features-body {
	padding-right: 1.1em;
	padding-left: 1.1em;
	width: 60%;
	text-align: justify;
	margin: 0 auto; 
    } 
@media only screen and (min-width: 1220px) {
    .features-body {
	padding-right: 1.875em;
	padding-left: 1.875em;
	width: 60%;
	text-align: justify;
	margin: 0 auto; 
    } 
	
	.article{
	width: 90%;
	} 
}

	.col-row {
	margin-bottom: 2%;
	margin-top: 2%;
}
	
@media only screen and (min-width: 1220px) {
	.col-row {
	margin-bottom: 1.125em; 
	} 
}

	.col-full{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

	.app {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block; 
	margin: 0 auto;
	}
	
	.app--switch
	{
	background-image: url(../assets/images/stores/switch_badge.png);
	height: 41px;
	width: 115px;
	}
	
	.app--apple
	{
	background-image: url(../assets/images/stores/apple_badge.png);
	height: 41px;
	width: 115px;
	}

	.app--googlePlay
	{
	background-image: url(../assets/images/stores/google_badge.png);
	height: 41px;
	width: 115px;
	}
	
	.app--steam
	{
	background-image: url(../assets/images/stores/steam_badge.png);
	height: 41px;
	width: 115px;
	}
	
	.app--ps4
	{
	background-image: url(../assets/images/stores/ps4_badge.png);
	height: 41px;
	width: 115px;
	}
	
	.app--xboxone
	{
	background-image: url(../assets/images/stores/xboxone_badge.png);
	height: 41px;
	width: 115px;
	}
	
	.app--switch-small
	{
	background-image: url(../assets/images/stores/switch_badge.png);
	height: 41px;
	width: 115px; 
	}
	
	.app--apple-small
	{
	background-image: url(../assets/images/stores/apple_badge.png);
	height: 41px;
	width: 115px; 
	}

	.app--googlePlay-small
	{
	background-image: url(../assets/images/stores/google_badge.png);
	height: 41px;
	width: 115px;
	}
	
	.app--steam-small
	{
	background-image: url(../assets/images/stores/steam_badge.png);
	height: 41px;
	width: 115px;
	}
	
	.app--ps4-small
	{
	background-image: url(../assets/images/stores/ps4_badge.png);
	height: 41px;
	width: 115px;
	}
	
	.app--xboxone-small
	{
	background-image: url(../assets/images/stores/xboxone_badge.png);
	height: 41px;
	width: 115px;
	}
	
	@media only screen and (min-width: 480px)
	{
	.app--apple
	{
	background-image: url(../assets/images/stores/apple_badge.png);
	height: 96px;
	width: 240px;
	}
	
	.app--switch
	{
	background-image: url(../assets/images/stores/switch_badge.png);
	height: 96px;
	width: 240px;
	}

	.app--googlePlay
	{
	background-image: url(../assets/images/stores/google_badge.png);
	height: 96px;
	width: 240px;
	}
	
	.app--steam
	{
	background-image: url(../assets/images/stores/steam_badge.png);
	height: 96px;
	width: 240px;
	}

	.app--ps4
	{
	background-image: url(../assets/images/stores/ps4_badge.png);
	height: 96px;
	width: 240px;
	}
	
	.app--xboxone
	{
	background-image: url(../assets/images/stores/xboxone_badge.png);
	height: 96px;
	width: 240px;
	}

@media only screen and (min-width: 480px) {
	.media-pull-left {
	} 
}

	.media-pull-left--quote {
	float: none; 
	}

@media only screen and (min-width: 1220px) {
	.media-pull-left--quote {
	margin-right: auto; 
	} 
}

@media only screen and (min-width: 940px) {
    .media-pull-left--video {
	} 
}

@media only screen and (min-width: 480px) {
	.media-pull-right {
	} 
}

	.media-pull-right--app {
	margin-bottom: 10px;
	}

@media only screen and (min-width: 480px) {
	.media-pull-right--app {
	margin-bottom: 0;
	margin-left: 1.25em; 
	}
}

	.media-pull-right--terms {
	float: none;
	margin-bottom: 2.5em;
	text-align: center; 
	}

@media only screen and (min-width: 940px) {
	.media-pull-right--terms {
	float: right;
	margin-bottom: 0;
	margin-left: 1.25em;
	text-align: right; 
	} 
}

	.media-content {
	display: table-cell;
	width: 10000px;
	}

	.nav > li {
	display: inline-block; 
	}
	
	.nav a {
	display: inline-block; 
	}

	.screenshots {
	margin-top: 1.875em;
	margin-bottom: 0;
	text-align: center;
	position: relative;
	z-index: 99; 
	}
@media only screen and (min-width: 480px) {
	.screenshots {
	margin-top: 2.5em; 
	position: relative;
	z-index: 99;
	} 
}
    
@media only screen and (min-width: 940px) {
	.screenshots {
	margin-top: 6em;
	position: relative;
	z-index: 99; 
	} 
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.screenshots {
	width: 100%
	} 
}
    
@media only screen and (min-width: 1220px) {
	.screenshots {
	width: 100%;
	position: relative;
	z-index: 99; 
	} 
}

	.screenshots > li {
	display: inline-block;
	float: none; 
	}
      
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.screenshots > li {
	padding: 0 2%;
	margin-right: 0;
	width: 12em; 
	} 
}

@media only screen and (min-width: 940px) {
	.screenshots > li {
	display: inline-block; 
	} 
}

@media only screen and (min-width: 1220px) {
	.screenshots > li {
	} 
}

	.screenshots-link {
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../assets/images/zoom.png);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
	display: block;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out; 
	}
	
	.screenshots-link:hover {
	background-color: transparent;
	background-image: url(../assets/images/zoom.png); 
	}
  
	.screenshots-link img {
	border-radius: 2px;
	position: relative;
	z-index: -1; 
	}
 
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.screenshots-link {
	background-image: url(../assets/images/zoom@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px 53px; 
	} 
}

@media only screen and (min-width: 940px) {
	.screenshots-link {
	background-image: none; 
	} 
}

	.screenshots-1,
	.screenshots-2,
	.screenshots-3,
	.screenshots-4 {
	margin-right: auto;
	margin-left: auto;
	width: 14.6875em; 
	}

@media only screen and (min-device-width: 940px) {
	.screenshots-1,
	.screenshots-2,
	.screenshots-3,
	.screenshots-4 {
	margin-right: auto;
	margin-left: auto;
	width: 19em; 
	}
}

	.screenshots-1, .screenshots-2, .screenshots-3{
	margin-bottom: 1.25em; 
	}
  
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.screenshots-1 {
	margin-right: 1.25em; 
	} 
}
  
@media only screen and (min-width: 940px) {
	.screenshots-1 {
	} 
}

@media only screen and (min-width: 1220px) {
	.screenshots-1 {
	margin-bottom: 0; 
	} 
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.screenshots-2 {
	margin-right: 1.25em; 
	} 
}

@media only screen and (min-width: 940px) {
	.screenshots-2 {
	} 
}

@media only screen and (min-width: 1220px) {
	.screenshots-2 {
	margin-bottom: 0; 
	} 
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.screenshots-3 {
	margin-right: 1.25em; 
	} 
}

@media only screen and (min-width: 940px) {
	.screenshots-3 {
	margin-bottom: 0; 
	} 
}

	.share {
	font-size: 0;
	margin-top: 20px; 
	}

	.share-facebook {
	margin-right: 20px;
	}

	[data-tip] {
	position: relative; 
	}

	[data-tip]:before {
	content: '';
	display: none; 
	}

	[data-tip]:after {
	font-size: 12px;
	font-size: 0.75rem;
	border-radius: 2px;
	color: #fff;
	content: attr(data-tip);
	display: none;
	position: absolute;
	top: -14px;
	left: 24px;
	padding: 5px 8px;
	background: -webkit-linear-gradient(#172e30, #0f1e1f);
	z-index: 9;
	height: 18px;
	line-height: 18px;
	white-space: nowrap;
	word-wrap: normal; 
	}

	[data-tip]:hover:before,
	[data-tip]:hover:after {
	display: block; 
	}

	.video {
	border-radius: 2px;
	display: block;
	margin-bottom: 0.625em;
	position: relative;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease; 
	}
@media only screen and (min-width: 480px) {
	.video {
	margin-bottom: 1.625em; } 
	}
@media only screen and (min-width: 1220px) {
	.video {
	height: 360px;
	margin-bottom: 0; 
	} 
}

	.video-nav {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center; 
	}

@media only screen and (min-width: 940px) {
	.video-nav {
	margin-top: 1em;
	} 
}

@media only screen and (min-width: 1220px) {
	.video-nav {
	text-align: left; 
	position: absolute;
	width: 90px;
	}
}

	.video-link {
	background: rgba(0, 0, 0, 0.2) url(../assets/images/play-thumb.png) center center no-repeat;
	background-size: 42px 44px;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
	display: block;
	height: 70px;
	position: relative;
	width: 70px; 
	}
	
	.video-link.selected {
	background-color: transparent;
	background-image: none;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 6px 6px rgba(255, 255, 255, 0.1); 
	}
	
  .video-link:hover {
    background-color: transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 6px 6px rgba(255, 255, 255, 0.1); 
	}
	
  .video-link img {
    position: relative;
    z-index: -1; 
	}
	
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.video-link {
	background-image: url(../assets/images/play-thumb@2x.png); 
	} 
}
@media only screen and (min-width: 480px) {
	.video-link {
	height: 102px;
	width: 102px; 
	} 
}

	.video-link--1,
	.video-link--2 {
	margin-right: 0.625em; 
	}
@media only screen and (min-width: 940px) {
	.video-link--1,
	.video-link--2 {
	margin-bottom: 1.5625em; } 
	}

@media only screen and (min-width: 480px) {
	.video-link--1,
	.video-link--2,
	.video-link--3 {
	margin-right: 1.5625em; 
	} 
}

	.fade-out-bg {
	background: #000;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999; 
	}

.secondary-nav a:hover {
  border-bottom: 1px solid; 
  }

@-webkit-keyframes fade-in {
	0% {
	opacity: 0; 
	}

	100% {
	opacity: 1; 
	} 
}

@-moz-keyframes fade-in {
	0% {
	opacity: 0; 
	}

	100% {
	opacity: 1; 
	} 
}

	.bg {
	background: url(../assets/images/snow.png) repeat;
	position:relative;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	pointer-events: none;
	z-index: 1000;
	}

	.bg2 {
	background: url(../assets/images/White_snow.png) repeat;
	position:relative;
	width: 100%;
	height: 100%;
	top:0px;
	left:0;
	z-index:1001;
	pointer-events: none;
	}

	section {
	color: #fff;
	font-family: arial;
	margin: auto;
	line-height: 20px;
	font-size: 16px;
	height: 3000px;
	}

	.button1, .button2, .button3{
	display:block;
	color: #000000;
	height: auto;
	margin-bottom: 15px;
	width: 45%;
	margin: 0 auto;
	}

@media only screen and (min-width: 480px)  {
	.button1, .button2, .button3{
	color: #000000;
	height: auto;
	margin-bottom: 15px;
	}
}

@media only screen and (min-width: 940px)  {
	.button1, .button2, .button3 {
	color: #000000;
	float: left;
	height: auto;
	width:19%;
	margin-left: 0%;
	margin-right: 14%;
	cursor:pointer
	}
}

	.button4{
	display:block;
	color: #000000;
	height: auto;
	margin-bottom: 15px;
	margin-left: 15%;
	margin-right: 4%;
	width: 70%;
	}

@media only screen and (min-width: 940px)  {
	.button4  {
	display:none;
	}
}

	.media{margin-top:5%
	}

	.menu{
	padding-bottom: 0px;
	padding-top: 20px;
	width:100%;
	text-align:center;
	}
  
@media only screen and (min-width: 480px)  {
	.menu  {
	padding-bottom: 0px;
	padding-top: 7px;
	}
}

@media only screen and (min-width: 940px)  {
	.menu  {
	padding-bottom: 50px;
	padding-top: 15px;
	margin-left: 8%
	}
}

	.iconeSocial  {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	}


	.storeHeader{
	display: none;
	}
  

@media only screen and (min-width: 940px){
	.storeHeader{
	display:block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	height: 88px;
	border-bottom: 1px solid #414141;
	}
	
	.storeHeader_episodic{
	display:block;
	float: left;
	width: 47%;
	text-align: center;
	}
	
	.storeHeader_complete{
	display:block;
	float: left;
	width: 47%;
	text-align: center;
	margin-right: 6%;
	}
}

	.socialHeader{
	display:block;
	margin-bottom: 0px;
	text-align: right;
	padding: 18px 0 40px 0;
	background-image: url(../assets/images/bar_lw02.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	}
	
	.socialHeader img{
	max-width: 90%;
	}
	
	@media only screen and (min-width: 1220px){
	.socialHeader{
	display:block;
	margin-bottom: 0px;
	text-align: right;
	padding: 18px 0 40px 0;
	background-image: url(../assets/images/bar_lw02.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	}
    
	.storeHeader{
	display:block;
	float: left;
	width: 850px;
	text-align: left;
	border-bottom: none;
	}
	
	.storeHeader_episodic{
	display:block;
	float: left;
	width: 47%;
	text-align: center;
	}

	.storeHeader_complete{
	display:block;
	float: left;
	width: 47%;
	text-align: center;
	margin-right: 3%;
	}
	
}

	.copyright-legal{
	text-align: center;
	}
	
@media only screen and (min-width: 480px) {
	#humble_store {
	display: none;
	}

	.socialHeader img {
	max-width: 100%;
	}
}
@media only screen and (min-width: 940px) {
	#humble_store {
	display: inherit;
	padding-top:9px;
	display: table;
	margin: 0 auto;
	}
}

@media only screen and (min-width: 1220px) {
	#humble_store {
	display: inherit;
	padding-top:9px;
	display: table;
	margin: 0 auto;    
	}
}

	.bar_title{
	margin-bottom: 2%;
	text-align: center;
	}

	.video {
	border-radius: 2px;
	display: block;
	margin-bottom: 0.625em;
	position: relative;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	}
	
@media only screen and (min-width: 480px) {
	.video {
	margin-bottom: 1.625em; 
	} 
}
  
@media only screen and (min-width: 1220px) {
	.video {
	height: 360px;
	margin-bottom: 0; 
	} 
}
}

/* @end */
