html, body {
  font-family: 'Roboto Slab', Georgia, serif;
}

body {
  background-color: #24201c;
  color: #4f241f;
  /* padding-top: 370px; */
}

#body-bg {
  width: 100%;
  position: absolute;
  top: -70px;
  z-index: -1;
}

#body-bg img {
  width: 100%;
}

#body-bg #body-vide {
  width: 100%;
  height: 100vh;
}

#body-bg::before {
  position: absolute;
  top: 0;
  height: 170px;
  background: linear-gradient(to top, rgba(30, 87, 153, 0) 0%, rgba(36, 32, 28, 1) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#24201c', GradientType=0);
  content: "";
  display: block;
  width: 100%;
}

#body-bg::after {
  position: absolute;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(36, 32, 28, 1) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#24201c', GradientType=0);
  content: "";
  display: block;
  width: 100%;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0;
}

.col-with-padding {
  padding-right: 15px;
  padding-left: 15px;
}

a:hover, a:focus {
  text-decoration: none;
}

.btn {
  transition: all 0.2s ease-in-out 0s;
  border: 0 none;
}

.roboto {
  font-family: 'Roboto', Arial, sans-serif;
}

.roboto-slab {
  font-family: 'Roboto Slab', Georgia, serif;
}

.bold {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.clearer {
  clear: both;
  overflow: hidden;
  height: 0;
}

.clearer_20 {
  clear: both;
  overflow: hidden;
  height: 20px;
}

.row {
  margin: 0;
}

.table {
  margin-top: 40px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border: 0 none;
  line-height: 1.42857;
  padding: 5px 0;
}

.white {
  color: #fff;
}

.red {
  color: #c70000;
}

.dark-red {
  color: #82afad;
}

.orange {
  color: #fa512a;
}

.dark-orange {
  color: #c75031;
}

.yellow {
  color: #e69b00;
}

.dark-yellow {
  color: #955620;
}

.brown {
  color: #5d3a2f;
}

.dark-brown {
  color: #4f241f;
}

.gold {
  color: #ffb370;
}

.bg-white {
  background-color: #fff;
}

.bg-red {
  background-color: #c70000;
}

.bg-dark-red {
  background-color: #82afad;
}

.bg-orange {
  background-color: #fa512a;
}

.bg-dark-orange {
  background-color: #c75031;
}

.bg-yellow {
  background-color: #e69b00;
}

.bg-dark-yellow {
  background-color: #955620;
}

.bg-brown {
  background-color: #5d3a2f;
}

.bg-dark-brown {
  background-color: #4f241f;
}

.bg-gold {
  background-color: #ffb370;
}

.bg-blue {
  background-color: #2e4b73;
}

.bg-purple {
  background-color: #473164;
}

.bg-dark-grey {
  background-color: #24272c;
}

.btn {
  border-radius: 0;
  font-size: 13px;
  padding: 8px 40px;
}

.btn-orange {
  background-color: rgba(199, 80, 49, 1);
  color: #fff;
}

.btn-orange:hover {
  background-color: rgba(199, 80, 49, .8);
  color: #fff;
}

.navbar {
  /* position: fixed; */
  width: 100%;
  border: 0 none;
  text-align: center;
  margin: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}

.navbar > .container {
  padding: 0;
}

.navbar ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar ul li {
  float: left;
  width: 202px;
  height: 95px;
  font-size: 18px;
  line-height: 95px;
}

.navbar ul li a {
  color: #eddccd;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all .3s;
  border-top: 0px solid transparent;
}

.navbar ul li a:hover, .navbar ul li.active a {
  border-top: 5px solid #934531;
  text-shadow: 0 0 19px rgba(0, 150, 150, 1);
  color: #e4745a;
}

.navbar ul li.logo {
  width: 360px;
}

.navbar ul li.logo a:hover {
  border-top: none;
}

.navbar ul li.logo img {
  transition: all 1s ease-in-out 0s;
  margin: 4px auto;
}

.navbar ul li.logo img:hover {
  border: none;
  filter: drop-shadow(4px 4px 0 rgba(250, 250, 250, .7));
}

.navbar ul li.logo img.shrink {
  height: 50px;
}

#content {
  padding: 370px 0 0px;
}

