﻿@charset "utf-8";
@import "validation.css";
@import "notice.css";
@import "ui.css";
* {
  margin: 0;
  padding: 0;    
  -webkit-print-color-adjust: exact;
     }
html * {
    -webkit-print-color-adjust: exact;
    
}
html {height: 100%; overflow-x:hidden}
body {font-family: 'PT Sans', sans-serif;width: 100%;height: 100%;background:#151419;background-position:50% 0; color:#b0b0b0;font-size:13px; 
  }

a {color:#868d9f;outline: none;text-decoration:none ;
}
a:hover { text-decoration:none;color:#666;
}
img { border: none;
}
p { padding:0px;}



/* lang */

.languages {
    color: #ffb849;
    font-size: 12px;
    line-height: 12px
}

.language-heading {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px
}

.language-list {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
    margin-top: 8px
}

.language-list:hover .language-dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%
}




.language-list a {
    /*width: 68px;*/
  width: 50px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    background: rgba(0,0,0,0.5);
    display: block;
    border: 1px solid #2f2e4b;
    margin-bottom: 1px;
    color: #dedede;
    font-size: 12px;
    text-decoration: none;
    padding: 0 10px;
    transition: all 0.3s ease
}

.language-list a:hover {
    background: rgba(0,0,0,0.8)
}

.language-list a.hidden {
    display: none
}

.language-list a:after {
    content: attr(data-type);
    text-transform: uppercase
}

.language-list img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0
}

.language-dropdown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 20px
}

.language-current {
    position: relative;
    text-transform: uppercase
}

.language-current:after {
    content: '';
    background: url(../img/arrow.png);
    width: 11px;
    height: 11px;
    position: absolute;
    right: 5px;
    top: 13px
}

#google_translate_element {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: 120px
}

.goog-te-gadget {
    color: transparent !important
}

.goog-te-gadget span {
    display: none !important
}

.goog-te-combo {
    margin: 5px 0 0 10px !important;
    background: rgba(0,0,0,0.3);
    color: #dedede;
    font-size: 12px !important;
    border-color: #2f2e4b;
    height: 35px;
    border-radius: 35px;
    padding: 0 0 0 10px;
    width: 120px;
    outline: none;
    font-family: 'Calibri'
}

.goog-te-combo option {
    background: #0b0d11
}


