body {
  font-family: Helvetica, Arial, sans-serif;
  height: 100%; }

.wrapper {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  width: 1005px; }
  .wrapper--narrow #kontent {
    margin-left: 0; }

/* READ MORE BUTTON */
.readMore {
  background: url("../img/news_wiecej.png") right 1px no-repeat;
  color: #ff9900;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  padding: 0 10px 0 0;
  text-decoration: none;
  text-transform: uppercase; }
  .readMore:hover {
    text-decoration: underline; }

/* MENU */
#naglowek {
  height: 157px;
  margin: 0 auto;
  width: 1005px; }

#logo {
  background: url("../img/logo.gif") 30px bottom no-repeat;
  display: block;
  float: left;
  height: 115px;
  text-indent: -9999%;
  width: 210px; }

#menu {
  display: block;
  float: left;
  height: 112px;
  width: 795px; }
  #menu ul {
    display: block;
    float: right;
    height: 52px;
    margin-top: 60px; }
  #menu li {
    display: block;
    float: left;
    height: 60px; }
  #menu a {
    color: #000;
    display: block;
    font-family: FuturaMdBTMedium;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    padding: 20px 12px;
    text-decoration: none;
    text-transform: uppercase; }
    #menu a.active {
      background: url("../img/menu_hover.png") center no-repeat;
      color: #fff; }
  #menu #menu_kontakt.active {
    background-image: url("../img/menu_kontakt_hover.png"); }

/* BANNER */
.banner {
  background: url("../img/banner/bannerBg.png") top repeat-x;
  height: 386px;
  min-width: 1005px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden; }
  .banner--tall {
    height: 579px;
    margin-bottom: 5px; }
  .banner__container {
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 1005px; }
  .banner__item {
    opacity: 0;
    transition: opacity 2s ease;
    pointer-events: none; }
    .banner__item.-active {
      opacity: 1;
      pointer-events: auto; }
  .banner__img {
    display: block;
    margin-left: -275px;
    position: absolute;
    top: 0; }
  .banner__title {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    left: 0;
    padding: 25px 30px;
    position: absolute;
    text-decoration: none; }
    .banner__title--withMargin {
      left: 50px; }

/* INTRO */
.intro {
  margin-bottom: 50px; }
  .intro__text {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 17px; }
  .intro--icon {
    background: url("../img/about_ryba.png") 800px 10px no-repeat; }

/* HP GAMES LIST */
.games {
  margin: 0 -8px 30px -8px;
  overflow: hidden; }
  .games__item {
    float: left;
    margin: 0 8px;
    text-decoration: none;
    width: 324px; }
    .games__item:hover .readMore {
      text-decoration: underline; }
  .games__title {
    color: #000000;
    font-size: 20px;
    font-family: FuturaMdBTMedium;
    font-weight: normal;
    margin-bottom: 5px; }
  .games__photo {
    display: block;
    margin-bottom: 10px; }
  .games__description {
    color: #666;
    font-size: 12px;
    line-height: 18px; }

/* HP JOBS */
.jobs {
  background: url("../img/jobs/office.jpg");
  height: 340px;
  margin-bottom: 35px;
  position: relative; }
  .jobs__list {
    background: rgba(0, 0, 0, 0.6);
    bottom: 21px;
    left: 21px;
    padding: 25px 30px 15px 30px;
    position: absolute;
    width: 260px; }
  .jobs__title {
    color: #fff;
    font-family: FuturaMdBTMedium;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px; }
  .jobs__item {
    background: url("../img/jobs/jobs.png") 12px center no-repeat;
    color: #ff9900;
    display: block;
    font-family: FuturaBold;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 25px; }
    .jobs__item:hover {
      text-decoration: underline; }

