/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 23, 2014, 4:33:23 PM
    Author     : admin
*/
@import url("em_reset.css");
@import url(http://fonts.googleapis.com/css?family=Muli:300,400,600);
.layer, #layer-darkoverlay {
  width: 100%;
  position: absolute;
  top: 0px; }

.layer-fixed, #layer-menu {
  width: 100%;
  position: fixed;
  top: 0px; }

.hidden {
  display: none; }

.underline, .rightside-link {
  text-decoration: underline; }

.body-default, body {
  display: block;
  /* needed alot by safari */
  pointer-events: none;
  /* disable all pointer-events by default */ }

.grayscale {
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: url(resources.svg#desaturate);
  /* Gecko */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */ }

.opacity0 {
  opacity: 0; }

.w100 {
  width: 100%;
  float: left; }

.w75 {
  width: 75%;
  float: left; }

.w66 {
  width: 66%;
  float: left; }

.w50 {
  width: 50%;
  float: left; }

.w33 {
  width: 33%;
  float: left; }

.w25 {
  width: 25%;
  float: left; }

.fleft {
  float: left; }

.fright, .rightside-link {
  float: right; }

.pointer-aware, a {
  pointer-events: all; }

img {
  /* disable copy & paste for images */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a {
  color: inherit; }

.frame-1200-centered {
  width: 1200;
  margin: 0px auto; }

.text, .text24, .subtitle, .text18, .textHeader, .text12, .subtitle2, .news-post-date, .rightside-link, #sb-counter, .text10, .text8, .contentbox, .contentbox_reviewfader, .block-default, .flex-item, .flex-item-third, .flex-item-twothirds, .flex-item-half, .flex-item-full, .menu-item, .menu-item-buy, #layer-menu ul, #sb-title-inner {
  color: #aeb0b3;
  text-shadow: 0 0 15px #3ae1ff;
  text-align: left;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 300;
  /* slim font */ }

.text24, .subtitle {
  font-size: 24px;
  font-weight: 400px;
  color: #F8FCFF; }

.text18, .textHeader {
  font-size: 18px;
  font-weight: 400px;
  color: #F8FCFF;
  text-shadow: 0px 0px 5px #3AE1FF, 0px 0px 5px #FFF, 0px 0px 10px #FFF; }

.textHeader {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px; }

.text12, .subtitle2, .news-post-date, .rightside-link, #sb-counter {
  font-size: 12px;
  opacity: 0.75;
  /* opacity 75 % -> color white */ }

.text10 {
  font-size: 10px;
  opacity: 0.65;
  /* opacity 65 % -> color white */ }

.text8 {
  font-size: 8px;
  opacity: 0.65;
  /* opacity 65 % -> color white */ }

.subtitle {
  text-align: center; }

.subtitle2 {
  text-align: center; }

.block-default {
  padding: 0px 15px;
  margin: 0px 5px; }

.review-content {
  height: 400px;
  overflow: auto;
  pointer-events: all;
  padding-right: 15px; }

.reviewsource {
  text-align: right;
  margin-top: 10px; }

.contentbox_reviewfader {
  margin-left: 50%; }

.buyItNow {
  margin: -25px; }

.buyItNow:hover {
  opacity: 0; }

.buyItNow_hilight {
  margin: -25px;
  position: relative;
  top: -44px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0; }

.buyItNow_hilight:hover {
  opacity: 1; }

.availableInStore, .availableInStore_disabled {
  margin-top: 1px;
  margin-bottom: 1px;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: all; }
  .availableInStore:hover, .availableInStore_disabled:hover {
    opacity: 0.75; }

.availableInStore_disabled {
  pointer-events: none; }

#sidebar-screens {
  width: 180px;
  margin-top: 485px; }

.sidebar-right {
  float: right;
  width: 180px; }

.sidebar-left {
  float: left;
  width: 180px; }

.default, .sidebar-frame, .page-with-header {
  max-width: 1200px;
  margin: 0px auto; }

.sidebar-frame {
  width: 100%; }

.flex-container {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.flex-item, .flex-item-third, .flex-item-twothirds, .flex-item-half, .flex-item-full {
  padding: 15px;
  margin: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

/*
.flex-item-screens
{
    @extend .flex-item;
//    background: rgba(0,255,0,0.5);
    width: 260px;
    height: 500px;
}
*/
.flex-item-third {
  width: 300px;
  height: auto; }

.flex-item-twothirds {
  width: 640px;
  height: auto; }

.flex-item-half {
  width: 470px;
  height: auto; }

.flex-item-full {
  width: 980px;
  height: auto; }

#layer-menu {
  height: 50px;
  background-color: black;
  z-index: 10; }

#menu {
  display: inline; }

.menu-item-left-icon40x40 {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-left: 4px; }

.menu-item, .menu-item-buy {
  background: url("../assets/menu_button.png") 0 0 no-repeat;
  height: 50px;
  width: 125px;
  float: right;
  margin-left: -13px;
  display: inline;
  list-style: none;
  text-align: center;
  padding-top: 17px;
  font-size: 12px;
  pointer-events: all; }
  .menu-item:hover, .menu-item-buy:hover {
    background: url("../assets/menu_button_hi.png") 0 0 no-repeat; }

.menu-item-buy {
  width: 180px;
  background: url("../assets/menu_button_buy.png") 0 0 no-repeat; }
  .menu-item-buy:hover {
    background: url("../assets/menu_button_buy_hi.png") 0 0 no-repeat; }

#layer-menu ul {
  text-align: center;
  margin-top: 15px; }

