.ui-widget-content {
    border: 1px solid #333;
    background: url(../images/content-bg.jpg);
    color: #82a5dd;
font-size: 12px;
    line-height: 18px;
}
#vote-options li {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.5);
}
#vote-options li h5 {
    color: #ccc;
    font-size: 18px;
}
#timer_div_title {
    position: absolute;
    height: 16px;
    width: 210px;
    top: 200px;
    left: 70px;
    color: rgba(255, 255, 255, 1.0);
  font-size: 18px;
    text-align: center;
    font-weight: bold;
  font-family: Cambria;
  text-shadow: 1px 1px 2px rgb(42, 38, 41);
}
#timer_div_time {
    position: absolute;
    height: 70px;
    width: 220px;
    top: 240px;
    left: 70px;
}

.bx-viewport {height: auto!important}

.timmer_inner_block {
width: 50px;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.55);
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    margin: 2px;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #946666;
    /* opacity: 0.6; */
    font-size: 11px;
  text-align: center;
}

.serv-time {
    text-align: left;
    color: gold;padding:15px 0 0;text-align:center;
    opacity: 0.9;
    text-shadow: black 1px 1px 1px;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 13px;
}

#timer_div_time .timmer_inner_block .title {
text-align: center;
    font-size: 11px;
    
    padding: 3px;
      color: lightblue;
   
  
}
#timer_div_time .timmer_inner_block .count {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    padding-top: 7px;
    text-shadow: #000 0px 0px 3px;
    color: #fff;
}
body {
  width: 100%;
  background: url(../images/bg.png) top center no-repeat, url(../images/bottom-bg.jpg?112) bottom center no-repeat;
  background-color: #121a25;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #61738e;
  line-height: 1;
}

.game-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    padding-top: 110px;
}
a {
  transition: all 0.3s ease;
  color: #c8ddf1;
  text-decoration: none;
}
a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
h1,
h2,
h3 {
  color: #c8ddf1;
  margin-bottom: 20px;
  line-height: 1.5;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
input,
textarea {
  background-color: #131f2d;
  border: 1px solid #2c3545;
  color: #7d8a9f;
  padding: 5px 10px;
  font-size: 12px;
  position: relative;
  border-radius: 3px;
  transition: all 0.5s ease;
  width: calc(100% - 20px);
}
input:focus,
textarea:focus {
  border: 1px solid #424e63;
}
input:hover,
textarea:hover {
  border: 1px solid #424e63;
}
button,
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/button.jpg) center no-repeat;
  background-size: cover;
  border: none;
  color: #c3eaee;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  display: inline-block;
}
.green-button {
  background: url(../images/green-button.jpg) center no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 20px 0px rgba(119, 240, 241, 0.2);
}
.button-small {
  padding: 4px 12px;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #485365;
}
::-moz-placeholder {
  color: #485365;
}
:-moz-placeholder {
  color: #485365;
}
:-ms-input-placeholder {
  color: #485365;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.flex-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.light {
  background: url(../images/light-bg.jpg);
  box-shadow: 0px 12px 30px -5px rgba(0, 0, 0, 0.1), 0px -12px 30px -5px rgba(0, 0, 0, 0.1);
}
.container {
  min-height: 1050px;
  display: flex;
  position: relative;
}
.container:before {
  content: "";
  background: url(../images/left-container-icon.png) no-repeat;
  left: -35px;
  top: -34px;
  width: 74px;
  height: 73px;
  position: absolute;
  z-index: 1;
}
.container:after {
  content: "";
  background: url(../images/right-container-icon.png) no-repeat;
  right: -35px;
  top: -34px;
  width: 74px;
  height: 73px;
  position: absolute;
}
.top-panel {
  height: 106px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  position: absolute;
  z-index: 10;
  transition: all 1s ease;
}
.top-panel .top-panel-container {
  width: 1200px;
  margin: 0 auto;
}
.top-panel:hover {
  background: rgba(0, 0, 0, 0.5);
}
.menu li {
  display: inline-block;
  margin: 0px 12px;
  padding: 0px;
  background: none;
}
.menu li a {
  display: block;
  line-height: 51px;
  text-transform: uppercase;
  color: #b7cdef;
  padding: 0px 16px;
}

.menu li a img {
    display: block;
    line-height: normal;
    margin: 11px auto -7px auto;
}

