* {
  margin: 0;
  padding: 0;
}
body,
html {
  background: #0d1b30;
  font-family: Arial, sans-serif;
}
.clear {
  clear: both;
}
header {
  width: 1078px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  position: relative;
}
header .headbox {
  width: 1048px;
  height: 95px;
  background: url("../img/menu_img.png") no-repeat top center;
  position: absolute;
  margin: 0 0 0 15px;
}
header .headbox .logo {
  display: block;
  width: 199px;
  height: 139px;
  background: url("../img/logo.png") no-repeat;
  position: absolute;
  left: 50%;
  margin: -22px 0 0 -99px;
}
header .headbox .h-nav {
  height: 40px;
  width: 100%;
  line-height: 40px;
  margin: 25px 0 0 0;
}
header .headbox .h-nav a {
  display: inline-block;
  width: 195px;
  height: 40px;
  text-shadow: 0 1px 1px rgba(0,0,2,0.75);
  color: white;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  transition: color .3s ease;
}
header .headbox .h-nav a:hover {
  color: #ed3224;
  transition: color .3s ease;
}
header .headbox .h-nav a:nth-child(2) {
  margin: 0 250px 0 0;
}
.wrapper {
  width: 954px;
  height: auto;
  background: #04071c;
  margin: 90px auto 0 auto;
  border-left: solid 3px #c7ae62;
  border-right: solid 3px #c7ae62;
  padding: 20px;
}
.leftbox {
  width: 684px;
  height: auto;
  float: left;
}
.slotsbox {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.slotsbox .box {
  width: 184px;
  height: 126px;
  background-image: linear-gradient(to top,#c5ac5e 0%,#fffce9 51%,#c6ad61 100%);
  box-shadow: 0 1px 2px rgba(0,0,2,0.75), 0 -1px 0 0 #89a1e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin: 0 22px 40px 22px;
  float: left;
}
.slotsbox .box span {
  display: block;
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,2,0.75);
}
.slotsbox .box img {
  width: 166px;
  height: 108px;
  margin: 8px 0 0 10px;
  border: solid 1px #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.slotsbox .box .box-hover {
  width: 167px;
  height: 109px;
  margin: 8px 0 0 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity .3s ease;
}
.slotsbox .box .box-hover a {
  display: block;
  width: 108px;
  height: 35px;
  border-radius: 10px;
  box-shadow: 0 1px 1px 0 #000, 0 -1px 0 0 #ffa4a4;
  margin: 12px 0 0 30px;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,2,0.75);
}
.slotsbox .box .box-hover a:nth-child(1) {
  background-image: linear-gradient(to top,#ac0101 0%,#ff0909 100%);
}
.slotsbox .box .box-hover a:nth-child(2) {
  background-image: linear-gradient(to top,#00ac12 0%,#0dff00 100%);
}
.slotsbox .box .box-hover a:hover:nth-child(1) {
  background: #ff0909;
}
.slotsbox .box .box-hover a:hover:nth-child(2) {
  background: #0dff00;
}
.slotsbox .box:hover .box-hover {
  opacity: 1;
  transition: opacity .3s ease;
}
.slotsbox .box:hover {
  background-image: linear-gradient(to top,#c5ac5e 0%,#fffce9 51%,#c6ad61 100%);
  box-shadow: 0 0 6px 2px #c6ad61;
}
.sidebar {
  width: 250px;
  height: auto;
  float: right;
}
.sidebar span.sb-title {
  display: block;
  width: 250px;
  height: 43px;
  text-shadow: 0 1px 1px rgba(0,0,2,0.75);
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  background: url("../img/plashka.png") no-repeat top center;
  margin: 0 0 -2px 0;
}
.sidebar .soc-btn {
  margin: 10px;
  text-align: center;
}
.sidebar .soc-btn span {
  display: inline-block;
}
.sidebar .soc-btn a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  background: url("../img/icons.png") no-repeat;
}
.sidebar .soc-btn .facebook {
  background-position: 0 0 !important;
}
.sidebar .soc-btn .google {
  background-position: -32px 0 !important;
}
.sidebar .soc-btn .mailru {
  background-position: -64px 0 !important;
}
.sidebar .soc-btn .odnklass {
  background-position: -96px 0 !important;
}
.sidebar .soc-btn .twiter {
  background-position: -128px 0 !important;
}
.sidebar .soc-btn .twiter {
  background-position: -160px 0 !important;
}
.sidebar .sb-block {
  width: 208px;
  height: auto;
  padding: 10px 20px;
  border-right: solid 1px #c7ae62;
  border-left: solid 1px #c7ae62;
  border-bottom: solid 1px #c7ae62;
  margin: 0 0 20px 0;
}

/*noinspection ALL*/
.sidebar .winners .win-ob {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

/*noinspection ALL*/
.sidebar .winners .win-ob .winners-wrap {
  height: 20000em;
  position: relative;
}

/*noinspection ALL*/
.sidebar .winners .win-ob .winners-wrap .player-win {
  width: 100%;
  height: 38px;
  border-bottom: solid 1px #9eb5da;
}
.sidebar .winners .win-ob .winners-wrap .player-win span:nth-child(1) {
  color: #099bfc;
  font-size: 14px;
  line-height: 38px;
  font-weight: bold;
  float: left;
}
.sidebar .winners .win-ob .winners-wrap .player-win span:nth-child(2) {
  color: #fc0c03;
  font-size: 14px;
  line-height: 38px;
  font-weight: bold;
  float: right;
}
.fs-wr {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.fs-wr .fs {
  height: 20000em;
  position: relative;
}
.fs-wr .fs .fslot {
  width: 100%;
  height: 40px;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #9eb5da;
  margin: 0 0 10px 0;
}

/*noinspection ALL*/
.fs-wr .fs .fslot .post-ratings-image {
  width: 10px;
  height: 10px;
  float: right;
  margin: 0 2px 0 0;
}
.fs-wr .fs .fslot img {
  width: 60px;
  height: 40px;
  float: left;
  margin: 0 10px 0 0;
}
.fs-wr .fs .fslot a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 30px;
}
.fs-wr .fs .fslot a:hover {
  text-decoration: underline;
}
.prod {
  width: 208px;
  height: 50px;
  margin: 0 0 10px 0;
  background: #000;
  border: solid 3px #2055a1;
  border-radius: 5px;
  display: block;
}
.prod img {
  width: 124px;
  height: 36px;
  margin: 7px 0 0 40px;
}
.prod:hover {
  border: solid 3px #92b6da;
}
.fslot_a_img {
  display: inline !important;
}

/*noinspection ALL*/
.xcrambs {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #ccc;
}
.xcrambs span,
.xcrambs a {
  font-size: 12px;
}
.xcrambs a {
  color: #c7ae62;
  text-decoration: none;
}
.xcrambs a:hover {
  text-decoration: underline;
}

/*noinspection ALL*/
.wp-pagenavi {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.wp-pagenavi span,
.wp-pagenavi a {
  border-radius: 5px;
  padding: 3px 8px !important;
  border: 1px solid #c6ad60 !important;
  color: #fff;
  margin: 0 3px !important;
}
.wp-pagenavi a:hover {
  background-color: #232d6c;
}

/*noinspection ALL*/
.wp-pagenavi span.current {
  background-color: #232d6c;
}
.content {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.content a {
  color: #c7ae62;
  line-height: 1.3em;
  font-size: 14px;
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}
.content h1,
.content h2,
.content h3,
.content h4 {
  color: #fff;
}
.content h1 {
  font-size: 25px;
}
.content h2 {
  font-size: 20px;
}
.content h3,
.content h4 {
  font-size: 18px;
}
.content p {
  color: #dfdfdf;
  line-height: 1.3em;
  font-size: 14px;
  margin: 10px 0;
}
.content ul,
.content ol {
  margin: 10px 0;
}
.content ul li,
.content ol li {
  color: #dfdfdf;
  line-height: 1.3em;
  font-size: 14px;
  margin: 0 0 0 40px;
}

/*noinspection ALL*/
.frame-place {
  width: 684px;
  height: 500px;
  background: #06093c;
}
.frame-place iframe {
  width: 684px;
  height: 500px;
}

/*noinspection ALL*/
.rating-stars {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: solid 1px #ccc;
}
.rating-stars span {
  color: #dfdfdf;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

/*noinspection ALL*/
.post-ratings {
  width: 100%;
  height: 30px;
  line-height: 40px;
}
footer {
  width: 100%;
  height: 200px;
  position: relative;
}
footer img {
  margin: 100px 0 20px 100px;
}
footer span {
  display: block;
  text-align: center;
  color: #ccc;
  line-height: 1.3em;
  font-size: 12px;
}

/*noinspection ALL*/
footer .f-nav {
  border-top: solid 1px #6c87a7;
  border-bottom: solid 1px #6c87a7;
  width: 994px;
  text-align: center;
  background-image: linear-gradient(to top,#002e65 0%,#012147 50%,#002e64 100%);
  position: absolute;
  margin: 20px 0 0 -20px;
  padding: 20px 0;
}
footer .f-nav a {
  display: inline-block;
  text-shadow: 0 1px 1px rgba(0,0,2,0.75);
  color: white;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  transition: color .3s ease;
  padding: 0 20px;
}
footer .f-nav a:hover {
  color: #ed3224;
  transition: color .3s ease;
}

/*noinspection ALL*/
.buy-btn {
  width: 100%;
  height: 60px;
  display: block;
  margin: 20px 0;
  background: #ff3019;
  background: -moz-linear-gradient(top,#ff3019 0%,#cf0404 100%);
  background: -webkit-linear-gradient(top,#ff3019 0%,#cf0404 100%);
  background: linear-gradient(to bottom,#ff3019 0%,#cf0404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019',endColorstr='#cf0404',GradientType=0);
  box-shadow: 1px 1px 2px 0 #000;
  border-radius: 5px;
  text-shadow: 0.5px 0.9px 0 rgba(0,0,2,0.75);
  font-size: 30px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
}

/*noinspection ALL*/
.buy-btn:hover {
  background: #ff1a00;
  background: -moz-linear-gradient(top,#ff1a00 0%,#ff1a00 100%);
  background: -webkit-linear-gradient(top,#ff1a00 0%,#ff1a00 100%);
  background: linear-gradient(to bottom,#ff1a00 0%,#ff1a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a00',endColorstr='#ff1a00',GradientType=0);
}
