/*-----------------------------*/
/*        COPYRIGHT 20xx       */
/*      www.twojastrona.pl     */
/*-----------------------------*/
.military {
  background: #f1c40f !important;
}
a {
  cursor: pointer;
}
.arcade {
  background: #c0392b !important;
}

.review {
  background: #9b59b6 !important;
}

@font-face {
  font-family: Lato;
  src: url("../assets/lato-regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: Lato;
  src: url("../assets/lato-light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: Lato;
  src: url("../assets/lato-bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: Lato;
  src: url("../assets/lato-black.ttf") format("truetype");
  font-weight: 900;
}
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  font-family: Lato, Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}

html {
  height: 100%;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea, input {
  outline: none;
}

input {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.button {
  background: #3498db;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  border: 0;
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  box-shadow: inset 0 1px 0 0 transparent;
  transition: all .25s linear;
  -webkit-appearance: none;
}
.button:focus {
  outline: 0 !important;
}
.button:hover {
  box-shadow: inset 0 1px 0 0 #45ccff;
  background: #1ca8dd;
}

.container {
  box-shadow: 0 2px 0 0 #dae1e3;
  background: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.label {
  display: inline-block;
  padding: 0 5px;
  height: 17px;
  line-height: 17px;
  font-size: 10px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  background: #34495e;
}

.btn-regular {
  height: 30px;
  line-height: 30px;
  padding: 0px 12px;
  font-size: 12px;
}

.btn-large {
  height: 42px;
  line-height: 42px;
}

.btn-huge {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
}

.btn-tiny {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}

a {
  transition: all .25s linear;
}

#pagination {
  height: 40px;
  margin: 0 auto;
  display: table;
  margin-top: 20px;
}
#pagination .left {
  background: url("../images/icons/arrow-left-16.png") center center no-repeat, #d5dbe0;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 40px;
  border-radius: 4px 0 0 4px;
  margin-right: 3px;
}
#pagination .left:hover {
  background: url("../images/icons/arrow-left-16.png") center center no-repeat, #3498db;
}
#pagination .right {
  background: url("../images/icons/arrow-right-16.png") center center no-repeat, #d5dbe0;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 40px;
  border-radius: 0px 4px 4px 0px;
  margin-left: 3px;
}
#pagination .right:hover {
  background: url("../images/icons/arrow-right-16.png") center center no-repeat, #3498db;
}
#pagination .pages {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #d5dbe0;
  height: 40px;
  padding: 0 5px;
  font-size: 0;
}
#pagination .pages .page {
  background: url("../images/icons/circle-20.png") center center no-repeat;
  width: 30px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  color: #d5dbe0;
  line-height: 40px;
  font-weight: 900;
  text-align: center;
}
#pagination .pages .page:hover {
  background: url("../images/icons/circle-20-h.png") center center no-repeat;
  color: white;
}
#pagination .pages .active {
  background: url("../images/icons/circle-20-h.png") center center no-repeat;
  color: white;
  display: inline-block !important;
}
@media all and (max-width: 400px) {
  #pagination .pages .page {
    display: none;
  }
}

body {
  background-color: #293643;
}

#pagewrapper {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.aside-section-head {
  font-size: 12px;
  font-weight: 700;
  color: #1abc9c;
  text-transform: uppercase;
  margin: 30px 0px 10px 0px;
  display: block;
}

#sidebar {
  width: 270px;
  background: #34495e;
  min-height: 1460px;
  height: 100%;
  float: left;
  position: absolute;
  transition: all .25s ease-in-out;
}
#sidebar .section-head {
  font-size: 12px;
  font-weight: 700;
  color: #1abc9c;
  text-transform: uppercase;
  margin: 30px 0px 10px 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#sidebar .section-toggle {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: right;
  margin: 30px 10px 0px 0px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  color: #596b7e;
}
#sidebar .section-toggle a {
  color: #596b7e;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