/* JOBS PAGE */
.jobsPage {
  margin: 0 -10px 40px -10px;
  overflow: hidden; }
  .jobsPage__announcement {
    float: left;
    margin: 0 10px;
    width: 490px; }
  .jobsPage h3 {
    color: #2b2b2b;
    font-family: FuturaMdBTMedium;
    font-weight: normal;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 24px; }
  .jobsPage h3 span {
    color: #ffb020;
    display: block;
    font-family: FuturaMdBTMedium;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px; }
  .jobsPage p {
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
    margin: 0 20px 21px 0; }
  .jobsPage h4 {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 19px; }
  .jobsPage .br {
    border-bottom: 1px solid #EDEDED;
    clear: left;
    padding-top: 10px;
    margin-bottom: 30px;
    height: 1px; }
  .jobsPage ul {
    list-style: disc url(../img/lista.gif);
    padding-left: 13px;
    margin-bottom: 30px; }
  .jobsPage li {
    color: #6b6b6b;
    font-size: 12px;
    line-height: 16px; }
  .jobsPage a.wiecej {
    font-size: 11px; }

/* ABOUT PAGE */
.team {
  overflow: hidden;
  margin: 0 -11px 40px -11px; }
  .team__person {
    background: url("../img/about-bg.jpg") top left no-repeat;
    height: 243px;
    float: left;
    margin: 0 11px;
    width: 182px; }
  .team__photo {
    background: url("../img/about.jpg");
    display: block;
    height: 160px;
    margin: 13px 0 5px 11px;
    width: 156px; }
    .team__photo--a1 {
      background-position: left 0; }
    .team__photo--a2 {
      background-position: left -160px; }
    .team__photo--a3 {
      background-position: left -320px; }
    .team__photo--a4 {
      background-position: left -480px; }
    .team__photo--a5 {
      background-position: left -640px; }
    .team__photo--a6 {
      background-position: left -800px; }
    .team__photo--a7 {
      background-position: left -960px; }
    .team__photo--a8 {
      background-position: left -1120px; }
    .team__photo--a9 {
      background-position: left -1280px; }
    .team__photo--a10 {
      background-position: left -1440px; }
    .team__photo--a11 {
      background-position: left -1600px; }
    .team__photo--a12 {
      background-position: left -1760px; }
    .team__photo--a13 {
      background-position: left -1920px; }
    .team__photo--a14 {
      background-position: left -2080px; }
    .team__photo--a15 {
      background-position: left -2240px; }
    .team__photo--a16 {
      background-position: left -2400px; }
    .team__photo--a17 {
      background-position: left -2560px; }
  .team__name {
    font-size: 12px;
    color: #525252;
    text-align: center;
    padding-right: 10px; }
  .team__position {
    font-size: 13px; }

.teamLinks {
  margin-bottom: 40px; }

/* CONTACT PAGE */
.map {
  height: 386px;
  width: 1550px; }

.contact {
  margin-bottom: 40px; }
  .contact__address {
    color: #333333;
    font-family: 'FuturaMdBTMedium';
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 40px; }
  .contact__addressCity {
    color: #ffb020;
    font-size: 14px; }
  .contact__title {
    font-size: 13px;
    color: #000;
    margin-bottom: 10px; }
  .contact__text {
    color: #838383;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
    text-decoration: none; }
  .contact__mail {
    color: #ff9900;
    text-decoration: none; }
    .contact__mail:hover {
      text-decoration: underline; }

/* KONTAKT */
#kontakt_adres {
  float: left;
  padding-left: 10px;
  width: 220px; }

#kontakt_adres p {
  color: #333333;
  font-family: 'FuturaMdBTMedium';
  font-size: 22px;
  line-height: 20px; }

#kontakt_adres span {
  color: #ffb020;
  font-size: 14px; }

#kontakt_opis {
  float: left;
  padding-left: 10px;
  width: 450px; }

#kontakt_opis p {
  color: #959595;
  font-size: 11px;
  line-height: 14px; }

#mapa_linki {
  float: left;
  padding-left: 17px;
  width: 193px; }

#mapa_linki a.wiecej {
  font-size: 9px; }

/* FOOTER */
.footer {
  border-top: 1px solid #ededed;
  padding-top: 40px;
  margin-bottom: 100px; }
  .footer__cols {
    overflow: hidden; }
  .footer__col {
    float: left;
    width: 220px; }
    .footer__col--socials {
      width: 350px; }
    .footer__col--menu {
      width: 110px; }
  .footer__title {
    font-size: 13px;
    color: #000;
    margin-bottom: 15px; }
  .footer__text, .footer__link {
    color: #838383;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
    text-decoration: none; }
  .footer__mail {
    color: #ff9900;
    text-decoration: none; }
  .footer__socialImg {
    border-radius: 3px; }
  .footer__mail:hover, .footer__link:hover {
    text-decoration: underline; }

