@font-face {
  font-family: 'Quicksand_Bold';
  src: url('/fonts/Quicksand_Bold.eot') format('embedded-opentype'), url('/fonts/Quicksand_Bold.ttf') format('truetype'), url('/fonts/Quicksand_Bold.svg') format('svg');
}
@font-face {
  font-family: 'Quicksand_Book';
  src: url('/fonts/Quicksand_Book.eot') format('embedded-opentype'), url('/fonts/Quicksand_Book.ttf') format('truetype'), url('/fonts/Quicksand_Book.svg') format('svg');
}
@font-face {
  font-family: 'Quicksand_Light';
  src: url('/fonts/Quicksand_Light.eot') format('embedded-opentype'), url('/fonts/Quicksand_Light.ttf') format('truetype'), url('/fonts/Quicksand_Light.svg') format('svg');
}
@-moz-keyframes cloud {
  0%   { left: 100%; }
  100% { left: -600px; }
}
@-webkit-keyframes cloud {
  0%   { left: 100%; }
  100% { left: -600px; }
}
@keyframes cloud {
  0%   { left: 100%; }
  100% { left: -600px; }
}

body {
  background-color: #e2e2e2;
  color: #343434;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
ul.nav {
  list-style: none;
  position: relative;
}
ul.nav li {
  float: left;
}
a {
  color: #52b6e9;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  margin: 1em 0;
}
hr {
  background-image: url('/images/hr.png');
  border: none;
  height: 19px;
  margin: 10px auto 30px;
  width: 892px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.text-center {
  text-align: center;
}

.carousel {
  margin-top: 20px;
  position: relative;
}
.carousel .pagination {
  margin: 0;
  text-align: center;
}
.carousel .pagination a {
  background-image: url('/images/pagination.png');
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 5px 10px;
  text-indent: -10000px;
}
.carousel .pagination a.selected {
  background-image: url('/images/pagination-selected.png');
}
.carousel .next, .carousel .prev {
  -moz-box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  -webkit-box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  cursor: pointer;
  height: 50px;
  position: absolute;
}
.carousel .next {
  right: -15px;
}
.carousel .next:before {
  content: url('/images/overhang-right.png');
  left: 41px;
  position: absolute;
  top: 50px;
}
.carousel .prev {
  left: -15px;
}
.carousel .prev:before {
  content: url('/images/overhang-left.png');
  left: 0;
  position: absolute;
  top: 50px;
}
.carousel .slide {
  float: left;
}

#header {
  position: relative;
}
#header #sky {
  background-image: -moz-linear-gradient(top, #52b6e9 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #52b6e9 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #52b6e9 0%, #ffffff 100%);
  bottom: 0;
  height: 600px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
#header #sky #skyline {
  background-image: url('/images/skyline.png');
  background-repeat: repeat-x;
  bottom: 0;
  height: 145px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#header #sky .cloud {
  left: 100%;
  position: absolute;
}
#header #sky .cloud.cloud1 {
  -moz-animation: cloud 60s linear infinite;
  -webkit-animation: cloud 60s linear infinite;
  animation: cloud 60s linear infinite;
  top: 50%;
}
#header #sky .cloud.cloud1 img {
  height: 272px;
  width: 600px;
}
#header #sky .cloud.cloud2 {
  -moz-animation: cloud 60s linear 15s infinite;
  -webkit-animation: cloud 60s linear 15s infinite;
  animation: cloud 60s linear 15s infinite;
  top: 30%;
}
#header #sky .cloud.cloud2 img {
  height: 200px;
  width: 440px;
}
#header #sky .cloud.cloud3 {
  -moz-animation: cloud 60s linear 30s infinite;
  -webkit-animation: cloud 60s linear 30s infinite;
  animation: cloud 60s linear 30s infinite;
  top: 40%;
}
#header #sky .cloud.cloud3 img {
  height: 272px;
  width: 600px;
}
#header #sky .cloud.cloud4 {
  -moz-animation: cloud 60s linear 45s infinite;
  -webkit-animation: cloud 60s linear 45s infinite;
  animation: cloud 60s linear 45s infinite;
  top: 20%;
}
#header #sky .cloud.cloud4 img {
  height: 200px;
  width: 440px;
}
#header #bar {
  -moz-box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  -webkit-box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  background-color: #073459;
  height: 70px;
  margin: 0 auto;
  position: relative;
  width: 990px;
  z-index: 2;
}
#header #bar:before {
  content: url('/images/overhang-left.png');
  left: 0;
  position: absolute;
  top: 70px;
}
#header #bar:after {
  content: url('/images/overhang-right.png');
  left: 975px;
  position: absolute;
  top: 70px;
}
#header #bar #logo {
  float: left;
}
#header #bar #logo a {
  display: inline-block;
  padding: 20px 20px 14px;
}
#header #bar #nav {
  float: right;
}
#header #bar #nav li {
  background-color: #0c5fa5;
}
#header #bar #nav li:hover,
#header #bar #nav li.active {
  background-color: #084c85;
}
#header #bar #nav li a {
  border-left: solid 1px #09589a;
  color: #ffffff;
  display: inline-block;
  font-family: 'Quicksand_Book';
  font-size: 16px;
  line-height: 60px;
  padding: 10px 20px 0;
}
#header #hero {
  -moz-box-shadow: 0 2px 5px 3px rgba(64, 64, 64, 0.5);
  -webkit-box-shadow: 0 2px 5px 3px rgba(64, 64, 64, 0.5);
  box-shadow: 0 2px 5px 3px rgba(64, 64, 64, 0.5);
  height: 355px;
  margin: 25px auto 0;
  position: relative;
  top: 10px;
  width: 960px;
  z-index: 1;
}
#header #hero .carousel .next,
#header #hero .carousel .prev {
  top: 152px;
}
#header #hero .carousel .slide img {
  height: 355px;
  width: 960px;
}

