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 20px / 2;
}
.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 20px / 2 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: 20px / 2;
}
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: #505050;
  color: #fff;
}
table.list thead tr th {
  text-align: left;
  padding: 4px;
}
table.list tbody tr td {
  padding: 4px;
  background: #d4c0a1;
}
table.list tbody tr:nth-child(2n) td {
  background: #f1e0c6;
}
table.list.panel td:nth-child(2n) {
  text-align: right;
  font-weight: bold;
}
input.btn {
  height: 30px;
  border-style: solid;
  border-width: 6px;
  -moz-border-image: url('../images/button-border3.png') 6 repeat;
  -webkit-border-image: url('../images/button-border3.png') 6 repeat;
  -o-border-image: url('../images/button-border3.png') 6 repeat;
  border-image: url('../images/button-border3.png') 6 fill repeat;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}
input.btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 90 / 100;
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 200px;
  background-color: #1a1919;
  background-repeat: no-repeat;
  background-position: right 2px;
  border: 1px solid #cccccc1a;
}
.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: 28px;
  max-width: 100%;
}
.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 #333333b8;
  min-height: 30px;
}
.form .row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.form .row:first-child {
  padding-top: 0;
}
.form .row .label {
  width: 130px;
  margin-top: 3px;
  float: left;
  min-height: 25px;
  padding-top: 5px;
}
.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;
}
.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.posts {
  margin: 5px 5px;
  list-style: none;
}
ul.posts li {
  padding: 3px 0;
  display: block;
  border-top: 1px solid #ccc;
}
ul.posts li:first-child {
  border-top: 0;
}
ul.posts li:last-child {
  border-bottom: 0;
}
ul.posts li a {
  font-size: 14px;
}
ul.posts li p {
  padding: 0;
  margin: 0;
  line-height: 1.3em;
}
ul.posts li p.author-created {
  padding: 0;
  color: #999;
  font-size: 9px;
}
ul.posts li p.body {
  margin-top: 5px;
}
.single-post {
  margin-bottom: 20px;
}
.single-post img {
  max-width: 100%;
}
.single-post .image-cover {
  float: left;
  margin-right: 10px;
}
.single-post .image-cover img {
  max-width: 200px;
}
ul.comments {
  list-style: none;
  margin: 0;
}
ul.comments li {
  overflow: auto;
  padding: 5px;
  border-top: 1px solid #ccc;
}
ul.comments li:first-child {
  border-top: 0;
}
ul.comments li .desc {
  width: 545px;
  float: left;
}
ul.comments li .desc .name {
  color: #b70000;
  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-top: 1px solid #ccc;
}
.helpdesk-messages li:first-child {
  border-top: 0;
}
.helpdesk-messages li .desc {
  width: 100%;
}
.helpdesk-messages li .desc .name {
  color: #b70000;
  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 sup {
  color: #e9cd06;
}
.rankings .character,
.rankings .guild {
  position: relative;
  width: 184px;
  float: left;
  height: 88px;
  padding: 4px 0px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  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;
  margin-left: 10px;
  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.html);
  width: 70px;
  height: 86px;
  position: relative;
  z-index: 10;
}
.rankings .character .image img,
.rankings .guild .image img,
.rankings .character .image svg,
.rankings .guild .image svg {
  position: absolute;
  top: 5px;
  left: 0;
}
.rankings .character .desc,
.rankings .guild .desc {
  width: 101px;
  padding-top: 5px;
  float: left;
}
.rankings .character .rank,
.rankings .guild .rank {
  position: absolute;
  bottom: 5px;
  right: 5px;
  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: 69px;
  height: 73px;
}
.panel .panel-services {
  position: relative;
  margin: 0;
  list-style: none;
  z-index: 10;
  padding: 0 10px;
}
.panel .panel-services li {
  line-height: 15px;
  font-weight: bold;
}
.panel .panel-services li a {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  background: url(../images/arrow.gif) -4px 7px no-repeat;
  padding-left: 17px;
}
.characters .character {
  width: 99px;
  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: 100px;
  height: 105px;
}
.characters .character .avatar img {
  text-align: center;
  z-index: -999;
  vertical-align: middle;
}
.grid {
  width: 100%;
}
.grid:after,
.grid:before {
  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%;
}
.grid [class*=grid]:first-child {
  margin-left: 0;
}
.grid .controls-row [class*=grid] + [class*=grid] {
  margin-left: 1.20481928%;
}
.grid .grid-12 {
  width: 100%;
}
.grid .grid-11 {
  width: 91.56626506%;
}
.grid .grid-10 {
  width: 83.13253012%;
}
.grid .grid-9 {
  width: 74.69879518%;
}
.grid .grid-8 {
  width: 66.26506024%;
}
.grid .grid-7 {
  width: 57.8313253%;
}
.grid .grid-6 {
  width: 49.39759036%;
}
.grid .grid-5 {
  width: 40.96385542%;
}
.grid .grid-4 {
  width: 32.53012048%;
}
.grid .grid-3 {
  width: 24.09638554%;
}
.grid .grid-2 {
  width: 15.6626506%;
}
.grid .grid-1 {
  width: 7.22891566%;
}
.on,
.online {
  color: green;
}
.on,
.online {
  color: green;
}
.off,
.offline {
  color: red;
}
.margin-top {
  margin-top: 5px!important;
}
.margin-bottom {
  margin-bottom: 5px!important;
}
.align-right {
  text-align: right;
}
.align-center,
.text-center {
  text-align: center;
}
.font-small {
  font-size: 10px;
}
.p2 {
  padding: 5px;
}
.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, #231e1ea6, #231e1e);
  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: #333;
  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, #e2e524d9, #c1cf20);
  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 {
  margin-bottom: -4px;
  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;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  z-index: 100;
  padding: 4px 5px;
}
.box-panel .box-panel-content {
  border: 2px solid #55636c;
  outline: 1px solid #000;
  padding: 5px;
  clear: both;
  display: block;
  margin: 0 2px;
  background: url(../images/bg-form.gif);
}
.tabs {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.tabs .tab-link {
  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: 700;
  padding: 3px 6px;
  margin: 2px;
}
.tabs .tab-link: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;
}
.tabs .tab-link.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-content .tab-content {
  display: none;
}
.tabs-content .tab-content.active {
  display: block;
}
body {
  font: 11px Arial, Tahoma;
  background: #0d1517 url(../images/bg.html) top center no-repeat;
}
a {
  text-decoration: none;
  color: #4d4d4d;
}
a:hover {
  color: #25992d;
  text-decoration: underline;
}
a.btn,
a.morpheus-popup-btn,
button.btn {
  border-style: solid!important;
  border-width: 6px!important;
  -moz-border-image: url('../images/button-border.png') 6 repeat !important;
  -webkit-border-image: url('../images/button-border.png') 6 repeat !important;
  -o-border-image: url('../images/button-border.png') 6 repeat !important;
  border-image: url('../images/button-border.png') 6 fill repeat !important;
  display: inline-block !important;
  text-align: center!important;
  color: #fff !important;
  text-decoration: none!important;
  padding: 0 10px!important;
  line-height: initial!important;
  border-radius: 4px;
}
a.btn:hover,
a.morpheus-popup-btn:hover,
button.btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 90 / 100;
  filter: alpha(opacity=90);
}
a.btn.disabled,
a.morpheus-popup-btn.disabled,
button.btn.disabled {
  opacity: 40 / 100;
  filter: alpha(opacity=40);
}
a.btn:focus,
a.morpheus-popup-btn:focus,
button.btn:focus {
  outline: none;
}
.wrap {
  width: 1007px;
  margin: 0 auto;
  position: relative;
}
.wrap .language {
  position: absolute;
  right: 10px;
  top: 10px;
}
.wrap .language a {
  display: inline-block;
  border: 2px solid transparent;
}
.wrap .language .active {
  border: 2px solid #000;
}
.wrap .header {
  height: 250px;
}
.wrap .header .onlines {
  width: 627px;
  height: 76px;
  position: absolute;
  left: 188px;
  position: relative;
}
.wrap .header .onlines img {
  position: absolute;
}
.wrap .header .onlines .progress-bar {
  width: 580px;
  height: 17px;
  position: absolute;
  left: 24px;
  top: 30px;
  background: #000;
}
.wrap .header .onlines .progress-bar .line {
  background: url('../images/line.png');
  height: 100%;
}
.wrap .header .onlines .status {
  background: #000 url('../images/status.png');
  width: 55px;
  height: 54px;
  position: absolute;
  left: 286px;
  top: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  border-radius: 50px;
}
.wrap .header .onlines .status a {
  color: #fff;
}
.wrap .header .logotipo {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  height: 140px;
  top: 100px;
}
.wrap .main {
  width: 1007px;
}
.wrap .main .top {
  background: url(../images/bg-main-top.png);
  position: relative;
  margin-bottom: -21px;
  width: 1007px;
  height: 77px;
  z-indez: -1;
}
.wrap .main .sidebar {
  width: 205px;
}
.wrap .main .sidebar .container {
  position: relative;
  z-index: 1;
}
.wrap .main .sidebar.left {
  background: url(../images/bg-sidebar-left.gif);
  float: left;
}
.wrap .main .sidebar.left .container {
  margin-left: -2px;
}
.wrap .main .sidebar.left .container .title {
  width: 184px;
  height: 28px;
  font-size: 12px;
  position: relative;
  color: #fff;
  margin: 0;
  margin-left: 14px;
  line-height: 26px;
  padding-left: 10px;
  background: url(../images/bg-h1-sidebar-left.png) no-repeat;
}
.wrap .main .sidebar.left .container .box {
  width: 184px;
  margin-left: 14px;
  color: #fff;
  background: url(../images/bg-box-sidebar-left.gif) repeat-y;
  margin-bottom: -3px;
}
.wrap .main .sidebar.left .container .box .events-spotlight {
  margin-bottom: 10px;
}
.wrap .main .sidebar.left .container .box .event {
  padding: 3px;
  line-height: 12px;
  color: #ccc;
  border-bottom: 1px solid #2d373d;
}
.wrap .main .sidebar.left .container .box .event:last-child {
  background: none;
}
.wrap .main .sidebar.left .container .box .event span.time {
  color: #6c8f1b;
  float: right;
}
.wrap .main .sidebar.left .container .box ul {
  list-style: none;
  margin: 0;
}
.wrap .main .sidebar.left .container .box ul li {
  line-height: 12px;
  background: url(../images/separator.gif) bottom no-repeat;
}
.wrap .main .sidebar.left .container .box ul li:last-child {
  background: none;
}
.wrap .main .sidebar.left .container .box ul li a {
  display: block;
  background: url(../images/arrow.gif) 0 5px no-repeat;
  padding: 3px 3px 5px 20px;
  color: #719A71;
}
.wrap .main .sidebar.left .container .box-bottom {
  height: 7px;
  width: 184px;
  margin-left: 14px;
  background: url(../images/bg-box-bottom-sidebar-left.gif);
}
.wrap .main .sidebar.left .container .space {
  height: 7px;
}
.wrap .main .sidebar.left .sidebar-bottom {
  background: url(../images/bg-sidebar-left-bottom.png);
  height: 10px;
}
.wrap .main .sidebar.right {
  background: url(../images/bg-sidebar-right.gif);
  width: 204px;
  float: right;
}
.wrap .main .sidebar.right .container {
  margin-left: 7px;
  position: relative;
}
.wrap .main .sidebar.right .container .title {
  margin: 0;
  background: url(../images/bg-h1-sidebar-right.png) no-repeat;
  height: 27px;
  line-height: 27px;
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
}
.wrap .main .sidebar.right .container .box {
  width: 179px;
  color: #fff;
  padding: 0 9px;
  background: url(../images/bg-box-sidebar-right.gif) repeat-y;
}
.wrap .main .sidebar.right .container .box .forgot-password {
  text-align: center;
  margin-top: 5px;
}
.wrap .main .sidebar.right .container .box .login-input {
  font-size: 10px;
  height: 15px;
  background: #08232a;
  border: 1px solid #41645e;
  color: #2f606d;
  margin-bottom: 3px;
  width: 104px;
  padding: 1px 3px;
}
.wrap .main .sidebar.right .container .box .login-input:focus {
  outline: none;
}
.wrap .main .sidebar.right .container .box .login-submit {
  background-image: url(../images/go.png);
  background-repeat: no-repeat;
  border: none;
  width: 53px;
  height: 43px;
  cursor: pointer;
  position: absolute;
  right: 21px;
  top: 26px;
}
.wrap .main .sidebar.right .container .box .login-submit:focus {
  outline: none;
}
.wrap .main .sidebar.right .container .box .loading-login {
  width: 53px;
  height: 43px;
  position: absolute;
  right: 14px;
  top: 32px;
}
.wrap .main .sidebar.right .container .box .remember-login {
  margin-top: 4px;
}
.wrap .main .sidebar.right .container .box .social-login {
  margin-top: 5px;
}
.wrap .main .sidebar.right .container .box ul {
  margin: 0;
  list-style: none;
  width: 165px;
}
.wrap .main .sidebar.right .container .box ul li {
  padding: 3px;
  line-height: 12px;
  color: #ccc;
  border-bottom: 1px solid #2d373d;
}
.wrap .main .sidebar.right .container .box ul li .notification {
  background: red;
  color: #fff;
  padding: 0px 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 8px;
  position: absolute;
  margin-top: -4px;
}
.wrap .main .sidebar.right .container .box ul li span.text {
  color: #6c8f1b;
  float: right;
}
.wrap .main .sidebar.right .container .box ul li span.online {
  color: green;
  float: right;
}
.wrap .main .sidebar.right .container .box ul li span.offline {
  color: red;
  float: right;
}
.wrap .main .sidebar.right .container .box ul li a {
  color: #719A71;
  background: url(../images/arrow.gif) -9px 4px no-repeat;
  padding: 3px 3px 5px 11px;
}
.wrap .main .sidebar.right .container .space {
  height: 7px;
}
.wrap .main .sidebar.right .container .box-bottom {
  height: 10px;
  width: 184px;
  background: url(../images/bg-box-bottom-sidebar-right.gif);
}
.wrap .main .sidebar.right .sidebar-bottom {
  background: url(../images/bg-sidebar-right-bottom.png);
  height: 10px;
}
.wrap .main .content {
  width: 600px;
  float: left;
  margin-left: -2px;
}
.wrap .main .content .container {
  background: url(../images/bg-content.gif);
  min-height: 520px;
}
.wrap .main .content .container .c {
  position: relative;
  z-index: 10;
  margin-top: -5px;
  margin-left: 22px;
  margin-right: 22px;
}
.wrap .main .content .container h1.title {
  margin: 0;
  height: 30px;
  margin-bottom: 7px;
  width: 556px;
  font-weight: bold;
  line-height: 30px;
  font-size: 12px;
  padding-left: 30px;
  color: #fff;
  background: url(../images/bg-h1-content.png) no-repeat;
}
.wrap .main .content .container h2.title {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  color: #fff;
  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;
}
.wrap .main .content .container h2.margin-top {
  margin-top: 10px;
}
.wrap .main .content .content-middle {
  height: 66px;
  margin-left: -14px;
  margin-top: -23px;
  width: 626px;
  position: relative;
  background: url(../images/bg-content-bottom.png);
}
.footer {
  width: 1007px;
  text-align: center;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer p {
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 15px;
}
.rates {
  padding: 5px;
  background: #F7F7B7;
  border: 2px solid #B9B988;
  margin-bottom: 10px;
}
.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: 556px;
  height: 188px;
}
.castle-siege .siege {
  position: relative; 
}
.castle-siege .mark {
  position: absolute;
  width: 126px;
  height: 126px;
  top: 48px;
  left: 5px;
}
.castle-siege .image {
  position: absolute;
  width: 68px;
  height: 74px;
  right: 58px;
  top: 77px;
}
.castle-siege .next {
  position: absolute;
  bottom: 53px;
  font-weight: bold;
  color: #fff;
  left: 175px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  width: 191px;
}
.castle-siege .owner {
  position: absolute;
  font-weight: bold;
  color: #fff;
  top: 18px;
  width: 113px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  left: 10px;
}
.castle-siege .master {
  position: absolute;
  font-weight: bold;
  color: #fff;
  bottom: 12px;
  width: 68px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  right: 58px;
}
.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);
}
.equipments {
  background: #d4c0a1 !important;
}
.equipments .mapping {
  margin-left: 70px;
}
.morpheus-popup-btn {
  padding: 0 10px!important;
}
.slider-container {
  margin-bottom: 10px;
}
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: 129px;
  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 #ccc;
  background: url(../images/arrow.gif) -4px 7px no-repeat;
  padding-left: 17px;
}
.shop-itens {
  width: 417px;
  float: left;
}
.shop-itens .item {
  width: 135px;
  margin: 0;
  padding: 4px 2px 5px;
  float: left;
}
.shop-itens .item .name {
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 13px;
  text-align: center;
}
.shop-itens .item .image {
  height: 90px;
  background-color: #b7b5b5;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.shop-itens .item .image img {
  max-width: 100%;
  max-height: 100%;
}
.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: #b7b5b5;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product-detail .left .image img {
  max-width: 100%;
  max-height: 100%;
}
.product-detail .left .price {
  margin-top: 7px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.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;
}
.product-detail .max-excellent {
  margin-top: 5px;
  padding: 5px;
  margin-bottom: 0;
}
.product-detail .checkbox {
  margin: 3px 0;
}
.market .market-options {
  display: flex;
  justify-content: center;
}
.market .market-options a {
  border: 2px solid #ccc;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 5px;
}
.market .market-options a:hover {
  border-color: #08232a;
  text-decoration: none;
}
.market .market-search {
  width: 129px;
  float: left;
  margin-right: 10px;
}
.market .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 .market-search .title {
  background-color: #f5ae04;
  -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 .market-search ul {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
}
.market .market-search ul li {
  line-height: 15px;
  font-weight: bold;
}
.market .market-search ul li a {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #cccccc1a;
  background: url(../images/arrow.gif) -4px 7px no-repeat;
  padding-left: 17px;
}
.market .market-items .item {
  width: 135px;
  margin: 0;
  padding: 4px 2px 5px;
  float: left;
}
.market .market-items .item .name {
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 13px;
  text-align: center;
}
.market .market-items .item .image {
  height: 90px;
  background-color: #b7b5b5;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.market .market-items .item .image img {
  max-width: 100%;
  max-height: 100%;
}
.market .market-items .item .info {
  margin-top: 5px;
  text-align: center;
}
.market .market-items .item .info p {
  margin: 0;
}
.market .market-items .item .buy {
  text-align: center;
  margin-top: 5px;
}
.market .market-items .item .cash {
  padding: 4px;
  color: #dfdf14;
  border-top: 1px solid #55636c;
}
.market .market-items .item .cash a {
  float: right;
}
.credit-shop {
  margin: 0;
  list-style: none;
  padding: 0;
}
.credit-shop li {
  text-align: center;
  width: 178px;
  padding-right: 10px;
  float: left;
  border-bottom: 1px solid #ccc;
  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;
  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 .answer label {
  display: flex;
  align-items: center;
}
.last-poll .answer label input {
  margin-right: 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-players,
.top-players-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.top-players .top-player-group,
.top-players-group .top-player-group {
  width: 273px;
  margin-right: 10px;
}
.top-players .top-player-group:nth-child(2n),
.top-players-group .top-player-group:nth-child(2n) {
  margin-right: 0;
}
.top-players .top-player-group.top-players-group-3,
.top-players-group .top-player-group.top-players-group-3 {
  width: 178px;
}
.top-players .top-player-group.top-players-group-3:nth-child(2n),
.top-players-group .top-player-group.top-players-group-3:nth-child(2n) {
  margin-right: 10px;
}
.top-players .top-player-group.top-players-group-3:nth-child(3n),
.top-players-group .top-player-group.top-players-group-3:nth-child(3n) {
  margin-right: 0;
}
.top-players .top-player,
.top-players-group .top-player {
  margin-right: 10px;
  width: 131px;
  margin-bottom: 10px;
}
.top-players .top-player:nth-child(4n),
.top-players-group .top-player:nth-child(4n) {
  margin-right: 0;
}
.top-players .type,
.top-players-group .type {
  background: #fff;
  border-radius: 4px;
  padding: 3px;
}
.top-players .data-name,
.top-players-group .data-name {
  display: flex;
  align-items: center;
}
.top-players .data-name img,
.top-players-group .data-name img,
.top-players .data-name svg,
.top-players-group .data-name svg {
  margin-right: 5px;
}
.top-players .score,
.top-players-group .score,
.top-players .name,
.top-players-group .name {
  background-color: #2b493d;
  background-image: -moz-linear-gradient(top, #2B493D, #2B493D);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2B493D), to(#2B493D));
  background-image: -webkit-linear-gradient(top, #2B493D, #2B493D);
  background-image: -o-linear-gradient(top, #2B493D, #2B493D);
  background-image: linear-gradient(to bottom, #2B493D, #2B493D);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b493d', endColorstr='#ff2b493d', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #708053;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 3px;
}
.top-players .score a,
.top-players-group .score a,
.top-players .name a,
.top-players-group .name a {
  color: #fff;
}
.top-players .image,
.top-players-group .image {
  margin: 10px;
}
.warehouse-extended {
  text-align: center;
  width: 256px;
  margin-bottom: 6px;
}
.morpheus-inventory {
  float: left;
}
.workshop-item,
.market-item {
  width: 288px;
  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;
}
.workshop-inventory-container {
  margin-top: 20px;
}
.kit-items {
  display: flex;
  flex-wrap: wrap;
}
.kit-items .item {
  width: 127px;
  margin: 0;
  padding: 4px 2px 5px;
  float: left;
}
.kit-items .item .name {
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 13px;
  text-align: center;
}
.kit-items .item .name .quantity {
  margin-right: 5px;
  font-weight: bold;
}
.kit-items .item .image {
  height: 90px;
  background-color: #b7b5b5;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.kit-items .item .image img {
  max-width: 100%;
  max-height: 100%;
}
.kit-items .item .info {
  margin-top: 5px;
  text-align: center;
}
.kit-items .item .info p {
  margin: 0;
}
.kit-items .item .buy {
  text-align: center;
  margin-top: 5px;
}
.kit-items .item .cash {
  padding: 4px;
  color: #dfdf14;
  border-top: 1px solid #55636c;
}
.kit-items .item .cash a {
  float: right;
}
.lootbox .lootbox-description {
  margin-bottom: 20px;
}
.lootbox .lootbox-wheel {
  text-align: center;
  margin-top: 30px;
}
.lootbox .lootbox-price {
  border: 2px solid #000;
  padding: 10px;
  background: #ebe56f;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.lootbox .lootbox-actions {
  margin-top: 10px;
}
.lootbox .lootbox-items {
  margin-top: 10px;
}
.lootbox .lootbox-items .item {
  width: 101px;
  margin: 0;
  padding: 4px 5px 5px;
  float: left;
}
.lootbox .lootbox-items .item.active {
  border: 2px solid #000;
  margin: -2px;
  border-radius: 5px;
}
.lootbox .lootbox-items .item .name {
  font-size: 11px;
  text-align: center;
  margin-bottom: 4px;
}
.lootbox .lootbox-items .item .image {
  height: 70px;
  background-color: #b7b5b5;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.lootbox .lootbox-items .item .image img {
  max-width: 100%;
  max-height: 100%;
}
.achievements .progress {
  height: 12px;
  margin-bottom: 10px;
}
.achievements .progress .bar {
  font-size: 8px;
  line-height: 12px;
}
.achievements .description {
  margin-bottom: 10px;
}
.achievements .title {
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}
.achievements .actions {
  text-align: center;
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
}
.gateways {
  display: flex;
  justify-content: center;
}
.gateways .gateway {
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  width: 150px;
  padding: 10px;
}
.gateways .gateway a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.gateways .gateway a img {
  max-width: 85%;
}
.gateways .gateway:hover {
  border-color: #08232a;
}
.events .event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.events .event .name {
  display: flex;
  align-items: center;
}
.events .event .label-default {
  padding: 5px;
  background: #ccc;
}
.events .event .bg-success {
  background: #64851c;
  padding: 5px;
  color: #fff;
}
.vote-reward {
  display: flex;
  flex-wrap: wrap;
}
.vote-reward .vote-reward-provider {
  width: 154px;
  border: 2px solid #000;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
.vote-reward .vote-reward-provider .name {
  height: 90px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vote-reward .vote-reward-provider .name img {
  max-width: 100%;
  max-height: 100%;
}
.vote-reward .vote-reward-provider .vote {
  margin-top: 10px;
  text-align: center;
}
.vote-reward .vote-reward-provider:nth-child(3n) {
  margin-right: 0;
}
.auction-items .item {
  width: 135px;
  margin: 0;
  padding: 4px 2px 5px;
  float: left;
}
.auction-items .item .name {
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 13px;
  text-align: center;
}
.auction-items .item .image {
  height: 90px;
  background-color: #b7b5b5;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.auction-items .item .image img {
  max-width: 100%;
  max-height: 100%;
}
.auction-items .item .info {
  margin-top: 5px;
  text-align: center;
}
.auction-items .item .info p {
  margin: 0;
}
.auction-items .item .buy {
  text-align: center;
  margin-top: 5px;
}
.auction-items .item .cash {
  padding: 4px;
  color: #dfdf14;
  border-top: 1px solid #55636c;
}
.auction-items .item .cash a {
  float: right;
}
.social-connect {
  display: flex;
}
.social-connect .provider {
  width: 50%;
  border: 2px solid #ccc;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
}
.social-connect .provider:nth-child(2n) {
  margin-right: 0;
}
.social-connect .provider .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.social-connect .provider .logo img {
  max-width: 80%;
  max-height: 100%;
}
.social-connect .provider .actions {
  text-align: center;
}
.trackers {
  margin: 0;
  padding: 0;
  list-style: none;
}
.trackers li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.trackers li .vote-up,
.trackers li .vote-down {
  color: red;
}
.trackers li .vote-up:hover,
.trackers li .vote-down:hover {
  text-decoration: none;
}
.trackers li .vote-up {
  color: green;
}
.tracker .admin {
  background: #D4BF78;
  padding: 2px 5px;
  margin-left: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
}
.tracker .images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.tracker .images a {
  width: 70px;
  height: 70px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.tracker .images a img {
  max-width: 100%;
  max-height: 100%;
}
.vote-up,
.vote-down {
  color: red;
}
.vote-up:hover,
.vote-down:hover {
  text-decoration: none;
}
.vote-up {
  color: green;
}
.guide {
  display: flex;
  justify-content: space-between;
}
.credit-shop .winner {
  height: 146px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.credit-shop .winner .number {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
}
.raffle #raffle-price {
  border: 2px solid #000;
  padding: 10px;
  background: #ebe56f;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  display: none;
}
.raffle .description {
  margin-bottom: 10px;
}
.raffle .rewards {
  margin-bottom: 20px;
}
.raffle .numbers {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 10px;
}
.raffle .numbers .number {
  width: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  background: #ccc;
  border: 1px solid #ccc;
  font-size: 18px;
}
.raffle .numbers .number.allowed {
  background: #ccf;
  border-color: #ccf;
}
.raffle .numbers .number.allowed:hover,
.raffle .numbers .number.allowed.active {
  background: #ccf;
  color: blue;
  text-decoration: none;
  border-color: blue;
}
.raffle .numbers .number.my {
  border-color: #afaf02;
}

/** DOWNLOAD / REGISTER **/

.download{
  color: white;
  right: 0px;
  background: url(../images/download3.png) center no-repeat;
  position: relative;
  width: 1407px;
  height: 130px;
  padding-left: 135px;
  flex-direction: column;
  justify-content: center;
  font-family: 'Aclonica';
  font-size: 36.2px;
  font-style: normal;
  color: #ffb400;
  text-shadow: 1px 1px 1px #000;
}
.download:hover{
  -webkit-transform: scale(1.5);
    transform: scale(1.1);
}
.download h2{
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 39px;
    font-weight: bold;
    margin-top: 20px;
}
.download p{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: 100px;
}
.cadreg{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    margin: 0px 0 58px 0;
    flex-wrap: nowrap;
}
.register {
  padding-left: 160px;
  top: -4px;
  left: -22px;
  background: url(../images/registro3.png) center no-repeat;
  position: relative;
  width: 1407px;
  height: 130px;
  padding-left: 135px;
  flex-direction: column;
  justify-content: center;
  font-family: 'Aclonica';
  font-size: 36.2px;
  font-style: normal;
  color: #ffb400;
  text-shadow: 1px 1px 1px #000;
  flex-wrap: wrap;
}
.register:hover{
  -webkit-transform: scale(1.5);
    transform: scale(1.1);
}
.register h2{
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 39px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
    line-height: 1.3;
    margin-left: 65px;
}
.register p{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/** DOWNLOAD / REGISTER / END **/


.videoo{
  background: #1a1919;
  padding: 16px 0 15px 0;
  color: #fff;
  text-shadow: 0 0 11px #000;
  text-align: center;
  display: flow-root;
  margin: auto;
  width: 99%;
}

.donate-wrap {
    position: relative;
    text-align: center;
    background: #000000  url(../images/castle_siege.png);
    background-size: cover;
    height: 315px;
    font-weight: bold;
}
.donate-wrap svg {
    border: 1px solid #ffb4009e;
}
.donate-wrap h3 {
    padding-bottom: 17px;
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
}
.donate-wrap h3 span {
    color: #ffd400e8;
}
.donate-wrap .intro-text {
    width: 90%;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    margin: auto;
}
.donate-inner {
    padding: 5px 7px 5px 0px;
    position: relative;
}
.donate-inner:before {
    content: "";
    width: 25%;
    position: absolute;
    top: 27px;
    bottom: 70px;
    height: 260px;
    left: 19px;
    border: solid #ffb4009e;
    border-width: 1px 0 1px 1px;
}
.donate-inner:after {
    content: "";
    width: 25%;
    position: absolute;
    top: 27px;
    bottom: 69px;
    height: 124%;
    right: 19px;
    height: 260px;
    border: solid #ffb4009e;
    border-width: 1px 1px 1px 0;
}

.countdowns {
    position: absolute;
    top: 30%;
    left: 40%;
}

.countdowns .countdown {
    margin-top: 10px;
    color: white;
    padding: 10px;
    border-radius: 5px;
    background: #3f0103;
    border: 2px solid #b5a700;
    box-shadow: inset 0 0 25px #7a0004;
}

.countdowns .countdown .title {
    text-align: center;
    margin-bottom: 5px;
    font-size: 1.2rem;
    color: yellow;
}

.countdowns .countdown .timer {
    display: flex;
    color: white;
    /* background: #ebebeb; */
}

.countdowns .countdown .timer div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ccc;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.countdowns .countdown .timer div:last-child {
    margin-right: 0;
}

.countdowns .countdown .timer div span {
    font-size: 1.3rem;
}

.countdowns .countdown .timer .days {
    background: #7c0b0f;
}

.countdowns .countdown .timer .hours {
    background: #7c0b0f;
}

.countdowns .countdown .timer .minutes {
   background: #7c0b0f;
}

.countdowns .countdown .timer .seconds {
    background: #7c0b0f;
}
div#nossorecordeonline {
    position: absolute;
    margin: 357px 0 0 30px;
/**    font-family: 'Candara'; **/
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    text-shadow: 0 0 11px #9b4747;
    background-image: linear-gradient(to right, #141616 , #201a1a , #421f1f29);
    padding: 4px 46px 4px 46px;
    transition: all 0.3s ease;
}


.rotativogs {
    background: url(circle.png);
    width: 150px;
    height: 192px;
    transform: rotate(-15deg);
    position: relative;
    margin-left: 184px;
    top: -224px;
    float: left;
    z-index: 10;
    -webkit-animation: rodaroda 3s linear alternate 3;
    -moz-animation: rodaroda 8.0s linear infinite;
    -ms-animation: rodaroda 8.0s linear infinite;
    -o-animation: rodaroda 8.0s linear infinite;
    animation: rodaroda 8.0s linear infinite;
}

 @-webkit-keyframes rodaroda {
	0% { -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); }
	50% { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
	100% { -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg); }
}
@-moz-keyframes rodaroda {
	0% { -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); }
	50% { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
	100% { -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg); }
}
@-ms-keyframes rodaroda {
	0% { -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); }
	50% { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
	100% { -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg); }
}
@-o-keyframes rodaroda {
	0% { -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); }
	50% { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
	100% { -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg); }
}
@keyframes rodaroda {
	0% { -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); }
	50% { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }
	100% { -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg); }
}