#sidebar .section-toggle a:hover {
  color: #3498db;
}
#sidebar .section-toggle .toggle-active {
  color: #8b9cae;
}
#sidebar #registerbox {
  margin-left: 10px;
}
#sidebar #registerbox .text {
  width: 250px;
  height: 30px;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #95a5a6;
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px;
}
#sidebar #loginbox {
  margin-left: 10px;
}
#sidebar #loginbox .text {
  width: 250px;
  height: 30px;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #95a5a6;
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px;
}
#sidebar .rules-acceptation {
  text-align: center;
}
#sidebar .rules-acceptation input[type=checkbox] {
  display: none;
}
#sidebar .rules-acceptation input[type=checkbox] + label {
  background: url("../images/others/check-0.png") no-repeat;
  display: inline-block;
  padding: 0 0 0 0px;
  font-size: 13px;
  padding-left: 25px;
  cursor: pointer;
  font-weight: 400;
  color: #8b9cae;
  line-height: 20px;
  height: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#sidebar .rules-acceptation input[type=checkbox]:checked + label {
  background: url("../images/others/check-1.png") no-repeat;
  height: 20px;
  display: inline-block;
  padding: 0 0 0 0px;
  font-size: 13px;
  padding-left: 25px;
  font-weight: 400;
  color: #8b9cae;
  line-height: 20px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#sidebar .rules-acceptation #checkrules {
  height: 20px;
  width: 20px;
}
#sidebar .rules-acceptation .raa {
  font-weight: 700;
  color: #1abc9c;
  font-size: 13px;
}
#sidebar .registerbtn {
  width: 250px;
  margin-left: 10px;
  margin-top: 10px;
}
#sidebar .loginbtn {
  width: 250px;
  margin-left: 10px;
}
#sidebar .fbbtn {
  width: 250px;
  margin-left: 10px;
  background: #3b5998;
}
#sidebar .fbbtn:hover {
  box-shadow: inset 0 1px 0 0 #467ced;
  background: #4062aa;
}
#sidebar .or {
  font-size: 12px;
  font-weight: 700;
  color: #1abc9c;
  text-transform: uppercase;
  margin: 10px 0px 10px 0px;
  text-align: center;
  width: 270px;
}
#sidebar #menu li {
  position: relative;
  height: 36px;
  margin-bottom: 3px;
  line-height: 36px;
}
#sidebar #menu li a {
  text-decoration: none;
  font-size: 14px;
  background: #4a6279;
  width: 100%;
  font-weight: 700;
  color: #ecf0f1;
  text-transform: uppercase;
  float: left;
  transition: all .25s linear;
}
#sidebar #menu li a img {
  float: left;
  margin: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  transition: all .25s linear;
}
#sidebar #menu li a:hover {
  background: #3498db;
}
#sidebar #menu li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#sidebar #latest-posts .post-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
#sidebar #latest-posts .post-box .avatar {
  height: 24px;
  width: 24px;
  float: left;
  margin: 19px 5px 0px 10px;
}
#sidebar #latest-posts .post-box .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#sidebar #latest-posts .post-box .post {
  float: left;
  margin-left: 5px;
  position: relative;
}
#sidebar #latest-posts .post-box .post .details {
  margin-bottom: 3px;
}
#sidebar #latest-posts .post-box .post .details .author {
  font-size: 12px;
  font-weight: 700;
  color: #ecf0f1;
}
#sidebar #latest-posts .post-box .post .details .author:hover {
  color: #3498db;
}
#sidebar #latest-posts .post-box .post .details span {
  font-size: 12px;
  font-weight: 700;
  color: #6f8296;
}
#sidebar #latest-posts .post-box .post .details .thread-name {
  font-size: 12px;
  font-weight: 700;
  color: #6f8296;
}
#sidebar #latest-posts .post-box .post .details .thread-name:hover {
  color: #3498db;
}
#sidebar #latest-posts .post-box .post .text {
  background: #4a6279;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  font-size: 12px;
  color: #ecf0f1;
  width: 208px;
  position: relative;
  max-height: 34px;
  overflow: hidden;
}
#sidebar #latest-posts .post-box .post .edge {
  position: absolute;
  background: url("../images/others/edge-post.png") no-repeat;
  height: 10px;
  width: 5px;
  top: 26px;
  left: -5px;
}
#sidebar #highscores .user {
  height: 24px;
  overflow: hidden;
  margin: 5px 0px;
}
#sidebar #highscores .user .avatar {
  height: 24px;
  width: 24px;
  float: left;
  margin: 0px 10px;
}
#sidebar #highscores .user .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#sidebar #highscores .user .name {
  line-height: 24px;
  font-size: 14px;
  font-weight: 700;
  color: #ecf0f1;
}
#sidebar #highscores .user .name:hover {
  color: #3498db;
}
#sidebar #highscores .user span {
  float: right;
  line-height: 24px;
  color: #738699;
  font-size: 12px;
  font-weight: 700;
  margin-right: 10px;
}
#sidebar #register-panel {
  display: none;
}
#sidebar #account-panel {
  margin-bottom: 20px;
  overflow: hidden;
}
#sidebar #account-panel .avatar {
  width: 60px;
  height: 60px;
  float: left;
  margin: 10px 0px 0px 10px;
}
#sidebar #account-panel .avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
#sidebar #account-panel .profile {
  height: 60px;
  margin: 10px 0px 0px 10px;
  float: left;
  width: 180px;
  position: relative;
}
#sidebar #account-panel .profile .nickname {
  display: block;
  margin-top: 13px;
  font-size: 18px;
  font-weight: 700;
  color: #ecf0f1;
}
#sidebar #account-panel .profile .nickname:hover {
  color: #3498db;
}
#sidebar #account-panel .profile .rank {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #ecf0f1;
  text-transform: uppercase;
  margin-top: 2px;
}
#sidebar #account-panel .profile .rank:hover {
  color: #3498db;
}
#sidebar #account-panel .profile .dropdown {
  float: right;
  margin-top: 12px;
  font-size: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
}
#sidebar #account-panel .profile .dropdown:hover {
  background: #4a6279;
}
#sidebar #account-panel .profile .dropdown img {
  margin-top: 5px;
}
#sidebar #account-panel .gm-overall {
  height: 30px;
  width: 120px;
  background: #2c3e50;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}