#wrapper {
}

#wrapper .content-area {
  background-color: #fff;
  overflow: hidden;
}

.btn-area {
  height: 280px;
}

.btn-area .big-button-area {
  height: 145px;
  background: transparent url("../images/big-button-area-bg.jpg") no-repeat center;
  background-size: cover;
}

.btn-area .small-button-area {
  height: 135px;
  background: transparent url("../images/small-button-area-bg.jpg") no-repeat center;
  background-size: cover;
}

.btn-area a {
  display: block;
  text-align: center;
  margin: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  font-weight: 700;
  padding: 0 30px;
}

.btn-area a span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.btn-area a.client-dl {
  background-color: rgba(255, 179, 112, .5);
  color: #865631;
  font-size: 24px;
  line-height: 22px;
  height: 100%;
}

.btn-area a.wiki {
  background-color: rgba(199, 0, 0, .5);
  color: #4b0c0b;
  font-size: 18px;
  line-height: 22px;
  height: 50%;
}

.btn-area a.vote-4-coins {
  background-color: rgba(93, 58, 47, .5);
  color: #301913;
  font-size: 18px;
  line-height: 22px;
  height: 50%;
}

.slider-topper-wrapper {
  position: relative;
}

#slider-topper {
  height: 280px;
}

#slider-topper .owl-dots {
  background-color: #1d110c;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

#slider-topper .owl-dots .owl-dot {
  display: inline-block;
  margin: 11px 4px 0;
}

#slider-topper .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e7ceb8;
}

#slider-topper .owl-dots .owl-dot.active span {
  background-color: #ef4d28;
}

.boss-kills {
  padding-top: 20px;
  height: 280px;
  background: transparent url("../images/boss-kills-bg.html") no-repeat center;
  background-size: cover;
}

.boss-kills h3 {
  margin: 0 0 0 30px;
  font-size: 23px;
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000000;
}

.boss-kills h5 {
  text-shadow: 1px 1px 1px #000000;
}

.boss-kills small {
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 700;
}

.boss-kills .bar-chart-wrapper {
  margin-top: 24px;
}

.boss-kills .bar-chart-wrapper .chart-element {
}

.boss-kills .bar-chart-wrapper .chart-element .bar {
  height: 36px;
  display: inline-block;
  padding-left: 30px;
  padding-right: 10px;
  margin: 0 14px 10px 0;
}

.boss-kills .bar-chart-wrapper .chart-element .bar.bar-first {
  background-color: #24272c;
}

.boss-kills .bar-chart-wrapper .chart-element .bar.bar-second {
  background-color: #473164;
}

.boss-kills .bar-chart-wrapper .chart-element .bar.bar-third {
  background-color: #2e4b73;
}

.boss-kills .bar-chart-wrapper .chart-element .bar.bar-fourth {
  background-color: #e73600;
}

.boss-kills .bar-chart-wrapper .chart-element .bar span {
  text-transform: uppercase;
  line-height: 36px;
  display: inline-block;
  font-size: 12px;
}

.boss-kills .bar-chart-wrapper .chart-element span {
  color: #fff;
  font-size: 15px;
}