input[type="submit"] { cursor: pointer; }
input {outline:none; border:none}
.wrapper {width:1170px;margin:auto;background-position:center;position:relative;}
.clr { clear: both; }
#heading { height: 1205px; background: url(../img/heading.jpg) no-repeat center;margin-top: -0px }
.repeat {
    background: url(../img/body.jpg) repeat-y center;
    /* min-height: 700px; */
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    /* position: relative; */
    /* top: 00px; */
}.footer {
    height: 786px;
    background: url(../img/footer.jpg) no-repeat center;
    margin: -460px auto;
    position: relative;
    z-index: 1;}
ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul:after {
    display: block;
    content: ' ';
    clear: both;
    float: none;
}
ul.menu { float: left }
ul.menu > li {
    float: left;
    position: relative;
}
/*
ul.menu > li:after {
    content: "";
    background: url(../img/navli.png) no-repeat center;
    width: 4px;
    height: 4px;
    right: 0;
    top: 47%;
    position: absolute;
}*/
ul.menu > li:last-child:after { background: none }
ul.menu > li > a {
    display: block;
    padding: 17px 40px;
    color: #655946;
    font-size: 17px;
    text-decoration: none;
}
ul.menu > li > a:hover {background: #c1d388; color: #fff}
ul.submenu {
    display: none;
    position: absolute;
    width: 140px;
    top: 56px;
    border-radius: 10px;
    left: 0;
    background-color: #accc61;
}
.top-text {
    position: fixed;bottom: 0;left: 0;right: 0;
    width: 100%;
    background: rgba(255,255,255,0.95);z-index: 800;
    font-size: 15px;
    line-height: 61px;  
    text-align: center;
}
.top-text a {  color: #ff6e5a;}
.top-text span {
    color: #f5b301;
}

/* Pulse */
@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.top-text p{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
    text-shadow: 0 0px 10px rgba(255,0,0,0.5);font-size: 16px;font-weight: 900
}

.cabina {width: 34%;float: right;font-size: 14px;color: #333;line-height: 61px}

.cabina span {color: red}

.cabina a.rega {
    display: inline-block;
    vertical-align: top;
    width: 176px;opacity: 0.7;
    height: 38px;-webkit-transition:all 0.4s ease;
                   -moz-transition:all 0.4s ease;
                    -ms-transition:all 0.4s ease;
                     -o-transition:all 0.4s ease;
                        transition:all 0.4s ease;
    background: url(../img/partner-button.jpg);
    line-height: 38px;
    color: #fff;font-size: 14px;
    text-align: center;
    margin: 10px 0 0 13px;
}

.cabina a.down {
    display: inline-block;
    vertical-align: top;
    width: 176px;opacity: 0.7;
    height: 38px;-webkit-transition:all 0.4s ease;
                   -moz-transition:all 0.4s ease;
                    -ms-transition:all 0.4s ease;
                     -o-transition:all 0.4s ease;
                        transition:all 0.4s ease;
    background: url(../img/down.jpg);
    line-height: 38px;
    color: #fff;font-size: 14px;
    text-align: center;
    margin: 10px 0 0 13px;
}



.disc-block-title {
  margin-bottom: 25px;
}
.disc-block-title a:before {
  content: "";
  position: absolute;
  background: url(../img/forum-icon.png) no-repeat;
  height: 11px;
  width: 10px;
  margin-left: -15px;
  margin-top: 2px;
}
.forum-c {
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 14px 14px 14px 0;
    position: relative;
    z-index: 1;
    height: 34px;
    width: 200px;
}
.forum-c:hover .forum-comments {
  opacity: 1;
}
.forum-c:before {
  content: "";
  background: url(../img/forum-hover-bg.png) no-repeat;
  position: absolute;
  width: 304px;
  height: 78px;
  left: -3px;
  top: -8px;
  z-index: -5;
  transition:.5s all;
  transform: scale(1.2);
  opacity: 0;
  pointer-events: none;
}

.forum-c:hover:before {
  transform: scale(1);
  opacity:1;
}


.staa .stat-red {width: 10px;height: 10px;border-radius: 100px;}

.forum-comments {
  float: right;
  background: url(../img/comment-icon.png) left no-repeat;
  padding-left: 20px;
  opacity: 0.5;
  line-height: 35px;
}
.forum-ava {
    float: left;
    border-radius: 50%;
    transition: .5s all ease-out;
    width: 34px;
    height: 34px;
    padding: 3px;
    background: #000;
}
.forum-c:hover .forum-ava {
    transform: rotate(-360deg);
}
.forum-ava a {
  display: block;
  box-shadow: 9px 9px 29px -9px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.forum-ava img {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  position: relative;
}
.forum-text {
  width: 220px;
  margin-left: 50px;
  line-height: 14px;
}
.forum-text a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 170px;
  display: block;
  margin-bottom: 5px;
}
.forum-text span {
  line-height: 16px;
}

.community-block {
  margin-top: 10px;
}
.twit-title {
  color: #efe6d9;
  font-size: 18px;
  padding: 18px 0px;
}
.twit-title button {
  float: right;
  background: url(../img/twitter-button.png) no-repeat;
  border: none;
  line-height: 20px;
  height: 22px;
  width: 109px;
  font-size: 11px;
  text-shadow: 1px 1px #3188c6;
  padding-left: 10px;
}
.twit-title button span {
  float: right;
}
.twitter-time {
  float: right;
  font-size: 13px;
}
.twitter-logo {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 4px 4px 22px -7px #000000;
}
.twitter-title {
  line-height: 17px;
}
.t-tag {
  font-size: 13px;
}
.twitter-text {
  margin-top: 10px;
}
.twitter-text a {
  color: #81adc0;
}
.twitter-section {
  margin-bottom: 25px;
}
.soc-buttons {
  text-align: center;
}
.soc-buttons img {
  margin-right: 1px;
}
.advantages-block {
  padding: 0px 40px 30px 40px;
}
.adv-block-title {
  padding-top: 10px;
}
.advant-block {
  text-align: center;
  margin-top: 40px;
}
.adv {
  display: inline-block;
  text-align: center;
  width: 145px;
  font-size: 13px;
  vertical-align: top;
  margin: 0px 15px;
}
.adv img {
  margin-left: 9px;
  margin-bottom: -10px;
}
.adv p {
  color: #efe6d9;
  font-size: 16px;
}


.cabina a:hover {opacity: 1}

ul.submenu > li {
    display: block;
}
ul.submenu > li > a {
    display: block;
    padding: 10px;
    color: white;
    font-size: 14px;
    background-color: #accc61;
    text-decoration: none;
}
ul.submenu > li > a:hover {
    text-decoration: underline;
}
ul.menu > li:hover > ul.submenu {
    display: block;
}

.lang { float: left; }
.lang ul li { list-style: none; display: inline-block;vertical-align: top; margin: 0 3px }
.lang ul li > a { opacity: 0.5; }
.lang ul li > a:hover, .lang ul li a.active  { opacity: 1 }

.open {
    font-size: 23px;
    color: #fff;
    position: absolute;
    top: 135px;
    right: 60px;
    line-height: 34px;
    text-align: center;
}.open span { display: block; font-size: 42px ;font-weight: 900}

a.logo {
    width: 323px;
    height: 200px;
    display: block;
    position: absolute;
    top: 328px;
    left: 421px;
}


.leftbar {
    width: 217px;
    position: relative;z-index: 9;
    float: left;
    margin: -620px 0 0 17px;
}

.block { padding:0px 0 15px 0; background: url(../img/hr.png) no-repeat center bottom;margin: 0 0 20px 0 }
.block .title {
   display: block;
    width: 189px;
    height: 55px;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    padding-top: 35px;
	margin:0px 0px -10px 20px;
    background: url(../img/donate_button.png) no-repeat;
}

.block .inner { padding: 10px 0;}
.block .inner .vid { margin: 2px 17px;}
#video  {overflow: hidden;height: 260px;}
.block .inner.cp input[type="text"],.block .inner.cp input[type="password"] {background: #daccc0; width: 100%; height: 35px; color: #333; margin: 5px 0;border:1px solid rgba(255,255,255,0.45);text-align: center;}
.block .inner.cp button {background: #d8540f; width: 100%; height: 32px; float: left;border-bottom: 3px rgba(0,0,0,.2) solid; color: #e5e5e5;text-align: center;line-height: 32px;margin: 3px 0 3px 0px;border: none}
.block .inner.cp button:hover { background: #b3de57;text-shadow: 1px 1px rgba(255,255,255,0.5);color: #5a5a5a; }
.block .inner.cp .links { float: right;text-align: right;padding: 0 0px 0 0 }
.block .inner.cp .links a {font-size: 13px; color: #9e9e9e; display: block;padding: 0px 0;text-decoration: underline;}
.block .inner.cp .links a:hover { text-decoration: none }

.block .inner.nav ul li { padding: 4px 0 }
.block .inner.nav ul li a { color: #ccc; font-size: 15px;padding: 0 0 0 10px; display: block; width: 100%;height: 30px; line-height: 30px}
.block .inner.nav ul li a:hover {background: #d8540f; color: #fff}
.block .inner.buys .items { margin: 15px 0 }
.block .inner.buys .items .img { width: 36px; display: inline-block;vertical-align: top }

.block .inner.buys .items .img img { max-width: 36px }

.block .inner.buys .items .desp {
    width: 167px;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: top;
    color: #80796d;
    font-size: 13px;
}.block .inner.buys .items .desp a.titles { font-size: 14px; display: block; color: #000;font-weight: 700;text-decoration: underline; }
.block .inner.buys .items .desp a.buy {background: #d8540f; color: #fff; font-size: 13px; padding: 5px 15px; margin: 10px 0}
.block .inner.buys .items .desp p { margin-bottom: 15px}
.block .inner.buys a.full { background: #ffc000; width: 90%; height: 40px; line-height: 40px; text-align: center; color: #000; font-size: 15px; display: block; margin: 30px 0 0 0 }
.block .inner.buys a.full:hover { background: #ffce3a }

.block .inner.support .item { margin: 15px 0 }
.block .inner.support .item:after { content: ""; clear: both; display: table; }
.block .inner.support .item i { font-size: 25px; float: left; color: #ffcc00; width: 30px;text-align: center; }
.block .inner.support .item .desp { width: 160px; float: left; margin: 0 0 0 10px;color: #57`b; font-size: 13px; }
.block .inner.support .item .desp a { display: block; color: #ccc; font-size: 15px;font-weight: 700;margin-bottom: 10px }



.centerbar {
    width: 593px;
    float: left;    min-height: 1000px;
    margin: -590px 0 0 55px;
    position: relative;z-index: 9;
}

.centerbar .ramka { width: 592px; height: 276px; background: url(../img/ramka.png) no-repeat center; position: absolute;top: -4px;left: 0}
.flexslider-container { margin-bottom: 10px; }
.centerbar .news {
    color: #fff;
    margin: 20px 0;
    /* background: #dcc9c2; */
    padding: 20px;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, rgba(54, 52, 51, .2)), color-stop(1, rgba(29, 27, 26, .2)));
    background: -moz-linear-gradient(top, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    background: -webkit-linear-gradient(top, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    background: -o-linear-gradient(top, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    background: -ms-linear-gradient(top, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    background: linear-gradient(to bottom, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(54, 52, 51, 0.2)', endColorstr='rgba(29, 27, 26, 0.2)', GradientType=0);
    background-color: rgba(54, 52, 51, .2);
}



.centerbar .news .titles {  font-weight: 900;   margin-bottom: 25px;font-size: 20px; color: #fff; padding-bottom: 10px; border-bottom: 1px solid rgba(0,0,0,.07) }
.centerbar .news .titles a {color: #fff; }
.centerbar .news .images { width: 178px; height: 128px; background: url(../img/ramka_news.png) no-repeat; float: left; margin: 10px  }
.centerbar .news .images img { max-width: 175px; padding:4px; }
.centerbar .news .text {
    width: 100%;
    __float: left;
    margin-left: 0px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
    color: #ffcc00;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.07);
}


.centerbar .news .author { font-size: 13px; color: #333;margin: 10px;float: left }
.centerbar .news .author span {padding: 5px 8px; background: #ffcc00; font-weight: 900}
.centerbar .news .full { float: right;margin: 10px }
.centerbar .news .full a { color: #fff;font-size: 14px; font-weight: 900; padding: 5px 8px;background: #d8540f }
.centerbar .news .full a:hover { background: #b3de57 }

.rightbar  {
    width: 217px;
    float: left;
    margin: -620px 0 0 54px;    position: relative;z-index: 7;
}

.block .inner.status .item { margin: 10px 0 15px 0 }
.block .inner.status .item .ico {width: 46px; float: left;}
.block .inner.status .item .desp { width: 160px; float: left;margin: 0 0 0 5px }
.block .inner.status .item .desp .name { font-size: 14px; text-transform: uppercase;float: left;text-shadow: 1px 1px #fff;font-weight: 900 }
.block .inner.status .item .desp .status {font-size: 13px; float: right;text-shadow: 1px 1px #fff;font-weight: 700}
.block .inner.status .item .desp .status.on { color: #699319 }
.block .inner.status .item .desp .status.off { color: red }
.block .inner.status .item .serv-im {
    width: 168px;
    height: 10px;
background: #333;
    position: relative;
    top: 23px;
}
.block .inner.status .item .serv-im .scale {
    background: #a7d54f;
    width: 0%;
    height: 6px;
    top: 2px;
    left: 2px;
    position: relative;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}

.block .inner.status .item .narg {
    position: relative;
    top: 22px;
    text-shadow: 1px 1px #fff;
    text-align: center;
}
.block .inner.status .item .narg  span { font-weight: 900 }

.widget {
width: 217px;

}

  .widget a {
  color: #b2eaf4;
  text-decoration: none;
  }
  
  .widget a:hover {
  color: #ccc;
  text-decoration: underline;
  }

  .tabnav li {
  display: inline;
  list-style: none;
  padding-right: 5px;
  }
  
    .tabnav li a {
    text-decoration: none;
    color: #ccc;
    padding: 8px 10px;
    outline: none;
    }
    
    .tabnav li a:hover, .tabnav li a:active {
    background: #d8540f;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    }
    
  .tabdiv {
  margin-top: 2px;
  padding: 5px;
  }
  
    .tabdiv li {
    list-style-image: url("star.html");
    margin-left: 20px;
    }



    #featuredvid {
    text-align: center;
    }
    
      .fvid {
      margin-bottom: 5px;
      }
    
      .vidselector li {
      text-align: left;
      list-style: none;
      padding: 5px;
      background: #ffffff;
      border: 1px solid #dedbd1;
      text-transform: uppercase;
      margin-bottom: 5px;
      }


.block .inner.stat .stats { text-align: center; border-collapse: collapse; margin: 15px 0 }
.block .inner.stat .stats tr:first-child { font-weight: 900; height: 40px; background: #d8540f; }
.block .inner.stat .stats tr td{ border: 1px solid rgba(0,0,0,.06); height: 25px;  }
.block .inner.stat .stats tr:hover { background: rgba(255,255,255,0.2); }
.block .inner.forum .item { margin: 2px 0; padding:15px 5px; }
.block .inner.forum .item:hover { background: rgba(0,0,0,.06) }
.block .inner.forum .item:after { content: ""; clear: both; display: table; }
.block .inner.forum .item i {
    font-size: 28px;
    color: #333;
    width: 30px;
    float: left;
    text-align: center;
}
.block .inner.forum .item .desp { float: left; width: 163px; margin: 0 0 0 10px }
.block .inner.forum .item .desp .link a {color: #3b4c58; font-size: 14px; font-weight: 700;}
.block .inner.forum .item .desp .info a{ background: #d8540f; padding:3px 4px; }
.block .inner.forum .item .desp .info { font-size: 11px; margin: 3px 0 }
.block .inner.social .soci { margin: 15px 0 }
.block .inner.social .soci:after { content: ""; clear: both; display: table; }
.block .inner.social .soci i {font-size: 21px; text-align: center;width: 30px;float: left;margin: 5px 0 0 0}
.block .inner.social .soci .desp { font-size: 14px; float: left;margin: 0 0 0 10px; width: 170px }
.block .inner.social .soci .desp a { font-size: 14px; color: #333;font-weight: 900 }
.block .inner.social .soci .blue { color: #507299 }
.block .inner.social .soci .desp span { font-size: 12px; display: block }
.block .inner.social .soci .blue2 { color: #4867aa }
.block .inner.social .soci .blue3 { color: #41abe1 }
.block .inner.social .soci .red { color: #fe0000 }

.block .inner.donate .donate-1 { height: 169px; width: 147px; background: url(../img/donate2.png); position: relative; margin: 20px auto 0 auto }
.block .inner.donate .donate2 {width: 147px; background: url(../img/donate1.png) bottom; position: absolute; bottom: 0;  -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease; }
.block .inner.donate .uje { text-align: center;font-size: 12px; padding:20px 0; }
.block .inner.donate .uje span { font-weight: 900;font-size: 15px;background: #d8540f; color: #fff; padding: 3px 5px }
.block .inner.donate a.full { background: #ffe467; color: #000; width: 100%; height: 40px;line-height: 40px; text-align: center;font-weight: 900;display: block;font-size: 15px }
.block .inner.donate a.full:hover { background: #ffd200 }

.footer .copys {
    text-align: center;
    font-size: 15px;
    position: absolute;
    top: 700px;
    width: 100%;
    font-weight: 900;
	color:#595959;;
}
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides li {display: none;} /* Скрываем слайды доя загрузки JS. Избегаем дергания изображений */
.flexslider .slides img {max-width: 100%; display: block;}


/* Тема по умолчанию для FlexSlider
*********************************/
.flexslider { position: relative; }
.flexslider .slides  li {position: relative;}
/* Предполагаемый контейнер для устнановок анимации "slides".*/
.flexslider-container {position: relative;min-height: 275px; }


/* Стиль заголовков */
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 15px; line-height: 18px;}

/* Навигация */
.flex-direction-nav li a {width: 42px; height: 42px; margin: -13px 0 0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;opacity: 0.5} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a:hover { opacity: 1; }
.flex-direction-nav li a.next {background-position: -42px 0; right: 21px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: 21px;}

/* Управление */
.flex-control-nav {display:none;} /* set negative margin-left equal to half the width on the control-nav for perfect centering */
.flex-control-nav li {margin: 0 0 0 5px; float: left;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block;  cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}
.clearfix {
  clear: both;
}

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

ul.style2 {
  margin: 0px;
  padding: 0px;
  list-style: square;
}

ul.style2 li {
  padding: 10px 0px 15px 0px;
  background: url(../img/divider2-bg.png) repeat-x left top;
  line-height: 100%;
}

ul.style2 a {
  color: #16130f;
  text-decoration: none;
}

ul.style2 .first {
  padding-top: 0px;
  background: none;
}

ul.style3 {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.style3 li {
  padding: 10px 0px 15px 0px;
  background: url(../img/divider2-bg.png) repeat-x left top;
  line-height: 100%;
}

ul.style3 a {
  color: #16130f;
  text-decoration: none;
}

ul.style3 .first {
  padding-top: 0px;
  background: none;
}

/** LIST STYLE 4 */
ul.style4 {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.style4 li {
  padding: 5px 0px 5px 0px;
  background: url(../img/divider4-bg.png) repeat-x left top;
}

ul.style4 a {
  color: #16130f;
}

ul.style4 .first {
  padding-top: 0px;
  background: none;
}

ul.style4 span {
  float:right;
}



.title1 h1, .title1 h2 {
  padding: 15px 0px 0px 0px;
  
}

/** TITLE 2 */
.title2 {
  position: relative;
  width: 370px;
  height: 150px;
  background: url(../img/title2-bg.png) no-repeat left top;
  margin-top: -10px;
}

.title2 h2 {
  padding: 67px 0px 0px 60px;
  letter-spacing: 1px;
  text-shadow: 2px 1px 0px rgba(0,0,0,.5);
  text-transform: uppercase;
  font-family: serif;
  font-size: 12px;
  color: #FFFFFF;
}

#driver-title {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 12px 40px 12px 5px;
    width: 136px;
    text-align: center;
}

#driver-title span {
    display: block;
    font-size: 12px;
}

#video-driver {
    margin: 4px 0;
    padding-top: 6px;
    height: 72px;
}

/** BOX STYLE 1 */
.box-style1 {
  overflow: hidden;
}

.box-style1 .title {
  display:none;
  padding: 0px 30px 20px 50px;
  text-shadow: 2px 1px 0px rgba(255,255,255,.5);
  font-family: serif;
  font-size: 23px;
  color: #2f2a22;
}

.box-style1 .title-download {
    padding: 0px 20px 5px 5px;
    text-shadow: 2px 1px 0px rgba(255,255,255,.5);
    font-family: serif;
    font-size: 20px;
    color: #2f2a22;
}

.box-style1 .entry {
  padding: 20px 30px 0px 30px;
}

.box-style2 {
  overflow: hidden;
}
/** BOX STYLE 2 */
.box-style2 .entry {
  padding: 0px 50px 0px 40px;
}

.box-style2 h3 {
  padding: 0px 0px 20px 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  color: #16130f;
}

/** BOX STYLE 3 */
.box-style3 .entry {
  margin-top: -20px;
  padding: 0px 40px 0px 50px;
}

/** BOX STYLE 4 */
.box-style4 {
  overflow: hidden;
}

.box-style4 .title {
  padding: 0px 30px 20px 40px;

  font-family: serif;
  font-size: 18px;
}

.box-style4 .entry {
  padding: 0px 50px 0px 40px;
  ___background: url(../img/box-content-shadow.png) no-repeat left top;
}

.avatar_frame {
  padding: 3px;
  border: 1px solid #333333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/** BUTTON STYLE 1 */
.button-style{
  border:none;
  cursor:pointer;
  position:relative;
  display:block;
  width:222px;
  height:71px;
  left:-10px;
  background:url(../img/button-bg.png) no-repeat left bottom;
  line-height:71px;
  letter-spacing:1px;
  text-align:center;
  text-decoration:none;
  text-shadow:2px 1px 0px rgba(0,0,0,.5);
  text-transform:uppercase;
  font-family:serif;
  font-size:12px;
  color:#FFFFFF;
}

/** BUTTON STYLE 2 */
.button-style2 {
  border: none;
  position: relative;
  width: 182px;
  height: 71px;
  left: -10px;
  background: url(../img/banner-buttong-bg.png) no-repeat left bottom;
  line-height: 71px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 1px 0px rgba(0,0,0,.5);
  text-transform: uppercase;
  font-family: serif;
  font-size: 12px;
  color: #FFFFFF;
  cursor:pointer;
}

/** TWO COLUMNS */
.two-column {
  overflow: hidden;
  margin-top: -10px;
  padding: 0px 30px 0px 50px;
}

#box1 {}

/** META STYLE 1 */
.meta-bg {
  overflow: hidden;
  position: relative;
  width: 542px;
  height: 50px;
  padding: 10px 45px 0px 35px;
  left: -10px;
}

.meta p {
  text-transform: uppercase;
  font-family: serif;
}

.meta .tags {
  float: left;
  padding: 0px 0px 3px 30px;
  background: url(../img/meta-icons-03.png) no-repeat left 0px;
}

.meta .links {
  float: right;
}

.meta .more {
  padding: 0px 10px 3px 30px;
  background: url(../img/meta-icons-01.png) no-repeat left 0px;
}

.meta .comments {
  padding: 0px 0px 3px 30px;
  background: url(../img/meta-icons-02.png) no-repeat left 0px;
}

.meta .divider {
  height: 22px;
  padding: 0px 15px;
  background: url(../img/meta-divider-bg.jpg) repeat-y center top;
}

.meta a {
  text-decoration: underline;
}

/** BANNER */
#banner {
  overflow: hidden;
  width: 604px;
  height: 290px;
  margin: 0px auto;
  background: url(../img/banner-wrapper-bg.jpg) no-repeat left top;
  text-shadow: 1px 1px 0px rgba(0,0,0,1);
  text-transform: uppercase;
  font-family: serif;
}

#banner h2 {
  padding: 52px 0px 10px 0px;
  letter-spacing: 3px;
  line-height: 145%;
  font-size: 20px;
  color: #FFFFFF;
}

#banner p {
  letter-spacing: 1px;
  line-height: 70%;
  color: #837e7e;
}

#banner #col1 {
    width: 617px;
    height: 271px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0px 0px 0px 0px;
}
#banner #col1 ol, #banner #col1 li{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#banner #col1 .items {
  width: 2000em;
  position: absolute;
}
#banner #col1 .items .item {
  float: left;
}
#banner #col1 .items .item span{
  position: absolute;
  width: 617px;
  height: 240px;
  z-index: 11;
}
#banner #col1 .promRoundBox {
  position: absolute;
  width: 617px;
  height: 240px;
  background: url('../img/misc/main_prom_bg.png') no-repeat;
  z-index: 10;
}
#banner #col1 .rollingIconWrap {
  position: absolute;
  right: 0;
  z-index: 12;
}
#banner #col1 .rollingIconWrap .bgFirst {
  float: left;
  width: 53px;
  height: 40px;
  background: url('../img/misc/main_prom_rollTop.png') no-repeat;
}
#banner #col1 .rollingIconWrap .rollingIcon {
  float: left;
  height: 30px;
  padding: 10px 15px 0 0;
  background: url('../img/misc/main_prom_rollMiddle.png') no-repeat right top;
  overflow: hidden;
}
#banner #col1 .rollingIconWrap .rollingIcon button {
  float: left;
  width: 19px;
  height: 21px;
  margin-right: 3px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background:url('../img/misc/main_prom_icon_off.gif') no-repeat
}
#banner #col1 .rollingIconWrap .rollingIcon button.active {
  background-image:url('../img/misc/main_prom_icon_on.gif')
}

#banner #col2 {
  width: 260px;
  margin: 15px 0 0 694px;
  color: white;
  font-size:12px;
}

#banner #col2 p span {
  float: right;
  color: #837E7E;
  padding-right: 20px;
}
#banner #col2 p a span{
  text-decoration: underline;
}
#banner #col2 img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease;
  vertical-align: middle;
}
#banner #col2 img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#banner #col2 .info-button {
  width: 250px;
  padding-bottom: 15px;
  margin: 0;
}
#banner #col2 .info-button td {
  cursor: pointer;
  width: 65px;
  height: 100px;
  text-align: center;
  vertical-align: bottom;
  font-size: 16px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#banner #col2 .info-button #sButton-0 {
  background: url('../img/misc/server5.png') transparent center top no-repeat;
}
#banner #col2 .info-button #sButton-1 {
  background: url('../img/misc/server4.png') transparent center top no-repeat;
}
#banner #col2 .info-button #sButton-2 {
  background: url('../img/misc/server3.png') transparent center top no-repeat;
}
#banner #col2 .info-button #sButton-3 {
  background: url('../img/misc/server2.png') transparent center top no-repeat;
}
#banner #col2 .info-button #sButton-4 {
  background: url('../img/misc/server1.png') transparent center top no-repeat;
}
#banner #col2 .info-button #sButton-5 {
  background: url('../img/misc/server3.png') transparent center top no-repeat;
}

#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #221f28;
  padding: 5px;
  opacity: 0.90;
  font: normal 10px Tahoma, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
}

#tooltip h3, 
#tooltip div {
  margin: 0;
}

#lean_overlay {
    position: fixed;
    z-index: 9998;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#buy_windows, #add_to_card_windows, #select_server, #auction_bet{
  width: 404px;
  padding-bottom: 2px;
  display:none;
  background: #FFF;
  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;
}
#item_filter_overlay{
  position: absolute;
    height:400px;
    width:300px;
  display:none;
  z-index:9999;
}
#item_filter{
  width: 300px;
  height:710px;
  padding-bottom: 2px;
  background: #FFF;
  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: 285px;
  margin: 15px;
  overflow: auto;
}

.modal-header { background: url(../img/hd-bg.png); 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; }
.modal-header  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
.modal-header2 { background: url(../img/hd-bg.png); 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; cursor:move;}
.modal-header2  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
.close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../img/close.png); z-index: 2; }

.form {
  margin: 0px auto;
}

.form input:not([type="checkbox"]):not([type="number"]), .form select, .form textarea {
  padding: 7px 9px;
  margin: 2px 0;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 200px;
}

.form select {
  width: 216px;
}

.right { float:right; }
.left{ float:left; }
.fixed{
  position: fixed;
  top: 50px;
  left: 50px;
}

.QapTcha {width:215px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:215px;height:30px;float:left;border:1px solid #CCC;background-color:#FFF;box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);}
.QapTcha .slider {width:30px;height:30px;background:transparent url('../img/bg_draggable_qaptcha.jpg') no-repeat;background-size:30px 30px;cursor:e-resize;position:relative;top:0;left:0}
.QapTcha .txtStatus {width:215px;margin-top:7px;text-align:left;color:#bb2828;font-family:Verdana;font-size:10px;clear:both;padding-bottom: 10px;}
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}

/* RANKING */
.ranking-table{text-align:center;width:100%;border-collapse:collapse;line-height:26px;background: url(../img/divider4-bg.png) repeat-x left top;}
.ranking-table th{background: url(../img/divider4-bg.png) repeat-x left bottom}
.ranking-table th.end{border-right:0}
.ranking-table td{background: url(../img/divider4-bg.png) repeat-x left bottom}
.ranking-table td.end{border-right:0}
.ranking-table tr{}
.ranking-table tbody tr:hover{
background-color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0.4);
}

.i_note, .s_note, .w_note, .e_note {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 40px;
background-repeat: no-repeat;
-moz-border-radius:.5em;
-webkit-border-radius:.5em;
border-radius:.5em; 
text-align: left;
}
.i_note {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../img/info.png');
background-position: left center;
}
.s_note {
color: #4F8A10;
background-color: #E8EFD3;
background-image:url('../img/success.png');
background-position: left center;
}
.w_note {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../img/warning.png');
background-position: left center;
}
.e_note {
color: #D8000C;
background-color: #F7E0CC;
background-image: url('../img/error.png');
background-position: left center;
}

.buttonn {
  float: right;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: #660000; 
  border: none;
  width: auto;
  overflow: visible;
  font-size: 1.4em;
  color: #FFF;
  padding: 7px 10px;  
  border-radius: 4px; 
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  font-weight: bold; 
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
} 
.btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }
.tabrow {
  text-align: center;
  list-style: none;
  margin: 0px 0 10px;
  padding: 0;
  line-height: 24px;
  height: 26px;
  overflow: hidden;
  font-size: 12px;
  font-family: verdana;
  position: relative;
}
.tabrow li {
background: #fbb450;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #a34221));
background: -moz-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: -webkit-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: -o-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: -ms-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: linear-gradient(to bottom, #302F2D 5%, #222222 100%);
display: inline-block;
position: relative;
z-index: 0;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #3C3C3C;
text-shadow: 0 1px #000;
margin: 0 -5px;
padding: 0 20px;
border: 1px solid #363434;
}
.tabrow a {
  color:#ffffff;
  text-decoration: none;
}
.tabrow li.selected {
color: #ffffff;
z-index: 2;
-moz-box-shadow: inset 0px 1px 0px 0px #f0a899;
-webkit-box-shadow: inset 0px 1px 0px 0px #f0a899;
box-shadow: inset 0px 1px 0px 0px #f0a899;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #915044), color-stop(1, #552a22) );
background: -moz-linear-gradient( center top, #915044 5%, #552a22 100% );
background-color: #915044;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
font-family: Arial;
font-size: 11px;
color: #ffffff;
text-shadow: 1px 1px 0px #000000;
border: 1px solid #613333;
}
.tabrow:before {
  position: absolute;
  content: " ";
  width: 80%;
  bottom: 0;
  left: 0;
  right:0;
  margin:0 auto;
  border-bottom: 1px solid #363636;
  z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
  border: 1px solid #613333;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}
.tabrow li:before {
  left: -6px;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #232323;
}
.tabrow li:after {
  right: -6px;
  border-bottom-left-radius: 6px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #232323;
}
.tabrow li.selected:before {
  box-shadow: 2px 2px 0 #5c2f26;
}
.tabrow li.selected:after {
  box-shadow: -2px 2px 0 #5c2f26;
}

.rankings{
  display: none;
}

.custom_button {
  -moz-box-shadow:inset 0px 1px 0px 0px #80615c;
  -webkit-box-shadow:inset 0px 1px 0px 0px #80615c;
  box-shadow:inset 0px 1px 0px 0px #80615c;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6d3d34), color-stop(1, #4f2922) );
  background:-moz-linear-gradient( center top, #6d3d34 5%, #4f2922 100% );
  background-color:#6d3d34;
  -webkit-border-top-left-radius:3px;
  -moz-border-radius-topleft:3px;
  border-top-left-radius:3px;
  -webkit-border-top-right-radius:3px;
  -moz-border-radius-topright:3px;
  border-top-right-radius:3px;
  -webkit-border-bottom-right-radius:3px;
  -moz-border-radius-bottomright:3px;
  border-bottom-right-radius:3px;
  -webkit-border-bottom-left-radius:3px;
  -moz-border-radius-bottomleft:3px;
  border-bottom-left-radius:3px;
  text-indent:0;
  border:1px solid #5c3129;
  display:inline-block;
  color:#ffffff;
  font-family:arial;
  font-size:11px;
  font-weight:normal;
  font-style:normal;
  height:25px;
  line-height:25px;
  padding-left:10px;
  padding-right:10px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #050005;
}
.custom_button:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4f2922), color-stop(1, #6d3d34) );
  background:-moz-linear-gradient( center top, #4f2922 5%, #6d3d34 100% );
  background-color:#4f2922;
  text-decoration:none;
}.custom_button:active {
  position:relative;
  top:0px;
}

#ucp_info{
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, rgba(54, 52, 51, .2)), color-stop(1, rgba(29, 27, 26, .2)));
    background: -moz-linear-gradient(top, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    background: -webkit-linear-gradient(top, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    background: -o-linear-gradient(top, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    background: -ms-linear-gradient(top, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    background: linear-gradient(to bottom, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(54, 52, 51, 0.2)', endColorstr='rgba(29, 27, 26, 0.2)', GradientType=0);
    background-color: rgba(54, 52, 51, .2);
}
#ucp_info .half {
  float: left;
  width: 47%;
  padding: 5px;
  position:relative;
}
#ucp_info  .full {
  width: 100%;
}
*#ucp_info .half table {
  margin-left: auto;
  margin-right: auto;
}
#ucp_info td {
  padding: 2px;
}
#ucp_info .half:first-child {
  border-right: 1px solid rgba(223, 221, 221,0.2);
}
#character-info{
width: 100%;
height: auto;
margin: 0 auto;
padding: 0px;
}
#character-info ul{
list-style-type: none;
display: inline;
margin: 0px;
padding: 0px;
}
#character-info ul li{
float: left;
padding: 0px;
margin: 0px;
}
#character-info tbody tr {
background: none;
border: none;
}
#character-info tbody tr td{
width: 50%;
margin: 0 auto;
padding: 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, rgba(54, 52, 51, .2)), color-stop(1, rgba(29, 27, 26, .2)));
    background: -moz-linear-gradient(top, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    background: -webkit-linear-gradient(top, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    background: -o-linear-gradient(top, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    background: -ms-linear-gradient(top, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    background: linear-gradient(to bottom, rgba(54, 52, 51, .2) 5%, rgba(29, 27, 26, .2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(54, 52, 51, 0.2)', endColorstr='rgba(29, 27, 26, 0.2)', GradientType=0);
    background-color: rgba(54, 52, 51, .2);
}
#character-info tbody tr td a{
font-size: 14px;
font-weight: bold;
font-family : Verdana, Arial, Helvetica, sans-serif;
color:#b8ab7e;  
}
#character-info div{
padding-left: 10px;
}
#small_menu ul {
  margin: 0px;
  padding: 0px;
}

#small_menu li {
list-style: none;
}

ul#vote-options{
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
  margin:0;
  padding:0;
}
ul#vote-options { list-style:none; }
ul#vote-options h5{
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
  margin:0;
  padding:0;
}