#kontent {
  margin: 0 auto 50px auto;
  width: 900px; }

.wstep {
  height: 100px; }

.wstep p {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 17px; }

a.wiecej {
  background: url(../img/news_wiecej.png) right center no-repeat;
  color: #ff9900;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px 0 0;
  text-decoration: none;
  text-transform: uppercase; }

a.wiecej:hover {
  text-decoration: underline; }

/* MAIN */
#main #banner {
  background: url(../img/banner2.jpg) top no-repeat; }

#main #banner > a {
  display: block;
  width: 900px;
  height: 461px; }

#main #banner ul {
  /*padding-top: 476px;*/ }

#banner_nagrody {
  float: left;
  padding: 5px 0 0 3px;
  width: 268px; }

#banner_nagrody a {
  background-image: url(../img/nagrody.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 51px; }

#banner_nagrody a.must-have {
  background-position: 0 2px;
  margin-right: 10px;
  width: 47px; }

#banner_nagrody a.ign {
  background-position: -57px 2px;
  margin-right: 7px;
  width: 125px; }

#banner_nagrody a.pocket-games {
  background-position: -190px 2px;
  width: 49px; }

/*
#banner_itunes {
	float: left;
	padding-left: 10px;
	width: 145px;
}
	#banner_itunes p {
		color: #333333;
		font-family: 'FuturaMdBTMedium';
		font-size: 24px;
		line-height: 20px;
	}
		#banner_itunes a.wiecej {
			background: none;
			color: #ffb020;
			font-size: 14px;
			font-weight: normal;
			text-transform: none;
		}
			#banner_itunes a.wiecej:hover {
				text-decoration: none;
			}
*/
/*
#banner_appstore {
	float: left;
	width: 145px;
}
	#banner_appstore img {
		width: 115px;
	}
*/
#banner_opis {
  float: left;
  width: 270px; }

#banner_opis p {
  color: #959595;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 6px; }

#banner_opis a {
  color: #ff9900;
  font-size: 11px; }

#banner_platformy {
  float: left;
  padding-left: 242px;
  width: 117px; }

#banner_platformy p {
  color: #000;
  font-size: 12px;
  margin: -1px 0 3px 0; }

#banner_platformy a {
  background-image: url(../img/platformy.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 40px; }

#banner_platformy a.apple {
  background-position: 0 0;
  margin: 0 11px 0 -1px;
  width: 32px; }

#banner_platformy a.apple:hover {
  background-position: 0 -40px; }

#banner_platformy a.android {
  background-position: -87px 0;
  margin: 0 11px 0 -1px;
  width: 32px; }

#banner_platformy a.android:hover {
  background-position: -87px -40px; }

#banner_platformy a.win8 {
  background-position: -40px 0;
  width: 31px; }

#banner_platformy a.win8:hover {
  background-position: -40px -40px; }

#main #kontent {
  border-top: 1px solid #ededed;
  height: 350px;
  padding-top: 41px; }

#newsy_naglowek {
  height: 26px; }

#newsy_naglowek h2 {
  color: #1c1918;
  font-family: FuturaMdBTMedium;
  font-size: 14px;
  font-weight: normal;
  float: left;
  margin-left: 10px;
  text-transform: uppercase;
  width: 450px; }

#newsy_naglowek a.wiecej {
  display: block;
  float: left;
  font-size: 8px;
  margin-top: 3px;
  width: 190px; }

#newsy {
  display: block;
  float: left;
  width: 690px; }

#newsy li {
  display: block;
  float: left;
  margin-right: 20px;
  width: 210px; }

#newsy img {
  display: block;
  margin-bottom: 14px;
  width: 210px; }

#newsy h3 {
  font-family: FuturaMdBTMedium;
  font-size: 14px;
  font-weight: 100;
  line-height: 15px;
  margin: 0 10px 19px 10px;
  text-transform: none; }

#newsy p {
  color: #959595;
  font-size: 11px;
  line-height: 14px;
  margin: 0 10px 26px 10px; }

#newsy a.wiecej {
  display: block;
  font-size: 9px;
  margin: 0 10px 14px 10px;
  text-align: right; }

