body,
html {
  background-color: #fff;
  font-family: Arial;
  color: #666666;
}
body {
  background: url("../img/bg.jpg") center top;
  margin: 0;
}
.radius-micro {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.radius-medium {
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.radius-large {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
a {
  color: #9933ff;
}
a:hover {
  text-decoration: none;
}
.red-button {
  height: 37px;
  background: #ff6666;
  background: -moz-linear-gradient(top,#ff6666 0%,#cd3434 100%);
  background: -webkit-linear-gradient(top,#ff6666 0%,#cd3434 100%);
  background: linear-gradient(to bottom,#ff6666 0%,#cd3434 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6666', endColorstr='#cd3434',GradientType=0 );
  display: block;
  color: #fff;
  margin: 5px auto 0;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.9em;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 1px 0px #000;
  border-bottom: 1px solid #811717;
}
img.alignleft {
  float: left;
}
img.alignright {
  float: right;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cleaner {
  clear: both;
}
.wrapp {
  height: auto;
  margin: 0 auto;
  padding: 0;
}
header {
  width: 100%;
  height: auto;
}
header .container {
  width: 1060px;
  margin: 0 auto;
}
header .header_top {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 6px;
}
header .header_top .logo {
  padding-top: 3px;
  display: inline-block;
}
header .header_top .enter_block {
  float: right;
  padding-top: 8px;
}
header .header_top .enter_block a {
  text-decoration: none;
}
header .header_top .enter_block a input {
  width: 120px;
  padding-left: 15px;
  height: 23px;
}
header .header_top .enter_block a input.last {
  margin-left: 3px;
  float: right;
}
header .header_top .enter_block a span {
  padding: 11px 0;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
  width: 174px;
}
header .header_top .enter_block a span.green {
  background: #aad7b1;
  background: -moz-linear-gradient(top,#aad7b1 0%,#73af81 100%);
  background: -webkit-linear-gradient(top,#aad7b1 0%,#73af81 100%);
  background: linear-gradient(to bottom,#aad7b1 0%,#73af81 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad7b1', endColorstr='#73af81',GradientType=0 );
  float: right;
  margin-left: 30px;
  border-bottom: 1px solid #3c6044;
  box-shadow: 0 1px 0 #875a59;
}
header .header_top .enter_block a span.red {
  background: #e6a4b1;
  background: -moz-linear-gradient(top,#e6a4b1 0%,#d25570 100%);
  background: -webkit-linear-gradient(top,#e6a4b1 0%,#d25570 100%);
  background: linear-gradient(to bottom,#e6a4b1 0%,#d25570 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6a4b1', endColorstr='#d25570',GradientType=0 );
  float: left;
  border-bottom: 1px solid #5e1c2b;
  box-shadow: 0 1px 0 #98384d;
}
header .header_top .enter_block a span.green:hover {
  background: #73af81;
  background: -moz-linear-gradient(top,#73af81 1%,#aad7b1 100%);
  background: -webkit-linear-gradient(top,#73af81 1%,#aad7b1 100%);
  background: linear-gradient(to bottom,#73af81 1%,#aad7b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73af81', endColorstr='#aad7b1',GradientType=0 );
}
header .header_top .enter_block a span.red:hover {
  background: #d25570;
  background: -moz-linear-gradient(top,#d25570 0%,#e6a4b1 100%);
  background: -webkit-linear-gradient(top,#d25570 0%,#e6a4b1 100%);
  background: linear-gradient(to bottom,#d25570 0%,#e6a4b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d25570', endColorstr='#e6a4b1',GradientType=0 );
}
header .header_middle {
  background-color: #666666;
  position: relative;
  overflow: hidden;
  padding: 9px 0 3px;
}
header .header_middle a.home-button {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  background: url(../img/icon_home.png) no-repeat left top;
  padding-left: 26px;
  padding-top: 4px;
  margin-top: 4px;
  text-transform: uppercase;
}
header .header_middle #share42 {
  float: right;
  margin-right: -7px;
}
header .header_middle #share42 .share42-item {
  display: inline-block;
  margin: 0 6px 6px 0;
  height: 32px;
}
header .header_middle #share42 .share42-item a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  outline: none;
}
.main {
  height: auto;
  margin: 0;
  width: 850px;
  float: right;
  margin-right: 21px;
}
.sidebar {
  width: 230px;
  vertical-align: top;
  float: left;
}
.sidebar nav a {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  color: #666666;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 20px 0 20px 20px;
}
.sidebar nav a:hover {
  background-color: #f5768c;
  color: #fff;
}
.game-slots {
  margin-top: 20px;
}
.popular_list {
  padding: 0;
  margin: 0;
  width: 271px;
}
.popular_list li {
  list-style-type: none;
  border: 1px solid #0033ff;
  margin-bottom: 2px;
  overflow: hidden;
}
.popular_list li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.popular_list li .right {
  float: left;
  padding-top: 3px;
}
.popular_list li .right .blue_button {
  background-color: #0033ff;
  border-top: 1px solid #4f72ff;
  border-right: 1px solid #0025ba;
  border-bottom: 1px solid #001d93;
  border-left: 1px solid #2853ff;
  padding: 3px 0;
  display: block;
  width: 82px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 12px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.popular_list li .right .blue_button:hover {
  box-shadow: 0 0 1px #90907f, 0 0 1px #90907f, 0 0 1px #90907f;
}
.popular_list li .img {
  float: left;
  padding-right: 10px;
}
.popular_list li .img img {
  width: 80px;
  height: 50px;
}
.text-top,
.text-bottom {
  font: normal 14px Arial;
  line-height: 1.3em;
  margin: 0 0 20px 0;
}
.single-page.text-bottom {
  margin: 0 0 20px 0;
}
h1,
h2,
h3 {
  font-weight: normal;
}
h1 {
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0;
  text-transform: uppercase;
}
h2 {
  font-size: 18px;
  line-height: 30px;
  margin: 15px 0;
}
h3 {
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0;
}
p {
  margin: 0 0 15px 0;
}
.wrapp .content_wrapper {
  width: 1101px;
  margin: 0 auto;
  border: 1px solid #666666;
  background-color: #fff;
}
.wrapp .content_wrapper .bottom-image {
  text-align: center;
  padding-top: 10px;
}
.wrapp #layerslider_4 {
  padding-top: 20px;
}
.slider {
        position: relative;
        width: 850px;
        height: 250px;
        margin: 0px auto;
        list-style-type: none;
        overflow: hidden;
    }
    .slider li { 
        float: left; 
    }
    .slider li img { 
        width: 850px;
        height: 250px;
        border: none;
    }
.wrapp .slider-button {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.41);
  font-size: 24px;
  background: #ff6666;
  background: -moz-linear-gradient(top,#ff6666 0%,#cd3434 100%);
  background: -webkit-linear-gradient(top,#ff6666 0%,#cd3434 100%);
  background: linear-gradient(to bottom,#ff6666 0%,#cd3434 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6666', endColorstr='#cd3434',GradientType=0 );
  padding: 9px 60px;
  border-bottom: 1px solid #ae2424;
  box-shadow: 0 -2px 1px rgba(132,15,15,0.8) inset;
  margin: 0;
  position: absolute;
  top: 190px;
  right: 145px;
}
.wrapp .slider-button:hover {
  background: #fc1818;
  background: -moz-linear-gradient(top,#fc1818 0%,#c80c0c 100%);
  background: -webkit-linear-gradient(top,#fc1818 0%,#c80c0c 100%);
  background: linear-gradient(to bottom,#fc1818 0%,#c80c0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1818', endColorstr='#c80c0c',GradientType=0 );
}
.header_bottom {
  position: relative;
}
.header_bottom .baner-button {
  display: block;
  background-color: #ff0000;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.49);
  width: 220px;
  text-align: center;
  padding: 9px 0;
  text-transform: uppercase;
  border: 1px solid #333333;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  bottom: 19px;
  right: 250px;
  text-decoration: none;
}
.header_bottom .baner-button:hover {
  background: #ff3333;
  background: -moz-linear-gradient(top,#ff3333 0%,#ff3333 15%,#ff6666 50%,#ff3333 85%,#ff0000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff3333),color-stop(15%,#ff3333),color-stop(50%,#ff6666),color-stop(85%,#ff3333),color-stop(100%,#ff0000));
  background: -webkit-linear-gradient(top,#ff3333 0%,#ff3333 15%,#ff6666 50%,#ff3333 85%,#ff0000 100%);
  background: -o-linear-gradient(top,#ff3333 0%,#ff3333 15%,#ff6666 50%,#ff3333 85%,#ff0000 100%);
  background: -ms-linear-gradient(top,#ff3333 0%,#ff3333 15%,#ff6666 50%,#ff3333 85%,#ff0000 100%);
  background: linear-gradient(to bottom,#ff3333 0%,#ff3333 15%,#ff6666 50%,#ff3333 85%,#ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#ff0000',GradientType=0 );
}
.slots-wrapper .line .slot-block {
  text-align: center;
  float: left;
}
.slots-wrapper .line .slot-block a {
  padding: 10px 22px 10px 0;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #666666;
}
.slots-wrapper .line .slot-block a .image-border {
  border: 3px solid #b388d0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  display: block;
  height: 123px;
}
.slots-wrapper .line .slot-block a .image-border img {
  line-height: 0;
  width:190px;
  height: 123px;
}
.slots-wrapper .line .slot-block a .image-border span.button {
  height: 37px;
  background: #ff6666;
  background: -moz-linear-gradient(top,#ff6666 0%,#cd3434 100%);
  background: -webkit-linear-gradient(top,#ff6666 0%,#cd3434 100%);
  background: linear-gradient(to bottom,#ff6666 0%,#cd3434 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6666', endColorstr='#cd3434',GradientType=0 );
  display: block;
  color: #fff;
  margin: 5px auto 0;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.9em;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 1px 0px #000;
  border-bottom: 1px solid #811717;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #bb3c28;
  position: absolute;
  width: 135px;
  left: 50%;
  margin-left: -68px;
  z-index: 100;
}
.slots-wrapper .line .slot-block a .image-border span.button span {
  padding-top: 9px;
}
.slots-wrapper .line .slot-block a .image-border span.button:hover {
  background: #cd3434;
  background: -moz-linear-gradient(top,#cd3434 0%,#ff6666 100%);
  background: -webkit-linear-gradient(top,#cd3434 0%,#ff6666 100%);
  background: linear-gradient(to bottom,#cd3434 0%,#ff6666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd3434', endColorstr='#ff6666',GradientType=0 );
}
.slots-wrapper .line .slot-block a .image-border .bg-hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background-color: rgba(255,255,255,0.45);
  width: 190px;
  height: 123px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.slots-wrapper .line .slot-block a .image-border span {
  font: normal 18px Arial;
  display: block;
  text-align: center;
}
.slots-wrapper .line .slot-block a .image-border:hover {
  box-shadow: 0 0 7px #b388d0;
}
.slots-wrapper .line .slot-block a .short_name {
  display: block;
  font-size: 12px;
  margin-top: 7px;
  max-width: 190px;
}
.slots-wrapper .line .slot-block.last a {
  padding-right: 0;
}
.slots-wrapper .line .slot-block:hover .image-border .button {
  margin-top: -87px !important;
}
.slots-wrapper .line .slot-block:hover .image-border .bg-hover {
  opacity: 1;
}
.slots-wrapper.single-bottom {
  overflow: hidden;
  padding-bottom: 20px;
}
.slots-wrapper.single-bottom .line .slot-block a {
  padding: 10px 6px 10px 10px;
}
.slots-wrapper.single-bottom .slot-block:last-child a {
  padding-right: 0;
}
.single-bottom_title {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.category-top {
  margin: 0 0 20px 0;
}
.category-top .text {
  font-size: 14px;
  padding-top: 5px;
}
.breadcrumbs {
  margin: 20px 0 20px 20px;
  color: #9933ff;
  font-size: 18px;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #9933ff;
  padding-right: 10px;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.footer-menu {
  clear: both;
  background-color: #666666;
  padding: 17px 0 15px 20px;
}
.footer-menu a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 33px;
}
.footer-menu a:hover {
  text-decoration: underline;
}
footer {
  padding: 10px 0 5px;
  width: 1060px;
  margin: 0 auto;
  overflow: hidden;
}
footer .left {
  float: left;
  padding-right: 30px;
}
footer ul {
  margin: 0 0 0 0;
}
footer ul li {
  margin: 0 20px 0 0;
  list-style-type: none;
  text-transform: uppercase;
}
footer ul li a {
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
}
.slot-place {
  width: 850px;
  height: auto;
  margin: 0 auto;
}
.slot-place h1 {
  padding-left: 20px;
}
.slot-place iframe {
  width: 850px;
  height: 640px;
  border: none;
}
.slot-place a {
  background: #ff6666;
  background: -moz-linear-gradient(top,#ff6666 0%,#cd3434 100%);
  background: -webkit-linear-gradient(top,#ff6666 0%,#cd3434 100%);
  background: linear-gradient(to bottom,#ff6666 0%,#cd3434 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6666', endColorstr='#cd3434',GradientType=0 );
  display: block;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 19px 0 16px;
  margin: 20px 0;
}
.slot-place a:hover {
  background: #fc1818;
  background: -moz-linear-gradient(top,#fc1818 0%,#c80c0c 100%);
  background: -webkit-linear-gradient(top,#fc1818 0%,#c80c0c 100%);
  background: linear-gradient(to bottom,#fc1818 0%,#c80c0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1818', endColorstr='#c80c0c',GradientType=0 );
}
.category-top h1 {
  text-align: center;
  text-transform: uppercase;
}
.pgntn-page-pagination .current {
  width: 8px;
  height: 15px !important;
  font: normal 12px Arial;
  line-height: 15px;
}
.pgntn-page-pagination a {
  width: auto;
  height: 15px !important;
  font: normal 12px Arial;
  line-height: 15px;
}
.copyright {
  font-size: 12px;
  padding: 0 0 8px;
  line-height: 1.2em;
  color: #999999;
}
.error-404 {
  padding: 2% 0;
}
.error-404 .image-404 {
  text-align: center;
  padding: 50px 0;
}
.error-404 h1 {
  font-size: 90px;
}