.slider-topper-wrapper .hero-overlay {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.login-area {
  background-color: #eddccd;
  /*height: 280px;*/
  padding: 35px 16px;
}

.login-area .form-control {
  background-color: #d7bea8;
  border: 0 none;
  border-radius: 0;
  color: #846f60;
  box-shadow: 0 0 4px rgba(144, 89, 47, .34) inset;
  height: 40px;
  line-height: 40px;
}

.login-area .form-control:focus {
  box-shadow: 0 0 4px rgba(144, 89, 47, .34) inset, 0 0 8px rgba(228, 116, 90, 0.6);
}

.login-area .form-control::-webkit-input-placeholder {
  color: #846f60;
}

.login-area .form-control::-moz-placeholder {
  color: #846f60;
}

.login-area .form-control:-ms-input-placeholder {
  color: #846f60;
}

.login-area .form-control:-moz-placeholder {
  color: #846f60;
}

.login-area p {
  font-size: 12px;
  margin: 0 0 3px;
  color: #846f60;
}

.login-area p a {
  color: #e4745a;
}

.login-area .btn-login {
  background-color: #c75031;
  border: 1px solid #fc7d60;
  color: #f2dac5;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  padding: 0 40px;
  margin: 15px 0 0;
}

.login-area.user-nav {
  color: #846f60;
  padding: 0;
}

.login-area.user-nav span {
  color: #846f60;
  font-size: 14px;
  padding: 16px 40px;
  display: block;
}

.login-area.user-nav span a {
  color: #e4745a;
}

.login-area.user-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.login-area.user-nav ul li {
}

.login-area.user-nav ul li a {
  position: relative;
  color: #807061;
  background-color: #cab7a6;
  padding: 9px 20px 9px 55px;
  font-size: 14px;
  display: block;
  transition: all 0.2s ease-in-out 0s;
}

.login-area.user-nav ul li:nth-of-type(2n+1) a {
  background-color: #dfcebe;
}

.login-area.user-nav ul li a::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 9px;
  font-family: FontAwesome
}

.login-area.user-nav ul li a:hover {
  background-color: #a37b6f;
  color: #fff;
}

.news-area {
}

.news-area .news-element {
  padding: 35px 25px;
  background-color: #f5ede6;
}

.news-area .news-element:nth-of-type(2n+1) {
  background-color: #fff;
}