#join {
  float: left;
  position: relative;
  width: 210px; }

#join h2 {
  color: #1c1918;
  font-family: FuturaMdBTMedium;
  font-size: 14px;
  font-weight: normal;
  height: 26px;
  margin-left: 17px;
  text-transform: uppercase; }

#join_pomaranczowy {
  background: #ff9900;
  padding: 18px 17px 1px 17px; }

#join h3 {
  color: #1c1918;
  font-family: FuturaMdBTMedium;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 13px;
  padding: 0;
  text-transform: none; }

#join p {
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 17px; }

#join a.wiecej {
  background: url(../img/join_wiecej.png) right center no-repeat;
  color: #fff;
  display: block;
  font-size: 9px;
  margin-bottom: 24px;
  text-align: right; }

#join_diament {
  background: url(../img/diament_join.png);
  height: 62px;
  position: absolute;
  width: 47px;
  top: 172px;
  right: -30px; }

/* ABOUT */
#about #banner_kontent {
  background: none; }

#about #kontent {
  width: 880px; }

#about .wstep {
  background: url(../img/about_ryba.png) 710px 50px no-repeat; }

#about h3 {
  clear: both;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 16px; }

#about .kolumny {
  overflow: auto; }

#about .kolumny p {
  color: #6b6b6b;
  font-size: 12px;
  float: left;
  line-height: 16px;
  margin: 0 20px 21px 0;
  width: 370px; }

#about .kolumny p a {
  color: #ff9900;
  text-decoration: none; }

#about .kolumny p a:hover {
  text-decoration: underline; }

#about #kontent ul {
  /*list-style: disc url(../img/lista.gif);*/
  /*padding-left: 13px;*/
  /*margin-bottom: 65px;*/
  overflow: hidden; }

#about #kontent ul li {
  background: url("../img/about-bg.jpg") top left no-repeat;
  height: 233px;
  float: left;
  width: 194px; }

#about #kontent ul li span {
  background: url("../img/about.jpg");
  display: block;
  height: 160px;
  margin: 13px 0 5px 11px;
  width: 156px; }

#about #kontent ul li.a1 span {
  background-position: left 0; }

#about #kontent ul li.a2 span {
  background-position: left -160px; }

#about #kontent ul li.a3 span {
  background-position: left -320px; }

#about #kontent ul li.a4 span {
  background-position: left -480px; }

#about #kontent ul li.a5 span {
  background-position: left -640px; }

#about #kontent ul li.a6 span {
  background-position: left -800px; }

#about #kontent ul li.a7 span {
  background-position: left -960px; }

#about #kontent ul li.a8 span {
  background-position: left -1120px; }

#about #kontent ul li.a9 span {
  background-position: left -1280px; }

#about #kontent ul li.a10 span {
  background-position: left -1440px; }

#about #kontent ul li.a11 span {
  background-position: left -1600px; }

#about #kontent ul li p {
  font-size: 12px;
  color: #525252;
  text-align: center;
  padding-right: 10px; }

#about #kontent ul li p strong {
  font-size: 13px; }

#about #kontent > p {
  margin: -70px 0 100px 0;
  padding-left: 600px; }

/*#about #kontent li {
	color: #6b6b6b;
	font-size: 12px;
	line-height: 18px;
}*/
/* GAMES */
#games #slider {
  height: 500px; }

#games #banner_kontent {
  background: url(../img/banner_games.png) center no-repeat;
  height: 500px; }

#games .wstep {
  background: url(../img/diament_games.png) 710px 0 no-repeat; }

#games #kontent {
  padding-right: 10px;
  width: 890px; }

#games #kontent h3 {
  color: #1c1918;
  font-size: 14px;
  font-family: 'FuturaMdBTMedium';
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px; }

#games #kontent li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 41px; }

.game_banner {
  display: block;
  height: 198px;
  margin-bottom: 14px;
  text-decoration: none; }

#pc2 .game_banner {
  background: url(../img/banner_pc2.jpg) top right no-repeat; }

#pc .game_banner {
  background: url(../img/banner_pc.jpg) top right no-repeat; }

#tm .game_banner {
  background: url(../img/banner_tm.jpg) top right no-repeat; }

