/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

#alert {
  background: red;
  color: #222;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  font-weight: 700;
}

#alert a {
  color: black;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    background: #000 url(../img/project_papper.png) center center;
    color: #eee;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  body {
    /*background-image: url('/images/my_image@2x.png');
    background-size: 105px 105px;*/
  }
}

::selection {
	background: #B96AFF; /* Safari */
}
::-moz-selection {
	background: #B96AFF; /* Firefox */
}

header {
  text-align: center;
  margin-top: 30px;
}

header h1 {
  display: none;
}

#tagline {
  font-family: 'bebas_neue';
  font-size: 1.5em;
  color: #BD10E0;
  text-align: left;
  margin: 1em auto;
  width: 175px;
}

#alpha-warn {
  font-family: 'bebas_neue';
  font-size: 1em;
  color: #BD10E0;
  text-align: left;
  margin: 1em auto;
  width: 600px;
  top:300px;
  left:100px;
}

section p {
  color: #BAD2ED;
  width: 300px;
}

section p a {
  color: #72a4e8;
}

section p a:visited {
  color: #7176e8;
}

.highlight {
  color: #eee;
}

#install {
  text-align: right;
  position: relative;
  height: 100px;
  width: 280px;
}

#install > a{
  background-image: linear-gradient(-180deg, #9013FE 0%, #530B93 100%);
  border: 2px solid #4C4D4C;
  border: 3px solid #BD10E0;
  border-radius: 15px;
  width: 280px;
  height: 40px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  text-align: left;
  padding: 15px 0 0 15px;
}

#install > a:hover {
  background-image: linear-gradient(-180deg, #9013FE 35%, #6C0EBF 100%);
}

#install > a::after{
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: -30px;
  right: 5px;
  background-size: 80px 80px;
}

#install > a.passive{
  background: none;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  text-indent: -99999px;
  position: absolute;
  border: 0;
  top: 70px;
  right: 50px;
}

#install > a.passive:last-of-type{
  right: 0;
}

#install > a.passive::after{
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  top: 0;
  right: 0;
  background-size: 40px 40px;
}

#install > a.inst-moz::after{
  background-image: url(../img/firefox-logo@2x.png);
}

#install > a.inst-chr::after{
  background-image: url(../img/chrome-logo@2x.png);
}

#install > a.inst-opr::after{
  background-image: url(../img/opera-logo@2x.png);
}

#install > span{
  top: 76px;
  display: block;
  position: absolute;
  right: 100px;
}
#how-to-install {
  font-size: 0.8em;
  color: #aaa;
  line-height: 1.35;
  max-width: 200px;
}

#how-to-install li {
  margin-bottom: 0.5em;
}

#how-to-install a {
  color: #3E9AF8;
}

.wrapper {
  width: 940px;
  margin: -80px auto 0;
  position: relative;
}

#p3{
  padding-bottom: 40px;
}

/* ==========================================================================
   Lightbox
   ========================================================================== */
   .lightbox {
   	/** Default lightbox to hidden */
   	display: none;

   	/** Position and style */
   	position: fixed;
   	z-index: 999;
   	width: 100%;
   	height: 100%;
   	text-align: center;
   	top: 0;
   	left: 0;
   	background: rgba(0,0,0,0.8);
   }

   .lightbox img {
   	/** Pad the lightbox image */
   	max-width: 90%;
   	max-height: 80%;
   	margin-top: 2%;
   }

   .lightbox p {
     width: 100%
   }

   .lightbox:target {
   	/** Remove default browser outline */
   	outline: none;

   	/** Unhide lightbox **/
   	display: block;
   }

  .partner span,
  .partner strong{
    font-size: 24px;
    font-family: "bebas_neue";
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 5px;
  }

  .partner span{
    font-size: 14px;
    bottom: 29px;
  }

 /* ==========================================================================
   Press Release
   ========================================================================== */

 /*.release-hover:hover::after {
   content: "";
   background: #E7E2E2 url(../img/press-release.png);
   display: block;
   position: absolute;
   bottom: -40px;
   right: -70px;
   width: 135px;
   height: 93px;
   z-index: 10;
 }*/