.menu li a img {-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu li a:hover img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.menu li a:hover {
  color: #c8ddf1;
  border-bottom: 1px solid rgba(200, 221, 241, 0.5);
  text-shadow: 0px 0px 10px rgba(200, 221, 241, 0.7);
}
.menu li:first-child {
  margin: 0px 12px 0px 0px;
}
.language-block a {
  display: inline-block;
  height: 22px;
  width: 22px;
  margin: 0px 5px;

  opacity: 0.9;
}
.language-block a:hover {
  opacity: 1.9;
}
.language-block .eng {
  background: url(../images/eng-icon.png) no-repeat;
}
.language-block .rus {
  background: url(../images/rus-icon.png) no-repeat;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 480px;
  position: relative;
}
.char {
  position: absolute;
  left: -147px;
  bottom: -78px;
  background: url(../images/char.png) no-repeat;
  width: 651px;
  height: 500px;
  z-index: 2;
  transition: all 0.8s ease;
  transform: scale(1);
  opacity: 1;
  display: block;
  cursor: pointer;
}
.char:hover {
  filter: drop-shadow(0px 0px 10px rgba(162, 229, 241, 0.2));
}
.char.small {
  transform: scale(0.7);
  opacity: 0.1;
}
.logo {
  width: 100%;
  text-align: center;
  top: 110px;
  position: absolute;
}
.start-game {
  width: 100%;
  bottom: 110px;
  position: absolute;
}
.start-game a {
  display: block;
  background: url(../images/start-game-button.png) no-repeat;
  width: 297px;
  height: 71px;
  line-height: 71px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  width: 285px;
  background: url(../images/sidebar-bg.jpg);
  margin-bottom: 110px;
  position: relative;
}
.left-sidebar:after {
  content: "";
  background: url(../images/left-sidebar-icon.png) no-repeat;
  left: -4px;
  bottom: -4px;
  width: 25px;
  height: 25px;
  position: absolute;
}
.download-block {
  background: url(../images/dowload-button.jpg) no-repeat;
  height: 90px;
  box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.1);
}
.download-block a {
  display: block;
  position: relative;
  z-index: 3;
  font-size: 11px;
  color: #7a96b0;
  line-height: 1.5;
  padding: 23px 0px 23px 90px;
}
.download-block a span {
  display: block;
  color: #aacff2;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.p-block {
  padding: 20px 20px 30px 20px;
}
.login-block {
  background: url(../images/login-block-bg.jpg) bottom no-repeat, url(../images/login-block-repeat.jpg);
}
.login-block .login-block-title {
  margin-bottom: 20px;
}
.login-block .login-block-title span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.login-block .login-block-title a {
  color: #6fa5ff;
}
.login-block input {
  background-repeat: no-repeat;
  background-position: left;
  height: 32px;
  padding: 0px 10px 0px 50px;
  width: calc(100% - 60px);
}
.login-block .checkbox-block {
  margin-bottom: 20px;
}
.login-block .login-button {
  margin-bottom: 10px;
}
.login-block .login-button a {
  color: #4e5e76;
}
.login-in input {
  background-image: url(../images/login-icon.png);
}
.password-in input {
  background-image: url(../images/password-icon.png);
}
.checkbox {
  display: none;
}
.checkbox-custom {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #394c66;
  border-radius: 3px;
  background: #131f2d;
}
.checkbox-custom,
.label {
  display: inline-block;
  vertical-align: middle;
}
.label {
  margin-left: 9px;
  margin-bottom: -2px;
  color: #7d8a9f;
}
.checkbox:checked + .checkbox-custom::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0px;
  left: 0px;
  background: url(../images/check.png) center no-repeat;
}
.sidebar-title {
  color: #657793;
  line-height: 1.6;
  padding-bottom: 10px;
}
.sidebar-title span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar-title .top-title-img {
  background: url(../images/top-player-title-bg.png) no-repeat;
  width: 43px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0px 0px 14px 0px rgba(51, 99, 171, 0.5);
}
.sidebar-title .forum-img {
  background: url(../images/forum-title-bg.png) no-repeat;
  width: 43px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0px 0px 14px 0px rgba(51, 99, 171, 0.5);
}
.top-player {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(133, 216, 255, 0.06);
}
.top-player .number {
  border: 1px solid #2e394a;
  color: #657793;
  font-weight: bold;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.top-player .number.first {
  color: #ffe956;
  border: 1px solid #ffe956;
}
.top-player .number.second {
  color: #d3e3e4;
  border: 1px solid #d3e3e4;
}
.top-player .number.third {
  color: #8d6f46;
  border: 1px solid #8d6f46;
}
.top-player .ava-img {
  width: 40px;
  text-align: center;
  height: 18px;
}
.top-player .ava-img img {
  width: 28px;
  height: 16px;
  border: 1px solid #16629c;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.top-player .nickname {
  width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1px 0px;
  color: #d0e3ff;
}
.top-player .kills {
  width: 40px;
  text-align: right;
  color: #74acff;
  font-size: 14px;
}
.media-block a {
  display: block;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.media-block a:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 190px 20px rgba(0, 0, 0, 0.8);
  transition: all 1s ease;
}
.media-block img {
  margin-bottom: -2px;
}
.media-block p a:after {
  background: url(../images/play-icon.png) center no-repeat;
}
.media-block a:hover:after {
  box-shadow: inset 0px 0px 190px 20px rgba(0, 0, 0, 0.2);
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
  width: 590px;
  padding: 30px 20px 40px 20px;
  position: relative;
  background: url(../images/content-bg.jpg);
  line-height: 1.4;
}
.content:before {
  content: "";
  background: url(../images/top-content-icon.png) no-repeat;
  left: 50%;
  margin-left: -70px;
  top: -41px;
  width: 143px;
  height: 74px;
  position: absolute;
  z-index: 11;
}
.content:after {
  content: "";
  background: url(../images/bottom-content-icon.png) no-repeat;
  left: -30px;
  bottom: -12px;
  width: 690px;
  height: 40px;
  position: absolute;
}
.content img {
  max-width: 590px;
}
.content input {
  width: auto;
}
.content ul {
  margin-bottom: 15px;
}

.slider {
  overflow: hidden;
  position: relative;
  width: 630px;
  height: 214px;
  margin: 0 auto;
  z-index: 10;
  margin: -30px -20px 0px -20px;
}
.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .active .slider-text {
  transition: all 2s ease;
  bottom: 20px !important;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
}
.slider .slides .slide:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: inset 0px 0px 40px 20px rgba(0, 0, 0, 0.6);
}
.slider .slides .slide .slider-text {
  position: absolute;
  bottom: -200px;
  left: 0px;
  padding: 8px 30px;
  width: calc(100% - 60px);
  color: #e0ddd1;
  line-height: 1.3;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 4;
}
.slider .slides .slide h1 {
  margin-bottom: 1px;
  color: #fff;
  font-size: 36px;
}
.slider .slides .slide img {
  width: 630px;
  max-width: 630px;
  height: 214px;
}
.slider .next {
  position: absolute;
  background: url(../images/arrow-right.png) no-repeat;
  height: 30px;
  width: 30px;
  right: 20px;
  top: 95px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  z-index: 12;
}
.slider .prev {
  position: absolute;
  background: url(../images/arrow-left.png) no-repeat;
  height: 30px;
  width: 30px;
  left: 20px;
  top: 95px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  z-index: 12;
}
.slider .navigation {
  position: absolute;
  left: 23px;
  top: 16px;
  z-index: 1;
  cursor: pointer;
  display: none;
}
.slider .navigation .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #a6d0b6, #89b899);
  border: 1px solid #427252;
  cursor: pointer;
  margin: 0 2px;
  position: relative;
}
.slider:hover .next,
.slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active:after {
  content: "";
  background: linear-gradient(to bottom, #a6d0b6, #89b899);
  height: 10px;
  width: 10px;
  border: 1px solid #b9d8c2;
  position: absolute;
}
.tabs {
  padding: 20px 20px;
  box-shadow: 0px 25px 30px -5px rgba(0, 0, 0, 0.2);
  background: url(../images/news-bg.jpg);
  margin: 0px -20px 20px -20px;
}
.tabs > .section {
  display: none;
  border-top: 1px solid #2e3543;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs > input {
  display: none;
  position: absolute;
}
.tabs > label {
  display: inline-block;
  padding: 15px 18px;
  text-align: center;
  color: #839cb3;
  font-size: 12px;
}
.tabs > label:hover {
  cursor: pointer;
  color: #fff;
}
.tabs > input:checked + label {
  color: #69a9e5;
  background: #1b222c;
  border-bottom: 1px solid #69a9e5;
  border-top: 1px solid #202938;
  border-left: 1px solid #202938;
  border-right: 1px solid #202938;
}
#news:checked ~ #content-news,
#articles:checked ~ #content-articles,
#guides:checked ~ #content-guides {
  display: block;
  color: #82a5dd;
}
.first-new {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(46, 53, 67, 0.3);
}
.first-new .news-img {
  opacity: 0.7;
  width: 237px;
}
.first-new .news-img img {
  width: 237px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.first-new .news-img:hover {
  opacity: 1;
}
.first-new .first-news-info {
  width: 592px;
}
.first-new .first-news-info h2 {
  margin-bottom: 10px;
  font-weight: normal;
}
.first-new .first-news-info p {
  text-align: justify;
}
.first-new .first-news-info .first-news-i .button {
  margin-right: 15px;
}
.news {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(46, 53, 67, 0.3);
  transition: all 0.5s ease;
  min-height: 25px;
}
.news .news-title {
  display: flex;
  align-items: center;
}
.news .news-title h2 {
  color: #61738e;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: normal;
}
.news .news-title span {
  color: #73a6ff;
  font-size: 10px;
  border: 1px solid #73a6ff;
  padding: 2px 4px;
  margin-right: 12px;
}
.news .date-more {
  color: #435067;
  width: 150px;
  text-align: right;
}
.news .more {
  display: none;
}
.news:hover {
  background: rgba(97, 115, 142, 0.04);
}
.news:hover h2 {
  color: #bbd0f0;
}
.news:hover .date {
  display: none;
}
.news:hover .more {
  display: block;
}
.carousel {
  position: relative;
  width: 510px;
  padding: 0px 40px;
}
.arrow {
  position: absolute;
  top: 85px;
  padding: 0;
  height: 30px;
  width: 30px;
  display: block;
}
.arrow:hover {
  cursor: pointer;
}
.prev {
  left: 0px;
  background: url(../images/nav-left.png) no-repeat;
}
.next {
  right: 0px;
  background: url(../images/nav-right.png) no-repeat;
}
.gallery {
  width: 510px;
  overflow: hidden;
}
.gallery ul {
  height: 205px;
  width: 9999px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 2250ms;
}
.gallery li {
  width: 150px;
  height: 205px;
  padding: 0px;
  display: inline-block;
  margin: 0px 10px;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
}
.gallery li .shop-img img {
  max-width: 150px;
}
.gallery li .shop-title {
  color: #bbd0f0;
}
.gallery li .shop-price {
  color: #63cdff;
  font-size: 18px;
}
.gallery li .shop-button {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
  width: 285px;
  background: url(../images/sidebar-bg.jpg);
  margin-bottom: 110px;
  position: relative;
}
.right-sidebar:after {
  content: "";
  background: url(../images/right-sidebar-icon.png) no-repeat;
  right: -4px;
  bottom: -4px;
  width: 25px;
  height: 25px;
  position: absolute;
}
.server-block {
  padding: 0px 0px 0px 0px;
}
.server {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 10px;
  border-bottom: 1px solid rgba(142, 227, 255, 0.06);
}
.server .server-x {
  width: 74px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.server .server-info {
  width: 181px;
  color: #eef7ff;
}
.server .server-info span {
  color: #657793;
}
.server .server-info span b {
  color: #65a1ff;
  font-weight: normal;
}
.server .server-progress {
  background: rgba(0, 0, 0, 0.8);
  height: 3px;
  margin: 8px 0px;
}
.server .server-progress span {
  width: 100%;
  height: 3px;
  display: block;
}
.server .server-description a {
  color: #65a1ff;
  text-decoration: underline;
  font-size: 10px;
}
.server .server-description a:hover {
  text-decoration: none;
}
.server:last-child {
  border-bottom: none;
}
.blue .server-x {
  background: url(../images/server-blue-img.png) center no-repeat;
  color: #8ecbff;
}
.blue .server-progress span {
  background: #00baff;
  box-shadow: 0px 0px 10px 0px rgba(0, 186, 255, 0.6);
}
.pink .server-x {
  background: url(../images/server-pink-img.png?2) center no-repeat;
  color: #ffc783
}
.pink .server-progress span {
  background: #ff8c00;
  box-shadow: 0px 0px 10px 0px rgba(255, 140, 0, 0.6);
}
.green .server-x {
  background: url(../images/server-green-img.png) center no-repeat;
  color: #deffba;
}
.green .server-progress span {
  background: #7fff18;
  box-shadow: 0px 0px 10px 0px rgba(127, 255, 24, 0.6);
}
.forum-block {
  box-shadow: 0px 15px 20px -7px rgba(0, 0, 0, 0.15);
}
.sidebar-forum-title {
  border-bottom: 1px solid rgba(181, 203, 243, 0.04);
  padding-bottom: 18px;
}
.forum {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(181, 203, 243, 0.04);
  padding: 10px 0px;
}
.forum p {
  margin-bottom: 7px;
}
.forum .forum-ava {
  width: 45px;
}
.forum .forum-ava img {
  height: 29px;
  width: 29px;
  border: 1px solid #16629c;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.forum .forum-title a {
  color: #7d99c4;
}
.forum .forum-info {
  width: 200px;
}
.forum .forum-info .date {
  color: #3c4961;
  font-size: 10px;
}
.forum .forum-info .autor {
  color: #65a1ff;
  text-decoration: underline;
  font-size: 10px;
}
.forum .forum-info .autor:hover {
  text-decoration: none;
}
.fast-links-block li {
  margin-left: -11px;
  background: url(../images/li-icon.png) left no-repeat;
  padding: 5px 0px 19px 29px;
}
.fast-links-block li a {
  color: #82a5dd;
}
/* Footer
-----------------------------------------------------------------------------*/
#toTop {
  position: absolute;
  display: block;
  width: 86px;
  height: 86px;
  left: 50%;
  top: -43px;
  margin-left: -43px;
  background: url(../images/up-button.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
.footer {
  height: 300px;
  position: relative;
  color: #455468;
  line-height: 1.3;
}
.footer a {
  color: #567db3;
}
.f-logo {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 60px;
}
.footer-info {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 170px;
}
.design {
  text-align: right;
  padding-right: 20px;
  width: 210px;
}
.copyright {
  padding-left: 20px;
  width: 210px;
}
.f-menu li {
  display: inline-block;
  background: none;
  padding: 0px 18px 0px 15px;
  border-right: 1px solid #3d4b5d;
}
.f-menu li a {
  color: #455468;
  text-transform: uppercase;
  font-size: 10px;
}
.f-menu li a:hover {
  color: #fff;
}
.f-menu li:last-child {
  padding: 0px 0px 0px 15px;
  border-right: none;
}
.f-menu li:first-child {
  padding: 0px 18px 0px 0px;
}
/*# sourceMappingURL=style.css.map */
body, a, input, select {cursor: url(../images/mu2.gif), url(../images/mu2.cur),auto;}
a:hover, input:hover, select :hover,option{cursor: url(../images/mu.gif), url(../images/mu.cur),auto;}
a:active, input:active, select :active,option{cursor: url(../images/mu.gif), url(../images/mu.cur),auto;}
a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  cursor: url(../images/mu.gif), url(../images/mu.cur),auto;
}
button {
  cursor: url(../images/mu2.gif), url(../images/mu2.cur),auto;
}
.char {
  cursor: url(../images/mu2.gif), url(../images/mu2.cur),auto;
}
.char:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  cursor: url(../images/mu.gif), url(../images/mu.cur),auto;
}

.prev, .next {
  cursor: url(../images/mu2.gif), url(../images/mu2.cur),auto;
}
.prev:hover, .next:hover {
  cursor: url(../images/mu.gif), url(../images/mu.cur),auto;
}
table.sidebar_rank {
  width:100%;
  border:0;
  border-collapse: collapse;
  margin:0px;
}
table.sidebar_rank th {
  border:0;
  text-align:left;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding-bottom:0px;
  font-weight:normal;
  width: 0;
  padding-left: 10px;
  
}

table.sidebar_rank tr:first-child:hover {
  background-color: rgba(0, 0, 0, 0.0);
}




table.sidebar_rank tr { 
  border:0;
  text-align:left;
  height: 35px;
  
}

table.sidebar_rank tr:hover { 
  background-color: rgba(0, 0, 0, 0.15);
  transition-duration: 0.3s;
}

table.sidebar_rank td {
  border:0;
  text-align:left;
      border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding-bottom:3px;
  padding-top:3px;
  padding-left: 10px;
}
.players-block {
    padding: 0;
}
.ranking-table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    line-height: 26px;
}
.ranking-table th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.ranking-table th.end {
    border-right: 0
}
.ranking-table td {
    background-color: rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.ranking-table td.end {
    border-right: 0
}
.ranking-table tr{
  height: 35px;
}
.ranking-table tr {} .ranking-table tbody tr:hover {
    background: rgba(0, 0, 0, 0.15);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.main-table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    line-height: 26px;
    background: url(../images/divider4-bg.png) repeat-x left top
}
.main-table th {
    background: url(../images/divider4-bg.png) repeat-x left bottom
}
.main-table th.end {
    border-right: 0
}
.main-table td {
    background: url(../images/divider4-bg.png) repeat-x left bottom
}
.main-table td.end {
    border-right: 0
}
.main-table tr {}.main-table tbody tr:hover {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.4);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.main-table2 {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    line-height: 26px;
    background: url(../images/divider4-bg.png) repeat-x left top
}
.main-table2 th {
    background: url(../images/divider4-bg.png) repeat-x left bottom
}
.main-table2 th.end {
    border-right: 0
}
.main-table2 td {
    background: url(../images/divider4-bg.png) repeat-x left bottom
}
.main-table2 td.end {
    border-right: 0
}
.main-table2 tr {}.main-table2 tbody tr:hover {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.4);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.main-tr {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.2);
  height: 35px;
  padding-left: 10px;
}
.opt input {
  float:left;
  width: 40px;
  margin-left: -10px;
  margin-top: 4px;
}