#acs .game_banner {
  background: url(../img/banner_acs.jpg) top right no-repeat; }

#games #kontent #tm {
  border-bottom: none; }

#tlss .game_banner {
  background: url(../img/banner_tlss.jpg) top right no-repeat; }

.game_tlo {
  background: url(../img/game_tlo.png) top left no-repeat;
  height: 150px;
  padding: 48px 500px 0 48px; }

.game_tlo h2 {
  color: #fff;
  font-family: 'FuturaBold';
  font-size: 45px;
  font-weight: normal;
  line-height: 45px;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: none; }

.game_tlo a {
  color: #fff;
  text-decoration: none; }

.game_tlo span {
  display: block;
  font-family: FuturaMdBTMedium;
  font-size: 17px;
  font-weight: normal;
  line-height: 17px;
  padding-left: 2px; }

#games .buttons,
.game_buttony {
  height: 57px;
  /*width: 440px;*/ }

#games .buttons a,
.game_buttony a {
  margin-right: 4px;
  float: left; }

#games .buttons a span {
  background: url("../img/buttons-small.png") 0 0;
  height: 30px;
  width: 104px; }

#games .buttons a.googleplay span {
  background-position: 0 -30px; }

#games .buttons a.windowsphonestore span {
  background-position: 0 -60px; }

#games .buttons a.windowsstore span {
  background-position: 0 -90px; }

#games .buttons a.bigfish span {
  background-position: 0 -120px; }

#games .buttons a.microsoft span {
  background-position: 0 -150px; }

.socials {
  float: left;
  padding: 6px 10px 0 0;
  text-align: right;
  width: 440px; }

.socials > div {
  float: right; }

.socials .addthis_button_facebook_like {
  width: 100px; }

.socials .addthis_button_tweet {
  width: 87px; }

.socials .addthis_button_google_plusone {
  width: 70px; }

#games #kontent li .clear {
  display: block;
  clear: both; }

/* GAME */
#game #slider {
  height: 620px; }

#game #banner_kontent {
  background: url(../img/banner_puzzle_craft.jpg) center -53px no-repeat;
  height: 620px; }

#game #banner_kontent.tm {
  background-image: url(../img/banner_the_mooniacs.jpg); }

#game #banner_kontent.tlss {
  background-image: url(../img/banner_the_last_stag_standing.jpg); }

#game #banner_kontent.acs {
  background-image: url(../img/banner_another_case_solved.jpg); }

#game #kontent {
  padding: 24px 10px 0 0;
  overflow: auto;
  width: 890px; }

#game #tresc {
  float: left;
  width: 590px; }

#game h2 {
  color: #202020;
  font-family: 'FuturaBold';
  font-size: 48px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 49px;
  margin-bottom: 39px;
  text-transform: none; }

#game_menu {
  margin-bottom: 45px; }

#game_menu li {
  display: inline; }

#game_menu a {
  color: #ff9900;
  font-size: 12px;
  font-weight: bold;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase; }

#game_menu a:hover {
  text-decoration: underline; }

#game_menu li.last {
  float: right; }

#game_menu li.last a {
  background: url(../img/news_wiecej.png) right center no-repeat;
  margin: 0;
  padding-right: 10px; }

#game #kontent p {
  color: #6b6b6b;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px; }

#game #kontent h3 {
  color: #4d4d4d;
  font-size: 13px;
  line-height: 14px;
  margin: 28px 0 15px 0; }

#game .galeria {
  margin-bottom: 19px; }

#game .galeria > img {
  cursor: pointer;
  margin-bottom: 7px; }

#game #kontent .galeira_opis {
  display: block;
  margin-bottom: 0; }

#game .galeria ul {
  display: black;
  margin-top: 6px;
  overflow: auto; }

#game .galeria li {
  cursor: pointer;
  display: block;
  float: left;
  height: 58px;
  margin: 0 1px 1px 0;
  overflow: hidden;
  opacity: 0.5;
  position: relative;
  width: 58px; }

#game .galeria li img {
  height: 78px;
  position: absolute;
  top: -10px; }

#game .galeria li p {
  display: none; }

#game .galeria li:hover, #game .galeria li.active {
  opacity: 1; }

#game #reviews,
#game #reviews2 {
  padding: 40px 0 0 0; }