.news-area .news-element .title-area {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.news-area .news-element .title-area h3 {
  display: block;
  float: left;
  margin: 0;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

.news-area .news-element .title-area h3  a {
  color: #4f241f;
}

.news-area .news-element .title-area span {
  display: block;
  float: right;
  color: #71504d;
  font-size: 13px;
}

.news-area .news-element .title-area span a {
  color: #d5654c;
}

.news-area .news-element p {
  font-size: 13px;
  line-height: 22px;
}

.news-area .news-element .btn {
  margin-top: 10px;
}

.pagination {
  border-top: 1px solid rgba(74, 42, 33, .4);
  display: block;
  margin: 0;
  text-align: right;
  border-radius: 0;
  padding: 11px 13px;
}

.pagination > li {
  display: inline-block;
}

.pagination > li > a {
  background-color: #af6350;
  color: #fff;
  border: 0 none;
  border-radius: 0;
  padding: 0;
  display: block;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  font-size: 12px;
}

.pagination > li.active > a, .pagination > li:hover > a, .pagination > li.active:hover > a, .pagination > li > a:focus, .pagination > li.active > a:focus {
  background-color: #fa512a;
  color: #fff;
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
  border-radius: 0;
}

.sidebar {
}

.sidebar .online-stats {
  background-color: #5d3a2f;
  padding: 19px 19px 22px;
}

.sidebar .online-stats p {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.sidebar .online-stats p.number {
  color: #ff6039;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 5px;
  line-height: 25px;
}

.sidebar .online-stats p:last-of-type {
  margin: 0;
}

.sidebar .todays-events {
}

.sidebar .todays-events a {
  display: block;
  background-color: #d7bea8;
  padding: 22px 19px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4f241f;
  font-size: 18px;
  line-height: 18px;
}

.sidebar .todays-events a::after {
  content: "\f105";
  float: right;
  font-family: FontAwesome;
}

.sidebar .upcoming-events {
  background: #eddccd url("../images/upcoming-events-bg.png") no-repeat center;
  background-size: cover;
  position: relative;
}

.sidebar .upcoming-events a {
  display: block;
  padding: 24px 21px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  border-style: solid;
  border-width: 0 0 1px 4px;
  border-bottom-color: rgba(79, 36, 31, .2);
  position: relative;
  z-index: 1;
}

.sidebar .upcoming-events a span {
  color: #4f241f;
  font-size: 14px;
}

.sidebar .upcoming-events a:nth-child(1) {
  color: #c80000;
  border-left-color: #c80000;
}

.sidebar .upcoming-events a:nth-child(2) {
  color: #fa512a;
  border-left-color: #fa512a;
}

.sidebar .upcoming-events a:nth-child(3) {
  color: #e79e00;
  border-left-color: #e79e00;
}

.sidebar .upcoming-events a:last-of-type {
  border-bottom-width: 0;
}

.sidebar .upcoming-events .hero-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.sidebar .top-player-points {
}

.sidebar .top-player-points a {
  display: block;
  background-color: #5d3a2f;
  padding: 16px 19px 34px;
  text-transform: uppercase;
  font-weight: 700;
  color: #eddccd;
  font-size: 18px;
  line-height: 18px;
  text-align: center
}

.sidebar .top-player-points a::after {
  content: "\f105";
  float: right;
  font-family: FontAwesome;
}

.top-lists-wrapper {
}

.top-lists-wrapper .top-list {
}

.top-lists-wrapper .top-list .header {
  padding: 12px 21px;
  position: relative;
}

.top-lists-wrapper .top-list .header span {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffb370;
  font-size: 14px;
  display: block;
  line-height: 14px;
}

.top-lists-wrapper .top-list .header .top-lists-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.top-lists-wrapper .top-list .content {
  padding: 25px 21px;
}

.top-lists-wrapper .top-list .content .row {
  margin-bottom: 10px;
}

.top-lists-wrapper .top-list .content .row span {
  display: block;
  font-size: 13px;
  color: #fff;
}

.top-lists-wrapper .top-list .content .row:nth-child(1) span {
  color: #ff9c44;
}

.top-lists-wrapper .top-list .content .row:nth-child(2) span {
  color: #afafaf;
}

.top-lists-wrapper .top-list .content .row:nth-child(3) span {
  color: #e37a62;
}

.top-lists-wrapper .top-list.metins {
  background-color: #955620;
}

.top-lists-wrapper .top-list.metins .header {
  background-color: #763700;
}

.top-lists-wrapper .top-list.bosse {
  background-color: #821f1d;
}

.top-lists-wrapper .top-list.bosse .header {
  background-color: #5d0e0c;
}

.top-lists-wrapper .top-list.dungeons {
  background-color: #5d3a2f;
}

.top-lists-wrapper .top-list.dungeons .header {
  background-color: #492a21;
}

.top-lists-wrapper .top-list.speedrun {
  background-color: #5c453e;
}

.top-lists-wrapper .top-list.speedrun .header {
  background-color: #49332d;
}

.top-lists-wrapper .top-list.pvm {
  background-color: #82371d;
}

.top-lists-wrapper .top-list.pvm .header {
  background-color: #612713;
}

.top-lists-wrapper .top-list.pvp {
  background-color: #64351a;
}

.top-lists-wrapper .top-list.pvp .header {
  background-color: #4b2611;
}

.top-lists-wrapper .top-list.chunjo {
  background-color: #955620;
}

.top-lists-wrapper .top-list.chunjo .header {
  background-color: #763700;
}

.top-lists-wrapper .top-list.shinsoo {
  background-color: #821f1d;
}

.top-lists-wrapper .top-list.shinsoo .header {
  background-color: #5d0e0c;
}

.top-lists-wrapper .top-list.jinno {
  background-color: #37393d;
}

.top-lists-wrapper .top-list.jinno .header {
  background-color: #292b2e;
}

.top-lists-wrapper .top-list.guilds {
  background-color: #5d3a2f;
}

.top-lists-wrapper .top-list.guilds .header {
  background-color: #492a21;
}

#mini-icons {
  position: fixed;
  left: 0;
  top: 300px;
  transition: all 0.5s ease-in-out 0s;
}

#mini-icons > * {
  position: relative;
  width: 56px;
  height: 56px;
  margin-bottom: 2px;
  display: block;
  text-align: center;
  line-height: 56px;
}

#mini-icons a {
  display: block;
  color: #eddccd;
  font-size: 24px;
  background-color: #492a21;
  transition: all 0.2s ease-in-out 0s;
}