#vote-options {
  color:#555;
  font-size:auto;
  line-height:auto;
  list-style-type:none;
  margin:0;
}

#vote-options li {
  border-radius:5px;
  line-height:45px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top:10px;
  padding:10px;
  background: rgba(255, 255, 255, 0.6);
}

#vote-options li img {
  width:75px;
  height:45px;
}

#vote-options li button {
  border:1px solid #999;
  line-height:28px;
  margin:6px 0;
  padding:0 5px;
}
#vote-options li h5 {
  color:#444;
  font-weight:bolder;
  font-size:24px;
  border-left:1px solid #453129;
  padding-left:10px;
  margin-left:10px;
}

ul#paypal-options{
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
  margin:0;
  padding:0;
}
ul#paypal-options { list-style:none; }
ul#paypal-options h4{
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
  margin:0;
  padding:0;
}
ul#paypal-options h3{
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
  margin:0;
  padding:0;
}

#paypal-options {
  color:#555;
  font-size:auto;
  line-height:auto;
  list-style-type:none;
  margin:0;
}

#paypal-options li {
  border-radius:5px;
  line-height:45px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top:10px;
  padding:10px;
  background: rgba(255, 255, 255, 0.6);
}

#paypal-options li h4 {
  color:#444;
  font-weight:bolder;
  font-size:22px;
  padding-left:10px;
  margin-left:10px;
}
#paypal-options li h3 {
  color:#444;
  font-size:18px;
  padding-left:10px;
  margin-left:10px;
}