#sidebar #account-panel .gm-overall .info {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  display: inline-block;
  background: #34495e;
  margin: 7px 0px 0px 7px;
  color: #263646;
  font-weight: 900;
  font-size: 12px;
}
#sidebar #account-panel .gm-overall .info:hover {
  background: #4a6279;
}
#sidebar #account-panel .gm-overall .count {
  color: #ecf0f1;
  font-size: 14px;
  font-weight: 700;
  float: right;
  margin-top: 8px;
  margin-right: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
}
#sidebar #account-panel .gm-overall img {
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
}
#sidebar #account-panel .gm-current {
  height: 30px;
  width: 120px;
  background: #2c3e50;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sidebar #account-panel .gm-current .info {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  display: inline-block;
  background: #34495e;
  margin: 7px 0px 0px 7px;
  color: #263646;
  font-weight: 900;
  font-size: 12px;
}
#sidebar #account-panel .gm-current .info:hover {
  background: #4a6279;
}
#sidebar #account-panel .gm-current .count {
  color: #ecf0f1;
  font-size: 14px;
  font-weight: 700;
  float: right;
  margin-top: 8px;
  margin-right: 5px;
}
#sidebar #account-panel .gm-current img {
  float: right;
  margin-right: 5px;
  margin-top: 5px;
}
#sidebar #account-panel .available-bar {
  text-align: center;
  margin-top: 10px;
  color: #a4b6c3;
  font-size: 14px;
  font-weight: 400;
}
#sidebar #account-panel .available-bar .available-count {
  font-weight: 900;
  color: #1abc9c;
}
#sidebar #account-panel .gmbtn {
  width: 250px;
  margin-left: 10px;
  margin-top: 10px;
}

#main-content {
  background: #ecf0f1;
  min-height: 1350px;
  width: 900px;
  float: right;
}
#main-content #sheet {
  padding: 20px;
  overflow: hidden;
}
#main-content .section-heading {
  height: 36px;
  box-shadow: 0 2px 0 0 #dae1e3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: white;
  line-height: 36px;
  margin-bottom: 20px;
  color: #1abc9c;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 10px;
}

