/*@font-face {
  font-family: 'Curious';
  src: url('Curious.ttf');
}*/

body {
  color: #1c2c20;
  font-family: 'Averia Serif Libre', cursive;
  background: 
    url("../img/clouds_top.png") repeat-x,
    url("../img/bg_kachel.png") repeat,
    #00b779;
  padding: 0;
  margin: 0;
  
}

h1 {
  color: white;
}

h2 {
  text-align: center;
  font-family: 'Averia Serif Libre', cursive;
  font-size: 1.5em;
  color: white;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  text-shadow: #333 1px 1px;
  padding: 10px;
  max-width: 1000px;
  margin: 20px auto 30px;
}

h3 {
  font-size: 1.4em;
  color: #f9c200;
  text-shadow: 1px 1px #bc2d00;
  margin: 5px;
}

h4 {
  font-size: 1.8em;
  color: #f9c200;
  text-shadow: 1px 1px #bc2d00;
  margin: 5px;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/* owl */

/*.owl-controls {
  margin-top: 5px !important;
}*/

.owl-theme .owl-controls .owl-page span {
  background: #5ed18e;
}

.owl-theme .owl-nav {
  position: relative;
  height: 1px;
}

.owl-theme .owl-nav .owl-prev {
  position: relative;
  left: -480px;
  top: -200px;
  background: transparent;
  font-size: 1.5em;
  color: #5ed18e;
}

.owl-theme .owl-nav .owl-prev:hover {
  background: #5ed18e;
  border-radius: 50px;
}

.owl-theme .owl-nav .owl-next {
  position: relative;
  right: -480px;
  top: -200px;
  background: transparent;
  font-size: 1.5em;
  color: #5ed18e;
}

.owl-theme .owl-nav .owl-next:hover {
  background: #5ed18e;
  border-radius: 50px;
}

.owl-theme .owl-dots {
  display: none !important;
}

/* title */

#title {
  background-size: 50%;
  text-align: center;
  margin: 40px auto 50px;
}

#title img {
  display: block;
  padding-top: 0px;
  margin: 0px auto;
  position: relative;

  animation: pulsate 2s ease-in-out;
  animation-iteration-count: infinite; 
  -webkit-animation: pulsate 2s ease-in-out;
  -webkit-animation-iteration-count: infinite; 
}

@keyframes pulsate {
  0%   {top:0px;}
  50%  {top:5px;}
  100% {top:0px;}
}

@-webkit-keyframes pulsate {
  0%   {top:0px;}
  50%  {top:5px;}
  100% {top:0px;}
}

#title p {
  color: white;
  margin: 10px 0 20px;
  font-size: 1.1em;
  text-shadow: #222 1px 1px;
}

/* award */

#awards {
  text-align: center;
  max-width: 1000px;
  margin: 50px auto;

}

.award {
  background: url("../img/award.png") no-repeat center top;
  /*width: 300px;*/
  height: 96px;

  font-weight: bold;
  text-align: center;
  padding-top: 16px;

  text-shadow: 0 0 0.5em #007B4F, 0 0 0.5em #007B4F, 0 0 0.5em #007B4F;
  color: rgba(255, 255, 255, 0.9);

  display: inline-block;
  width: 24%;
  vertical-align: top;
}

/* steam */

#steam {
  color: white;
  background: #9BC90D;
  border: 2px dashed #79A70A;

  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);

  box-shadow: 0 0 0 4px #9BC90D;
  -moz-box-shadow: 0 0 0 4px #9BC90D;
  -webkit-box-shadow: 0 0 0 4px #9BC90D;

  font-size: 1.1em;

  padding: 10px;
  width: 300px;

  position: absolute;
  left: -80px;
  top: 50px;

  transform: rotate(-45deg);
}

#steam a {
  color: white;
}

#steam em {
  color: brown;
  display: block;
  font-style: normal;
  font-size: 1.3em;
}


/* social */

#social {
  margin: 50px auto;
  text-align: center;
  width: 90%;
  max-width: 1000px;
  padding: 10px;
  background: #05a071;
  height: 40px;
}

#social.fixed {
  position:fixed;
  top: -22px;
  width: 100%;
  z-index: 100;
}