#helm{
  position:absolute; 
  left:73px; 
  top:58px; 
  width:56px; 
  height:66px; 
}

#wings{
  position:absolute; 
  left:272px; 
  top:59px;   
  width:127px; 
  height:110px; 
}

#pendant{
  position:absolute; 
  left:233px; 
  top:80px;   
  width:29px; 
  height:29px; 
}

#sword{
  position:absolute; 
  left:6px; 
  top:242px; 
  width:69px; 
  height:129px; 
}

#armor{
  position:absolute; 
  left:40px; 
  top:138px; 
  width:82px; 
  height:98px; 
}

#shield{
  position:absolute; 
  left:330px; 
  top:242px; 
  width:69px; 
  height:129px; 
}

#gloves{
  position:absolute; 
  left:271px; 
  top:178px;  
  width:85px; 
  height:55px; 
}
#pants{
  position:absolute; 
  left:89px;  
  top:297px;  
  width:58px; 
  height:74px; 
}
#ring_left{
  position:absolute; 
  left:102px; 
  top:252px;  
  width:29px; 
  height:29px; 
}
#ring_right{
  position:absolute; 
  left:272px; 
  top:252px;  
  width:29px; 
  height:29px; 
}

#boots{
  position:absolute; 
  left:258px; 
  top:297px;  
  width:58px; 
  height:74px; 
}

