﻿body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}


img {

  width: auto\9;

  vertical-align: middle;

  border: 0;

  -ms-interpolation-mode: bicubic;

}


button,
input,
select,
textarea {
  font-family: inherit;
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
object {
  display: none;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  display: table;
  content: "";
}
.clear:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  line-height: 1;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 24px;
}
h1 small {
  font-size: 16px;
}
h2 {
  font-size: 18px;
}
h2 small {
  font-size: 14px;
}
h3 {
  font-size: 16px;
}
h3 small {
  font-size: 12px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul.reset,
ol.reset {
  margin: 0;
  list-style-type: none;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
table.list {
  width: 100%;
  border-collapse: collapse;
}
table.list thead tr {
  background: #21130e;
  color: #fff;
}
table.list thead tr th {
  text-align: left;
  padding: 4px;
}


table.list tbody tr td {

  padding: 4px;

  background: #151412;

  color: #f6f0b8;

}


table.list tbody tr:nth-child(2n) td {

  background: #1f2020;

}


table.list.panel td:nth-child(2n) {
  text-align: right;
  font-weight: bold;
}
input.btn {
  border: 1px solid #4e2412;
  border-top: 1px solid #e98746;
  display: inline-block;
  text-align: center;
  color: #fff389;
  background: #3a190e;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 20px;
}
input.btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
input.btn:focus {
  outline: none;
}
.form textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="date"],
.form input[type="month"],
.form input[type="time"],
.form input[type="week"],
.form input[type="number"],
.form input[type="email"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="color"],
.form .uneditable-input {
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 200px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 2px;
  border: 1px solid #ccc;
}
.form textarea.error,
.form input[type="text"].error,
.form input[type="password"].error,
.form input[type="datetime"].error,
.form input[type="datetime-local"].error,
.form input[type="date"].error,
.form input[type="month"].error,
.form input[type="time"].error,
.form input[type="week"].error,
.form input[type="number"].error,
.form input[type="email"].error,
.form input[type="url"].error,
.form input[type="search"].error,
.form input[type="tel"].error,
.form input[type="color"].error,
.form .uneditable-input.error {
  background-color: #ffe0e0;
  border-color: #f89595;
}
.form textarea:focus,
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="datetime"]:focus,
.form input[type="datetime-local"]:focus,
.form input[type="date"]:focus,
.form input[type="month"]:focus,
.form input[type="time"]:focus,
.form input[type="week"]:focus,
.form input[type="number"]:focus,
.form input[type="email"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="color"]:focus,
.form .uneditable-input:focus {
  outline: 0;
}
.form input[type=submit].btn {
  line-height: 0;
}
.form select {
  border: 1px solid #ccc;
  height: 30px;
}
.form select.error {
  background-color: #ffe0e0;
  border-color: #f89595;
}
.form [type=file] {
  margin-top: 6px;
}
.form textarea {
  width: 100%;
  max-width: 100%;
  height: 130px;
}
.form textarea.error {
  background-color: #ffe0e0;
  border-color: #f89595;
}
.form .error-message {
  color: #f82323;
  font-size: 10px;
}
.form .error-message label:after {
  content: "" !important;
}
.form .row {
  position: relative;
  padding: 6px 0;
  border-bottom: 1px solid #000;
  min-height: 30px;
  color: #f6f0b8;
}
.form .row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.form .row:first-child {
  padding-top: 0;
}
.form .row .label {
  width: 120px;
  margin-top: 3px;
  float: left;
  min-height: 25px;
  padding-top: 5px;
  padding-left: 10px;
}
.form .row .label label {
  font-weight: bold;
}
.form .row .label .required {
  color: red;
}
.form .row .field {
  margin-left: 130px;
}
.form .row .field .input-action {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 14px;
}
.form .row .field.checkbox {
  line-height: 25px;
}
.form .row .field.block {
  margin-left: 0;
  display: block;
}
.form .row .field.readonly {
  padding: 5px 0;
}
.form .submit {
  margin-top: 10px;
  margin-left: 132px;
}
.captcha img {
  border: 1px solid #ccc;
}
.captcha input[type=text] {
  width: 202px;
  margin-top: 5px;
}
.captcha .img {
  position: relative;
  display: inline-block;
}
.captcha .img .reload-captcha {
  position: absolute;
  top: 10px;
  right: 10px;
}
ul.news {
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
}
ul.news li {
  display: block;
  width: 636px;
  height: 70px;
  padding: 0 20px;
  line-height: 70px;
  background: url(../images/bg-news.png);
}
ul.news li:first-child {
  border-top: 0;
}
ul.news li:last-child {
  border-bottom: 0;
}
ul.news li a {
  font-size: 14px;
  color: #fff;
}
ul.news li .created {
  float: right;
  padding: 0;
  margin: 0;
}
.news-label {
  padding: 10px 14px;
  text-transform: uppercase;
  margin-right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.single-news img {
  max-width: 100%;
}
ul.comments {
  list-style: none;
  margin: 0;
}
ul.comments li {
  overflow: auto;
  padding: 5px;
  border-bottom: 1px solid #3c3a3b;
}
ul.comments li:first-child {
  border-top: 0;
}
ul.comments li .avatar {
  width: 90px;
  height: 100px;
  float: left;
  position: relative;
}
ul.comments li .avatar img {
  z-index: -999;
}
ul.comments li .avatar .mold {
  position: absolute;
  width: 90px;
  height: 100px;
  background: url(../images/border-avatar-comment.png);
}
ul.comments li .desc {
  width: 575px;
  float: left;
}
ul.comments li .desc .name {
  color: #fff389;
  font-size: 13px;
}
ul.comments li .desc .created {
  float: right;
}
ul.comments li .desc .body {
  line-height: 1.2em;
}
ul.comments li .desc p {
  margin-top: 7px;
}
.helpdesk-messages {
  list-style: none;
  margin: 0;
}
.helpdesk-messages li {
  overflow: auto;
  padding: 5px;
  border-bottom: 1px solid #3c3a3b;
}
.helpdesk-messages li:first-child {
  border-top: 0;
}
.helpdesk-messages li .desc {
  width: 100%;
}
.helpdesk-messages li .desc .name {
  color: #fff389;
  font-size: 13px;
}
.helpdesk-messages li .desc .created {
  float: right;
}
.helpdesk-messages li .desc .admin-message {
  background: #D4BF78;
  padding: 2px 5px;
  margin-left: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
}
.helpdesk-messages li .desc p {
  margin: 0;
  line-height: 1.3em;
}
.helpdesk-images {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
.helpdesk-images li {
  margin: 0;
  float: left;
  border-top: 0;
}


.rankings hr {

  border-bottom: 1px solid #3c3a3b;

}


.rankings sup {

  color: red;

}


.rankings .character,
.rankings .guild {

  position: relative;

  width: 224px;

  float: left;

  height: 88px;

  padding: 4px 0px;

  border-bottom: 1px solid #3c3a3b;

  border-right: 1px solid #3c3a3b;

  border-top: 1px solid #3c3a3b;

  margin-top: -1px;

}


.rankings .character:nth-child(3n),
.rankings .guild:nth-child(3n) {

  border-right: 0;

}


.rankings .character .rank-up,
.rankings .guild .rank-up,
.rankings .character .rank-down,
.rankings .guild .rank-down,
.rankings .character .rank-stayed,
.rankings .guild .rank-stayed {

  color: #7B7A79;

  font-weight: bold;

  position: absolute;

  right: 10px;

  font-size: 15px;

  top: 8px;

}


.rankings .character .rank-up,
.rankings .guild .rank-up {

  color: #4C9A33;

}


.rankings .character .rank-down,
.rankings .guild .rank-down {

  color: #C34F4F;

}


.rankings .character .rank-trophy,
.rankings .guild .rank-trophy {

  position: absolute;

  bottom: 5px;

  right: 5px;

  width: 31px;

  height: 60px;

}


.rankings .character.rank-1 .rank-trophy,
.rankings .guild.rank-1 .rank-trophy {

  background-image: url(../images/trofeu_ouro.png);

  background-position: right 10px;

  background-repeat: no-repeat;

}


.rankings .character.rank-2 .rank-trophy,
.rankings .guild.rank-2 .rank-trophy {

  background-image: url(../images/trofeu_prata.png);

  background-position: right 10px;

  background-repeat: no-repeat;

}


.rankings .character.rank-3 .rank-trophy,
.rankings .guild.rank-3 .rank-trophy {

  background-image: url(../images/trofeu_bronze.png);

  background-position: right 10px;

  background-repeat: no-repeat;

}


.rankings .character .image,
.rankings .guild .image {

  width: 65px;

  height: 88px;

  float: left;

  position: relative;

}


.rankings .character .image .gen,
.rankings .guild .image .gen {

  position: absolute;

  right: 5px;

  bottom: 5px;

  width: 25px;

  height: 35px;

}


.rankings .character .image .mold,
.rankings .guild .image .mold {

  background-image: url(../images/border-avatar-ranking.png);

  width: 70px;

  height: 86px;

  position: relative;

  z-index: 10;

}


.rankings .character .image img,
.rankings .guild .image img {

  position: absolute;

  top: 5px;

  left: 5px;

}


.rankings .character .desc,
.rankings .guild .desc {

  width: 101px;

  padding-top: 5px;

  float: left;

}


.rankings .character .rank,
.rankings .guild .rank {

  position: absolute;

  bottom: 10px;

  right: 5px;

  color: #000;

  font-size: 12px;

  background: #ccc;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  padding: 4px;

  height: 20px;

  width: 20px;

  line-height: 20px;

  text-align: center;

  font-weight: bold;

}


.rankings .character div,
.rankings .guild div {

  height: 14px;

}


.rankings .character .name,
.rankings .guild .name {

  font-size: 13px;

  margin: 0;

}


.rankings .character .class,
.rankings .guild .class {

  margin-top: 2px;

  font-size: 9px;

}


.rankings .character .resets,
.rankings .guild .resets {

  margin: 2px 0;

}


.rankings .character .level,
.rankings .guild .level {

  margin: 2px 0 6px;

  font-size: 14px;

  color: #5F5F00;

  font-weight: bold;

}


.rankings .guild {

  height: 73px;

}


.rankings .guild .image {

  width: 90px;

  height: 73px;

}


.panel .panel-services {

  position: relative;

  margin: 0;

  list-style: none;

  z-index: 10;

  padding: 0;

}


.panel .panel-services li {

  line-height: 15px;

  font-weight: bold;

}


.panel .panel-services li a {

  display: block;

  padding: 6px;

  padding-left: 8px;

  border-bottom: 1px solid #3c3a3b;

}


.characters {

  overflow: auto;

  margin-bottom: 10px;

}


.characters .character {

  width: 123px;

  float: left;

  margin: 0 5px;

  text-align: center;

}


.characters .character .name {

  margin: 5px 0;

}


.characters .character.active {

  background: #E5FFE5;

  outline: 2px solid #579457;

}


.characters .character .avatar {

  width: 123px;

  height: 120px;

}


.characters .character .avatar img {

  text-align: center;

  z-index: -999;

  vertical-align: middle;

}


.grid {

  width: 100%;

  *zoom: 1;

}


.grid:before,
.grid:after {

  display: table;

  content: "";

  line-height: 0;

}


.grid:after {

  clear: both;

}


.grid .margin-top {

  margin-top: 10px;

}


.grid:after,
.grid:before {

  display: table;

  line-height: 0;

  content: "";

}


.grid [class*="grid"] {

  float: left;

  margin-left: 1.20481928%;

  *margin-left: 1.14457831%;
}


.grid [class*="grid"]:first-child {
  margin-left: 0;
}
.grid .controls-row [class*="grid"] + [class*="grid"] {
  margin-left: 1.20481928%;
}
.grid .grid-12 {
  width: 100%;
  *width: 99.93975904%;
}
.grid .grid-11 {
  width: 91.56626506%;
  *width: 91.5060241%;
}
.grid .grid-10 {
  width: 83.13253012%;
  *width: 83.07228916%;
}
.grid .grid-9 {
  width: 74.69879518%;
  *width: 74.63855422%;
}
.grid .grid-8 {
  width: 66.26506024%;
  *width: 66.20481928%;
}
.grid .grid-7 {
  width: 57.8313253%;
  *width: 57.77108434%;
}
.grid .grid-6 {
  width: 49.39759036%;
  *width: 49.3373494%;
}
.grid .grid-5 {
  width: 40.96385542%;
  *width: 40.90361446%;
}
.grid .grid-4 {
  width: 32.53012048%;
  *width: 32.46987952%;
}
.grid .grid-3 {
  width: 24.09638554%;
  *width: 24.03614458%;
}
.grid .grid-2 {
  width: 15.6626506%;
  *width: 15.60240964%;
}
.grid .grid-1 {
  width: 7.22891566%;
  *width: 7.1686747%;
}
.on,
.online {
  color: green;
}
.off,
.offline {
  color: red;
}
.margin-top {
  margin-top: 5px;
}
.margin-bottom {
  margin-bottom: 5px;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.font-small {
  font-size: 10px;
}
.msg {
  margin-top: 5px;
  padding: 5px;
  margin-bottom: 10px;
}
.loading-execution {
  margin-left: 5px;
}
.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 2px solid transparent;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  line-height: 20px;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
}
.progress .bar + .bar {
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.box-panel .box-panel-title {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  z-index: 100;
  padding: 4px 0;
}
.box-panel .box-panel-content {
  clear: both;
  display: block;
  margin: 0 2px;
}
.banners {
  position: relative;
  margin-bottom: 10px;
}
.banners .slider-container {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 676px;
  height: 255px;
  overflow: hidden;
}
.banners .slider-container .slides {
  cursor: move;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 676px;
  height: 255px;
  overflow: hidden;
}
.banners .navigator {
  bottom: 10px;
  right: 6px;
  position: absolute;
}
.banners .navigator div,
.banners .navigator div:hover,
.banners .navigator .av {
  position: absolute;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  color: white;
  font-size: 12px;
  background: url(../images/b21.png) no-repeat;
  overflow: hidden;
  cursor: pointer;
}
.banners .navigator div {
  background-position: -5px -5px;
}
.banners .navigator div:hover,
.banners .navigator .av:hover {
  background-position: -35px -5px;
}
.banners .navigator .av {
  background-position: -65px -5px;
}
.banners .navigator .dn,
.banners .navigator .dn:hover {
  background-position: -95px -5px;
}
.banners .arrow-left,
.banners .arrow-right {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url(../images/a21.png) center center no-repeat;
  overflow: hidden;
}
.banners .arrow-left {
  top: 123px;
  left: 8px;
  background-position: -3px -33px;
}
.banners .arrow-left:hover {
  background-position: -123px -33px;
}
.banners .arrow-left.jssora21ldn {
  background-position: -243px -33px;
}
.banners .arrow-right {
  top: 123px;
  right: 8px;
  background-position: -63px -33px;
}


.banners .arrow-right:hover {

  background-position: -183px -33px;

}


.banners .arrow-right.jssora21rdn {

  background-position: -303px -33px;

}


@font-face {

  font-family: Flareserif;

  src: url(../fonts/Flareserif.ttf);

}


body {

  font: 12px Flareserif, Arial, Tahoma;

  color: #fff;

  background: #0e1316 url(../images/bg-top_v3.1.jpg) top center no-repeat;

}


a {

  text-decoration: none;

  color: #d25656;

}


a:hover {

  text-decoration: underline;

}


a.btn {

  border: 1px solid #282828;

  border-top: 1px solid #514b46;

  display: inline-block;

  text-align: center;

  color: #ca8585;

  background: #151211;

  text-transform: uppercase;

  text-decoration: none;

  padding: 5px 10px;

  line-height: initial;

}


a.btn:hover {

  text-decoration: none;

  color: #fff;

  opacity: 0.9;

  filter: alpha(opacity=90);

}


a.btn:focus {

  outline: none;

}


.menu {

  height: 80px;

  background: url(../images/bg-menu.png) center center no-repeat;

  position: relative;

}


.menu .logotipo {

  position: absolute;

  left: 7%;

  margin-left: 0px;

  top: 10px;

  width: 238px;

  height: 111px;

}


.menu .logotipo a {

  display: block;

}


.menu .left,
.menu .right {

  list-style: none;

  margin: 0;

  padding: 0;

  float: left;

}

.menu .left li,
.menu .right li {

  height: 80px;

  line-height: 80px;

  float: left;

  width: 120px;

  text-align: center;

  border-left: 1px solid #222120;

  border-right: 1px solid #040404;

}


.menu .left li:last-child,
.menu .right li:last-child {

  border-right: 0;

}


.menu .left li:first-child,
.menu .right li:first-child {

  border-left: 0;

}


.menu .left li a,
.menu .right li a {

  color: #fff;

  text-transform: uppercase;

  font-size: 15px;

  display: block;

}


.menu .left li a:hover,
.menu .right li a:hover {

  text-shadow: 2px 1px 5px #4f4d4c;

  text-decoration: none;

  background: rgba(128, 132, 134, 0.1);

}


.menu .right {

  float: right;

}


.wrap {

  width: 1007px;

  margin: 0 auto;

  position: relative;

}


.wrap .header {

  height: 488px;

}


.wrap .main .sidebar-container {

  width: 312px;

  float: left;

}

.wrap .main .sidebar-container .sidebar-footer {

  background: url(../images/sidebar/footer-left.png) no-repeat;

  height: 72px;

  width: 312px;

}

.wrap .main .sidebar-container .sidebar {

  background: url(../images/sidebar/bg-left.png) no-repeat;

  padding: 11px;

}

.wrap .main .sidebar-container .sidebar .download {

  display: inline-block;

  width: 289px;

  background: url(../images/sidebar/btn-download.jpg);

  height: 171px;

}

.wrap .main .sidebar-container .sidebar .download:hover {

  background: url(../images/sidebar/btn-download-hover.jpg);

}

.wrap .main .sidebar-container .sidebar .control-panel {

  margin-top: 10px;

}

.wrap .main .sidebar-container .sidebar .login {

  width: 289px;

  background: url(../images/sidebar/bg-login.jpg);

  height: 219px;

  margin-top: 10px;

}

.wrap .main .sidebar-container .sidebar .login .login-container {

  padding: 15px;

  padding-top: 0;

  position: relative;

}

.wrap .main .sidebar-container .sidebar .login .login-container .login-input {
  background: #000;
  border: 0;
  color: #fff;
  margin-bottom: 4px;
  width: 140px;
  padding: 14px 10px;
}
.wrap .main .sidebar-container .sidebar .login .login-container .login-input:focus {
  outline: none;
}
.wrap .main .sidebar-container .sidebar .login .login-container .login-submit {
  background-image: url(../images/sidebar/btn-login.png);
  background-repeat: no-repeat;
  border: none;
  width: 101px;
  height: 86px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
}
.wrap .main .sidebar-container .sidebar .login .login-container .login-submit:focus {
  outline: none;
}
.wrap .main .sidebar-container .sidebar .login .login-container .loading-login {
  width: 53px;
  height: 43px;
  position: absolute;
  right: 14px;
  top: 32px;
}
.wrap .main .sidebar-container .sidebar .login .forgot-password {
  padding-left: 15px;
}
.wrap .main .sidebar-container .sidebar .onlines {
  margin-top: 20px;
}
.wrap .main .sidebar-container .sidebar .onlines .left {
  float: left;
}
.wrap .main .sidebar-container .sidebar .onlines .right {
  float: right;
}
.wrap .main .sidebar-container .sidebar .onlines .progress-bar {
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 10px;
  padding: 3px;
  background: #2a0606;
  border: 1px solid #2e0606;
  margin-top: 10px;
}
.wrap .main .sidebar-container .sidebar .onlines .progress-bar .line {
  background: #19d22a;
  height: 10px;
}
.wrap .main .sidebar-container .sidebar .box {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #2d1e14;
  width: 287px;
  background: url(../images/bg-box.png);
}


.wrap .main .sidebar-container .sidebar .server-info {

  margin-top: 12px;

}


.wrap .main .sidebar-container .sidebar .server-info ul {

  margin: 0;

  padding: 0;

  list-style: none;

}


.wrap .main .sidebar-container .sidebar .server-info ul li {

  height: 53px;

  line-height: 53px;

  font-size: 15px;

  padding-left: 20px;

  font-weight: bold;

  background: url(../images/sidebar/bg-list-odd.png);

}


.wrap .main .sidebar-container .sidebar .server-info ul li .text {

  color: #f04646;

}


.wrap .main .sidebar-container .sidebar .server-info ul li:nth-child(even) {

  background: url(../images/sidebar/bg-list-even.png);

}


.wrap .main .sidebar-container .sidebar .top-player {

  width: 289px;

  height: 137px;

  margin-top: 10px;

  background: url(../images/sidebar/bg-top-player.png);

}


.wrap .main .sidebar-container .sidebar .team {

  margin-top: 20px;

}


.wrap .main .sidebar-container .sidebar .team .box {

  background: url(../images/sidebar/bg-box.png);

}


.wrap .main .sidebar-container .sidebar p.title-box {

  margin: 0;

  width: 269px;

  height: 66px;

  background: url(../images/sidebar/title-box.jpg);

  color: #a8a8a8;

  line-height: 66px;

  text-transform: uppercase;

  font-size: 15px;

  font-weight: bold;

  padding-left: 20px;

}


.wrap .main .sidebar-container .sidebar p.title {

  color: #a8a8a8;

  padding: 20px;

  text-transform: uppercase;

  font-size: 15px;

  font-weight: bold;

}


.wrap .main .content {

  width: 675px;

  float: left;

  position: relative;

  padding: 10px;
  background: #020202 url(../images/bg-content.png) repeat-x;

}


.wrap .main .content h1.title {

  margin: 0;

  height: 79px;

  width: 648px;

  font-weight: bold;

  line-height: 79px;

  font-size: 18px;

  text-transform: uppercase;

  padding-left: 30px;

  color: #a8a8a8;

  margin-bottom: 5px;

  background: url(../images/bg-h1.png) no-repeat;

}


.wrap .main .content h1.title-top {

  margin: 0;

  height: 79px;

  width: 648px;

  font-weight: bold;

  line-height: 79px;

  font-size: 18px;

  text-transform: uppercase;

  padding-left: 30px;

  color: #a8a8a8;

  margin-bottom: 0px;

  background: url(../images/bg-h1.png) no-repeat;

}


.wrap .main .content h2.title {

  font-size: 13px;

  font-weight: bold;

  text-transform: uppercase;

  color: #fff;

  z-index: 100;

  padding: 4px 0;

}


.wrap .main .content table.top {

  width: 100%;

  border-collapse: collapse;

}


.wrap .main .content table.top th {

  background-color: #1a1a1a;

  padding: 10px 5px;

  text-align: left;

}


.wrap .main .content table.top td {
  border: 0;
  padding: 15px 5px;
  color: #f6f0b8;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}


.wrap .main .content table.top tr.top-0 td {

  background: #f7cd2b;

}


.wrap .main .content table.top tr.top-1 td {

  background: #828282;

}


.wrap .main .content table.top tr.top-2 td {

  background: #33180f;

}

#popup-message {

  color: #000;

}


.rates {

  padding: 5px;

  background: #F7F7B7;

  border: 2px solid #B9B988;

  margin-bottom: 10px;

  color: #000;

}


.rates .title {

  font-weight: bold;

  margin-bottom: 5px;

}

.rates ul {

  margin: 0 0 0 20px;

  list-style: circle;

}


.rates ul li {

  line-height: 1.3em;

}


.overlay {

  position: absolute;

  left: 0px;

  top: 0px;

  height: 100%;

  width: 100%;

  z-index: 99;

  background: rgba(255, 255, 255, 0.3);

}


.overlay .progress {
  margin: 0;
  position: absolute;
  top: 50px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
}
.breadcrumber {
  list-style: none;
  margin: -5px 0 5px;
  padding: 0;
}
.breadcrumber li {
  display: inline;
  font-weight: 400;
}
.breadcrumber li + li::before {
  content: "\2192  ";
}
.paginator {
  text-align: right;
}
.paginator .pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}
.paginator .pagination li {
  display: inline;
  margin: 2px;
}
.paginator .pagination li a {
  padding: 3px;
}
.castle-siege {
  position: relative;
  width: 575px;
  padding: 50px;
  height: 79px;
  background: url(../images/bg-castle-siege.png);
}
.castle-siege .siege {
  position: absolute;
}
.castle-siege .mark {
  position: absolute;
  width: 93px;
  height: 94px;
  top: 45px;
  left: 50px;
}
.castle-siege .next {
  position: absolute;
  bottom: 48px;
  font-weight: bold;
  color: #fff;
  height: 93px;
  line-height: 9px;
  text-align: center;
  width: 291px;
  right: 37px;
}
.castle-siege .next .confrontation {
  margin-top: 30px;
}
.castle-siege .next .date {
  font-size: 25px;
  margin-top: 10px;
}
.castle-siege .owner-name {
  position: absolute;
  font-weight: bold;
  color: #fff;
  top: 58px;
  width: 177px;
  height: 10px;
  line-height: 20px;
  font-size: 15px;
  left: 226px;
}
.castle-siege .owner {
  position: absolute;
  font-weight: bold;
  color: #fff;
  top: 91px;
  width: 177px;
  height: 38px;
  line-height: 19px;
  font-size: 25px;
  left: 219px;
}
.btn-secondary {
  background-color: #728683;
  background-image: -moz-linear-gradient(top, #768d87, #6c7c7c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#768d87), to(#6c7c7c));
  background-image: -webkit-linear-gradient(top, #768d87, #6c7c7c);
  background-image: -o-linear-gradient(top, #768d87, #6c7c7c);
  background-image: linear-gradient(to bottom, #768d87, #6c7c7c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff768d87', endColorstr='#ff6c7c7c', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #566963;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 12px;
  text-shadow: 0px 1px 0px #2b665e;
  margin: 2px;
  margin-bottom: 4px;
}
.btn-secondary:hover {
  background-color: #708380;
  background-image: -moz-linear-gradient(top, #6c7c7c, #768d87);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c7c7c), to(#768d87));
  background-image: -webkit-linear-gradient(top, #6c7c7c, #768d87);
  background-image: -o-linear-gradient(top, #6c7c7c, #768d87);
  background-image: linear-gradient(to bottom, #6c7c7c, #768d87);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6c7c7c', endColorstr='#ff768d87', GradientType=0);
  text-decoration: none;
  color: #fff;
}


.btn-secondary.active {

  background-color: #445f5c;

  background-image: -moz-linear-gradient(top, #234040, #768d87);

  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#234040), to(#768d87));

  background-image: -webkit-linear-gradient(top, #234040, #768d87);

  background-image: -o-linear-gradient(top, #234040, #768d87);

  background-image: linear-gradient(to bottom, #234040, #768d87);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff234040', endColorstr='#ff768d87', GradientType=0);
}


.tabs {
  margin: 0;

  list-style: none;

  padding: 0;

  margin-bottom: 5px;

}


.tab-content {

  display: none;

}


.tab-content.current {

  display: block;

}


table.custom {

  border-collapse: collapse;

  border-spacing: 0px 40px;

}


table.custom tr {

  border-radius: 10px;

}


table.custom td {

  background: #2c4a3e;

  font-size: 11px;

  color: #fff;

  height: 28px;

  padding-left: 5px;

  border-bottom: 1px solid #6e7e4f;

}


table.custom td.true {

  background: #07191f;

  font-size: 11px;

  color: #fff;

  height: 28px;

  padding-left: 5px;

  border: none;

}


.pagseguro {

  background: url(../images/banner-pagseguro.png) no-repeat;

  width: 219px;

  height: 271px;

  padding-left: 230px;

}


.pagseguro p {

  width: 325px;

  font-size: 12px;

}



.paypal {

  background: url(../images/banner-paypal.png) no-repeat;

  width: 219px;

  height: 271px;

  padding-left: 230px;

}
.

paypal p {

  width: 325px;

  font-size: 12px;

}



.deposito {

  background: url(../images/banner-deposito.png) no-repeat;

  width: 219px;

  height: 271px;

  padding-left: 230px;

}


.deposito p {
  width: 325px;
  font-size: 12px;
}
.item .name .ancient {
  color: #9f0;
  background-color: #06f;
}
.item .name .socket {
  font-weight: bold;
  color: #c3c;
}
.item .name .high-level {
  color: #fc3;
}
.item .name .luck {
  color: #7daeff;
}
.item .name .excellent {
  color: #19ff80;
}
.shop {
  width: 265px;
  height: auto;
  float: left;
  padding-left: 10px;
  padding-bottom: 5px;
}
.shop .name {
  width: 122px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  margin-top: -120px;
  margin-left: 120px;
}
.shop .description {
  width: 120px;
  color: #FFF;
  font-size: 10px;
  position: absolute;
  margin-top: -100px;
  margin-left: 120px;
  padding: 5px;
}
.shop-categories {
  width: 109px;
  float: left;
  margin-right: 10px;
}
.shop-categories input {
  margin: 10px 0;
  padding: 3px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.shop-categories .title {
  background-color: #2B493D;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0px 0px 2px #000;
  font-size: 12px;
  margin: 4px 0;
  color: #fff;
  padding: 5px;
}
.shop-categories ul {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
}
.shop-categories ul li {
  line-height: 15px;
  font-weight: bold;
}
.shop-categories ul li a {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #3c3a3b;
}
.shop-itens {
  width: 556px;
  float: left;
}
.shop-itens .item {
  width: 135px;
  margin: 0;
  padding: 4px 2px 5px;
  float: left;
  border-bottom: 1px solid #3c3a3b;
}
.shop-itens .item .name {
  padding: 4px;
  font-size: 13px;
  text-align: center;
  min-height: 30px;
}
.shop-itens .item .image {
  height: 90px;
  background-color: #333;
  background-image: url(../images/shop-item-trasparent.png);
  text-align: center;
  line-height: 90px;
}
.shop-itens .item .image img {
  max-width: 110px;
  max-height: 80px;
  vertical-align: middle;
}
.shop-itens .item .info {
  margin-top: 5px;
  text-align: center;
}
.shop-itens .item .info p {
  margin: 0;
}
.shop-itens .item .buy {
  text-align: center;
  margin-top: 5px;
}
.shop-itens .item .cash {
  padding: 4px;
  color: #dfdf14;
  border-top: 1px solid #55636c;
}
.shop-itens .item .cash a {
  float: right;
}
.product-detail .left {
  width: 135px;
  float: left;
  margin-right: 10px;
}
.product-detail .left .image {
  height: 90px;
  background-color: #333;
  background-image: url(../images/shop-item-trasparent.png);
  text-align: center;
  line-height: 90px;
}
.product-detail .left .image img {
  max-width: 110px;
  max-height: 80px;
  vertical-align: middle;
}
.product-detail .left .price {
  margin-top: 7px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.product-detail .detail {
  width: 530px;
  float: left;
}
.product-detail .submit {
  text-align: right;
}
.product-detail .info {
  padding: 4px;
  border: 2px solid #ff8697;
  background: #ffd0da;
  margin-top: 5px;
}
.product-detail .max-excellent {
  text-align: right;
  margin-top: 5px;
  font-size: 13px;
}
.product-detail .checkbox {
  margin: 3px 0;
}
.market-search {
  width: 129px;
  float: left;
  margin-right: 10px;
}
.market-search input {
  margin: 10px 0;
  padding: 3px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.market-search .title {
  background-color: #2B493D;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0px 0px 2px #000;
  font-size: 12px;
  margin: 4px 0;
  color: #fff;
  padding: 5px;
}
.market-search ul {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
}
.market-search ul li {
  line-height: 15px;
  font-weight: bold;
}
.market-search ul li a {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  background: url(../images/arrow.gif) -4px 7px no-repeat;
  padding-left: 17px;
}
.market-itens {
  width: 417px;
  float: left;
}
.market-itens .item {
  width: 135px;
  margin: 0;
  padding: 4px 2px 5px;
  float: left;
  border-bottom: 1px solid #ccc;
}
.market-itens .item .name {
  min-height: 30px;
  padding: 4px;
  font-size: 13px;
  text-align: center;
}
.market-itens .item .image {
  height: 90px;
  background-color: #333;
  background-image: url(../images/shop-item-trasparent.png);
  text-align: center;
  line-height: 90px;
}
.market-itens .item .image img {
  max-width: 110px;
  max-height: 80px;
  vertical-align: middle;
}
.market-itens .item .info {
  margin-top: 5px;
  text-align: center;
}
.market-itens .item .info p {
  margin: 0;
}
.market-itens .item .buy {
  text-align: center;
  margin-top: 5px;
}
.market-itens .item .cash {
  padding: 4px;
  color: #dfdf14;
  border-top: 1px solid #55636c;
}
.market-itens .item .cash a {
  float: right;
}
.product-detail .left {
  width: 135px;
  float: left;
  margin-right: 10px;
}
.product-detail .left .image {
  height: 90px;
  background-color: #333;
  background-image: url(../images/shop-item-trasparent.png);
  text-align: center;
  line-height: 90px;
}
.product-detail .left .image img {
  max-width: 110px;
  max-height: 80px;
  vertical-align: middle;
}
.product-detail .left .price {
  margin-top: 7px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.product-detail .detail {
  width: 530px;
  float: left;
}
.product-detail .submit {
  text-align: right;
}
.product-detail .info {
  padding: 4px;
  border: 2px solid #ff8697;
  background: #ffd0da;
  margin-top: 5px;
}
.product-detail .max-excellent {
  text-align: right;
  margin-top: 5px;
  font-size: 13px;
}
.product-detail .checkbox {
  margin: 3px 0;
}
.credit-shop {
  margin: 0;
  list-style: none;
  padding: 0;
}
.credit-shop li {
  text-align: center;
  width: 218px;
  padding-right: 10px;
  float: left;
  border-bottom: 1px solid #3c3a3b;
  padding-bottom: 5px;
}
.credit-shop li:nth-child(3n) {
  padding-right: 0;
}
.credit-shop .title {
  margin: 2px;
  font-size: 14px;
}
.credit-shop .desc {
  background: #eaeaea;
  text-align: left;
  height: 100px;
  color: #000;
  padding: 5px;
  line-height: 1.3em;
  margin-bottom: 2px;
}
.credit-shop .price {
  margin: 2px;
  font-size: 13px;
}
.last-poll {
  padding: 10px;
  padding-top: 8px;
}
.last-poll .poll {
  margin: 0;
  padding: 0;
  list-style: none;
}
.last-poll .poll li {
  margin-bottom: 5px;
}
.last-poll .poll .progress {
  margin-bottom: 0;
  height: 12px;
}
.last-poll .poll .progress .bar {
  font-size: 8px;
  line-height: 12px;
}
.last-poll .total-votes {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #20282a;
}
.last-poll .answer {
  margin-bottom: 5px;
}
.last-poll .poll-actions {
  margin-top: 15px;
}
.last-poll .poll-actions a {
  height: 20px;
  margin-left: 10px;
  display: inline-block;
  line-height: 18px;
}
.last-poll .last-poll-result {
  display: none;
  padding-top: 10px;
  border-top: 1px solid #20282a;
  margin-top: 10px;
}
.top-ranking {
  text-align: center;
}
.top-ranking .type {
  background: #FFF;
  border-radius: 4px;
  padding: 3px;
}
.top-ranking .score,
.top-ranking .name {
  width: 85px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #576E64), color-stop(1, #2B493D));
  background: -webkit-linear-gradient(top, #2B493D 5%, #2B493D 100%);
  background: -o-linear-gradient(top, #576E64 5%, #2B493D 100%);
  background: -ms-linear-gradient(top, #576E64 5%, #2B493D 100%);
  background: linear-gradient(to bottom, #576E64 5%, #2B493D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#576E64', endColorstr='#2B493D', GradientType=0);
  background-color: #576E64;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #708053;
  display: inline-block;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  padding: 3px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2b665e;
}
.top-ranking .image {
  margin: 10px;
}
.warehouse-extended {
  text-align: center;
  width: 256px;
  margin-bottom: 6px;
}
.workshop-warehouse,
.market-warehouse,
.workshop-inventory {
  width: 256px;
  float: left;
  margin-right: 10px;
}
.workshop-warehouse .item,
.market-warehouse .item,
.workshop-inventory .item {
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  background: rgba(11, 26, 51, 0.5) url(../../../../resources/images/warehouse/128x128.gif);
  border: solid 2px rgba(22, 54, 103, 0.5);
}
.workshop-warehouse .item.active,
.market-warehouse .item.active,
.workshop-inventory .item.active {
  border-color: #fff;
}
.workshop-warehouse .item .image,
.market-warehouse .item .image,
.workshop-inventory .item .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.workshop-warehouse .item img,
.market-warehouse .item img,
.workshop-inventory .item img {
  position: absolute;
}
.workshop-warehouse .item:hover,
.market-warehouse .item:hover,
.workshop-inventory .item:hover {
  border-color: #eaeaea;
}
.workshop-warehouse,
.market-warehouse,
.workshop-inventory-items {
  background: url(../../../../resources/images/warehouse/clear.gif);
  height: 480px;
  border: 1px solid #000;
  position: relative;
}
.workshop-inventory .workshop-inventory-equipments {
  background: url(../../../../resources/images/inventories/equipment.png);
  height: 253px;
  position: relative;
}
.workshop-inventory .workshop-inventory-equipments .item-mapping {
  position: absolute;
  border: solid 2px rgba(22, 54, 103, 0.5);
}
.workshop-inventory .workshop-inventory-equipments .item-mapping.item0 {
  width: 59px;
  height: 195px;
  top: 76px;
  left: 1px;
}
.workshop-inventory .workshop-inventory-equipments .item-mapping.item1 {
  width: 58px;
  height: 95px;
  top: 76px;
  right: 3px;
}
.workshop-inventory .workshop-inventory-equipments .item-mapping.item2 {
  width: 62px;
  height: 60px;
  top: 5px;
  left: 96px;
}
.workshop-inventory .workshop-inventory-equipments .item-mapping.item3 {
  width: 62px;
  height: 95px;
  top: 76px;
  left: 96px;
}
.workshop-inventory .workshop-inventory-equipments .item-mapping.item4 {
  width: 61px;
  height: 63px;
  bottom: 6px;
  left: 96px;
}
.workshop-inventory .workshop-inventory-equipments .item-mapping.item5 {
  width: 59px;
  height: 65px;
  bottom: 6px;
  left: 1px;
}
.workshop-inventory .workshop-inventory-equipments .item-mapping.item6 {
  width: 59px;
  height: 62px;
  bottom: 7px;
  right: 2px;
}
.workshop-inventory .workshop-inventory-equipments .item-mapping.item7 {
  width: 89px;
  height: 62px;
  top: 5px;
  right: 2px;
}
.workshop-inventory .workshop-inventory-equipments .item-mapping.item8 {
  width: 59px;
  height: 62px;
  top: 4px;
  left: 1px;
}
.workshop-inventory .workshop-inventory-equipments .item-mapping.item9 {
  width: 28px;
  height: 29px;
  top: 76px;
  left: 65px;
}
.workshop-inventory .workshop-inventory-equipments .item-mapping.item10 {
  width: 27px;
  height: 30px;
  bottom: 40px;
  left: 65px;
}
.workshop-inventory .workshop-inventory-equipments .item-mapping.item11 {
  width: 25px;
  height: 30px;
  bottom: 40px;
  right: 66px;
}
.workshop-inventory .workshop-inventory-equipments .item-mapping:hover,
.workshop-inventory .workshop-inventory-equipments .item-mapping.active {
  border-color: #eaeaea;
}
.workshop-inventory .workshop-inventory-items {
  height: 256px;
  position: relative;
}
.workshop-inventory,
.workshop-item {
  margin-top: 10px;
}
.workshop-item,
.market-item {
  width: 405px;
  float: left;
  margin-left: 10px;
}
.workshop-item .excellent-options,
.market-item .excellent-options {
  margin: 0;
  padding: 0;
  list-style: none;
}
.workshop-item .excellent-options li,
.market-item .excellent-options li {
  position: relative;
  margin-bottom: 5px;
}

.workshop-item .excellent-options li .check,
.market-item .excellent-options li .check {
  position: absolute;
  right: 0;
  top: 0;
}


.workshop-item .workshop-upgrade-price,
.market-item .workshop-upgrade-price {
  font-size: 20px;
  display: none;
  margin-top: 10px;
}



.bestplayer {

  position: relative;

  font-weight: bold;

  line-height: 130px;

  width: 180px;

  height: 50px;

  color: #fff;

  top: 8px;

  font-size: 20px;

  left: 10px;

}



.bestplayername {

  position: relative;

  font-weight: bold;

  line-height: 20px;

  width: 211px;

  height: 10px;

  color: #fff;

  top: 29px;

  font-size: 16px;

  left: 10px;

  color: #FFFF00;

}



.bestplayerscore {

  position: relative;

  font-weight: bold;

  line-height: 20px;

  width: 211px;

  height: 10px;

  top: 38px;

  font-size: 14px;

  left: 10px;

  color: #FFFF00;

}



.teamcharname {
  position: relative;
  font-weight: bold;
  width: 190px;
  height: 28px;
  font-size: 12px;
  top: 9px;
}

.teamstatus {
  position: relative;
  width: 200px;
  height: 28px;
  font-size: 13px;
  left: 119px;
  top: -21px;
  
}

.polltitle {
  font-weight: bold;
  font-size: 14px;

}

.saibamais {
  position: relative;
  right: -67px;

}

.bg-guild-mark {
  position: relative;
  width: 200px;
  height: 28px;
  left: 49px;
  top: 153px;
}



.nav-footer {

	background-color: #070b0d;
	margin: 10px 0px 0px;

	height: 240px;

	overflow: hidden;

}


.nav-footer .box-footer {

	border-right: 0px solid #2f2f32;
	height: 250px;

	float: left;

	padding: 0px 50px 0px;

}


.content-footer {
 width: 1124px;
 margin: auto;
}


.nav-footer .box-footer h1 {

	color: #c4c4c4;

	font-family: inherit;

	font-size: 20px;

	padding-top: 50px;

	text-align: left;

}


.nav-footer .box-footer ul {

	list-style: none;

	display: block;

	margin-top: 15px;

}


.nav-footer .box-footer ul li {

	color: #c4c4c4;

	font-family: gisha;
 
	font-size: 14px;

	line-height: 20px;

}


.nav-footer .box-footer ul li a {

	color: #c4c4c4;

	text-decoration: none;

}


.nav-footer .box-footer ul li a:hover {

	color: #d28080;

}


footer {
    background: url(../images/bg-footer_v3.1.png) center bottom;
    height: 150px;
    width: 100%;
    margin-top: 0px;
}

.footer-wr {
 width: 800px;
 margin: auto;
}	


.footer-wr .dev-morpheus {

	background: url('../images/logo-morpheus.png') no-repeat;

	width: 85px;

	height: 85px;

	position: relative;

	float: left;

	margin: 25px 20px 0px;

}

.footer-wr .prog-applayo {

	background: url('../images/logo-ailsoncosta.png') no-repeat;

	width: 85px;

	height: 85px;

	position: relative;

	float: left;

	margin: 25px 20px 0px;

}


.footer-wr p {

	float: left;

	color: #f6f6f9;

	font-family: gisha;

	font-size: 14px;

	margin: 56px 30px 0px;

}





.templstock {
    background: url(../images/templstock.gif) repeat scroll 0 0 transparent;
    text-shadow: 0 0 8px;
}

.lang-flags {
  position: relative;
  width: 200px;
  height: 28px;
  left: 49px;
  top: 5px;
}



.tabs li {
 display:inline-block
}



.wrap .main .sidebar-container .sidebar .market {

  width: 289px;

  height: 137px;

  margin-top: 20px;

  background: url(../images/sidebar/bg-top-player.png);

}



.market-title-text {

  position: relative;

  font-weight: bold;

  line-height: 20px;

  width: 121px;

  height: 10px;

  color: #fff;

  top: 6px;

  font-size: 20px;

  left: 98px;

}


.shop-itens {
  margin-top: -30px;
  width: 417px;
  float: left;
}
.shop-itens p{
  text-align: center;
  padding-top: 13px;
}
.shop-itens .item {
  width: 135px;
  margin: 0;
  padding: 4px 2px 5px;
  float: left;
}
.shop-itens .item .name {
  padding: 4px;
  font-size: 13px;
  text-align: center;
}
.shop-itens .item .image {
  height: 90px;
  background-color: #333;
  background-image: url(../images/shop-item-trasparent.png);
  text-align: center;
  line-height: 90px;
}
.shop-itens .item .image img {
  max-width: 110px;
  max-height: 80px;
  vertical-align: middle;
}
.shop-itens .item .info {
  margin-top: 5px;
  text-align: center;
}
.shop-itens .item .info p {
  margin: 0;
  line-height: 5px;
}
.shop-itens .item .buy {
  text-align: center;
  margin-top: 5px;
}
.shop-itens .item .cash {
  padding: 4px;
  color: #dfdf14;
  border-top: 1px solid #55636c;
}
.shop-itens .item .cash a {
  float: right;
}
.product-detail .left {
  width: 135px;
  float: left;
  margin-right: 10px;
}
.product-detail .left .image {
  height: 90px;
  background-color: #333;
  background-image: url(../images/shop-item-trasparent.png);
  text-align: center;
  line-height: 90px;
}
.product-detail .left .image img {
  max-width: 110px;
  max-height: 80px;
  vertical-align: middle;
}
.product-detail .left .price {
  width: 135px;
  text-align: center;
  padding-top: 2px;
}
.product-detail .detail {
  width: 411px;
  float: left;
}
.product-detail .submit {
  text-align: right;
}
.product-detail .info {
  padding: 4px;
  border: 2px solid #ff8697;
  background: #ffd0da;
  margin-top: 5px;
  color: #000;
  font-size: 11px;
  font-weight: bold;
}
.product-detail .max-excellent {
  text-align: right;
  margin-top: 5px;
  font-size: 13px;
}
.product-detail .checkbox {
  margin: 3px 0;
}



.marketbg {

  display: inline-block;

  width: 289px;

  background: url(../images/marketbg.png);

  height: 157px;
  margin-top: 12px;

}



.lootbox .available-items{
	width:120px;
	margin:0 auto;
	margin-top:30px;
	height:120px;
	border-style:solid;
	border-width:5px;
	-moz-border-image:url(../images/title-border.png) 5 repeat;
	-webkit-border-image:url(../images/title-border.png) 5 repeat;-o-border-image:url(../images/title-border.png) 5 repeat;
	border-image:url(../images/title-border.png) 5 fill repeat;
	background:url(../images/bg-form.gif)
	}
.lootbox .available-items img{
	max-width:80px;
	max-height:80px;
	vertical-align:middle;
	margin:0 auto
	}
	
.open-box{
	margin-top:10px
	}

.lootboxes-available{
	background:red;
	color:#fff;
	font-size:10px;
	padding:2px 5px;
	border-radius:19px
	}

.lootbox-items .item{
	width:89px;
	margin:0;
	padding:4px 2px 5px;
	float:left;
	border-bottom:1px solid #ccc
	}
	
.lootbox-items .item .name{
	font-size:11px;
	text-align:center
	}
	
.lootbox-items .item .image{
	height:60px;
	background-color:#333;
	background-image:url(../images/round-small.gif);
	text-align:center;
	line-height:60px
	}
	
.lootbox-items .item .image img{
	max-width:80px;
	max-height:50px;
	vertical-align:middle
	}
	
.lootbox-items .item:nth-child(6n){
	padding-right:0
	}
	
 .remember-login	{
	 margin-top:4px
	 }

.morpheus-inventory {
  width: 258px;
  float: left;
}

.gens-h {

	width: 315px;

	float: left;

	margin-left: 5px;

	margin-top: 15px;

}


.gens-h .vantert-h {

	background: url('../images/vanert.jpg') no-repeat;

	width: 315px;

	height: 249px;

	cursor: pointer;

}


.gens-h .vantert-h span {

	display: none;
	

}


.gens-h .vantert-h:hover span {

	display: block;

	width: 315px;

	background-color: rgba(1,1,4,0.7);

	height: 249px;

}


.gens-h .vantert-h:hover span h1 {

	color: #fcfcfc;

	font-size: 24px;

	text-align: center;

	font-family: gisha;

	top: 100px;

	position: relative;

}


.gens-h .vantert-h:hover span p {

	color: #fcfcfc;

	font-size: 16px;

	text-align: center;

	font-family: gisha;

	top: 100px;

	position: relative;

}


.gens-h .duprian-h {

	background: url('../images/duprian.jpg') no-repeat;

	width: 315px;

	height: 249px;

	cursor: pointer;

	margin-top: 2px;

}


.gens-h .duprian-h span {

	display: none;
	

}


.gens-h .duprian-h:hover span {

	display: block;

	width: 315px;

	background-color: rgba(1,1,4,0.7);

	height: 249px;

}


.gens-h .duprian-h:hover span h1 {

	color: #fcfcfc;

	font-size: 24px;

	text-align: center;

	font-family: gisha;

	top: 100px;

	position: relative;

}


.gens-h .duprian-h:hover span p {

	color: #fcfcfc;

	font-size: 16px;

	text-align: center;

	font-family: gisha;

	top: 100px;

	position: relative;

}

div, html, body, p, input, select, button, h1, h2, h3, h4, i {
    outline: none;
}

.clear {
    clear: both;
}

.logo-MU {

  display: block;

  position: absolute;

  margin-left: 20px;

  bottom: 140px;

  z-index: 2;

  transition: 0.3s;

}



.logo-MU:hover {

  -webkit-filter: brightness(120%);

  filter: brightness(120%);

}

.loginho-MU {

  display: block;

  position: absolute  
  margin-left: 0px;

  bottom: 0px;

  z-index: 2;

  transition: 0.3s;

}



.loginho-MU:hover {

  -webkit-filter: brightness(120%);

  filter: brightness(120%);

}

.logo-morpheus {

  display: block;

  position: absolute
  margin-left: 0px;

  bottom: 0px;

  z-index: 2;

  transition: 0.3s;

}



.logo-morpheus:hover {

  -webkit-filter: brightness(120%);

  filter: brightness(120%);

}

.logo-applayo {

  display: block;

  position: absolute

  margin-left: 0px;

  bottom: 0px;

  z-index: 2;

  transition: 0.3s;

}



.logo-applayo:hover {

  -webkit-filter: brightness(120%);

  filter: brightness(120%);

}

.top-class { 
    padding: 25px; 
}

.top-class .title {
    line-height: 80px;
    height: 80px;
   
    padding: 0 30px;
    font-size: 17px;
    text-transform: uppercase;
    
    font-weight: 700
}

.top-class .title .fr {
    float: right
}

.top-class .title .class {
    list-style: none;
    padding: 0;
    margin: 0
}

.top-class .title .class li {
    float: left;
    margin-left: 5px
}

.top-class .title .class li.active {
    border-bottom: 3px solid #6f6f6f;
    height: 80px
}

.top-class .title .class li img {
    height: 50px
}

.top-class .tab-content {
    display: none
}

.top-class .tab-content.active {
    display: block
}

.top-class .tab-content .top-class-content {
    height: 250px;
    position: relative
}

.top-class .tab-content .top-class-content img {
    position: absolute;
    bottom: -2px;
    left: 0
}

.top-class .tab-content .top-class-content .info {
    float: right;
    padding-top: 40px;
    width: 300px;
    color: #6f6d6d;
    font-size: 1rem
}

.top-class .tab-content .top-class-content .info h3 {
    font-size: 1.1rem;
    margin-bottom: 0
}

.top-class .tab-content .top-class-content .info .name {
    font-weight: 700;
    font-size: 1.8rem;
    color: #c41e11
}

.top-class .tab-content .top-class-content .info .btn {
    margin-top: 15px;
    text-transform: uppercase;
    background: #a2a19f;
    color: #fff;
    border-color: #a2a19f
}

@media (max-width:992px) {
    .top-class .title .class li img {
        height: 30px
    }
    .top-class .tab-content .top-class-content img {
        width: 275px
    }
    .top-class .tab-content .top-class-content .info {
        width: 190px;
        padding-top: 20px
    }
}

@media (max-width:768px) {
    .top-class {
        border-right: 0;
        margin-right: 0
    }
    .top-class .title .class li img {
        height: 35px
    }
    .top-class .tab-content .top-class-content {
        font-size: .8px;
        height: 220px
    }
    .top-class .tab-content .top-class-content img {
        width: 300px
    }
    .top-class .tab-content .top-class-content .info {
        width: 200px;
        padding-top: 20px
    }
}

@media (max-width:576px) {
    .top-class .title {
        line-height: 50px;
        height: 113px;
        padding: 20px;
        padding-top: 10px
    }
    .top-class .title .class li {
        height: auto!important
    }
    .top-class .title .class li img {
        height: 30px
    }
    .top-class .tab-content .top-class-content {
        height: auto
    }
    .top-class .tab-content .top-class-content img {
        display: none
    }
    .top-class .tab-content .top-class-content .info {
        width: auto;
        float: none;
        padding: 20px
    }
    .top-class .fr {
        float: none!important
    }
}