#landing {
  background-image: url('/images/gradient.png');
  height: 356px;
}
#landing .logo {
  padding: 53px 0 53px 50px;
}
#landing .logo img {
  height: 250px;
  width: 235px;
}
#landing .details {
  color: #fff;
  width: 575px;
  padding: 60px 50px;
}
#landing .details h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  margin: 0;
}
#landing .details h2 {
  font-size: 20px;
  line-height: 24px;
}
#landing .details h2 a {
  color: #fff;
  font-weight: bold;
}
#landing .details a.button {
  -moz-box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  -webkit-box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  background-color: #d24330;
  background-image: url('/images/arrow-details.png');
  background-repeat: no-repeat;
  background-position: center right;
  color: #fff;
  display: inline-block;
  font-family: 'Quicksand_Book';
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  padding: 5px 80px 0 30px;
}

#content {
  background-color: #fff;
  margin: 0 auto 30px;
  padding: 20px 30px;
  position: relative;
  top: -2px;
  width: 900px;
}
#content h1 {
  -moz-box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  -webkit-box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  background-color: #d24330;
  color: #fff;
  font-family: 'Quicksand_Book';
  font-size: 18px;
  line-height: 40px;
  padding: 5px 10px 0;
  position: relative;
}
#content h1 span.details,
#content h1 span.download {
  background-repeat: no-repeat;
  background-position: center right;
  color: #fff;
  display: block;
  float: right;
  height: 40px;
  padding: 5px 55px 0 0;
  position: absolute;
  right: 45px;
  top: 0;
}
#content h1 span.details {
  background-image: url('/images/arrow-details.png');
}
#content h1 span.download {
  background-image: url('/images/arrow-download.png');
}
#content h2 {
  font-family: 'Quicksand_Bold';
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
#content h3 {
  font-family: 'Quicksand_Bold';
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 1em 0;
}
#content ul {
  list-style: circle;
  margin-bottom: 1em;
  padding-left: 30px;
}
#content ul.media {
  list-style: none;
  padding: 0;
}
#content ul.nav {
  list-style: none;
}
#content ul.team {
  list-style: none;
  margin-bottom: 40px;
  padding-left: 0;
}
#content ul.team li {
  clear: left;
}
#content .column {
  float: left;
}
#content .column.left,
#content .column.right {
  width: 300px;
}
#content .column.wide {
  width: 570px;
}
#content .column.left {
  margin-right: 30px;
}
#content .column.left h1 {
  left: -45px;
  padding-left: 45px;
  position: relative;
  width: 290px;
}
#content .column.left h1:before {
  content: url('/images/overhang-left.png');
  left: 0;
  position: absolute;
  top: 40px;
}
#content .column.right h1 {
  left: 0;
  position: relative;
  width: 325px;
}
#content .column.right h1:before {
  content: url('/images/overhang-right.png');
  left: 330px;
  position: absolute;
  top: 40px;
}
#content .column.wide.left h1 {
  width: 560px;
}
#content .column.wide.right h1 {
  width: 595px;
}
#content .column.wide.right h1:before {
  left: 600px;
}
#content .column .partners {
  width: 421px;
  margin: 0 auto;
}
#content .column .partners img {
  float: left;
  height: 72px;
  padding: 0 10px;
}
#content .single h1 {
  left: -45px;
  padding-left: 45px;
  position: relative;
  width: 890px;
}
#content .single h1:before {
  content: url('/images/overhang-left.png');
  left: 0;
  position: absolute;
  top: 40px;
}
#content .single h1.hero {
  width: 935px;
}
#content .single h1.hero:after {
  content: url('/images/overhang-right.png');
  left: 975px;
  position: absolute;
  top: 40px;
}
#content .blog-heading {
  background-position: left;
  background-repeat: no-repeat;
  min-height: 80px;
  padding-left: 80px;
}
#content .game {
  margin: 10px 0;
  position: relative;
}
#content .game h2 {
  font-size: 32px;
  padding-top: 10px;
}
#content .game hr.nudge-up {
  margin: 0;
  position: relative;
  top: -19px;
}
#content .game .icon {
  margin-bottom: 15px;
}
#content .game .icon .right {
  width: 785px;
}
#content .game .hero {
  position: relative;
}
#content .game .hero h1.hero {
  position: absolute;
  top: 0;
}
#content .game .trailer .left {
  width: 480px;
}
#content .game .trailer .right {
  width: 390px;
}
#content .game .trailer .tycoon,
#content .game .trailer .rosie,
#content .game .trailer .bubblegum,
#content .game .trailer .cat,
#content .game .trailer .cena {
  background-position: bottom right;
  background-repeat: no-repeat;
  min-height: 320px;
}
#content .game .trailer .tycoon h3,
#content .game .trailer .rosie h3,
#content .game .trailer .bubblegum h3,
#content .game .trailer .cat h3,
#content .game .trailer .cena h3 {
  color: #d24330;
  font-size: 24px;
  margin: 2.5em 0 0.5em;
}
#content .game .trailer .tycoon {
  background-image: url('/images/tinytycoons/tycoon.png');
}
#content .game .trailer .rosie {
  background-image: url('/images/bigfoothunter/rosie.png');
}
#content .game .trailer .bubblegum {
  background-image: url('/images/bmosnaps/bubblegum.png');
}
#content .game .trailer .cat {
  background-image: url('/images/politicats/cat.png');
}
#content .game .trailer .cena {
  background-image: url('/images/wwetapmania/cena.png');
}
#content .game .trailer img.download {
  width: 160px;
}
#content .game .trailer img.download.apple {
  padding: 5px 10px;
  width: 140px;
}
#content .game .screenshots .carousel {
  padding: 0 250px;
}
#content .game .screenshots .carousel .next,
#content .game .screenshots .carousel .prev {
  top: 229px;
}
#content .game .screenshots .carousel .slide img {
  height: 508px;
  width: 900px;
}
#content .game .screenshots .carousel.portrait {
  padding: 0 250px;
}
#content .game .screenshots .carousel.portrait .next,
#content .game .screenshots .carousel.portrait .prev {
  top: 323px;
}
#content .game .screenshots .carousel.portrait .slide img {
  height: 696px;
  width: 392px;
}
#content .game .screenshots .carousel .pagination {
  margin: 0;
}
#content .game .screenshots .carousel .pagination a {
  padding: 5px 10px;
}
#content .pagination {
  margin-top: 30px;
}
#content .pagination a,
#content .pagination .current,
#content .pagination .gap {
  padding: 0 5px;
}
#content .pagination .previous_page {
  padding-right: 5px;
}
#content .pagination .next_page {
  padding-left: 5px;
}
#content #footer {
  -moz-box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  -webkit-box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  box-shadow: 0 5px 5px rgba(64, 64, 64, 0.5);
  background-color: #f3f3f3;
  font-size: 15px;
  left: -45px;
  line-height: 40px;
  margin-top: 30px;
  padding: 5px 45px 0;
  position: relative;
  width: 900px;
}
#content #footer:before {
  content: url('/images/overhang-left.png');
  left: 0;
  position: absolute;
  top: 40px;
}
#content #footer:after {
  content: url('/images/overhang-right.png');
  left: 975px;
  position: absolute;
  top: 40px;
}
#content #footer #sharer {
  line-height: 35px;
}
#content #footer a {
  color: #2ebbfc;
  display: inline-block;
  padding: 0 10px;
}
#copy {
  font-size: 14px;
  margin: 0 auto;
  padding: 30px 0 10px;
  position: relative;
  text-align: center;
  width: 900px;
}
#copy a {
  color: #4c4c4c;
  display: inline-block;
  padding: 0 10px;
}