/* AUCTION */
.inv { 
table-layout : fixed;
background-color : #212121; 
border : 1px solid #100f0d; 
margin : 0px;
padding : 0px;
} 

.waretitle { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px;
background: #610000;
font-style: oblique;
font-weight: bold;
color:#fff;
} 

/* AUCTION END */
/* ------------------- PAGINATION ---------------------- */
 
#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 #ccc;
  background: #fff;
  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 #660000; 
  background: #f7f7f7;
  color: #660000; 
  margin-right: 8px;
  padding: 4px 8px;
  -webkit-border-radius: 4px;  
  -moz-border-radius: 4px;  
  -khtml-border-radius: 4px;  
  border-radius: 4px;
}

#pagination a:hover {
  border: 1px solid #660000; 
  color: #660000; 
}

#pagination ul {
  height: 21px;
}

#pagination li {
  list-style-type: none;
  float: left;
}

/* ------------------- PAGINATION END ---------------------- */

.item_table{
  width: 200px;
  border: 0;
  margin: auto;
}
.item_table td{
  padding: 3px;
}
.each_item{
  width: 10px;
  border: 0;
  border-collapse: collapse;

}
.each_item td{
  padding: 0px; 
}
.each_item .item_name{
  background: url(../img/ws_item_name.png);
  background-size:136px 34px;
  height: 34px;
}
.each_item .item_bg{
  background-image: url(../img/ws_item_bg.png);
  background-size:136px 140px;
  height: 140px;
}
.each_item .item_footer{
  background: url(../img/ws_item_footer.png);
  background-size:136px 6px;
  height: 6px;
}
.item_image{
  text-align: center;
  height: 140px;
  width: 136px;
}
.items{
  text-align: center;
}
.items a{ 
  color:#FFFFFF; 
  font-family:Verdana, Helvetica, sans-serif; 
  font-size:13px; 
  text-decoration:none; 
  padding-bottom:5px;
}
.items a:hover{ 
  color:#000000; 
}
#item_buy{
  margin-left:5px;
  margin-right:5px;
  width: 100%;
}
#item_buy_left{
  float: left;
  padding-right: 5px;
}
#item_buy_right{
  float: left;
  background-color: #3e1d1c;
  width: 492px;
  padding: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#item_buy_right .full{
  margin: 1px;
  padding: 1px;
  width: 488px;
  background-color:#76403f;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:14px; 
  color:#FFFFFF;
  text-shadow:#000 0px 1px 0px;
  height: 18px; 
  line-height: 18px;
}
#item_buy_right .opt_title{
  margin: 1px;
  padding-left: 1px;
  width: 250px;
  float: left;
  background-color:#76403f;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:12px; 
  color:#FFFFFF;
  text-shadow:#000 0px 1px 0px;
  height: 20px; 
  line-height: 20px;
}
#item_buy_right .opt{
  margin: 1px;
  padding-left: 1px;
  width: 236px;
  float: left;
  background-color:#76403f;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:12px; 
  color:#FFFFFF;
  text-shadow:#000 0px 1px 0px;
  height: 20px;
  line-height: 20px;
}