#social form {
  display: inline-block;
}

#social div {
  display: inline-block;
  margin: 0 15px;
}

#social .twitter {
  top: 5px;
  position: relative;
  margin-right: 30px;
}

#social .tumblr {
  top: 8px;
  position: relative;
  margin-right: 30px;
}

#social input {
  padding: 8px;
  border-radius: 2px;
  background: #ddd;
  border: 1px solid #ddd;
}
 
#social input[type="email"] {
  width: 400px;
}

#social a {
  color: #ddd;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  padding: 0 20px;
}

/* quotes */

#quotes {
  margin: 20px;
}

#quotes .quote {
  position: relative;
  margin: 5px auto;
  padding: 20px;
  width: 720px;
  text-align: center;
  font-family: 'Averia Serif Libre', cursive;
  color: white;
  text-shadow: #000 1px 1px;
}

#quotes p {
  position: absolute;
  top: 30px;

  padding: 10px 40px;
  margin: 0;

  width: 640px;
  font-size: 1.4em;
  background: rgba(5,160,113,0.7);

  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#quotes small {
  padding: 15px 0 0;
  display: block;
  color: white;
  font-size: 0.7em;
}

#quotes small a {
  color: white;
  text-shadow: #000 1px 1px;
}

#quotes img {
}

/* buy */

#buy {
  position: relative;
  text-align: center;
  width: 600px;
  margin: 5px auto;
}

#buy div {
  margin: 20px;
}

#buy div a {
  border-style: solid;
  border-width: 14px 16px;
  -moz-border-image: url(../img/hud_menuButton.png) 14 16 repeat;
  -webkit-border-image: url(../img/hud_menuButton.png) 14 16 repeat;
  -o-border-image: url(../img/hud_menuButton.png) 14 16 repeat;
  border-image: url(../img/hud_menuButton.png) 14 16 fill repeat;

  color: #333;
  padding: 6px 20px;
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 1px 1px orange;
}

#buy iframe {
  margin-bottom: 30px;
}

/* badge */

#badge {
  position: absolute;
  top: -25px;
  right: -50px;
  z-index: 0;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg)
}

#badge .fa {
  font-size: 8em;
  color: orange;
}

#badge {
  font-size: 2.8em;
  color: #f9c200;
  text-shadow: 1px 1px #bc2d00;
}

#greenlight {
  margin: 20px;
}

/* balloon */

#balloon {
  background: url("../img/balloon.png") no-repeat;
  position: fixed;
  right: 80px;
  width: 30px;
  height: 30px;
  z-index: -1;

  animation: pulsate-balloon 6s ease-in-out;
  animation-iteration-count: infinite; 
  -webkit-animation: pulsate-balloon 6s ease-in-out;
  -webkit-animation-iteration-count: infinite; 
}

@keyframes pulsate-balloon {
  0%   {bottom:480px;}
  50%  {bottom:495px;}
  100% {bottom:480px;}
}

@-webkit-keyframes pulsate-balloon {
  0%   {bottom:480px;}
  50%  {bottom:495px;}
  100% {bottom:480px;}
}

/* gameplay */

#gameplay {
  text-align: center;
  margin-top: 20px;
  color: #1c2c20;
}

#gameplay .column {
  display: inline-block;

  width: 31%;
  min-width: 290px;

  padding: 0 5px;
  vertical-align: top;
}

#gameplay .column img {
  border-radius: 5px;
  /*border: 4px solid black;*/
}

#gameplay .column p {
  display: block;
  text-align: justify;
  padding: 0 11px;
  vertical-align: top;
  font-size: 1.1em;
}

/* trailer */

#trailer {
  margin: 30px auto;
  text-align: center;
}

#trailer iframe {
  border: 2px solid #1c2c20;
  margin: 40px;
}

/* overhang */

#overhang {
  position: absolute;
  width: 100%;
}

#rider {
  background-image: url("../img/ratorrider.png");
  width: 170px;
  height: 256px;
  position: absolute;
  left: 0;
  top: 100px;
}

#trex {
 background-image: url("../img/trex.png");
  width: 170px;
  height: 256px;
  position: absolute;
  right: 0;
  top: 100px; 
}