#layer-menu ul li {
  display: inline;
  padding: 15px;
  pointer-events: all;
  background-image: url("../assets/menu_button.png"); }
  #layer-menu ul li:hover {
    background-color: rgba(255, 255, 255, 0.2); }

#header {
  overflow: auto;
  width: 100%;
  height: 450px;
  margin-top: 50px; }

#main {
  overflow: auto;
  width: 100%;
  top: 450px;
  padding: 10px; }

#layer-darkoverlay {
  margin-top: 490px;
  margin-bottom: -490px;
  width: 100%;
  height: 0px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: -1; }

.glowline {
  /*    
      // safari doesnt like that.
  
      position: absolute;     // take out of the flow
      margin-top: -10px;      // displace by 10 pix up
      margin-left: -5px;      // displace by 3 pix left
  */
  position: relative;
  margin-top: -10px;
  margin-left: -5px;
  margin-bottom: -15px;
  width: 325px;
  height: 25px;
  background-image: url("../assets/glowingline.png");
  background-repeat: no-repeat; }

.sa_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -45px; }

.img-screenshot {
  width: 180px; }

.img-screenshot:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.bg-light, .news-post {
  background-color: rgba(32, 48, 64, 0.2);
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px; }

.img-story-character {
  margin-right: 10px;
  float: left; }

.img-story-crest {
  margin-right: 5px;
  margin-left: 5px;
  float: right; }

.img-story-collage {
  float: left;
  width: 200px;
  margin-left: 5px;
  margin-right: 15px; }

.news-post {
  margin-bottom: 10px;
  padding-bottom: 20px; }

.news-post-date {
  margin-top: -10px;
  margin-bottom: 10px; }

.page-with-header {
  margin-top: -57px; }

.page-header {
  padding-top: 22px; }

.img-videopreview {
  width: 470px;
  height: 353px;
  position: absolute; }

.screenshot {
  margin-top: 15px;
  pointer-events: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.screenshot:hover {
  margin-left: -25px;
  pointer-events: all; }

#sb-container {
  pointer-events: all; }

#sb-counter {
  padding-top: 6px;
  text-shadow: none; }

#sb-title-inner {
  font-size: 14px;
  padding-left: 15px;
  text-shadow: none; }

#sb-wrapper {
  background-color: rgba(32, 48, 64, 0.8);
  border-radius: 15px;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px; }

b, .reviewsource {
  color: #F8FCFF;
  text-shadow: 0px 0px 5px #3AE1FF, 0px 0px 5px #FFF, 0px 0px 10px #FFF;
  opacity: 1.0;
  font-weight: strong; }

body {
  background-color: #000000;
  background-image: url("../assets/bg_1920x1024.jpg");
  background-position: center 50px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-size: 0; }

input {
  background-color: rgba(255, 255, 255, 0.1);
  color: #888;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #114;
  width: 100%;
  padding: 5px;
  font-family: "Muli";
  font-size: 15px; }

#social img {
  padding-right: 5px;
  padding-top: 5px; }

a:link {
  text-decoration: none; }

::-webkit-scrollbar {
  width: 15px; }

::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1); }

/*
//a.menu-item, a div, 
a div.menu-item p
{
    text-decoration: none;    
    color: green;
}

/*a:link
{
    text-decoration: none;
    background-color: red;
}

a > p
{
    text-decoration: underline;
}
*/
/* ************************************************************************** */
/* special handling for certain browsers                                      */
/* ************************************************************************** */
@-moz-document url-prefix() {
  img {
    background-color: rgba(0, 0, 0, 0.01); } }

/*# sourceMappingURL=style.css.map */