#item_buy_right .opt select{
  border:0px; 
  border-radius: 0;
  width:60%; 
  font-size:12px; 
  line-height: 1;
  background:#5d302f; 
  color:#fff;
  margin-top: 1px;
  padding:0;
  -webkit-appearance: none;
}

#item_buy_right .opt input[type="number"]{
  width: 35px;
  border:0px; 
  border-radius: 0;
  font-size:12px; 
  line-height: 1;
  background:#5d302f; 
  color:#fff;
  margin-top: 1px;
  padding:0;
  -webkit-appearance: none;
}

#item_image_bg{
  position:relative;
  background:url(../img/item_bg.png) no-repeat;
  width: 129px;
  height: 184px;  
}
#item_image_bg img{
  position: absolute;  
  top: 0;  
  bottom: 0;  
  left: 0;  
  right: 0;  
  margin: auto; 
}
.item_info{
  margin-top: 2px;
  background:url(../img/item_desc.png) no-repeat;
  width: 129px;
  height: 36px;
  line-height: 36px;  
  z-index:500;
}

.item_info .info{
  padding-left: 5px;
  text-align: left;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:11px; 
  color:#FFFFFF;
  text-shadow:#000 0px 1px 0px;

}
.item_info .info .btimes{ color:#ed7876;}
.item_info .info .goldcr{ color:#ffaf04; }
.item_info .info .normalcr{ color:#d9a08a;}
#buy_buttons{
  margin-right:10px;
  width: 99%;
}
#buy_buttons button{
  margin: 2px;
}
.buy_button { background:url(../img/slect_btn.png); 
  width:155px; 
  height:42px;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:14px; 
  color:#FFFFFF;
  text-shadow:#000 0px 1px 0px; 
  border:0;
  float:right;
}
.buy_button:hover{
  cursor: pointer;
}
.payment-method-button {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:left;
}
.payment-method-button label {
    float:left;
}
.payment-method-button label span {
    text-align:center;
    padding:3px 0px;
    display:block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:20px; 
  cursor: pointer;
}
.payment-method-button label input {
    position:absolute;
    top:-20px;
}
.auction_bet_button{
  margin: 0 auto;
    background: #660000; 
    color:#fff;
    border-radius:4px;
    border:1px solid #D0D0D0;
  text-align:center;
    padding:3px 0px;
    display:block;
  width: 220px;
  height: 35px;
  cursor: pointer;
}
.span_red{
  background: #660000; 
    color:#fff;
}

#sell_item {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
}


.input-main {
  padding: 7px 9px;
  margin: 2px 0;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.main-tr {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.4);
}

.w-coins, .wcoins {
  color: #FBFBFB;
  font-weight: bold;
}

.zz-coins, .zzcoins {
  color: #003399;
  font-weight: bold;
}



.offline{
  color: red;
}

.online{
  color: green;
}