#ban_alert {
  background: #D8000C;
  height: 25px;
  width: 100%;
  font-family: 'bebas_neue';
  color: #fff;
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  margin-bottom: 25px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.35);
}

#ban_alert:hover {
  background: #A60008;
}

#ban_alert>span{
  margin: 0;
  padding: 0 5px;
  letter-spacing: 0.04em;
  overflow: hidden;
}
#ban_alert>span>span{
  color: #ff0;
}

#freeadnauseam {
  font-family: 'bebas_neue';
  position: relative;
  display: block;
}
#freeadnauseam p {
  font-size: 30px;
  color: #BEBEBE;
  letter-spacing: 0.75px;
  font-weight: 300;
  position: absolute;
  width: 100%;
}

#freeadnauseam p span span {
  font-weight: 700;
  color: #fff;
  position: relative;
}

#freeadnauseam p span span::after{
  font-size: 12px;
  font-weight: 400;
  color: #8B8B8B;
  top: 23px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
}

#freeadnauseam p span span.days::after{
  content: "days";
}

#freeadnauseam p span span.hours::after{
  content: "hours";
}

#freeadnauseam p span span.mins::after{
  content: "mins";
}

#freeadnauseam p span span.secs::after{
  content: "secs";
}

#freeadnauseam span.read-it {
  background: #000;
  color: #D8000C;
  padding: 0px 10px 3px;
  border-radius: 3px;
  border: #D8000C 2px solid;
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  margin-right: -60px;
  width: 105px;
  height: 20px;
  z-index: 10;
  font-size: 1.1em;
  line-height: 1.4em;
}

 #freeadnauseam:hover span.read-it {
   background: #D8000C;
   color: #000;
 }

.press-release{
  background: #E7E2E2;
  color: #231428;
  padding: 50px;
  margin: 10px auto 50px;
  font-size: 22px;
  font-family: Times, Georgia, serif;
}

.press-release ::-moz-selection {
    background: #deb3fc;
    text-shadow: none;
}

.press-release ::selection {
    background: #deb3fc;
    text-shadow: none;
}

a.watermark{
  text-align: center;
  display: block;
}

.press-release .note {
  text-align: center;
}

.press-release img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.press-release h1{
  font-size: 60px;
  padding: 20px 0;
  border-style: double;
  border-width: 6px 0;
  line-height: 1em;
  text-align: center;
}

.press-release h2{
  font-size: 34px;
  line-height: 1em;
}

.press-release p {
  font-family: Georgia, serif;
  line-height: 1.5em;
}

.press-release a {
  color: #330144;
  background: rgba(84, 2, 111, 0.1);
  text-decoration: none;
}

.press-release a:hover {
  color: #54026f;
  text-decoration: underline;;
}

.press-release iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
  Press Page
  ========================================================================== */
.gd-section{
   width: 100%;
   float: left;
}

.press{
  margin:5rem 0;
  margin-left: auto; margin-right: auto; left: 0; right: 0;
}
.languagelist{
  text-align:center;
  list-style-type: none;
  width:530px;
  margin:-2rem auto;
  padding:0;
}
.languagelist li{
  float:left;
  text-decoration: none;
  padding:0.5rem;
  font-size: 1rem;
  color:white;
  font-family: 'bebas_neue';
  font-weight: 200;
  color:#ccc;
}
.languagelist li:hover{
  color:#B3D4FC;
}
.languagelist:hover >li{
  color:white;
}
.language{
  font-size:1.8rem;
  font-family: 'bebas_neue';
  font-weight: 300;
  text-align: center;
}
.col{
  width:290px;
  float:left;
}
.col2{
  width:620px;
  float:left;
  margin:10px;
}
.col.left {
  float:left;
  width:33%;
}
.col.mid {
  display:inline-block;
  width:34%;
}
.col.right {
  float:right;
  width:33%;
}
.col.soloMid {
  width:100%;
}
.pressdiv{
   width:278px;
  border:solid;
  border-color:#ccc;
  border-width: 1px;
  padding:10px;
  margin:10px 0;
  margin-left: auto;
  margin-right: auto;
}