.f16 .flag {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: text-top;
    line-height: 16px;
    background: url(../images/flags.png) no-repeat;
}

.f16 ._African_Union {
    background-position: 0 -16px;
}

.f16 ._Arab_League {
    background-position: 0 -32px;
}

.f16 ._ASEAN {
    background-position: 0 -48px;
}

.f16 ._CARICOM {
    background-position: 0 -64px;
}

.f16 ._CIS {
    background-position: 0 -80px;
}

.f16 ._Commonwealth {
    background-position: 0 -96px;
}

.f16 ._England {
    background-position: 0 -112px;
}

.f16 ._European_Union, .f16 .eu {
    background-position: 0 -128px;
}

.f16 ._Islamic_Conference {
    background-position: 0 -144px;
}

.f16 ._Kosovo {
    background-position: 0 -160px;
}

.f16 ._NATO {
    background-position: 0 -176px;
}

.f16 ._Northern_Cyprus {
    background-position: 0 -192px;
}

.f16 ._Northern_Ireland {
    background-position: 0 -208px;
}

.f16 ._Olimpic_Movement {
    background-position: 0 -224px;
}

.f16 ._OPEC {
    background-position: 0 -240px;
}

.f16 ._Red_Cross {
    background-position: 0 -256px;
}

.f16 ._Scotland {
    background-position: 0 -272px;
}