#game #reviews p,
#game #reviews2 p {
  color: #202020;
  font-family: 'FuturaBold';
  font-size: 35px;
  line-height: 37px;
  margin-bottom: 25px;
  text-align: center; }

#game #reviews p span {
  color: #ff9900;
  display: block;
  font-family: 'FuturaBold';
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px; }

#game #reviews ul {
  height: 12px;
  margin: 0 auto;
  width: 145px; }

#game #reviews.four ul {
  width: 72px; }

#game #reviews li {
  background: url(../img/reviews.gif) top center no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 12px;
  margin: 0 3px;
  width: 12px; }

#game #reviews li:hover, #game #reviews li.active {
  background-position: bottom; }

#game #reviews li p {
  display: none; }

#game #related h3 {
  margin-bottom: 6px; }

#game #related a {
  background: url(../img/news_wiecej.png) 7px center no-repeat;
  color: #ff9900;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 0;
  text-decoration: none;
  padding-left: 18px; }

#game #related a:hover {
  text-decoration: underline; }

#game a.wiecej {
  font-size: 12px;
  line-height: 20px; }

#game #sidebar {
  float: left;
  padding-top: 152px;
  width: 300px; }

#game #sidebar ul {
  margin-left: 76px; }

#game #sidebar li {
  background: #f5f5f5;
  padding: 10px 0; }

#game #sidebar li.icon {
  padding: 18px 0 0 18px; }

#game #sidebar li.first {
  padding-top: 18px; }

#game #sidebar ul p {
  color: #1c1918;
  font-family: FuturaMdBTMedium;
  font-size: 13px;
  line-height: 14px;
  margin: 0 0 0 18px; }

#game #sidebar ul p span {
  color: #909090;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase; }

#game #sidebar a.wiecej {
  background: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px; }

#game #sidebar a.wiecej:hover {
  text-decoration: underline; }

#game #sidebar a.wiecej.disabled:hover {
  text-decoration: none; }

#game #sidebar .addthis_toolbox {
  margin: 17px; }

#app_store {
  display: block;
  margin: 0 0 10px 18px;
  width: 164px; }

#app_store img {
  width: 141px; }

#game #sidebar li.platforms {
  margin: -14px 0 0  0;
  overflow: hidden;
  padding-bottom: 22px; }

#game #sidebar li.platforms p {
  margin-bottom: 8px; }

#game #sidebar li.platforms a {
  color: #909090;
  display: block;
  font-family: FuturaMdBTMedium;
  font-size: 13px;
  float: left;
  height: 47px;
  text-align: center;
  text-decoration: none;
  margin-left: 18px; }

#game #sidebar li.platforms a span {
  background-image: url(../img/platformy.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 40px;
  margin-bottom: 4px;
  width: inherit; }

#game #sidebar li.platforms a.apple {
  margin: 0 12px 0 18px; }

#game #sidebar li.platforms a.apple span {
  background-position: 0 0; }

#game #sidebar li.platforms a.apple:hover span {
  background-position: 0 -40px; }

#game #sidebar li.platforms a.win8 {
  width: 31px; }

#game #sidebar li.platforms a.win8 span {
  background-position: -40px 0; }

#game #sidebar li.platforms a.win8:hover span {
  background-position: -40px -40px; }

#game #sidebar li.platforms a.android {
  width: 52px; }

#game #sidebar li.platforms a.android span {
  background-position: -77px 0; }

#game #sidebar li.platforms a.android:hover span {
  background-position: -77px -40px; }

#game #sidebar li.buttons {
  padding-left: 18px; }

#game #sidebar li.last {
  background: none;
  padding-left: 10px; }

#game #sidebar li.last ul {
  margin: 0;
  overflow: auto; }

#game #sidebar li.last p {
  color: #4d4d4d;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 33px 0 19px 0; }

#game #sidebar li.last li {
  background: none;
  display: block;
  float: left;
  height: 73px;
  margin: 0 3px 3px 0;
  padding: 0;
  width: 103px; }

#game #sidebar li.last li a {
  display: block;
  float: left; }

/* NEWS */
#news #slider {
  height: 498px; }

#news #banner_kontent {
  background: url(../img/banner_news.png) center no-repeat;
  height: 498px; }