table.cells{width:100%; margin:0; padding:0;}
table.cells td{ margin:0; padding:4px;border-right: 1px solid #474749; border-left: 1px solid #474749;}
table.cells {color:#fff;}
//table.cells {color:#777a7e;}
table.cells td.header{color:#fff; background-color:#474749; text-align:center; font-weight:bold;}
table.cells tr.dark{background-color:#EAE1CB;}
table.cells tbody tr {border-bottom: 1px solid #474749;}
table.cells a{    font-family: 'pala';font-size: 12px;line-height: 14px;text-decoration: underline;}
.top_table{font-family:Calibri; text-decoration:none; font-size:11px;  height:30px}
.top_text_default{color:#FFF; background-color:#474749; text-align:center; font-weight:bold; height:20px;}
.top_text_default{color:#FFF; background-color:#474749; text-align:center; font-weight:bold; height:20px;}
.top_table td{font-family:Calibri; font-size:8pt; height:25px;border: 1px solid #474749;}
.register a{ font-family: 'pala';font-size: 12px;line-height: 14px;text-decoration: underline;}
.recover a{ font-family: 'pala';font-size: 12px;line-height: 14px;text-decoration: underline;}
//.top a{ color:#2e4972; font-family: 'pala';font-size: 12px;line-height: 14px;text-decoration: underline;padding-left: 0px;}
.main2 a{ font-family: 'pala';font-size: 12px;line-height: 14px;text-decoration: underline;}
.hover a{ font-family: 'pala';font-size: 12px;line-height: 14px;text-decoration: underline;}
table.char{width:100%; margin:0; padding:0}
table.char td{ margin:0; padding:4px;border: 1px solid #474749;}
table.char {color:#fff;}
//table.char {color:#777a7e;}
table.char td.header{color:#FFF; background-color:#474749; text-align:center; font-weight:bold;}
table.char tbody tr{border: 1px solid #474749;}
table.char a{font-family: 'pala';font-size: 12px;line-height: 14px;text-decoration: underline;}
.info_market a{font-family: 'pala';font-size: 12px;line-height: 24px;text-decoration: underline;}
.char_name p{margin-top: 5px; padding: 2px; }
.char_name a{font-family: 'pala';font-size: 12px;line-height: 14px;text-decoration: underline; }
.about a{font-family: 'pala';font-size: 12px;line-height: 14px;text-decoration: underline;}
.top_table a{font-family: 'pala';font-size: 12px;line-height: 14px;text-decoration: underline;}
.donate a{font-family: 'pala';font-size: 12px;line-height: 14px;text-decoration: underline;}

#timer_div_title {
    width: 300px;
    font-size: 30px;
    text-align: center;  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-name: pulse;
  animation-name: pulse;color: #fff;text-shadow: 0 2px 4px #000;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#timer_div_time {
    height: 75px;
    width: 300px;
    margin-top: 30px
}

.timmer_inner_block {
    width: 66px;
    height: 65px;
    background-color:#ff6e5a;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    margin-left: 6px;
    
    float: left;
}

#timer_div_time .timmer_inner_block .title{
  text-align: center;
    margin-top: 0px;
    font-size: 13px;

}

#timer_div_time .timmer_inner_block .count{
  text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-top: -9px;
}

.logos:before {
  content: '';
  position: absolute;
  display: block;
  width: 400px;
  height: 300px;
  top: 0;
  left: 0;
  background: url(../img/logo.png) no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  pointer-events: none;
  visibility: visible;
  opacity: 1;
}

.logos{
    position: absolute;
    top: 51px;
    left: 734px;
    width: 400px;
    height: 300px;
}

.logos:after {
  content: '';
  position: absolute;
  display: block;
  width: 400px;
  height: 300px;
  top: 0;
  left: 0;
  background: url(../img/logo.png) no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.8) translateY(40px);
  -moz-transform: scale(0.8) translateY(40px);
  -o-transform: scale(0.8) translateY(40px);
  transform: scale(0.8) translateY(40px);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.logos:hover:before {
  -webkit-transform: scale(0.8) translateY(-40px);
  -moz-transform: scale(0.8) translateY(-40px);
  -o-transform: scale(0.8) translateY(-40px);
  transform: scale(0.8) translateY(-40px);
  visibility: hidden;
  opacity: 0;
}
.logos:hover:after {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  visibility: visible;
  opacity: 1;
}

.add_to_card {
  font-size:12px;
  background:#eaebec;
  border:#ccc 1px solid;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
  width:100%;
}
.add_to_card th {
  padding:15px 20px 16px 20px;
  border-top:1px solid #fafafa;
  border-bottom:1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.add_to_card th:first-child {
  text-align: left;
  padding-left:20px;
}
.add_to_card tr:first-child th:first-child {
  -moz-border-radius-topleft:3px;
  -webkit-border-top-left-radius:3px;
  border-top-left-radius:3px;
}
.add_to_card tr:first-child th:last-child {
  -moz-border-radius-topright:3px;
  -webkit-border-top-right-radius:3px;
  border-top-right-radius:3px;
}
.add_to_card tr {
  text-align: center;
  padding-left:20px;
}
.add_to_card td:first-child {
  text-align: left;
  padding-left:20px;
  border-left: 0;
}
.add_to_card td {
  padding:10px;
  border-top: 1px solid #ffffff;
  border-bottom:1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.add_to_card tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.add_to_card tr:last-child td {
  border-bottom:0;
}
.add_to_card tr:last-child td:first-child {
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px;
}
.add_to_card tr:last-child td:last-child {
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px;
}
.add_to_card tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}

.ticket {
  font-size:12px;
  background:#eaebec;
  border:#ccc 1px solid;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
  __width:100%;
}
.ticket th {
  padding:15px 10px 16px 0px;
  border-top:1px solid #fafafa;
  border-bottom:1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.ticket th:first-child {
  text-align: left;
  padding-left:10px;
}
.ticket tr:first-child th:first-child {
  -moz-border-radius-topleft:3px;
  -webkit-border-top-left-radius:3px;
  border-top-left-radius:3px;
}
.ticket tr:first-child th:last-child {
  -moz-border-radius-topright:3px;
  -webkit-border-top-right-radius:3px;
  border-top-right-radius:3px;
}
.ticket tr {
  text-align: center;
  padding-left:20px;
}
.ticket td:first-child {
  text-align: left;
  padding-left:20px;
  border-left: 0;
}
.ticket td {
  padding:10px;
  border-top: 1px solid #ffffff;
  border-bottom:1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.ticket tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.ticket tr:last-child td {
  border-bottom:0;
}
.ticket tr:last-child td:first-child {
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px;
}
.ticket tr:last-child td:last-child {
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px;
}
.ticket tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}

.discount_notice{
  margin: 20px auto;
  left:200px;
  width: 280px;
  height: auto;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: fixed;
  z-index: 90;
  opacity: 0.9;
}

.discount_notice .content{
  padding:30px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #6a2f3c;
  font-weight: bold;
  position: relative;
  display:block;
}

.ribbon-discount-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}​

.PriorityZero {
  background-color: rgb(230, 138, 138);
}
.PriorityOne {
    background-color: rgb(204, 64, 64);
}
.PriorityTwo {
    background-color: rgb(255, 0, 0);
}
.PriorityThree {
    background-color: rgb(153, 0, 0);
}


.plans {
  list-style: none;
  margin: 0;
  padding: 10px 20px;
} 
.plan {
  background: white;
  border-radius: 6px;
  height: 60px;
  margin: 10px 0;
  opacity: 1;
  padding: 4px 25px;
  width: 100%;
} 
  
.price {
  border-radius: 100%;
  cursor: default;
  display: block;
  float: left;
  height: 46px;
  line-height: 46px;
  margin: 8px 10px 0 0;
  text-align: center;
  width: 46px;
}     
.price-green {
  background-color: #e1f1d1;
  color: #52b327;
  font-weight: bold;
}
    
.price-red {
  background-color: #f1e1d1;
  color: #b35227;
}
    
    
.details {
  color: #222;
  display: block;
  float: left;
  height: 46px;
  margin: 8px 0;
  padding: 0px 10px;
}
  
.plan-title {
  font-size: 17px;
  font-weight: normal;
  margin: 2px 0 0;
  padding: 0;
  text-transform: uppercase;
}
      
.plan-description {
  color: #666;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
    
    
.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;
}

#exception{
  width: 100%;
  height: 0 auto;
  line-height: 25px;
  min-height:25px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #FFF;
  display: none;
  background-color:red;
  position:fixed;
  z-index: 9999;
}

.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%;
}

.f16 .flag{display:inline-block;height:16px;width:16px;vertical-align:text-top;line-height:16px;background:url(../img/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);}
.active:hover, .nonactive:hover{opacity: 0.6;filter: alpha(opacity=60);
  margin-bottom:-1px;
  margin-top:1px;}
.active:active, .nonactive:active{opacity: 1;filter: alpha(opacity=100);
  margin-bottom:-2px;
  margin-top:2px;}

table.sidebar_rank {
  width:100%;
  border:0;
  border-collapse: collapse;
  margin:4px;
}
table.sidebar_rank th {
  border:0;
  text-align:left;
  border-bottom: 1px solid #642E39;
  padding-bottom:0px;
  font-weight:normal;
}
table.sidebar_rank tr { 
  border:0;
  text-align:left;
  
}
table.sidebar_rank td {
  border:0;
  text-align:left;
  border-bottom: 1px solid #642E39; 
  padding-bottom:3px;
  padding-top:3px;
}
.ref-reward-dropdown {
  position: relative;
  display: inline-block;
}

.ref-reward-dropdown-content {
  display: none;
  position: relative;
  background-color: #f9f9f9;
  min-width: 150px;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index:2500;
  overflow-y: auto;
  max-height:500px;
}

.ref-reward-dropdown-content a {
  color: black;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}

.ref-reward-dropdown-content a:hover {background-color: #f1f1f1}

.ref-reward-dropdown:hover .ref-reward-dropdown-content {
  display: block;
}

.title1 {
  margin-bottom: 20px;
    display: block;
}

.title1 h1 {
    width: 594px;
    height: 69px;
    background: url(../img/ntitle2.png) no-repeat center;
    line-height: 54px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
	color:#555459;
}
.event-scroll {
    background-color: #000;
    height: 2px;
    cursor: pointer;
    opacity: 0.2;
    margin: 0 22px;
 }
 
    .event-scroll:after {
        border: solid;
        border-color: #000000 transparent;
        border-width: 6px 6px 0 6px;
        content: "";
        position: absolute;
        margin-top: 4px;
        margin-left: 80px;
        z-index: 99;
     }
 
    .event-scroll:hover {opacity: 0.4;}

    .event-scroll-vid {
    background-color: #000;
    height: 2px;
    cursor: pointer;
    opacity: 0.2;
    margin: 0 22px;
 }
 
    .event-scroll-vid:after {
        border: solid;
        border-color: #000000 transparent;
        border-width: 6px 6px 0 6px;
        content: "";
        position: absolute;
        margin-top: 4px;
        margin-left: 80px;
        z-index: 99;
     }
 
    .event-scroll-vid:hover {opacity: 0.4;}



    #events div {
            padding-right: 10px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px;
            display: inline;
    }

    #events div small {
        float:right;
        color: #6a2f3c;

    }

    #events {
        float:right;
        color: #ccc;
        overflow: auto;
        height: 339px;

    }

    .event{
            list-style: none;
     
            padding: 3px 0;
    }
    .desp-e{
            
    }

    .name-e{
          
            font-weight: 900;
            color: #eee;

    }

    .time-e{
            color: #b2eaf4;
            float: right;
    }
    .event-t{
        float: left;
        color: #e3c19b;
    }


.events {
	float:right;
	color: #ccc;
	overflow-y: scroll;
	width:100%;
	height: 339px;
}

.events {
  scrollbar-width: thin;
  scrollbar-color: #e5760d #464646;
}

.events::-webkit-scrollbar {
  width: 12px;
}

.events::-webkit-scrollbar-track {
  background: #464646;
}

.events::-webkit-scrollbar-thumb {
  background-color: #e5760d;
  border-radius: 20px;
  border: 3px solid #464646;
}


.eventsbtn {
    background: url(../img/event_icon.png) no-repeat;
    top: 10%;
    width: 112px;
    height: 135px;
  text-indent: -9999px;
  animation: shake 3s cubic-bezier(.36,.07,.19,.97) infinite;
  animation-delay: 756ms;
    border: none;
    outline: none;
    opacity: 1;
    position: fixed;
    z-index: 1;
    float: right;
    color: #333;
    font-size: 17px;
    padding-top: 40px;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    cursor: pointer;
    font-weight: 900;
    text-shadow: 1px 1px rgba(255,255,255,0.8);
}

@keyframes shake{0%,80%{transform:rotate3d(0,0,0,0)}82%,84%,88%,92%,96%{-webkit-transform:rotate3d(0,0,1,-3deg);transform:rotate3d(0,0,1,-3deg)}86%,90%,94%,98%{-webkit-transform:rotate3d(0,0,1,3deg);transform:rotate3d(0,0,1,3deg)}}

.sidenav {
    font-family: 'Roboto', sans-serif;
    height: 460px;
    width: 0; /* JavaScript */
    position: fixed;
    z-index: 999;
    top: 5%;
    overflow: hidden;
    padding-top: 50px;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    background: url(../img/event_time.png) no-repeat;
}


.sidenav .closebtn {
    background: url(../img/close_inv.png) no-repeat;
    width: 67px;
    height: 30px;
    border: none;
    outline: none;
    position: absolute;
    bottom: 70px;
    left: 35%;
    opacity: 1;
}
.box-style-ev {
    width: 100%;
    overflow: hidden;
    background-color: rgba(46, 37, 40, 0.0);
    margin: 0px 0px 20px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid rgb(107, 65, 107);
}
.box-style-ev .entry {
    padding: 5px 40px 5px 8px;
}


.style-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
}

.style-4::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar-thumb
{
    background-color: #403835;
    border: 2px solid #555555;
    border-radius: 5px;
}


div.bannerlogo {
    padding: 10px;
    background: url(../img/banner_bg.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    margin: 5px -1px;
}

div.bannerlogo1:hover {opacity: 1; -webkit-transition:all 0.4s ease;
                   -moz-transition:all 0.4s ease;
                    -ms-transition:all 0.4s ease;
                     -o-transition:all 0.4s ease;
                        transition:all 0.4s ease;}


div.bannerlogo1 {
    margin-top: -6px;opacity: 0.5;
    margin-left: -4px;
}

.top_server {
        background: #d8540f;
    color: #fff;
    font-size: 14px;
    padding: 3px;
    margin: 0px 5px;
    font-weight: 900;
    text-decoration: none;
}


.name {float: left}
.staa {float: right;}
.hr {height: 1px;width: 100%;border-bottom: 1px solid rgba(0,0,0,.2);margin:10px 0;}
 

 

.btn-sbr {
  display: block;
  background: #24201e;
  width: 100%;
  border: 3px solid #403835;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 8px 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #bbaaa1;
  box-sizing: border-box;
}
.btn-sbr:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #403835;
  -webkit-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  z-index: -1;
  -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-sbr:hover {
  color: #d8c7bf;
}
.btn-sbr:hover:before {
  right: 0;
  -webkit-border-radius: 0;
  border-radius: 0;

}


.serv {
	
}

.serv .icon {width: 51px;height: 71px;display: inline-block;vertical-align: top;}
.serv .desc {
    width: 73%;
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    margin-top: 10px;
}
.serv .icon img {max-width: 50px}

.serv h5 {padding: 0;margin:0;float: left;font-size: 13px;font-weight: 700}
.serv .ingame {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 19px;
}
.serv h5 img {
    vertical-align: top;
    width: 14px;
    margin-top: 2px;
}
.serv .ingame span {font-weight: 700}

.serv-im {
    width: 100%;
    height: 4px;
       margin: 8px 0 13px;
    background: #c7c3c2;
}
.serv-im .scale { width:0%; height:4px; -webkit-transition:all 3s ease; -moz-transition:all 3s ease; -o-transition:all 3s ease; transition:all 3s ease; }

.serv:nth-child(1) .scale { background:#b651fd;}
.serv:nth-child(1) .serv-im .scale {
    box-shadow: 0 0px 9px rgba(182,81,253,1);
}


.serv:nth-child(2) .scale { background:#f77716;}
.serv:nth-child(2) .serv-im .scale  {
    box-shadow: 0 0px 9px #f77716;
}

.serv:nth-child(3) .scale { background:#c70101;}
.serv:nth-child(3) .serv-im .scale  {
    box-shadow: 0 0px 9px #c70101;
}

.serv:nth-child(4) .scale { background:#c1c701;}
.serv:nth-child(4) .serv-im .scale  {
    box-shadow: 0 0px 9px #c1c701;
}

.serv .infos1 a {font-size: 9px;text-transform: uppercase;color:#333;text-decoration: underline;}

.serv:nth-child(1) .infos1 a,.serv:nth-child(1) .ingame span {color: #b651fd;}
.serv:nth-child(2) .infos1 a,.serv:nth-child(2) .ingame span {color:#f77716;}
.serv:nth-child(3) .infos1 a,.serv:nth-child(3) .ingame span {color:#c70101}
.serv:nth-child(4) .infos1 a,.serv:nth-child(4) .ingame span {color:#c1c701}

.serv .infos1 a:hover {color: #000;text-decoration: none}

  .serv:nth-child(2) {margin-bottom: 0}



ul.tabs li {display:inline-block;vertical-align: top;}
ul.tabs li a {
    padding: 8px 8px;
    display: table;
    background: #b2eaf4;
    color: #000;
    font-size: 13px;
}ul.tabs li.active a {background: #333;color: #fff;text-shadow: none}

.panel {margin-top: 20px}