.f16 ._Somaliland {
    background-position: 0 -288px;
}

.f16 ._Tibet {
    background-position: 0 -304px;
}

.f16 ._United_Nations {
    background-position: 0 -320px;
}

.f16 ._Wales {
    background-position: 0 -336px;
}

.f16 .ad {
    background-position: 0 -352px;
}

.f16 .ae {
    background-position: 0 -368px;
}

.f16 .af {
    background-position: 0 -384px;
}

.f16 .ag {
    background-position: 0 -400px;
}

.f16 .ai {
    background-position: 0 -416px;
}

.f16 .al {
    background-position: 0 -432px;
}

.f16 .am {
    background-position: 0 -448px;
}

.f16 .ao {
    background-position: 0 -464px;
}

.f16 .aq {
    background-position: 0 -480px;
}

.f16 .ar {
    background-position: 0 -496px;
}

.f16 .as {
    background-position: 0 -512px;
}

.f16 .at {
    background-position: 0 -528px;
}

.f16 .au {
    background-position: 0 -544px;
}

.f16 .aw {
    background-position: 0 -560px;
}

.f16 .ax {
    background-position: 0 -576px;
}

.f16 .az {
    background-position: 0 -592px;
}

.f16 .ba {
    background-position: 0 -608px;
}

.f16 .bb {
    background-position: 0 -624px;
}