.superwidth{
  width:510px;
}
.pressdiv p{
  color:#ccc;
  line-height: 1.2rem;
  margin:0.3rem;
  text-decoration: none;
}
.press .audio {
  padding:0!important;
  width:298px;
}
.press .audio:before {
    content: "AUDIO ►";
    font-family: 'bebas_neue';
    font-size: 12px;
    letter-spacing: .08em;
    right: 0;
    float: right;
    color: white;
    background: #8b35bf;
    padding: 2px 8px;
    opacity: 1;
}
.press a{
  text-decoration: none;
}
.center p{
  text-align: center;
}
.pressdiv:hover{
  border-color:#B144F2;
}
.whitebg{
  background-color: white;
  width:276px !important;
  border-width: 2px;
  border-color:white;
}
.whitebg p{
  color:black;
}

header h2{
  font-size: 2.2rem;
  font-family: 'bebas_neue';
  color:#B144F2;

}

/* ==========================================================================
   Privacy Policy Page
   ========================================================================== */
.gd-center {
    width: 100%;
    margin: 0 auto;
}


.p_special {
  text-transform: uppercase;
  color:white !important;
  font-size:1.8rem;
  font-family: 'bebas_neue';
  font-weight:300;
}
.policy h3{
  text-decoration: none;
  font-size: 1.5rem;
  color:white;
  font-family: 'bebas_neue';
  font-weight: 200;
  color:#BD10E0;
}

.policy p{
  font-weight:300;
  color:#BAD2ED;
}