/* characters */

#characters {
  text-align: center;
  color: #1c2c20;
  padding: 0 10px;
  margin-bottom: 50px;

}

#characters .owl-carousel {
}

#characters .owl-carousel img {
  width: 90%;
}

#characters .portrait {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
}

#characters h3 {
  height: 25px;
}

#characters p {
  height: 80px;
  text-align: justify;
  padding: 0 16px;
  font-size: 1.1em;
}

#characters .portrait img {
  height: 120px;
  width: 120px;
  clip: rect(0 85px 70px 15px);
  border-radius: 100px;
}

#characters .portrait a {
  color: #5ed18e;
  text-shadow: 1px 1px #0a8f5b;
}

#characters .portrait img {
  margin: 10px auto;
}

/* faq */

#faq {
  padding-bottom: 50px;
  max-width: 800px;
  margin: 20px auto;
  /*text-align: center;*/

}

#faq h3 {
  padding: 4px 10px;
  /*background: #05a071;*/
  border-radius: 4px;
  /*float: left;*/
  /*width: 45%;*/
  /*display: inline-block;*/
}

#faq h3 a {
  color: white;
  font-weight: normal;
  font-size: 0.8em;
  text-shadow: none;
  display: block;
}

#faq h3.open a {
  color: #f9c200;
  text-shadow: 1px 1px #bc2d00;
}

#faq div {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  color: #333;
  padding: 0px 40px 10px;
  font-size: 1.1em;
  clear: both;
  margin: 10px;
}

#faq div a {
  color: #f9c200;
}

#faq div a:hover {
  color: #f9c200;
}

/* navbar */

#navbar {
  background: rgba(51,51,51,0.4);
  display: block;
  margin: 0;
  padding: 0;
}

#navbar li {
  float: right;
  padding: 10px;
  list-style: none;
  border-bottom: 2px solid transparent;
}

#navbar li:hover {
  background: #333;
  border-bottom: 2px solid #FFD700;
}

#navbar li a {
  color: white;
}

#navbar:after {
  content: "";
  display: block;
  clear: both;
}

/* sidebar */

#sidebar {
  text-align: center;
  padding: 0;
  width: 30%;
  float: left;
  height: 700px;
  background: rgba(0,0,0,0.5);
}

#sidebar a {
  color: white;
}

#sidebar ul {
  margin: 10px auto;
  padding: 10px;
  list-style-type: none;
}

#sidebar ul i {
  font-size: 5em;
  display: block;
}

#sidebar ul i:hover {
  font-size: 5em;
  display: block;
  color: black;
  background: white;
  border-radius: 100px;
}

#sidebar ul li {
  padding: 0 50px 10px 50px;
  margin: 10px;
}

/* journal */

#journal {
  display: inline-block;
  float:right;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 60%;
  vertical-align: top;
}

#journal div {
  background-image: url("../img/journal_bg.png");
  height: 540px;
  width: 440px;
  margin: 10px auto;
  padding-top: 50px;
  padding-left: 80px;
  text-align: left;
}

#journal p {
  font-family: Curious;
  font-size: 2em;
  margin: 10px;
  width: 370px;
}

/* compass */

#compass {
  background: url("../img/hud_compass_base.png") no-repeat center;
  margin: 20px auto;
  width: 150px;
  height: 150px;
  margin-top: -120px;
}

#compass div {
  background: url("../img/hud_compass_needle.png") no-repeat center;
  width: 150px;
  height: 150px;
  
  transform:rotate(120deg);
  transition: transform 2s; 
  -webkit-transform:rotate(120deg);
  -webkit-transition: -webkit-transform 2s; 
}

/* footer */

#footer {
  background: white;
  color: #333;
  font-size: 1.1em;
  text-align: center;
  margin: 50px 0 20px;
}

#footer a {
  color: #333;
}

#footer p {
  display: inline-block;
  padding: 0 170px;
}

/* cover */