#mini-icons .languagewrapper {
  position: relative;
}

#mini-icons .languagewrapper .current-language {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  background-size: 32px;
}

#mini-icons .languagewrapper a:hover {
  background-color: #c75031;
}

#mini-icons .languagewrapper .languages {
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1;
  height: 100%;
}

#mini-icons .languagewrapper .languages a {
  float: left;
  height: 100%;
  display: block;
  background-size: 32px;
}

#mini-icons .languagewrapper:hover .languages {
  opacity: 1;
}

#mini-icons .twitch:hover a, #mini-icons .twitch.active a {
  background-color: #6441a5;
}

#mini-icons .twitch .twitch-live-info {
  background-color: #cc110c;
  font-size: 12px;
  transform: rotate(-90deg);
  position: absolute;
  width: 100%;
  height: 15px;
  right: -35px;
  top: 20px;
  color: #fff;
  line-height: 15px;
  font-family: 'Roboto', Arial, sans-serif;
  text-transform: uppercase;
}

#mini-icons .youtube:hover a, #mini-icons .youtube.active a {
  background-color: #cc110c;
}

#mini-icons .youtube .youtube-live-info {
  background-color: #cc110c;
  font-size: 12px;
  transform: rotate(-90deg);
  position: absolute;
  width: 100%;
  height: 15px;
  right: -35px;
  top: 20px;
  color: #fff;
  line-height: 15px;
  font-family: 'Roboto', Arial, sans-serif;
  text-transform: uppercase;
}


#mini-icons .facebook:hover a {
  background-color: #3b5998;
}

#mini-icons .toplist:hover a {
  background-color: #c75031;
}

#mini-icons .discord:hover a {
  background-color: #738adb;
}
#mini-icons .teamspeak:hover a {
  background-color: #0671B7;
}


#twitch-sidebar {
  position: fixed;
  left: -300px;
  width: 300px;
  top: 0;
  bottom: 0;
  background-color: #6441a5;
  transition: all 0.5s ease-in-out 0s;
  padding: 20px;
}

#twitch-sidebar .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
}

#youtube-sidebar {
  position: fixed;
  left: -300px;
  width: 300px;
  top: 0;
  bottom: 0;
  background-color: #cc110c;
  transition: all 0.5s ease-in-out 0s;
  padding: 20px;
}

#youtube-sidebar .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
}

.download-buttons .col-xs-6 {
  height: 270px;
  background-color: #eddbcd;
  border-right: 1px solid #cfbcad;
  padding-top:100px;
}


.download-buttons a {
  display: block;
  text-align: center;
  color: #4f241f;
  font-weight: 700;
  text-transform: uppercase;
}

.download-buttons a span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  line-height: 26px;
}

.download-buttons a.mirror span {
  font-size: 18px;
  line-height: 18px;
  border-top: 1px solid #cfbcad;
  padding: 20px;
}

.download-buttons a span i {
  font-size: 22px;
  line-height: 22px;
  font-style: normal;
  display: inline-block;
}

.download-buttons a small {
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  line-height: 15px;
}

.download-buttons .col-sm-4:nth-child(3) a {
  border-right: 0 none;
}

.system-requirements {
  padding-top: 40px;
}