#headbar {
  background: #34495e;
  height: 110px;
  width: 900px;
  float: right;
  transition: all .25s ease-in-out;
}
#headbar .top {
  height: 70px;
}
#headbar .top #side-menu-button {
  height: 70px;
  float: left;
  width: 70px;
  text-align: center;
  line-height: 70px;
  display: none;
}
#headbar .top #logo {
  width: 200px;
  height: 70px;
  background: #4a6279;
  display: block;
  float: left;
}
#headbar .top #topmenu {
  float: right;
  height: 70px;
  line-height: 70px;
}
#headbar .top #topmenu li {
  float: left;
}
#headbar .top #topmenu li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 700;
  height: 70px;
  display: inline-block;
  padding: 0 10px;
}
#headbar .top #topmenu li a:hover {
  background: #4a6279;
}
#headbar .bottom {
  height: 40px;
  background: #4a6279;
}
#headbar .bottom #searchbox {
  height: 40px;
  width: 300px;
  float: right;
  line-height: 40px;
}
#headbar .bottom #searchbox form {
  overflow: hidden;
  margin: 5px 0px;
}
#headbar .bottom #searchbox form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #95a5a6;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
#headbar .bottom #searchbox form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #95a5a6;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  opacity: 1;
}
#headbar .bottom #searchbox form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #95a5a6;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  opacity: 1;
}
#headbar .bottom #searchbox form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #95a5a6;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
#headbar .bottom #searchbox form .text {
  width: 200px;
  height: 30px;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: right;
  color: #95a5a6;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  background: url("../images/icons/search-16.png") no-repeat 7px 7px, white;
}
#headbar .bottom #searchbox form .search {
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  float: right;
  margin: 0 20px 0 5px;
}
#headbar .bottom #breadcrumbs {
  height: 40px;
  line-height: 40px;
  font-size: 0px;
  float: left;
  overflow: hidden;
}
#headbar .bottom #breadcrumbs a {
  height: 40px;
  padding: 0 5px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
#headbar .bottom #breadcrumbs a.home {
  font-size: 0px;
  padding-left: 10px;
}
#headbar .bottom #breadcrumbs a.home img {
  vertical-align: middle;
}
#headbar .bottom #breadcrumbs a:last-child {
  color: #899bab;
}
#headbar .bottom #breadcrumbs a:hover {
  color: #3498db;
}
#headbar .bottom #breadcrumbs .separator {
  vertical-align: middle;
}