.policy a{
  text-decoration: none !important;
  font-weight:300;
  color:#eee;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 768px) {
  body {
    margin: 0px;
  }
  .wrapper {
    width: 94%;
    padding: 0 3%;
    margin-top: 3%;
  }
  .press-release {
    width: 94%;
    padding: 2%;
    margin: 3% 1%;
    font-size: 18px;
  }
  .press {
  width:500px;
  margin:auto;
  }
  .partner>a {
    position: relative;
    height: 109px;
    display: block;
    width: 258px;
    margin: 0 auto;
  }
  .col{
    float:none;
    margin:auto;
  }
  .col2{
    width:290px;
  }
  .superwidth{
    width:278px;
    height:100px;
  }
  section>p{
    margin: 1em auto;
  }
  #freeadnauseam img {max-width: 96%}
  #freeadnauseam span { border-width: 1px; margin-right: 0; bottom: -18px;}
  #banners>div {
    text-align: center;
    margin-bottom: 10px;
  }
  #banners>div#source {
    position: fixed;
  }
  #banners>div img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

  #logo,
  #tagline,
  #install,
  #how-to-install,
  #p1,
  #p2,
  #p3,
  #p4,
  #banners>* {
    position: absolute;
    -webkit-animation: flyin 0.5s ease forwards;
            animation: flyin 0.5s ease forwards;
    /*filter: blur(4px);*/
  }

  #logo           {top: 311px; margin-left: auto; margin-right: auto; left: 0; right: 0;}
  #freeadnauseam  {position: absolute; top: 100px; left: 50%; margin-left: -225px;}
  .subpage        {top:255px !important;}
  #tagline        {left: 429px; top: 473px; -webkit-animation-delay: 0ms; animation-delay: 0ms}
  #p1             {left: 429px; top: 570px; -webkit-animation-delay: 0ms; animation-delay: 0ms}
  #p2             {left: 165px; top: 965px; -webkit-animation-delay: 0ms; animation-delay: 0ms}
  #p3             {left: 429px; top: 1230px; -webkit-animation-delay: 0ms; animation-delay: 0ms}
  #p4             {left: 50px;  top: 80px; width:1000px; -webkit-animation-delay: 0ms; animation-delay: 0ms}
  #install        {left: 620px; top: 475px; -webkit-animation-delay: 800ms; animation-delay: 800ms}
  #journal        {left: 760px; top: 600px; -webkit-animation-delay: 1200ms; animation-delay: 1200ms}
  #new            {left: 760px; top: 600px; -webkit-animation-delay: 1200ms; animation-delay: 1200ms}
  #chrome         {left: 718px; top: 565px; -webkit-animation-delay: 900ms; animation-delay: 900ms}
  #daniel         {left: 150px;  top: 501px; -webkit-animation-delay: 1000ms; animation-delay: 1000ms}
  #translateblock {left: 100px; top: 1650px; -webkit-animation-delay: 2200ms; animation-delay: 2200ms}
  #pressblock     {left: 292px; top: 1750px; -webkit-animation-delay: 2200ms; animation-delay: 2200ms}
  #contact        {left: 272px; top: 620px; -webkit-animation-delay: 1400ms; animation-delay: 1400ms}
  #faq            {left: 109px; top: 856px; -webkit-animation-delay: 1600ms; animation-delay: 1600ms}
  #mushon         {left: 4px;   top: 620px; -webkit-animation-delay: 1800ms; animation-delay: 1800ms}
  #helen          {left: 150px;  top: 736px; -webkit-animation-delay: 2000ms; animation-delay: 2000ms}
  #book           {left: 428px; top: 1800px; -webkit-animation-delay: 2400ms; animation-delay: 2000ms}
  #new            {left: 779px; top: 1585px; -webkit-animation-delay: 2800ms; animation-delay: 2400ms}
  #twitter        {left: 760px; top: 870px; -webkit-animation-delay: 2600ms; animation-delay: 2600ms}
  #facebook       {left: 779px; top: 1250px; -webkit-animation-delay: 2600ms; animation-delay: 2600ms}
  #release        {left: 779px; top: 1325px; -webkit-animation-delay: 3000ms; animation-delay: 3000ms}
  #privacyblock   {left: 428px; top: 1700px; -webkit-animation-delay: 2600ms; animation-delay: 2600ms}
  #scrn1          {left: 516px; top: 957px; -webkit-animation-delay: 2800ms; animation-delay: 3200ms}
  #scrn2          {left: 0px;   top: 1230px;-webkit-animation-delay: 2900ms; animation-delay: 2900ms}
  #reambiguation  {left: 658px; top: 1860px; -webkit-animation-delay: 2400ms; animation-delay: 2000ms}

  #source         {position: fixed; z-index: 1000; right: 0; top: 0; -webkit-animation-delay: 1600ms; animation-delay: 1600ms}


  /* ===============
      Animate banners
     =============== */

  .ani-left {
    -webkit-transform: translateX(-1000px);
        -ms-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  .ani-right {
      -webkit-transform: translateX(1000px);
          -ms-transform: translateX(1000px);
              transform: translateX(1000px);
  }
  .ani-top {
    -webkit-transform: translateY(-1000px);
        -ms-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
  @-webkit-keyframes flyin {
    to {
      /*filter: blur(0);*/
      -webkit-transform: translateX(0);
      -webkit-transform: translateY(0);
    }
  }
  @keyframes flyin {
     to {
       /*filter: blur(0);*/
       -webkit-transform: translateX(0);
           -ms-transform: translateX(0);
               transform: translateX(0);
       -webkit-transform: translateY(0);
           -ms-transform: translateY(0);
               transform: translateY(0);
     }
  }


   /* ===============
      Press Page
     =============== */

   .press{
    margin-top: 475px;
    margin-left: -11px;
   }
   header h2{
    position: absolute;
    top: 343px;
   }
   #PressHeader{
     margin-left: auto; margin-right: auto; left: 0; right: 0;
   }
    .languagelist{
  position:absolute;
  top:415px;
   margin-left: auto; margin-right: auto; left: 0; right: 0;
   margin-top: 1rem;
  }
  .language{
  }

   /* ===============
      Privacy Page
     =============== */
  #PrivacyHeader{
    margin-left: auto; margin-right: auto; left: 0; right: 0;
   }
  .policy{
    margin-top: 455px;
   }
   .gd-center {
    width: 720px;

  }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */
    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
    }
     .policy{
    /*padding-right:110px;*/
   }
   .language{
     /*padding-right:102px;*/
   }
   .center{
    /*padding-right: 16px;*/
   }

}

@media only screen and (max-width: 850px) {
  .col{
    width:290px;
    float:left;
  }
  .col2{
    width:620px;
    float:left;
    margin:10px;
  }
  .col.left {
    width:290px;
    float:left;
  }
  .col.mid {
    width:290px;
    float:left;
  }
  .col.right {
    width:290px;
    float:left;
  }
  .col.soloMid {
    width:290px;
    float:left;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