.f16 .bd {
    background-position: 0 -640px;
}

.f16 .be {
    background-position: 0 -656px;
}

.f16 .bf {
    background-position: 0 -672px;
}

.f16 .bg {
    background-position: 0 -688px;
}

.f16 .bh {
    background-position: 0 -704px;
}

.f16 .bi {
    background-position: 0 -720px;
}

.f16 .bj {
    background-position: 0 -736px;
}

.f16 .bm {
    background-position: 0 -752px;
}

.f16 .bn {
    background-position: 0 -768px;
}

.f16 .bo {
    background-position: 0 -784px;
}

.f16 .br {
    background-position: 0 -800px;
}

.f16 .bs {
    background-position: 0 -816px;
}

.f16 .bt {
    background-position: 0 -832px;
}

.f16 .bw {
    background-position: 0 -848px;
}

.f16 .by {
    background-position: 0 -864px;
}

.f16 .bz {
    background-position: 0 -880px;
}

.f16 .ca {
    background-position: 0 -896px;
}

.f16 .cg {
    background-position: 0 -912px;
}

.f16 .cf {
    background-position: 0 -928px;
}

.f16 .cd {
    background-position: 0 -944px;
}

.f16 .ch {
    background-position: 0 -960px;
}

.f16 .ci {
    background-position: 0 -976px;
}

.f16 .ck {
    background-position: 0 -992px;
}

.f16 .cl {
    background-position: 0 -1008px;
}

.f16 .cm {
    background-position: 0 -1024px;
}

.f16 .cn {
    background-position: 0 -1040px;
}

.f16 .co {
    background-position: 0 -1056px;
}

.f16 .cr {
    background-position: 0 -1072px;
}

.f16 .cu {
    background-position: 0 -1088px;
}

.f16 .cv {
    background-position: 0 -1104px;
}

.f16 .cy {
    background-position: 0 -1120px;
}

.f16 .cz {
    background-position: 0 -1136px;
}

.f16 .de {
    background-position: 0 -1152px;
}

.f16 .dj {
    background-position: 0 -1168px;
}

.f16 .dk {
    background-position: 0 -1184px;
}

.f16 .dm {
    background-position: 0 -1200px;
}

.f16 .do {
    background-position: 0 -1216px;
}

.f16 .dz {
    background-position: 0 -1232px;
}

.f16 .ec {
    background-position: 0 -1248px;
}

.f16 .ee {
    background-position: 0 -1264px;
}

.f16 .eg {
    background-position: 0 -1280px;
}