.system-requirements .col-sm-6 {
  padding: 0 45px;
}

.system-requirements h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 30px;
}

.system-requirements .min-requirements h3 {
  color: #c84f32;
}

.system-requirements .rec-requirements h3 {
  color: #dea36b;
}

.system-requirements ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.system-requirements ul li {
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.padding-content {
  padding: 40px 30px 30px;
  line-height: 22px;
}

.mpadding-content h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
  margin: 0 0 20px;
}

.mpadding-content p {
  margin: 0 0 20px;
}

.mpadding-content p:last-of-type {
  margin: 0;
}

.character-detail {
  background-color: #f6e6d9;
}

.character-detail .character {
  padding: 10px 0;
  position: relative;
  background: #eddccd url("../images/character-bg.jpg") no-repeat center;
  background-size: cover;
}

.character-detail .character img {
  display: block;
  margin: 0 auto;
}

.character-detail .character img::after {
  position: absolute;
  width: 100px;
  height: 30px;
  border: 1px solid lime;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
}

.character-detail .character p {
  color: #fff;
  margin: 12px 0 0;
}

.character-detail .character p span {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.character-detail .character p.name {
  color: #ff6039;
  font-size: 16px;
  font-weight: 700;
  margin: 25px 0 0;
}

.character-detail .character p.level {
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
}

.character-detail .character p.playtime {
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
}

.character-detail .character p.guild {
  font-size: 16px;
  font-weight: 700;
}

.character-detail .stats {
  padding: 20px 0 0;
}

.character-detail .stats .col-sm-6 {
  background-color: #f6e6d9;
  padding: 0 40px;
}

.character-detail .stats p {
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 16px;
}

.character-detail .stats p span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.character-detail .stats .btn {
  margin-top: 20px;
  font-size: 15px;
}

.ranking-stats {
}

.ranking-stats p {
  color: #f65e38;
  font-size: 23px;
  font-weight: 700;
  line-height: 17px;
}

.ranking-stats p small {
  color: #8d7c7a;
  font-size: 13px;
  font-weight: 400;
}

.ranking-stats p span {
  color: #4f241f;
  font-size: 12px;
  font-weight: 400;
}

.ranking-quest {
}

.ranking-quest a {
  display: block;
  background-color: #5d3a2f;
  padding: 16px 19px;
  text-transform: uppercase;
  font-weight: 700;
  color: #eddccd;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  position: relative;
}

.ranking-quest a span {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  display: block;
}

.ranking-quest a::after {
  content: "\f105";
  float: right;
  font-family: FontAwesome;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}

.ranking-areas {
  display: block;
  background-color: #5d3a2f;
  padding: 16px 19px 34px;
  text-transform: uppercase;
  font-weight: 700;
  color: #eddccd;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  position: relative;
}

.login-overview {
  padding: 32px 0;
}

.login-overview > .row > .col-sm-6 {
  padding: 0 28px;
}

.login-overview .head h2 {
  font-size: 21px;
  float: left;
  display: inline-block;
  margin-right: 40px;
}

.login-overview .head .btn {
  position: relative;
  top: 12px;
}

.login-overview .dragon {
  position: relative;
  top: 3px;
}

.login-overview .dragon-coins, .login-overview .dragon-marks {
  font-size: 25px;
  margin: 0 0 16px;
  line-height: 25px;
}

.login-overview .dragon-coins span, .login-overview .dragon-marks span {
  font-size: 15px;
  font-weight: 400;
  color: #4f241f;
  display: block;
}

.login-overview .dragon-coins {
  color: #e3bc3d;
}

.login-overview .dragon-marks {
  color: #ef9d3b;
}

.registration-steps {
  display: flex;
  flex-wrap: wrap;
}

.registration-steps a {
  display: flex;
  -moz-box-flex: 1;
  flex-grow: 1;
  text-align: center;
  color: #d7bea8;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #eddbcd;
  border-right: 1px solid #d7bea8;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  font-size: 25px;
}

.registration-steps a:last-of-type {
  border: 0 none;
}

.registration-steps a:hover {
  background-color: #d7bea8;
  color: #c84f32;
}

.registration-steps a.active {
  border: 0 none;
  background-color: #d7bea8;
  color: #c84f32;
  position: relative;
}

.registration-steps a.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #d7bea8 transparent transparent transparent;
}

