* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clear {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
body,
html {
  background: url("../img/bg.jpg") no-repeat top center #020E04;
  font-family: Arial, sans-serif;
}
.wrapper {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
header {
  width: 1000px;
  position: relative;
}
#logo {
  display: block;
  background: url(../img/logo.png) no-repeat top center;
  width: 1000px;
  height: 80px;
  margin: 12px 0;
}
.top-nav {
  width: 1000px;
  height: 52px;
  background: url(../img/bg_content.jpg) top left #ccc;
  border: 2px solid #ccc;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
.top-nav a {
  display: inline-block;
  text-align: center;
  text-shadow: 0 -2px 1px #000, -2px 0 1px #000, 0 2px 1px #000, 2px 0 1px #000;
  text-transform: uppercase;
  color: #66cc66;
  margin: 0 30px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  line-height: 52px;
}
.top-nav a:hover {
  color: #ff0000;
}
main {
  width: 1000px;
  height: auto;
  background: url(../img/bg_content.jpg) top left #ccc;
  border: 2px solid #ccc;
  border-top: none;
  margin: 0;
  position: relative;
}
.content {
  float: left;
  width: 720px;
  height: auto;
  margin: 0 0 0 19px;
  padding: 25px 19px;
  background: #f2f2f2;
}
.content h2,
.content h3,
.content h4 {
  text-transform: uppercase;
  color: #282828;
  font-weight: bold;
}
.content h1 {
  display: block;
  font-size: 20px;
  color: #282828;
  line-height: 25px;
  font-weight: normal;
}
.content h2 {
  font-size: 18px;
}
.content h3,
.content h4 {
  font-size: 16px;
}
.content p {
  font-size: 15px;
  color: #282828;
  margin: 10px 0;
  line-height: 1.4em;
}
.content ul,
.content ol {
  margin: 10px 0;
}
.content ul li,
.content ol li {
  font-size: 15px;
  color: #282828;
  margin: 0 0 0 40px;
  line-height: 1.3em;
}
.content a {
  font-size: 15px;
  color: #006600;
  text-decoration: underline;
}
.content a:hover {
  color: #001a00;
  text-decoration: none;
}
.content a:visited {
  color: #00b300;
  text-decoration: underline;
}
.games {
  margin-bottom: 20px;
}
.games .slot {
  width: 206px;
  height: 140px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 20px 6px;
  border: 8px solid #0a240b;
  background: #0a240b;
  text-align: center;
  -webkit-transition: border 1s ease-out;
  -moz-transition: border 1s ease-out;
  -ms-transition: border 1s ease-out;
  -o-transition: border 1s ease-out;
  transition: border 1s ease-out;
}
.games .slot img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 190px;
  height: 124px;
  margin-bottom: 8px;
}
.games .slot a {
  color: #fff;
}
.games .slot a:nth-child(2) {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 34px;
  left: 15px;
  text-decoration: none;
  width: 160px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: -webkit-linear-gradient(top,#19c907,#30710c);
  background: -moz-linear-gradient(top,#19c907,#30710c);
  background: -o-linear-gradient(top,#19c907,#30710c);
  background: -ms-linear-gradient(top,#19c907,#30710c);
  background: linear-gradient(to bottom,#19c907,#30710c);
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3), 1px 1px 0 rgba(0,0,0,0.3), -1px 1px 0 rgba(0,0,0,0.3), 1px 1px 0 rgba(0,0,0,0.3);
}
.games .slot a:nth-child(3):hover {
  background: #fc5254;
}
.games .slot a:nth-child(3) {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 70px;
  left: 15px;
  text-decoration: none;
  width: 160px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #fe0003;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3), 1px 1px 0 rgba(0,0,0,0.3), -1px 1px 0 rgba(0,0,0,0.3), 1px 1px 0 rgba(0,0,0,0.3);
}
.games .slot a:nth-child(2):hover {
  border-color: #21df0e;
  background: -webkit-linear-gradient(top,#21df0e,#409213);
  background: -moz-linear-gradient(top,#21df0e,#409213);
  background: -o-linear-gradient(top,#21df0e,#409213);
  background: -ms-linear-gradient(top,#21df0e,#409213);
  background: linear-gradient(to bottom,#21df0e,#409213);
}
.games .slot:hover {
  background: #255d27;
  border: 8px solid #255d27;
  -webkit-transition: border .5s ease-out;
  -moz-transition: border .5s ease-out;
  -ms-transition: border .5s ease-out;
  -o-transition: border .5s ease-out;
  transition: border .5s ease-out;
}
.games .slot:hover a:nth-child(2) {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.games .slot:hover a:nth-child(3) {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.games .slot:hover img {
  background: #fff;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.wp-pagenavi {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0;
}
.wp-pagenavi span,
.wp-pagenavi a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px 8px !important;
  border: 1px solid #9cf !important;
  color: #fff;
  margin: 0 3px !important;
}
.wp-pagenavi a:hover {
  background-color: #01015b;
}
.wp-pagenavi span.current {
  background-color: #01015b;
}
.xcrambs {
  height: 35px;
  font-size: 15px;
  color: #006600;
}
.xcrambs a {
  color: #006600;
  text-decoration: underline;
}
.xcrambs a:hover {
  text-decoration: none;
}
.frame-place {
  width: 682px;
  margin: 10px auto 0;
}
.frame-place iframe {
  width: 100%;
  height: 520px;
  border-color: #fdec63;
}
a.real-game {
  display: block;
  width: 100%;
  height: 70px;
  margin: 20px auto;
  background-image: linear-gradient(to top,#fc1402 0%,#db0c04 25%,#ba0606 45%,#910403 55%,#bd0705 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 2px 5px #fff;
  -moz-box-shadow: inset 0 2px 5px #fff;
  box-shadow: inset 0 2px 5px #fff;
  text-shadow: 0.5px 0.9px 1px rgba(0,0,2,0.75);
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 70px;
}
a.real-game:hover {
  background: #bd0705;
  color: #fff;
}
h1.error404 {
  display: inline-block;
  float: left;
  width: 300px;
  height: 180px;
  font-size: 180px;
  line-height: 180px;
  color: #006600;
  border: none;
  background: none;
}
p.error404-right {
  width: 365px;
  padding-top: 25px;
  float: right;
}
.sidebar {
  float: right;
  width: 257px;
  padding: 25px 0 0;
}
.social-area {
  text-align: center;
}
.social-area li {
  display: inline-block;
}
.social-area ul {
  padding-left: 5px;
  float: left;
}
.social-area li a {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0;
  background: url("../img/soc.png") no-repeat;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -ms-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.social-area li + li {
  margin: 0;
}
li.vk a {
  background-position: 0 0;
}
li.fb a {
  background-position: -38px 0;
}
li.tw a {
  background-position: -76px 0;
}
li.ok a {
  background-position: -114px 0;
}
li.ya a {
  background-position: -150px 0;
}
li.gpl a {
  background-position: -188px 0;
}
li a:hover {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.side-block {
  text-align: center;
  padding: 0 18px;
  margin-bottom: 20px;
  border-top: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 #ccc;
  -moz-box-shadow: inset 0 1px 0 #ccc;
  box-shadow: inset 0 1px 0 #ccc;
}
.heading {
  display: block;
  height: 50px;
  color: #ff3333;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -2px 1px #000, -2px 0 1px #000, 0 2px 1px #000, 2px 0 1px #000;
  line-height: 50px;
  vertical-align: middle;
}
.reg {
  margin-top: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.reg-input {
  width: 225px;
  height: 35px;
  margin: 15px auto 0;
  padding-left: 15px;
  color: #ccc;
  font-size: 16px;
  font-style: italic;
  background: #282828;
  border: 1px solid #ccc;
}
.reg-btn {
  display: block;
  width: 225px;
  height: 45px;
  margin: 15px auto 0;
  color: #fff;
  font-size: 22px;
  line-height: 45px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: -1px -1px 1px #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0px 1px 1px #fff;
  -moz-box-shadow: inset 0px 1px 1px #fff;
  box-shadow: inset 0px 1px 1px #fff;
}
.reg-btn:hover {
  box-shadow: inset 0px 1px 1px #777, inset 0px -1px 1px #fff;
}
.reg__reg-btn {
  background: linear-gradient(to bottom,#cc0000 0%,#690000 100%);
}
.reg__enter-btn {
  background: linear-gradient(to bottom,#3ecb00 0%,#036c00 100%);
}
.wn-wr {
  position: relative;
  overflow: hidden;
  height: 264px;
}
.wn {
  height: 20000em;
  position: relative;
}
.wn a img {
  width: 63px;
  height: 38px;
  position: absolute;
  top: 15px;
  left: 5px;
}
.wn a span {
  position: absolute;
  color: #ccc;
  font-size: 14px;
}
.wn a span:nth-child(2) {
  top: 10px;
  left: 80px;
}
.wn a span:nth-child(3) {
  color: #ff3333;
  bottom: 5px;
  right: 5px;
}
.wn a span:nth-child(4) {
  color: #339900;
  bottom: 5px;
  left: 80px;
}
.int-args span:nth-child(1) {
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  background-image: linear-gradient(to top,#44befd 0%,#00157c 100%);
  border: 1px solid #000026;
  position: absolute;
  left: 0;
  line-height: 30px;
}
.int-args a {
  display: block;
  width: 100%;
  height: 66px;
  position: relative;
  border-top: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 #ccc;
  -moz-box-shadow: inset 0 1px 0 #ccc;
  box-shadow: inset 0 1px 0 #ccc;
}
.new-games .slot {
  background: none;
  border: none;
  border-top: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 #ccc;
  -moz-box-shadow: inset 0 1px 0 #ccc;
  box-shadow: inset 0 1px 0 #ccc;
  margin: 0 0 50px;
  padding: 25px 0;
}
.new-games .slot:hover {
  background: none;
  border: none;
  border-top: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 #ccc;
  -moz-box-shadow: inset 0 1px 0 #ccc;
  box-shadow: inset 0 1px 0 #ccc;
}
.new-games .slot img {
  margin: 0;
}
.new-games .slot a:nth-child(2) {
  width: 170px;
  top: 55px;
  left: 16px;
}
.new-games .slot a:nth-child(3) {
  width: 170px;
  top: 95px;
  left: 16px;
}
.new-games .slot span {
  color: #f2f2f2;
}
footer {
  width: 1000px;
  margin: 4px auto;
  position: relative;
}
.footer-nav {
  width: 1000px;
  height: 52px;
  background: url(../img/bg_content.jpg) top left #ccc;
  border: 2px solid #ccc;
  text-align: center;
}
.footer-nav a {
  display: inline-block;
  text-align: center;
  text-shadow: 0 -2px 1px #000, -2px 0 1px #000, 0 2px 1px #000, 2px 0 1px #000;
  text-transform: uppercase;
  color: #66cc66;
  margin: 0 20px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  line-height: 52px;
}
.footer-nav a:after {
  content: "|";
  margin-left: 37px;
}
.footer-nav a:last-child:after {
  content: "";
  margin-left: 0;
}
.footer-nav a:hover {
  color: #ff3333;
}
.footer-nav a:hover:after {
  color: #66cc66;
}
.footer-info {
  display: block;
  text-align: center;
  color: #f2f2f2;
  font-size: 14px;
  margin: 15px auto 25px;
}
p .alignright {
    float: right;
    margin-left: 20px;
}
p .alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}