.f16 .eh {
    background-position: 0 -1296px;
}

.f16 .er {
    background-position: 0 -1312px;
}

.f16 .es {
    background-position: 0 -1328px;
}

.f16 .et {
    background-position: 0 -1344px;
}

.f16 .fi {
    background-position: 0 -1360px;
}

.f16 .fj {
    background-position: 0 -1376px;
}

.f16 .fm {
    background-position: 0 -1392px;
}

.f16 .fo {
    background-position: 0 -1408px;
}

.f16 .fr {
    background-position: 0 -1424px;
}

.f16 .bl, .f16 .cp, .f16 .mf, .f16 .yt {
    background-position: 0 -1424px;
}

.f16 .ga {
    background-position: 0 -1440px;
}

.f16 .gb {
    background-position: 0 -1456px;
}

.f16 .sh {
    background-position: 0 -1456px;
}

.f16 .gd {
    background-position: 0 -1472px;
}

.f16 .ge {
    background-position: 0 -1488px;
}

.f16 .gg {
    background-position: 0 -1504px;
}

.f16 .gh {
    background-position: 0 -1520px;
}

.f16 .gi {
    background-position: 0 -1536px;
}

.f16 .gl {
    background-position: 0 -1552px;
}

.f16 .gm {
    background-position: 0 -1568px;
}

.f16 .gn {
    background-position: 0 -1584px;
}

.f16 .gp {
    background-position: 0 -1600px;
}

.f16 .gq {
    background-position: 0 -1616px;
}

.f16 .gr {
    background-position: 0 -1632px;
}

.f16 .gt {
    background-position: 0 -1648px;
}

.f16 .gu {
    background-position: 0 -1664px;
}

.f16 .gw {
    background-position: 0 -1680px;
}

.f16 .gy {
    background-position: 0 -1696px;
}

.f16 .hk {
    background-position: 0 -1712px;
}

.f16 .hn {
    background-position: 0 -1728px;
}

.f16 .hr {
    background-position: 0 -1744px;
}

.f16 .ht {
    background-position: 0 -1760px;
}

.f16 .hu {
    background-position: 0 -1776px;
}

.f16 .id {
    background-position: 0 -1792px;
}

.f16 .mc {
    background-position: 0 -1792px;
}

.f16 .ie {
    background-position: 0 -1808px;
}

.f16 .il {
    background-position: 0 -1824px;
}

.f16 .im {
    background-position: 0 -1840px;
}

.f16 .in {
    background-position: 0 -1856px;
}

.f16 .iq {
    background-position: 0 -1872px;
}

.f16 .ir {
    background-position: 0 -1888px;
}

.f16 .is {
    background-position: 0 -1904px;
}

.f16 .it {
    background-position: 0 -1920px;
}

.f16 .je {
    background-position: 0 -1936px;
}

.f16 .jm {
    background-position: 0 -1952px;
}

.f16 .jo {
    background-position: 0 -1968px;
}

.f16 .jp {
    background-position: 0 -1984px;
}

.f16 .ke {
    background-position: 0 -2000px;
}

.f16 .kg {
    background-position: 0 -2016px;
}

.f16 .kh {
    background-position: 0 -2032px;
}

.f16 .ki {
    background-position: 0 -2048px;
}

.f16 .km {
    background-position: 0 -2064px;
}

.f16 .kn {
    background-position: 0 -2080px;
}

.f16 .kp {
    background-position: 0 -2096px;
}

.f16 .kr {
    background-position: 0 -2112px;
}

.f16 .kw {
    background-position: 0 -2128px;
}

.f16 .ky {
    background-position: 0 -2144px;
}

.f16 .kz {
    background-position: 0 -2160px;
}

.f16 .la {
    background-position: 0 -2176px;
}

.f16 .lb {
    background-position: 0 -2192px;
}

.f16 .lc {
    background-position: 0 -2208px;
}

.f16 .li {
    background-position: 0 -2224px;
}

.f16 .lk {
    background-position: 0 -2240px;
}

.f16 .lr {
    background-position: 0 -2256px;
}

.f16 .ls {
    background-position: 0 -2272px;
}

.f16 .lt {
    background-position: 0 -2288px;
}

.f16 .lu {
    background-position: 0 -2304px;
}

.f16 .lv {
    background-position: 0 -2320px;
}

.f16 .ly {
    background-position: 0 -2336px;
}

.f16 .ma {
    background-position: 0 -2352px;
}

.f16 .md {
    background-position: 0 -2368px;
}

.f16 .me {
    background-position: 0 -2384px;
}

.f16 .mg {
    background-position: 0 -2400px;
}

.f16 .mh {
    background-position: 0 -2416px;
}

.f16 .mk {
    background-position: 0 -2432px;
}

.f16 .ml {
    background-position: 0 -2448px;
}

.f16 .mm {
    background-position: 0 -2464px;
}

.f16 .mn {
    background-position: 0 -2480px;
}

.f16 .mo {
    background-position: 0 -2496px;
}

.f16 .mq {
    background-position: 0 -2512px;
}

.f16 .mr {
    background-position: 0 -2528px;
}

.f16 .ms {
    background-position: 0 -2544px;
}

.f16 .mt {
    background-position: 0 -2560px;
}

.f16 .mu {
    background-position: 0 -2576px;
}

.f16 .mv {
    background-position: 0 -2592px;
}

.f16 .mw {
    background-position: 0 -2608px;
}

.f16 .mx {
    background-position: 0 -2624px;
}

.f16 .my {
    background-position: 0 -2640px;
}

.f16 .mz {
    background-position: 0 -2656px;
}

.f16 .na {
    background-position: 0 -2672px;
}

