/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

table, td, th {
  vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/* Remove annoying border on linked images. */
a img {
  border: none; }

/*
    ! Typebase.less v0.1.0 | MIT License 
    https://github.com/devinhunt/typebase.css/
*/
/* Setup */
html {
  /* Change default typefaces here */
  font-family: 'Raleway', Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  line-height: 1.74rem;
  margin-top: 0;
  margin-bottom: 1.45rem; }

ul, ol, dl {
  margin-top: 1.45rem;
  margin-bottom: 1.45rem; }

li, dd, dt {
  line-height: 1.45rem; }

dt:nth-child(1n+1) {
  margin-top: 1.45rem; }

ul ul, ol ol, dl dl {
  margin-top: 0;
  margin-bottom: 0; }

blockquote {
  background: url(../images/icon_quotes2.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 1.333em;
  font-weight: bold;
  line-height: 1.885rem;
  margin: 2.9rem;
  padding: 30px 0 0 30px; }
  .block-main blockquote:nth-of-type(1n + 1) {
    font-family: 'Indie Flower', cursive; }
  .block-main blockquote:nth-of-type(1n + 2) {
    font-family: 'Over the Rainbow', cursive; }
  .block-main blockquote:nth-of-type(1n + 3) {
    font-family: 'Gloria Hallelujah', cursive; }
  .block-main blockquote:last-child {
    font-family: 'Nothing You Could Do', cursive; }
  blockquote span {
    display: block;
    font-weight: normal;
    text-align: right; }

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: bold;
  line-height: 1.2; }

h1 {
  margin-top: 0;
  font-size: 2.369em; }

h2 {
  font-size: 2.369em; }

h3 {
  font-size: 1.777em; }

h4 {
  font-size: 1.333em; }

small, .font_small {
  font-size: 0.75em; }

/* Tables */
table {
  border-spacing: 0px;
  border-collapse: collapse;
  margin-top: 1.45rem; }

td, th {
  line-height: 23.2px;
  padding: 8px; }

/* SITE NAME
=========================================================*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background-color: #fff;
  width: 100%; }

/* Core HTML Styles
=========================================================*/
/*  Clickable elements
------------------------------*/
a {
  color: #8f467f;
  cursor: pointer;
  text-decoration: none; }
  a:hover, a:active, a:visited, a:focus {
    color: #666;
    outline: none; }
  a:hover {
    text-decoration: underline; }
  a.active {
    color: #666;
    outline: none; }

button, .btn, input[type="submit"] {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 12px;
  text-transform: uppercase; }
  button.btn-primary, .btn.btn-primary, input[type="submit"].btn-primary {
    background: #f5faf1;
    border-color: #7ac142;
    color: #333; }

/* Removed dotted outlines around active links in FF */
:focus, :active, :-moz-any-link:focus {
  -moz-outline-style: none;
  outline: none; }

/*  Type styling - Typography is in _typography.scss
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #2b1b37;
  clear: both; }

li, dd, dt {
  line-height: 1.45rem;
  padding: 5.3333333333px; }

dt {
  border-bottom: 1px solid #2b1b37;
  font-weight: bold; }

hr {
  border: 1px solid #fff;
  clear: both; }

strong, b {
  font-weight: bold; }

pre {
  background: #eee;
  border: 1px solid #ccc;
  font-family: Source Sans, Courier, Courier New, Georgia;
  margin: 20px 0;
  padding: 20px; }

/* Common Elements
-------------------------*/
.note {
  display: block;
  font-size: 80%; }

.right {
  display: inline-block;
  float: right; }

.left {
  display: inline-block;
  float: left; }

.mobile {
  display: none; }

/* Structural Elements
-------------------------*/
header, nav, footer {
  margin: 0 auto; }

header {
  color: #fff;
  position: relative;
  width: 100%; }
  header img {
    height: auto;
    width: 100%; }
  header h1 {
    background: #8f467f;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%; }

footer {
  background: #000;
  color: #fff;
  width: 100%; }

.copyright {
  text-align: center;
   background-color: #009999;
 }



/* Page Elements 
-----------------------------*/
.content {
  margin: 0 auto;
  min-height: 800px;
  padding: 0;
  max-width: 100%; }

.block {
  margin: 40px auto;
  padding: 0 40px;
  max-width: 1200px;
  width: 100%; }
  .block .block + .block {
    margin-bottom: 40px; }
  .block.error {
    background: #ffecec;
    border-color: #f00;
    color: #f00;
    padding: 20px; }
    .block.error p {
      margin-bottom: 0; }
    .block.error a.dismiss {
      float: right;
      font-weight: bold;
      margin-top: -23px; }

.logo-longstory {
  display: block;
  height: auto;
  margin: 0px;
  padding: 0px;
  /*margin: 20px auto;*/
  /*max-width: 960px;*/
  width: 100%; }

.block-trailer {
  background: #2b1b37;
  margin: 0px;
  max-width: 100%;
  padding: 0px 0;
  width: 100%; }

.trailer {
  /*height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
  /* 16:9 */
  /*padding-top: 0;
  position: relative;
  max-width: 1200px;*/
 
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
 
  }
  
  .trailer iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.block-awards img {
  height: auto;
  max-width: 100%; }

.block-bloom {
  background-color: #009999;
  background-image: url(../images/logo_bloom.gif);
  background-position: 40px 20px;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 0;
  padding: 1px 40px 40px 300px;
  max-width: 100%; }
  .block-bloom h1, .block-bloom h2, .block-screenshots h2, .block-bloom h3, .block-bloom a {
    color: #fff; }
  .block-bloom a {
    text-decoration: underline; }
    
.block-screenshots {
background-color: #2b1b37;
  padding: 0px 30px 10px 30px;
  max-width: 100%; 
  margin-top: 0px;
  padding-top: 10px;
}

.block-details{
background-color: #f7e8c6;
  padding: 5px 30px 10px 30px;
  max-width: 100%; 
  padding-bottom: 70px;
  margin-bottom: -20px;
  }



.logo-support img {
  background: #fff;
  margin: 20px;
  padding: 10px;
}
  
.episodes.col {
  margin-right: 80px;
  width: 50%; }

.episode-image img {
  height: auto;
  width: 100%; }

.wrapper {
  position: relative;
  width: 100%; }

/* Nav Slider 
-----------------------------*/
.nav-slider {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  height: 100%;
  padding: 20px;
  position: fixed;
  top: 0;
  right: -360px;
  width: 360px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .nav-slider.active {
    position: absolute;
    right: 0; }
  .nav-slider a {
    color: #fff; }

.close {
  border: 2px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  padding-top: 8px;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  width: 40px; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right; }

ul.nav-list li {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  overflow: hidden;
  margin: 0;
  padding: 0; }

ul.sub-nav li {
  border: 1px solid #ccc;
  float: right;
  font-size: 14px;
  height: 100px;
  line-height: 14px;
  margin: 10px 0 10px 10px;
  padding: 10px;
  text-align: center;
  width: 100px; }

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden; }

.col {
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  margin-right: 40px; }
  .col:last-child {
    margin-right: 0; }

.block-details.flexbox .col {
  flex: 1 1 33%;
  -ms-flex: 1 1 33%; }

.col-screenshot {
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  margin-bottom: 40px; }
  .col-screenshot img {
    height: auto;
    width: 100%; }

@media screen and (max-width: 800px) and (orientation: portrait) {
  .flexbox {
    display: block; }
    .flexbox .col {
      margin-right: 0;
      width: 100%; } }
/* Screen sizes: 768px - 991px */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mobile {
    display: block; }

  .screen {
    display: none; }

  .flexbox {
    display: block;
    overflow: hidden;
    position: relative; }
    .flexbox .col {
      display: block;
      margin-right: 0;
      width: 100%; }


  .block-episodes .flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    overflow: hidden; }
    .block-episodes .flexbox .col {
      flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      margin-right: 40px; }
      .block-episodes .flexbox .col:last-child {
        margin-right: 0; }
    .block-episodes .flexbox .flexbox {
      display: block; }

  .episode-image img {
    display: block;
    height: auto;
    width: 100%; } }
/* Screen sizes: < 767px  */
@media screen and (max-width: 767px) {
  .mobile {
    display: block; }

  .screen {
    display: none; }

  .flexbox {
    display: block;
    overflow: hidden;
    position: relative; }
    .flexbox .col {
      display: block;
      margin-right: 0;
      width: 100%; }

  header h1 {
    font-size: 1.777em; }

  .logo-longstory {
    margin: 0px;
  padding: 0px;
    /*max-width: 420px;*/ }

  .cap_character_select {
    height: auto;
    width: 100%; }

  .episode-image img {
    display: block;
    height: auto;
    margin-bottom: 20px;
    width: 100%; }

  .block-bloom {
    padding: 1px 40px 40px 40px; }
    .block-bloom h2 {
      padding: 0 0 0 200px; } }