.form-wrapper {
  padding-top: 40px;
}

.form-wrapper .col-sm-12 {
  padding: 0 45px;
}

.form-wrapper h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 30px;
  color: #c84f32;
}

.form-wrapper p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 320px) {

}

.spinner {
  width: 70px;
  text-align: center;
  margin: 0 auto;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ff6039;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.transparent-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}

.overlay-content {
  top: 50%;
  position: absolute;
  margin-top: -28px;
  width: 100%;
}

.transparent-overlay p {
  text-align: center;
  margin-top: 10px;
  color: #ff6039;
  font-size: 17px;
}

.btn-sq-lg {
  width: 150px !important;
  height: 150px !important;
}

.btn-sq {
  width: 100px !important;
  height: 100px !important;
  font-size: 10px;
}

.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  font-size: 10px;
}

.btn-sq-xs {
  width: 25px !important;
  height: 25px !important;
  padding: 2px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.code-input-group {
  width: 100%;
}

.code-input-group input {
  width: 32px;
  height: 32px;
  padding: 0 !important;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.code-input-group.code-lg input {
  width: 64px;
  height: 64px;
  font-size: 19px;
}

.easylogin-box {
  height: 60px;
  width: 100%;
  background: #e1cfc1;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0 20px;
  color: #826a5e;
}

.easylogin-box .easylogin-icon {
  float: left;
  width: 28px;
  height: 60px;
  display: inline-block;
  padding-top: 16px;
}

.easylogin-box .easylogin-delete {
  float: right;
  width: 15px;
  height: 60px;
  line-height: 60px;
  color: #826a5e !important;
}

.easylogin-box .easylogin-user {
  float: left;
  height: 60px;
  line-height: 60px;
  padding-left: 5px;
}

.easylogin-box.selected, .easylogin-box:hover {
  color: #d56648;
}

.easylogin-extend-area {
  width: 100%;
  border-top: 1px solid #cebcae;
  padding: 20px 16px;
  display: none;
}

.no-padding {
  padding: 0 0 0 0 !important;
}

#real_login_area {
  display: none;
}

.panel {
  border-radius: 0;
}

.panel-group#account-settings .panel .panel-heading {
  cursor: pointer;
  border-radius: 0;
  background: #f3f3f3;
}

.panel-group#account-settings .panel .panel-body {
  background: #faf6f5;
}

* {
  outline: none !important;
}

.panel, .panel-body, .panel-heading {
  border-radius: 0 !important;
}

input {
  border-radius: 0 !important;
}

.btn.btn-primary {
  background-color: #c75031;
  border: 1px solid #fc7d60;
  color: #f2dac5;
}

.btn.btn-primary:hover, .btn.btn-primary:active {
  background: #d47050;
  border: 1px solid #fc7d60;
}

.flip-clock-wrapper ul {
  width: 40px;
}

.flip-clock-wrapper ul li a div div.inn {
  font-size: 20px;
}

.flip-clock-wrapper ul li a div {
  font-size: 20px;
}

.form-register {
  padding: 15px;
}

* {

}

.form-control {
  height: 40px;
  background: #f8f4f4;
  border: 1px solid #d1cccc;
  box-shadow: none;
  color: #7a7171;
}

.form-control:focus {
  border-color: #c75031;
  box-shadow: none;
}







.brown {
  max-height: 250px;
  overflow: hidden;
  position: relative;
}