.f16 .nc {
    background-position: 0 -2688px;
}

.f16 .ne {
    background-position: 0 -2704px;
}

.f16 .ng {
    background-position: 0 -2720px;
}

.f16 .ni {
    background-position: 0 -2736px;
}

.f16 .nl {
    background-position: 0 -2752px;
}

.f16 .bq {
    background-position: 0 -2752px;
}

.f16 .no {
    background-position: 0 -2768px;
}

.f16 .bv, .f16 .nq, .f16 .sj {
    background-position: 0 -2768px;
}

.f16 .np {
    background-position: 0 -2784px;
}

.f16 .nr {
    background-position: 0 -2800px;
}

.f16 .nz {
    background-position: 0 -2816px;
}

.f16 .om {
    background-position: 0 -2832px;
}

.f16 .pa {
    background-position: 0 -2848px;
}

.f16 .pe {
    background-position: 0 -2864px;
}

.f16 .pf {
    background-position: 0 -2880px;
}

.f16 .pg {
    background-position: 0 -2896px;
}

.f16 .ph {
    background-position: 0 -2912px;
}

.f16 .pk {
    background-position: 0 -2928px;
}

.f16 .pl {
    background-position: 0 -2944px;
}

.f16 .pr {
    background-position: 0 -2960px;
}

.f16 .ps {
    background-position: 0 -2976px;
}

.f16 .pt {
    background-position: 0 -2992px;
}

.f16 .pw {
    background-position: 0 -3008px;
}

.f16 .py {
    background-position: 0 -3024px;
}

.f16 .qa {
    background-position: 0 -3040px;
}

.f16 .re {
    background-position: 0 -3056px;
}

.f16 .ro {
    background-position: 0 -3072px;
}

.f16 .rs {
    background-position: 0 -3088px;
}

.f16 .ru {
    background-position: 0 -3104px;
}

.f16 .rw {
    background-position: 0 -3120px;
}

.f16 .sa {
    background-position: 0 -3136px;
}

.f16 .sb {
    background-position: 0 -3152px;
}

.f16 .sc {
    background-position: 0 -3168px;
}

.f16 .sd {
    background-position: 0 -3184px;
}

.f16 .se {
    background-position: 0 -3200px;
}

.f16 .sg {
    background-position: 0 -3216px;
}

.f16 .si {
    background-position: 0 -3232px;
}

.f16 .sk {
    background-position: 0 -3248px;
}

.f16 .sl {
    background-position: 0 -3264px;
}

.f16 .sm {
    background-position: 0 -3280px;
}

.f16 .sn {
    background-position: 0 -3296px;
}

.f16 .so {
    background-position: 0 -3312px;
}

.f16 .sr {
    background-position: 0 -3328px;
}

.f16 .st {
    background-position: 0 -3344px;
}

.f16 .sv {
    background-position: 0 -3360px;
}

.f16 .sy {
    background-position: 0 -3376px;
}

.f16 .sz {
    background-position: 0 -3392px;
}

.f16 .tc {
    background-position: 0 -3408px;
}

.f16 .td {
    background-position: 0 -3424px;
}

.f16 .tg {
    background-position: 0 -3440px;
}

.f16 .th {
    background-position: 0 -3456px;
}

.f16 .tj {
    background-position: 0 -3472px;
}

.f16 .tl {
    background-position: 0 -3488px;
}

.f16 .tm {
    background-position: 0 -3504px;
}

.f16 .tn {
    background-position: 0 -3520px;
}

.f16 .to {
    background-position: 0 -3536px;
}

.f16 .tr {
    background-position: 0 -3552px;
}

.f16 .tt {
    background-position: 0 -3568px;
}

.f16 .tv {
    background-position: 0 -3584px;
}

.f16 .tw {
    background-position: 0 -3600px;
}

.f16 .tz {
    background-position: 0 -3616px;
}

.f16 .ua {
    background-position: 0 -3632px;
}

.f16 .ug {
    background-position: 0 -3648px;
}

.f16 .us {
    background-position: 0 -3664px;
}

.f16 .uy {
    background-position: 0 -3680px;
}

.f16 .uz {
    background-position: 0 -3696px;
}

.f16 .va {
    background-position: 0 -3712px;
}

.f16 .vc {
    background-position: 0 -3728px;
}

.f16 .ve {
    background-position: 0 -3744px;
}

.f16 .vg {
    background-position: 0 -3760px;
}

.f16 .vi {
    background-position: 0 -3776px;
}

.f16 .vn {
    background-position: 0 -3792px;
}

.f16 .vu {
    background-position: 0 -3808px;
}

.f16 .ws {
    background-position: 0 -3824px;
}

.f16 .ye {
    background-position: 0 -3840px;
}

.f16 .za {
    background-position: 0 -3856px;
}

.f16 .zm {
    background-position: 0 -3872px;
}

.f16 .zw {
    background-position: 0 -3888px;
}

.f16 .sx {
    background-position: 0 -3904px;
}

.f16 .cw {
    background-position: 0 -3920px;
}

.f16 .ss {
    background-position: 0 -3936px;
}

.f16 .nu {
    background-position: 0 -3952px;
}

.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nonactive {
    opacity: 0.3;
    filter: alpha(opacity=30);
}



#loading {
    background-image: url(../images/l_bg.png);
    border-radius: 0 0 4px 4px;
    color: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 48%;
    z-index: 1000;
    padding: 6px;
}