#cover {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 1500px;

  background: 
    url("../img/layer_treck.png") no-repeat,
    url("../img/layer_foreground.png") repeat-x,
    url("../img/layer_landscape_noalpha.png") repeat-x,
    black;

  background-position: 
    center 202px,
    center 200px,
    center 0;

  transition-property: top, bottom;
  transition-duration: 1.0s;
  -webkit-transition-property: top, bottom;
  -webkit-transition-duration: 1.0s;
}

#cover p {
  color: #584336;
  text-shadow: #000 1px 1px;
  font-size: 2.0em;
  display: block;
  text-align: center;
  margin-top: 400px;
}

/* ground */

#ground {
  width: 100%;

  margin-top: -100px;
  padding-top: 340px;
  z-index: -2;

  background: 
    url("../img/layer_treck.png") no-repeat,
    url("../img/layer_foreground.png") repeat-x,
    url("../img/layer_landscape.png") repeat-x;

  background-position: 
    center 152px,
    center 150px,
    center 0;
}

/* links */

#links {
  margin: 50px auto;
  padding: 10px 0;

  font-size: 2.5em;
  color: #f9c200;
  text-shadow: 1px 1px #bc2d00;
  font-family: 'Averia Serif Libre', cursive;
  text-align: center;
  clear: both;
}

#links a {
  padding: 10px 30px;
  color: #f9c200;
  display: inline-block;
  text-transform: capitalize;
}

/* impress */

#imprint {
  margin-top: 30px;
  text-align: center;
  color: white;
  padding: 10px;
}

#imprint a {
  color: white;
}

#imprintFull {
  width: 800px;
  margin: 20px auto;
}

#imprintFull h1, #imprintFull h2 {
  text-align: left;
  border: none;
  margin-left: 0;
  padding-left: 0;
  text-shadow: #333 1px 1px;
}

/* editions */

.edition {
  margin: 40px auto;
  padding: 20px;

  max-width: 1000px;
}

.edition h2 {
  border: none;
  margin: 5px;
  color: orange;
}

.edition .humble img {
  margin: 0px;
}

.edition .humble {
  min-width: 550px;
  float: left;
  margin-left: -70px;
  height: 310px;

  border-style: solid;
  border-width: 12px 12px 12px 54px;
  -moz-border-image: url(../img/journal_bg_1.png) 15 20 21 53 repeat;
  -webkit-border-image: url(../img/journal_bg_1.png) 15 20 21 53 repeat;
  -o-border-image: url(../img/journal_bg_1.png) 15 20 21 53 repeat;
  border-image: url(../img/journal_bg_1.png) 15 20 21 53 fill repeat;
}

.edition .humble h3 {
  text-align: center;
  text-shadow: 1px 1px #bc2d00;
  background: rgba(250, 250, 250, 0.4);
}

.edition .description {
  margin-left: 550px;
  min-width: 430px;
  max-width: 600px;
  font-size: 1.1em;

  color: white;
}

.edition .description a {
  color: #eee;
  font-style: italic;
}

.edition .description i {
  color: orange;
}

.edition .description img {
  margin-left: 40px;
  margin-top: 10px;
}

.edition .description ul li {
  margin-top: 10px;
}

.edition .description ul li:first-child {
    margin-top:0;
}

#editions #footer {
  padding: 20px;
  margin: 0;
}

#editions #links {
  margin: 30px auto;
}

#editions .shortLinks {
  text-align: center;
}

#editions .shortLinks ul {
  margin: 0;
}

#editions .shortLinks li {
  display: inline-block;
  padding: 15px;
}

#editions .shortLinks li a {
  color: white;
}

.clear {
  clear:both;
}

/* speech */

#speech {
  margin: 60px auto 20px;
  max-width: 600px;
}

#speech div {
  position: relative;
  background: #F1E8D6;
  border-radius: 20px;
  padding: 20px 30px;
  font-size: 1.2em;

  -webkit-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.75);
}

#speech div::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #F1E8D6 transparent;
  display: block;
  width: 0;
}

#speech img {
  margin: 40px auto;
}

#freeWeekend .timer {
  text-align: center;
  font-size: 1.3em;
  display: block;
  margin: 50px auto 20px;
}

#demo {
 text-align: center;
  font-size: 1.3em;
  display: block;
  margin: 20px auto 20px; 
}