.news-area .news-element .brown:before {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background:linear-gradient(transparent 100px, #f5ede6);
}
.news-area .news-element:nth-of-type(2n+1) .brown:before {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background:linear-gradient(transparent 100px, #fff);
}

#section_ranking {
  width: 285px;
  background-color: #e9fae5;
  background-repeat: no-repeat;
  margin-left: 0px;
}

#section_ranking h1 {
  background-color: #2D461E;
  float: left;
  width: 100%;
  font-family: calibri;
  font-size: 13px;
  color: #9ebd7c;
  text-transform: uppercase;
  margin: 0;
  padding: 14.5px 21px;
}

#section_ranking h1 #r_title {
  position: relative;
}

#section_ranking h1 #r_title .r_title_pvp {
  float: left;
  width: 50%;
}

#section_ranking h1 #r_title .r_title_guilds {
  width: 50%;
  float: left;
  text-align: right;
}

#section_ranking .view_more {
  float: right;
  font-family: calibri;
  font-size: 8px;
  color: #c6bd94;
  margin-top: 0px;
  background-color: #e9fae5;
  width:100%;
  text-align: right;
}

#section_ranking td.r_name {
  font-family: calibri;
  font-size: 14px;
  text-transform: uppercase;
}

#section_ranking span {
  color: #4b1b1b;
  font-family: calibri;
  margin-left:20px;
}

#section_ranking a {
  color: #430303;
  margin-left: 20px;
  font-weight: bold;
}

#section_ranking .top-lists-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.arrow {
  width: 14px;
  height: 13px;
  background: url(../images/arrow.html) no-repeat;
  position: absolute;
}

.r_stats {
  text-align: right;
  padding-right: 10px !important;
}

#section_ranking table td {
  padding: 15px;
  margin-left: 5px;
  margin-top: 4px;
  font-size: 11px;
}

#section_ranking table tr:hover {
  background: rgba(124, 31, 31, 0.2);
}

#section_ranking table tr:hover a {
  color: #470f0f;
}

#section_ranking .pos_one {
  background: rgba(120, 0, 0, 0.5);
}

#section_ranking .pos_two {
  background: rgba(108, 16, 16, 0.3);
}

#section_ranking .pos_tree {
  background: rgba(31, 124, 68, 0.2);
}

#section_ranking .pos_four {
  background: rgba(159, 97, 97, 0.2);
}

#section_ranking .pos_five {
  background: rgba(127, 20, 20, 0.05);
}
.page-hd {
  background-image: none!important;
}

.discord-widget {
  transition-property: right;
  transition-duration: 2s;
  -webkit-transition-property: right;
  -webkit-transition-duration: 2s;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1444;
  background: none !important;
  transition: 500ms;
}

.discord-widget:hover {
  bottom: 40px;
  left: 40px;
  transition: 500ms;
}

.languagepicker {
  background-color: #FFF;
  display: inline-block;
  padding: 0;
  height: 40px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 30px 0 0 0;
  vertical-align: top;
  float: left;
  position: fixed;
  top: 80px;
  right: 0px;
  z-index: 999;
}

.languagepicker:hover {
  height: 81px;
}

.languagepicker a {
  color: #000;
  text-decoration: none;
}

.languagepicker li {
  display: block;
  padding: 0px 10px;
  line-height: 40px;
  border-top: 1px solid #EEE;
}

.languagepicker li:hover {
  background-color: #EEE;
}

.languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}

.languagepicker li img {
  margin-top: 0px;
}

.pagination {
  display: inline-block;
}
.page-footer{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #fff;
}

.swal2-popup{
  width: 400px!important;
}

.swal2-title{
  font-size: 28px!important;
}

.swal2-content{
  font-size: 16px!important;
}

.pagination {
  display: inline-block;
}

.pagination a,
.pagination strong {
  padding: 5px 10px;
  float: left;
  border: 1px dashed;
  font-size: 14px;
  font-family: 'Arial';
  color: #000;
  margin: 10px;
}