.select {
    background: #660000; 
    border: none;
    border-radius: 4px;
    color: white;
    display: inline-block;
    float: right;
    font-size: 14px;
    margin: 15px 0;
    padding: 7px 16px;
    text-decoration:none;
    
}   
.select:hover {
    background-color:#990000;
    text-decoration:none;
    cursor: painter;
}
#buy_windows,
#add_to_card_windows,
#select_server,
#auction_bet {
    min-width: 400px;
    max-width: 600px;
    padding-bottom: 2px;
    display: none;
    background-color: #171f32;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
    z-index: 9999;
    color: #eee;
}
#item_filter_overlay{
	position: absolute;
    height:400px;
    width:300px;
	display:none;
	z-index:9999;
}
#item_filter {
    width: 500px;
    height: 700px;
    padding-bottom: 2px;
    background: #111;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}
.item_filter_content {
    height: 600px;
    width: 485px;
    margin: 15px;
    overflow: auto;
}
.modal-header {
        background-color: #131a29;
    padding: 18px 18px 14px 18px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    color: #eee;
}
.modal-header h2 {
    color: #eee;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 3px;
    font-family: Cambria, Sans-Serif;
    text-shadow: 1px 1px 1px black;
}
.modal-header2 {
    background-color: #131a29;
    padding: 18px 18px 14px 18px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    color: #eee;
}
.modal-header2 h2 {
        color: #eee;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 3px;
    font-family: Cambria, Sans-Serif;
    text-shadow: 1px 1px 1px black;
}
.close:before{
    content: ' + ';
}
.close {
      position: absolute;
    top: 13px;
    right: 13px;
    border: 2px solid #456775;
    color: #456775;
    border-radius: 50%;
    transition-duration: 0.3s;
    width: 23px;
    height: 23px;
    line-height: 23px;
    cursor: pointer;
    transform: rotate(46deg);
    font-size: 2em;
    text-align: center;
    font-weight: bold;
}
.close:hover{
background-color: rgba(0, 0, 0, 0.5);
opacity: 1.1;
}
.form {
    margin: 0px auto;
}
.form input:not([type="checkbox"]),
.form select,
.form textarea {
    padding: 5px 30px;
    margin: 2px 0;
    border: 1px solid #3e373b;
    background: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}
.form select {
    width: 209px;
    padding: 5px 15px;
    /* display: table; */
}
#events div {

    font-size: 12px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    float: left;
    text-align: left;
    width: 245px;
    border-bottom: 1px solid rgba(181, 203, 243, 0.04);
    padding: 10px 0;
}

#events div:hover {
    /*background-color: rgba(0, 0, 0, 0.25);*/
    
    transition-duration: 0.3s;
}

#events span{
  color: #7d99c4;
  padding-top: 4px;
}

#events div small {
    float: right;
    width: 245px;
    color: #3c4961;
    font-size: 10px;
    padding: 4px 0;
}

#events div small::before {
 content: "Starts in ";
 padding-right: 3px;
 float: left;
}

#pagination {
    color: #4C9AEB;
    font: normal 12px verdana, arial, helvetica, serif;
    line-height: 17px;
    margin: 0;
    padding: 12px 8px 8px 12px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -khtml-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
#pagination a {
    border: 1px solid #2e3142;
    background-color: rgba(0, 0, 0, 0.5);
    color: #8e9091;
    font: bold 12px verdana, arial, helvetica, serif;
    margin-right: 8px;
    padding: 4px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#pagination a.on {
    border: 1px solid #2e3142;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF!important;
    margin-right: 8px;
    padding: 4px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#pagination a:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #2e3142;
}
#pagination ul {
    height: 21px;
}
#pagination li {
    list-style-type: none;
    float: left;
}
.main-inner-block {
    margin-top: 40px;
}
  

  .wh_items{
  width: 261px;
  margin:2px auto;
  padding-top:6px;
  padding-left:3px;
  height:485px;
}

.square{
  cursor:pointer; 
  position:absolute;
  opacity: 0.8;
}

.square:hover{
  padding: 1px;
  opacity: 1;
}

.square img{
  width:100%;
  height:100%;
}

.sparks{background-repeat:no-repeat;background-position:left 0 bottom 0;position:absolute}
.sparks-1{background-image:url(../images/sparks-1.png);width:117px;height:136px;right:0px;bottom:99px;background-position:left 0 bottom 0;animation-name:sparks-1;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear}
.sparks-2{background-image:url(../images/sparks-2.png);width:219px;height:176px;right:50px;bottom:116px;background-position:left 0 bottom 0;animation-name:sparks-2;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:.5s}
.sparks-3{background-image:url(../images/sparks-3.png);width:438px;height:281px;right:70px;bottom:109px;background-position:left 0 bottom 0;animation-name:sparks-3;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:1s}
@keyframes sparks-1{0%{right:380px;bottom:100px;opacity:0}
33%{right:120px;bottom:110px;opacity:.5;transform:scale(1.1)}
70%{right:130px;bottom:120px;opacity:1;transform:scale(1.1)}
100%{right:140px;bottom:130px;opacity:0;transform:scale(1.1)}}
@keyframes sparks-2
{0%{right:250px;bottom:130px;opacity:0}
33%{right:240px;bottom:140px;opacity:.5;transform:scale(1.1)}
70%{right:260px;bottom:150px;opacity:1;transform:scale(1.1)}
100%{right:290px;bottom:160px;opacity:0;transform:scale(1.1)}}
@keyframes sparks-3
{0%{right:0px;bottom:130px;opacity:0}
33%{right:20px;bottom:150px;opacity:.5;transform:scale(1.1)}
70%{right:40px;bottom:170px;opacity:1;transform:scale(1.1)}
100%{right:60px;bottom:190px;opacity:0;transform:scale(1.1)}}



.social {
    position: absolute;
    bottom:10px;
    width: 100%;z-index: 99;
    text-align: center;
}

.social a {margin: 0 30px}