#news .wstep {
  background: url(../img/diament_news.png) 750px 30px no-repeat; }

#news .wstep p {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 17px;
  margin-left: 10px; }

#news #kontent h2 {
  color: #1c1918;
  font-size: 14px;
  font-family: 'FuturaMdBTMedium';
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 15px 10px; }

#news .news_kol_1 {
  float: left;
  padding-left: 10px;
  width: 230px; }

#news .news_kol_2 {
  float: left;
  padding-right: 20px;
  width: 328px; }

#news .news_kol_3 {
  float: left;
  width: 312px; }

#news h3 {
  color: #1c1918;
  font-family: FuturaMdBTMedium;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 14px; }

#news p.data {
  color: #ababab;
  font-size: 11px;
  margin-bottom: 36px; }

#news p.data a {
  background: url(../img/get_on_itunes.gif) center left no-repeat;
  color: #ff9900;
  margin-left: 8px;
  padding-left: 10px;
  text-decoration: none; }

#news p.data a:hover {
  text-decoration: underline; }

#news p.data a.disabled:hover {
  text-decoration: none; }

#news p {
  color: #6b6b6b;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 18px; }

#news p a.wiecej {
  font-size: 11px; }

.news_socials {
  border-top: 1px solid #ededed;
  clear: both;
  margin-bottom: 59px;
  padding: 17px 20px 0 0;
  text-align: right; }

.news_socials > div {
  float: right; }

.news_socials .addthis_button_facebook_like {
  width: 100px; }

.news_socials .addthis_button_tweet {
  width: 87px; }

.news_socials .addthis_button_google_plusone {
  width: 70px; }

/* PRIVACY POLICY */
#privacyPolicy #kontent {
  overflow: auto;
  width: 890px; }

#privacyPolicy #logo {
  background-position: 5px bottom;
  float: none;
  margin-bottom: 50px; }

#privacyPolicy h2 {
  color: #202020;
  font-family: 'FuturaBold';
  font-size: 48px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 49px;
  margin-bottom: 39px;
  text-transform: none; }

#privacyPolicy h3 {
  color: #4d4d4d;
  font-size: 13px;
  line-height: 14px;
  margin: 28px 0 15px 0; }

#privacyPolicy p {
  color: #6b6b6b;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px; }

#privacyPolicy p a {
  color: #ff9900;
  text-decoration: none; }

#privacyPolicy p a:hover {
  text-decoration: underline; }

/* GO TO STORE PAGE */
#main #kontent.goToStore {
  border: 0;
  height: auto;
  margin-bottom: 0; }

#kontent.goToStore h1 {
  color: #202020;
  font-family: 'FuturaBold';
  font-size: 48px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 49px;
  margin-bottom: 10px;
  text-transform: none; }

#kontent.goToStore p {
  color: #202020;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px; }

#kontent.goToStore p.orange {
  color: #ff7e0e;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 18px; }

.buttons {
  margin-bottom: -14px;
  /*padding-left: 5px;*/
  overflow: hidden; }

.buttons li {
  float: left;
  margin-right: 15px;
  width: 160px; }

.buttons a {
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase; }

.buttons a span {
  background: url("../img/buttons.png");
  border-radius: 5px;
  display: block;
  height: 46px;
  margin-bottom: 8px;
  width: 160px; }

.buttons .appstore span {
  background-position: 0 0; }

.buttons .googleplay span {
  background-position: 0 -46px; }

.buttons .windowsphonestore span {
  background-position: 0 -92px; }

.buttons .windowsstore span {
  background-position: 0 -138px; }

.buttons .bigfish span {
  background-position: 0 -184px; }

.buttons .microsoft span {
  background-position: 0 -230px; }

#banner_store {
  height: 650px;
  margin: 0 auto;
  width: 900px; }

#banner_store .bg {
  background: url("../img/banner2.jpg") top no-repeat;
  display: block;
  height: 522px; }

#banner_store .bg.pc {
  background-image: url("../img/banner.jpg");
  height: 532px; }

#banner_store .bg.pc2 {
  background-image: url("../img/banner-pc2.jpg");
  height: 498px; }

#banner_store p {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px; }

/*# sourceMappingURL=style.css.map */