#single-game .section-heading {
  width: 560px;
}
#single-game .header {
  width: 570px;
  height: 260px;
  background: url("../images/others/sample-game-header.jpg") no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#single-game .header .game-title {
  position: absolute;
  height: 60px;
  background: white;
  bottom: 50px;
  font-size: 26px;
  font-weight: 700;
  line-height: 60px;
  color: #34495e;
  padding: 0 20px;
}
#single-game .header .labels {
  position: absolute;
  bottom: 23px;
  left: 8px;
}
#single-game .header .labels .label {
  margin-left: 2px;
}
#single-game .header .social {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: white;
}
#single-game .desc {
  font-size: 16px;
  font-weight: 700;
  color: #7f8c8d;
  width: 570px;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 20px;
  text-align: justify;
}
#single-game .articles {
  margin-bottom: 30px;
}
#single-game .articles .article {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 110px;
  width: 550px;
  padding: 10px;
  margin-bottom: 10px;
}
#single-game .articles .article .icon {
  width: 146px;
  height: 110px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  position: relative;
  background: url("../images/others/sample-game-header.jpg") center center no-repeat;
  background-size: cover;
}
#single-game .articles .article .icon .label {
  position: absolute;
  bottom: 10px;
  left: 0px;
}
#single-game .articles .article .icon .ico-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
#single-game .articles .article .contents {
  float: left;
  margin-left: 10px;
}
#single-game .articles .article .contents .title a {
  color: #34495e;
  font-size: 18px;
  font-weight: 700;
}
#single-game .articles .article .contents .title a:hover {
  color: #3498db;
}
#single-game .articles .article .contents .details {
  color: #bdc3c7;
  font-size: 11px;
  font-weight: 400;
  margin-top: 2px;
}
#single-game .articles .article .contents .text {
  max-width: 394px;
  font-size: 14px;
  font-weight: 400;
  color: #34495e;
  margin-top: 5px;
  line-height: 18px;
  text-align: justify;
}
#single-game .articles .article .contents .text .read-more {
  color: #3498db;
  font-weight: 700;
  font-size: 14px;
}
#single-game .articles .article .contents .stats {
  float: right;
  margin-top: 4px;
  height: 16px;
}
#single-game .articles .article .contents .stats .icolove {
  height: 16px;
  background: url("../images/icons/love.png") right no-repeat;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  font-weight: 700;
  line-height: 16px;
  color: #bdc3c7;
}
#single-game .articles .article .contents .stats .icolove span {
  margin-right: 21px;
  float: right;
}
#single-game .articles .article .contents .stats .icolove:hover {
  background: url("../images/icons/love-h.png") right no-repeat;
  color: #3498db;
}
#single-game .articles .article .contents .stats .icocomments {
  height: 16px;
  background: url("../images/icons/comments.png") right no-repeat;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #bdc3c7;
}
#single-game .articles .article .contents .stats .icocomments span {
  margin-right: 21px;
  float: right;
}
#single-game .articles .article .contents .stats .icocomments:hover {
  background: url("../images/icons/comments-h.png") right no-repeat;
  color: #3498db;
}
#single-game .screenshots {
  margin-bottom: 30px;
}
#single-game .screenshots .screenshot {
  width: 135px;
  height: 102px;
  display: block;
  float: left;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 10px;
}
#single-game .screenshots .screenshot img {
  height: 100%;
  font-size: 0;
}
#single-game .screenshots .screenshot:nth-child(2), #single-game .screenshots .screenshot:nth-child(6) {
  margin-left: 0px;
}
#single-game .play {
  width: 100%;
  position: relative;
}
#single-game .play img {
  position: absolute;
  right: 10px;
  bottom: -20px;
}
#single-game .task {
  background: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #95a5a6;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0px;
}
#single-game .reminder {
  font-size: 10px;
  color: #95a5a6;
  text-align: center;
  display: block;
  margin: 10px 0px;
  text-decoration: underline;
  line-height: 12px;
}
#single-game .rating {
  overflow: hidden;
}
#single-game .rating .star-wrap {
  display: table;
  position: relative;
  overflow: hidden;
}
#single-game .rating .star {
  background: url("../images/icons/star-16.png") no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-right: 3px;
}
#single-game .rating .star:hover {
  background: url("../images/icons/star-16-h.png") no-repeat;
}
#single-game .rating .active {
  background: url("../images/icons/star-16-h.png") no-repeat;
}
#single-game .players {
  overflow: hidden;
}
#single-game .players .player-wrap {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 10px;
  float: left;
}
#single-game .players .player {
  position: relative;
  display: block;
  float: left;
}
#single-game .players .player img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
#single-game .players .player-wrap:nth-child(2), #single-game .players .player-wrap:nth-child(6) {
  margin-left: 0px;
}
#single-game .comments .comment {
  overflow: hidden;
  margin-bottom: 10px;
}
#single-game .comments .comment .avatar {
  width: 48px;
  height: 48px;
  display: block;
  float: left;
}
#single-game .comments .comment .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#single-game .comments .comment .text {
  color: #7f8c8d;
  font-size: 12px;
  font-weight: 400;
  padding: 10px;
  position: relative;
  line-height: 14px;
  float: left;
  max-width: 192px;
  margin-left: 10px;
  margin-bottom: 3px;
}
#single-game .comments .comment .text img {
  position: absolute;
  left: -5px;
  top: 19px;
}
#single-game .comments .input-comment {
  border: 0;
  background: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  border: 2px solid #dae1e3;
}
#single-game .comments .btn-send {
  margin: 0 auto;
  margin-top: 10px;
}
#single-game .topics {
  margin-bottom: 10px;
}
#single-game .topics .topic {
  background: white;
  height: 26px;
  margin-bottom: 3px;
  display: block;
  line-height: 26px;
  font-size: 12px;
  font-weight: 900;
  color: #4a6279;
  text-transform: uppercase;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#single-game .topics .topic:hover {
  color: #3498db;
}
#single-game .topics .button {
  margin-top: 10px;
}
#single-game .screenshots {
  width: 570px;
}
#single-game .header, #single-game .desc, #single-game .articles, #single-game .screenshots {
  float: left;
}
#single-game .play, #single-game .task-box, #single-game .task-done-box, #single-game .rating, #single-game .players, #single-game .comments, #single-game .topics {
  float: right;
  width: 270px;
  margin-left: 20px;
}
#single-game .play {
  margin-top: -260px;
}
#single-game .task-box {
  margin-top: -200px;
}
#single-game .task-done-box {
  margin-top: -80px;
}
@media all and (max-width: 1200px) {
  #single-game .header {
    width: 100%;
  }
  #single-game .desc {
    width: 100%;
  }
  #single-game .play {
    width: 100%;
  }
  #single-game .play, #single-game .task-box, #single-game .task-done-box, #single-game .rating, #single-game .players, #single-game .comments, #single-game .topics {
    margin-top: 0px;
    margin-left: 0px;
  }
  #single-game .task-box {
    float: left;
    width: 100%;
  }
  #single-game .task-done-box {
    float: left;
    width: 100%;
  }
  #single-game .section-heading {
    width: 100%;
  }
  #single-game .players {
    width: 100%;
  }
  #single-game .rating {
    width: 100%;
  }
  #single-game .rating .star-wrap {
    margin: 0 auto;
  }
  #single-game .rating .star-wrap .star {
    width: 48px;
    height: 48px;
  }
  #single-game .rating .star {
    background: url("../images/icons/star.png") no-repeat;
    width: 48px;
    height: 48px;
    display: block;
    float: left;
    margin-right: 3px;
  }
  #single-game .rating .star:hover {
    background: url("../images/icons/star-h.png") no-repeat;
    width: 48px;
    height: 48px;
  }
  #single-game .rating .active {
    background: url("../images/icons/star-h.png") no-repeat;
  }
  #single-game .players {
    width: 100%;
  }
  #single-game .players .player-wrap {
    position: relative;
    width: 22%;
    height: auto;
    margin-left: 4%;
    margin-bottom: 4%;
  }
  #single-game .players .player-wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  #single-game .players .player {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #single-game .articles {
    width: 100%;
  }
  #single-game .articles .article {
    width: 100%;
    box-sizing: border-box;
    display: table;
  }
  #single-game .articles .article .icon {
    margin-right: 10px;
  }
  #single-game .articles .article .contents {
    float: none;
    margin: 0;
  }
  #single-game .articles .article .contents .text {
    max-width: none;
  }
  #single-game .section-heading {
    box-sizing: border-box;
  }
  #single-game .comments {
    width: 100%;
    margin-top: -30px;
  }
  #single-game .comments .comment {
    display: table;
    width: 100%;
  }
  #single-game .comments .comment .avatar {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  #single-game .comments .comment .text {
    max-width: none;
  }
  #single-game .topics {
    width: 100%;
  }
  #single-game .screenshots {
    margin-top: 30px;
    width: 100%;
  }
  #single-game .screenshots .screenshot {
    width: 22%;
    margin-left: 4%;
    height: auto;
  }
  #single-game .screenshots .screenshot:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  #single-game .screenshots .screenshot {
    position: relative;
    width: 22%;
    height: auto;
    margin-left: 4%;
    margin-bottom: 4%;
  }
  #single-game .screenshots .screenshot img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #single-game .screenshots .screenshot:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
}
@media all and (max-width: 600px) {
  #single-game .screenshots .screenshot {
    width: 48% !important;
  }
  #single-game .screenshots .screenshot:nth-child(4) {
    margin-left: 0;
  }
  #single-game .screenshots .screenshot:nth-child(6), #single-game .screenshots .screenshot:nth-child(7), #single-game .screenshots .screenshot:nth-child(8), #single-game .screenshots .screenshot:nth-child(9) {
    display: none;
  }
}


@media all and (max-width: 1200px) {
  #sidebar {
    left: -270px;
  }

  #headbar {
    width: 100%;
    float: none;
  }

  #main-content {
    width: 100%;
    float: none;
    transition: all .25s ease-in-out;
  }

  #breadcrumbs {
    display: none;
  }

  #searchbox {
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
  }
  #searchbox form {
    display: inline-block;
  }

  #side-menu-button {
    display: inline-block !important;
  }
  #side-menu-button:hover {
    background: #3498db;
  }

  #headbar .bottom #searchbox form .search {
    margin-right: 0px;
  }
}
@media all and (max-width: 480px) {
  #topmenu {
    display: none;
  }

  #sidebar {
    left: -270px;
  }

  #headbar {
    width: 100%;
    float: none;
  }

  #main-content {
    width: 100%;
    float: none;
    transition: all .25s ease-in-out;
  }

  #breadcrumbs {
    display: none;
  }

  #searchbox {
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
  }
  #searchbox form {
    display: inline-block;
  }

  #side-menu-button {
    display: inline-block !important;
  }
  #side-menu-button:hover {
    background: #3498db;
  }

  #headbar .bottom #searchbox form .search {
    margin-right: 0px;
  }
}
/*-----------------------------*/
/*        COPYRIGHT 20xx       */
/*      www.twojastrona.pl     */
/*-----------------------------*/
