@font-face {
  font-family: 'MyFont';
  src: url('../../fonts/thanhlong/ElMessiri-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  background: url(../../img/thanhlong/fon-bg-top.jpg) center top no-repeat, url(../../img/thanhlong/fon-bg-bottom.jpg) center bottom no-repeat;
  background-color: #000;
  font-family: 'MyFont', sans-serif;
  font-size: 16px;
  color: #131517;
  line-height: 1.2;
  min-height: 100vh;
}

a {
  transition: all 0.3s ease;
  color: #bf5252;
  text-decoration: none;
}

a:hover,

button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

h1,

h2,

h3 {
  color: #071a23;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

caption {
  margin-bottom: 15px;
}

input,

textarea {
  background: url(../../img/thanhlong/red-light-bg.jpg);
  border-radius: 30px;
  border: 1px solid #9b666e;
  color: #fff;
  padding: 8px 18px;
  position: relative;
}

.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #cf9f44;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1;
  padding: 12px 28px;
  text-transform: uppercase;
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3), 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.button:hover {
  background: #6a2e36;
}

.button-border:after {
  content: "";
  border-radius: 30px;
  border: 1px solid rgba(208, 49, 49, 0.3);
  left: -2px;
  top: -2px;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 1px;
}

.button-small {
  text-transform: none;
  padding: 6px 12px;
}

:focus {
  outline: none;
}

.wrapper_web {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.container_web {
  min-height: 1300px;
  display: flex;
  /*background-color: #f1e6d0;*/
  position: relative;
}

.container_web:before {
  content: "";
  position: absolute;
  background: url(../../img/thanhlong/container-icon.png) no-repeat;
  width: 103px;
  height: 105px;
  left: -25px;
  top: -25px;
}

.flex {
  display: flex;
}

.flex-s {
  display: flex;
  justify-content: space-between;
}

.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

#navbar {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 66px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.menu {
  /*width: 1200px;*/
  margin: 0 auto;
  height: 66px;
}

.menu li {
  margin: 0px 8px;
  list-style-type: none;
}

.menu a {
  color: #c3d4e2;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0px 20px;
  font-weight: 600;
  display: block;
  height: 66px;
  line-height: 66px;
  position: relative;
}

.menu a:after {
  content: "";
  transition: 0.3s;
  height: 0px;
  width: 0px;
}

.menu a:hover:after {
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: #7c5849;
}

.menu .active a {
  border-bottom: 2px solid #7c5849;
}

/* Header

-----------------------------------------------------------------------------*/

.header_web {
  height: 726px;
  position: relative;
}

.logo a {
  display: block;
  position: absolute;
  top: 130px;
  left: 37%;
}

.countdown-block {
  position: absolute;
  bottom: 184px;
  right: 310px;
  text-align: center;
  width: 100%;
}

.countdown-block h3 {
  color: #5a2824;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}

.countdown li {
  margin: 0px 7px;
  position: relative;
  list-style-type: none;
}

.countdown li:after {
  content: ":";
  position: absolute;
  right: -12px;
  top: 8px;
  font-size: 38px;
  color: #3b0c16;
}

.countdown li:first-child:after {
  __display: none;
}

.countdown li:last-child:after {
  display: none;
}

.countdown span {
  display: block;
  background: rgba(120, 40, 62, 0.5);
  border-radius: 6px;
  height: 60px;
  width: 60px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin-bottom: 7px;
}

.countdown p {
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #5a2823;
  text-transform: uppercase;
}

.start-game {
  position: absolute;
  bottom: 75px;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.start-game a {
  display: block;
  background: url(../../img/thanhlong/start-game-button.png) no-repeat;
  width: 230px;
  height: 100px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  padding-top: 19px;
}

.leaves-1 {
  background: url(../../img/thanhlong/leaves-1.png) no-repeat;
  width: 243px;
  height: 86px;
  position: absolute;
  left: 190px;
  bottom: 0;
  opacity: 0;
  animation: leaves-1 6s linear infinite;
}

.leaves-2 {
  background: url(../../img/thanhlong/leaves-2.png) no-repeat;
  width: 202px;
  height: 150px;
  position: absolute;
  left: 190px;
  bottom: 0;
  opacity: 0;
  animation: leaves-1 6s linear infinite;
  animation-delay: 2s;
}

.leaves-3 {
  background: url(../../img/thanhlong/leaves-3.png) no-repeat;
  width: 198px;
  height: 132px;
  position: absolute;
  left: 190px;
  bottom: 0;
  opacity: 0;
  animation: leaves-1 6s linear infinite;
  animation-delay: 4s;
}

.leaves-d-1 {
  animation-delay: 3s;
  background: url(../../img/thanhlong/leaves-2-d.png) no-repeat;
}

.leaves-d-2 {
  animation-delay: 5s;
  background: url(../../img/thanhlong/leaves-3-d.png) no-repeat;
}

.leaves-d-3 {
  animation-delay: 1s;
}

@keyframes leaves-1 {

  0% {
    left: 190px;
    bottom: 0px;
    transform: scale(0.5);
    opacity: 0;
  }

  10% {
    left: 240px;
    bottom: -20px;
  }

  20% {
    left: 290px;
    bottom: -40px;
    transform: scale(0.8);
    opacity: 1;
  }

  30% {
    left: 340px;
    bottom: -60px;
  }

  40% {
    left: 390px;
    bottom: -70px;
  }

  50% {
    left: 440px;
    bottom: -60px;
  }

  60% {
    left: 490px;
    bottom: -40px;
    transform: rotate(-50deg);
  }

  70% {
    left: 540px;
    bottom: -20px;
  }

  80% {
    left: 590px;
    bottom: 0px;
  }

  90% {
    left: 640px;
    bottom: 20px;
  }

  100% {
    left: 690px;
    bottom: 40px;
    transform: rotate(-100deg);
  }
}

/* Left Sidebar

-----------------------------------------------------------------------------*/

.download-block a {
  background: url(../../img/thanhlong/download-button.jpg) center;
  height: 90px;
  font-size: 20px;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  /*border: 1px solid #a880a0;*/;
  font-weight: 700;
}

.download-block a span {
  padding-left: 50px;
}

.download-block a b {
  font-weight: 400;
  display: block;
  color: #d2d2e1;
  font-size: 15px;
  margin-top: 5px;
}

.widget {
  padding: 25px;
  min-height: 212px;
  border-bottom: 1px solid #c38a22;
}

.widget-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #fec16a;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
}

.widget-title a:hover {
  text-decoration: underline;
}

.widget-title span {
  display: block;
  margin-top: 9px;
}

.widget-title:after {
  content: "";
  background: url(../../img/thanhlong/widget-title-bg.png) center right no-repeat;
  width: 54px;
  height: 53px;
  position: absolute;
  right: -5px;
  top: -11px;
}

.widget-title span,

.widget-title a {
  text-transform: none;
  font-size: 16px;
  color: #c1d2dc;
  font-weight: 400;
}

.l-input {
  width: 235px;
  height: 48px;
  border: none;
  padding: 17px 1px 0px 10px;
  position: relative;
}

.l-input input {
  background: none;
  border: none;
  padding: 5px 15px;
  width: 142px;
}

.select-hidden {
  display: none;
  visibility: hidden;
}

.select {
  cursor: pointer;
  display: block;
  position: relative;
  width: 170px;
  height: 30px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in;
  color: #fff;
  padding: 7px 15px;
  width: 170px;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background: linear-gradient(to bottom, #712634, #873950);
  width: 200px;
  padding-left: 0px !important;
}

.select-options li {
  margin: 0;
  list-style: none !important;
  margin: 0px !important;
  padding: 10px 10px;
  border-bottom: 1px solid #9b656c;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  color: #fff;
}

.select-options li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.select-options li[rel="hide"] {
  display: none;
}

.login-block p {
  margin-bottom: 5px;
}

.login-block a:hover {
  text-decoration: underline;
}

.login-block .lost {
  color: #fff;
  font-size: 12px;
}

.login-block .widget-title:after {
  display: none;
}

.login {
  background: url(../../img/thanhlong/login-input.png) no-repeat;
}

.pass {
  background: url(../../img/thanhlong/password-input.png) no-repeat;
}

.select-s {
  background: url(../../img/thanhlong/select_server.png) no-repeat;
}

.select-s-page {
  background: url(../../img/thanhlong/select_server-page.png) no-repeat;
}

.buttons {
  margin-top: 10px;
}

.top-block {
  width: 100%;
  color: #c1d2dc;
}

.top-block span {
  display: block;
  padding-bottom: 1px;
}

.top-block .top-number {
  width: 10px;
}

.top-block .top-flag {
  width: 25px;
  padding-top: 2px;
}

.top-block .top-name {
  width: 105px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-block .top-event-name {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-block .top-drop-name {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-block .top-lvl {
  width: 63px;
  font-size: 12px;
}

.top-block .top-lvl sup {
  font-size: 12px;
  color: #ff0000;
}

.top-block .top-event-time {
  width: 100px;
}

.top-list {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  font-size: 16px;
  border-bottom: 1px solid rgba(52, 96, 133, 0.5);
  transition: 0.3s;
}

.top-list a {
  color: #f6bb59;
}

.top-list:hover {
  background: linear-gradient(to bottom, #390b13, #671f39);
  margin: -1px -25px 0px -25px;
  padding: 0px 35px 0px 35px;
  box-shadow: 0px 0px 10px 0px rgba(162, 132, 136, 0.5);
  height: 37px;
  color: #fd588a;
}

.top-list:hover a {
  color: #fd588a;
}

.top-title {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  background: #6e6d5b;
  font-size: 13px;
  border-bottom: 1px solid #a79b4c;
}

.no-reset {
  text-align: right;
  margin-top: 15px;
}

.no-reset a {
  color: #fff;
  font-size: 12px;
}

.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gallery li {
  position: relative;
  list-style-type: none;
}

.gallery li img {
  outline: 1px solid rgba(255, 255, 255, 0.3);
  outline-offset: -1px;
  width: 113px;
  height: 75px;
}

.gallery li:first-child {
  margin-bottom: 8px;
}

.gallery li:first-child img {
  width: 235px;
  height: 145px;
  outline: 1px solid #ffffff;
}

.gallery li:first-child a {
  width: 235px;
  height: 145px;
}

.gallery li:first-child a:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 50px 80px 5px rgba(0, 0, 0, 0.7);
}

.gallery li:first-child a:before {
  content: "";
  background: url(../../img/thanhlong/play-icon.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -23px;
  margin-top: -20px;
  width: 46px;
  height: 46px;
  z-index: 2;
}

.gallery li a {
  display: block;
  cursor: pointer;
}

/* Middle

-----------------------------------------------------------------------------*/

.content {
  width: 914px;
  line-height: 1.3;
  /*background: url(../../img/thanhlong/block-bottom-bg.jpg) right bottom no-repeat;*/
  /*background: url(https://i.imgur.com/Ov7kzFO.png) repeat-y; /*../../img/thanhlong/block-bottom-bg.jpg right bottom no-repeat;*/
  background-color: #dce4ec;
  padding-bottom: 20px;
  height: 1334px;
}

.content-page {
  background: url(../../img/thanhlong/block-top-bg.jpg) right top no-repeat;
  min-height: 50px;
  padding: 20px;
}

.content-page img {
  max-width: 590px;
}

.content-page ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.content-page ul li {
  list-style: circle;
  margin: 5px 0px;
}

.sidebar {
  width: 285px;
  background: url(../../img/thanhlong/sidebar-bg.jpg);
}

.slider {
  overflow: hidden;
  position: relative;
  width: 630px;
  height: 280px;
}

.slider .slides {
  position: relative;
  transition: 1s;
}

.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 630px;
  height: 280px;
  border: 1px solid #c9aa71;
}

.slider .slides .slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(164, 169, 228, 0.4) 10%, rgba(255, 255, 255, 0) 80%);
}

.slider .slides .slide-info {
  position: relative;
  padding: 40px 35px 35px 35px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.slider .slides .slide-info h2 {
  font-size: 24px;
  margin-bottom: 25px;
}

.slider .slides .slide-info .slide-text {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0));
  color: #fff;
  line-height: 1.7;
  padding: 15px 35px;
  width: 470px;
  margin-left: -35px;
  margin-bottom: 15px;
  position: relative;
}

.slider .slides .slide-info .slide-text:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 75%;
  background: #fff;
  top: -2px;
  left: 0;
}

.slider .slides .slide-info .slide-i {
  width: 100%;
}

.slider .slides .slide-info p {
  margin-bottom: 0px;
}

.slider .slides .slide-info .slide-date {
  font-size: 14px;
  color: #38352f;
  font-family: Candara, Arial, sans-serif;
}

.slider .slides .slide-info .slide-date span {
  color: #38352f;
  font-size: 18px;
}

.slider .slides .active .slide-info {
  transition: all 2s ease;
  opacity: 1;
}

.slider .arrows {
  position: absolute;
  height: 33px;
  width: 33px;
  top: 125px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
}

.slider .next {
  background: url(../../img/thanhlong/arrow-right.png) no-repeat;
  right: 1px;
}

.slider .prev {
  background: url(../../img/thanhlong/arrow-left.png) no-repeat;
  left: 1px;
}

.slider .navigation {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.slider .navigation .dot {
  width: 2px;
  height: 2px;
  cursor: pointer;
  background-color: #fff;
  margin: 0px 10px;
}

.slider:hover .next,

.slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}

.slider .navigation .active {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin: 0px 5px;
  background-color: #f04747;
  position: relative;
}

.slider .navigation .active:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 1px;
  border: 1px solid rgba(240, 71, 71, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(240, 71, 71, 0.6);
}

.content-title, .title1 {
  background: url(../../img/thanhlong/content-title-bg.jpg) no-repeat;
  min-height: 50px;
  display: flex;
  align-items: center;
  background-color: #cec5b0;
  border-bottom: 1px solid #b8af9c;
  margin-bottom: 1px;
}

.content-title h1,

.content-title h2,

.content-title h3,

.title1 h1,

.title1 h2,

.title1 h3 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 400;
  padding: 0px 25px;
}

.block {
  background: url(../../img/thanhlong/block-top-bg.jpg) right top no-repeat, url(../../img/thanhlong/block-bottom-bg.jpg) right bottom no-repeat;
  min-height: 110px;
  background-color: #fff;
  padding: 1px;
}

.news-block {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}

.news {
  position: relative;
  margin-bottom: 2px;
  transition: 0.3s;
}

.news:after {
  content: "";
  height: calc(100% - 2px);
  position: absolute;
  border-right: 1px solid #cbbcbc;
  border-left: 1px solid #fff;
  width: 0px;
  top: 1px;
  left: 245px;
}

.news .news-img {
  width: 245px;
}

.news .news-img img {
  display: block;
}

.news .news-info {
  width: 385px;
  padding: 15px 20px;
}

.news .news-info p {
  line-height: 1.6;
  margin-bottom: 10px;
}

.news:hover {
  margin: 0px -5px 2px -5px;
  box-shadow: 0px 5px 8px 1px rgba(171, 152, 154, 0.6), 0px -5px 8px 1px rgba(171, 152, 154, 0.6);
}

.news:hover .button {
  background: #6a2e36;
}

.news-date {
  font-family: Candara, Arial, sans-serif;
  color: #903c3c;
  font-size: 14px;
}

.news-date b {
  font-size: 18px;
  font-weight: 600;
}

.top-news-block:before {
  content: "";
  background: url(../../img/thanhlong/texture_right.png) repeat-y;
  position: absolute;
  width: 29px;
  height: 100%;
  right: 0;
  top: 0;
}

.top-news-block:after {
  content: "";
  border-right: 1px solid rgba(197, 157, 154, 0.5);
  border-left: none;
}

.top-news-block:hover {
  margin: 0px 0px 2px 0px;
}

.top-news-block .news-info {
  padding: 20px 20px 80px 20px;
  position: relative;
}

.top-news-block .news-info h2 {
  border-bottom: 1px solid #a88d5e;
  margin: 0px -20px 20px -19px;
  padding: 0px 20px 20px 20px;
}

.top-news {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.top-news-img {
  position: relative;
}

.top-news-img .read-more {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

.top-news-i {
  position: absolute;
  width: 340px;
  bottom: 50px;
}

.top-news-v {
  color: #9e998f;
  font-size: 12px;
}

.top-news-v a {
  text-decoration: none;
}

.br-t {
  margin: 0px 15px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  line-height: 30px;
  border: 1px solid rgba(145, 125, 86, 0.3);
  border-radius: 50%;
  text-decoration: none !important;
  color: #8d7951;
  font-size: 12px;
  margin: 0px 7px;
}

.page-numbers.active {
  background: #cd3030;
  color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.page-numbers.prev,

.page-numbers.next {
  border: 1px solid #e2c3c3;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 0px;
}

.page-numbers.prev:hover,

.page-numbers.next:hover {
  background-color: #cd3030;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.page-numbers.prev {
  margin: 0px 25px 0px 0px;
}

.page-numbers.next {
  margin: 0px 0px 0px 25px;
}

.page-numbers.prev:after {
  content: "";
  position: absolute;
  background: url(../../img/thanhlong/prev-p.png) no-repeat;
  width: 15px;
  height: 12px;
  margin-left: -8px;
  margin-top: -6px;
  left: 50%;
  top: 50%;
  z-index: 2;
}

.page-numbers.prev:hover:after {
  background: url(../../img/thanhlong/prev-p.png) 0px -12px no-repeat;
}

.page-numbers.next:after {
  content: "";
  position: absolute;
  background: url(../../img/thanhlong/next-p.png) no-repeat;
  width: 15px;
  height: 12px;
  margin-right: -8px;
  margin-top: -6px;
  right: 50%;
  top: 50%;
}

.page-numbers.next:hover:after {
  background: url(../../img/thanhlong/next-p.png) 0px -12px no-repeat;
}

/* Right Sidebar

-----------------------------------------------------------------------------*/

.status-block {
  background: url(../../img/thanhlong/status-bg.jpg) no-repeat;
  height: 80px;
}

.server-x {
  background: url(../../img/thanhlong/status-icon.png) no-repeat;
  width: 84px;
  height: 67px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  padding: 22px 0px 0px 5px;
}

.server {
  width: 160px;
  font-size: 12px;
}

.server .server-name {
  color: #fec16a;
}

.server .status-online, .server .status-offline {
  color: #fff;
}

.server .status-online b {
  font-weight: 400;
  color: #58c526;
}

.server .status-offline b {
  font-weight: 400;
  color: #f7161d;
}

.progress-barr {
  height: 4px;
  background-color: #103144;
  border-radius: 5px;
  margin: 9px 0px 6px 0px;
  position: relative;
}

.progress-barr:after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.05);
  width: 103%;
  height: 100%;
  top: -2px;
  left: -3px;
  padding: 2px;
  border-radius: 5px;
}

.progress-barr span {
  height: 4px;
  background-color: #58c526;
  display: block;
  border-radius: 5px;
}

.desc {
  color: #fec16a;
  font-size: 10px;
  text-decoration: underline;
}

.desc:hover {
  text-decoration: none;
}

.top-block.guild .top-number {
  width: 60px;
}

.top-block.guild .top-number img {
  margin-bottom: -2px;
}

.top-block.guild .top-name {
  width: 105px;
}

.top-block.guild .score {
  width: 60px;
}

.events {
  line-height: 1.2;
}

.events li {
  border-bottom: 1px solid #843349;
  padding: 15px 0px;
  transition: 0.3s;
}

.events li:hover {
  background: linear-gradient(to bottom, #390b13, #671f39);
  margin: -1px -25px 0px -25px;
  padding: 15px 20px 15px 20px;
  box-shadow: 0px 0px 10px 0px rgba(162, 132, 136, 0.5);
  color: #fd588a;
}

.events li:hover a {
  color: #fd588a;
}

.events li:hover span {
  color: #ad5169;
}

.events li a {
  display: block;
  margin-bottom: 4px;
  color: #fdc3d3;
}

.events li span {
  color: #bfb5ae;
  font-size: 11px;
}

.guides li {
  padding: 15px 0px 12px 0px;
}

.guides li:hover {
  margin: -3px -25px 0px -25px;
}

.guides li a {
  color: #fff;
}

.banner-block {
  min-height: 100px;
}

.banner-FB {
  text-align: center;
  width: 250px;
  align-items: center;
  margin-left: 15px;
  margin-bottom: 15px;
}

.banner-block img {
  border: 1px solid #b5486d;
}

/* Footer

-----------------------------------------------------------------------------*/

.footer {
  height: 310px;
  position: relative;
  left: 18%;
  width: 82%;
}

.footer:after {
  content: "";
  position: absolute;
  width: 1200px;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
  top: 73px;
}

.footer-block-t {
  position: absolute;
  width: 1200px;
  bottom: 160px;
  left: 0;
}

.f-menu {
  display: -webkit-inline-box;
}

.f-menu li {
  margin: 0px 25px;
  list-style-type: none;
}

.f-menu li:first-child {
  margin: 0px 25px 0px 0px;
}

.f-menu li:last-child {
  margin: 0px 0px 0px 25px;
}

.f-menu li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  display: block;
}

.footer-block-l {
  /* width: 850px;*/;
}

.footer-block-r {
  width: 350px;
  text-align: center;
}

.soc-block a {
  display: inline-block;
  margin: 0px 6px;
  border-radius: 50%;
  border: 1px solid rgba(239, 226, 229, 0.5);
  height: 25px;
  width: 25px;
}

.soc-block a:hover {
  background-color: #24568a;
  border: 1px solid #3fa0c5;
}

.soc-block .facebook {
  background: url(../../img/thanhlong/soc-icons.png) 7px 4px no-repeat;
}

.soc-block .twitter {
  background: url(../../img/thanhlong/soc-icons.png) -32px 4px no-repeat;
}

.soc-block .twitch {
  background: url(../../img/thanhlong/soc-icons.png) -72px 4px no-repeat;
}

.soc-block .youtube {
  background: url(../../img/thanhlong/soc-icons.png) -113px 4px no-repeat;
}

.footer-block-b {
  position: absolute;
  width: 1200px;
  top: 200px;
  left: 0;
  align-items: flex-end;
}

.copyright p {
  font-size: 12px;
  color: #e0f0fd;
  margin-bottom: 15px;
}

.copyright p a {
  color: #f2a6b8;
}

.copyright span {
  color: #8b8b8c;
  text-transform: uppercase;
  font-size: 10px;
}

#toTop {
  background: url(../../img/thanhlong/top-button.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 53px;
  right: 150px;
  cursor: pointer;
  display: block;
  z-index: 2;
  left: 66%;
}

.red-light {
  background: url(../../img/thanhlong/red-light-top-bg.jpg) center top no-repeat, url(../../img/thanhlong/red-light-bottom-bg.jpg) center bottom no-repeat, url(../../img/thanhlong/red-light-bg.jpg) center repeat-y;
}

.red-dark {
  background: url(../../img/thanhlong/red-dark-top-bg.jpg) center top no-repeat, url(../../img/thanhlong/red-dark-bottom-bg.jpg) center bottom no-repeat;
  background-color: #3f3524;
}

.brown-widget {
  background: url(../../img/thanhlong/brown-top-bg.jpg) center top no-repeat, url(../../img/thanhlong/brown-bottom-bg.jpg) center bottom no-repeat, url(../../img/thanhlong/brown-bg.jpg) repeat-y;
  min-height: 450px;
}

.modalx-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  overflow: auto;
  visibility: hidden;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  transition: background 0.25s linear;
}

.modal_window {
  z-index: 9999;
  position: relative;
  cursor: auto;
  margin: 0 auto;
  display: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-bottom: 20px;
  transform: scale(0.4);
  background: #000;
  width: 1000px;
  height: 540px;
  box-shadow: 0px 10px 63px 0px rgba(0, 0, 0, 0.5);
  background: url(../../img/thanhlong/sidebar-bg.jpg);
}

.close-r {
  display: block;
  position: absolute;
  margin-top: -25px;
  width: 70px;
  height: 70px;
  right: -35px;
  background: url(../../img/thanhlong/close_popup.png) no-repeat;
  filter: hue-rotate(50deg);
  -webkit-filter: hue-rotate(50deg);
}

.modal_window iframe {
  border: 0px;
}



/*Web Engine

-----------------------------------------------------------------------------*/

.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-top: none !important;
}

.admincp-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
}

.page-title {
  color: #545454;
  font-family: Candara;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

/*Idiomas*/

.lenguage a {
  margin: 0px 5px;
}

.lenguage a:hover {
  filter: brightness(110%);
}

/* RANKINGS MODULE */

.rankings-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  -moz-box-shadow: 0 0 5px #e3e3e3;
  -webkit-box-shadow: 0 0 5px #e3e3e3;
  box-shadow: 0 0 5px #e3e3e3;
}

.rankings-class-image {
  width: 30px;
  height: auto;
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.rankings-table tr td {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
  font-size: 18px;
  vertical-align: middle !important;
  text-align: center;
}

.rankings-table-place {
  color: #666;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.rankings-table tr:first-child td {
  color: #ff0000;
  border-bottom: 3px solid #ff0000;
}

.rankings-update-time {
  text-align: right;
  font-size: 11px;
  color: #ccc;
  padding: 10px 0px;
}

.rankings_menu {
  width: 100%;
  overflow: auto;
  text-align: center;
  margin-bottom: 10px;
}

.rankings_menu span {
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
  color: #ccc;
  font-size: 24px;
}

.rankings_menu a {
  background-color: #E04E4A;
  background-image: linear-gradient(#E04E4A,#C73936);
  border-color: #BA2522;
  text-decoration: none !important;
  border-radius: 5px;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.6);
  border: 1px solid #BA2522;
  color: #FFFFFF;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  margin: 5px 5px 5px 5px;
}

.rankings_menu a.active {
  background: #C4241F;
  border-color: #BA2522;
  border: 1px solid #BA2522;
}

.rankings_guild_logo tr td {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.rankings-gens-img {
  width: auto !important;
  height: 30px !important;
  border: 0 !important;
  -moz-box-shadow: 0 0 0px #000 !important;
  -webkit-box-shadow: 0 0 0px #000 !important;
  box-shadow: 0 0 0px #000 !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}



/* MY ACCOUNT MODULE */

.myaccount-table {
  width: 100%;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
}

.myaccount-table tr:first-child td {
  border-top: 2px solid #fec16a!important;
}

.myaccount-table tr td:first-child {
  color: #666;
  font-weight: bold;
}

.myaccount-table tr td {
  border-bottom: 1px solid #e3e3e3;
  padding: 15px !important;
}

.myaccount-table tr:last-child td {
  border: 0px;
}



/* GENERAL TABLE UI */

.general-table-ui {
  width: 100%;
  table-layout: fixed;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  padding: 10px;
  margin: 10px 0px;
}

.general-table-ui tr td {
  padding: 5px;
  vertical-align: middle !important;
}

.general-table-ui tr:first-child td {
  color: #ff0000;
  border-top: 2px solid #fec16a!important;
}

.general-table-ui tr:nth-child(2n+2) td {
  background: #fafafa;
}

.general-table-ui tr td {
  text-align: center;
}

.general-table-ui img {
  width: 50px;
  height: auto;
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
  -moz-border-radius: 0px;
  border-radius: 0px;
}



/* TERMS OF SERVICE PAGE */

.tos_list li {
  color: #aa0000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
}

.tos_list li p {
  color: #444;
  text-align: justify;
  text-justify: inter-word;
  text-transform: none;
  padding-right: 35px;
  font-size: 14px;
  font-weight: normal;
}



/* PAYPAL */

.paypal-gateway-container {
  width: 100%;
  background: #1a2133;
  border: 1px solid #2e374f;
}

.paypal-gateway-logo {
  width: 100%;
  height: 68px;
  background: #fff9ec url('../../img/thanhlong/paypal-logo-200-68.png') no-repeat top center;
  margin-bottom: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.paypal-gateway-content {
  margin: 10px;
  background: #fef2da;
  border: 2px solid #f79433;
  padding: 10px;
  overflow: auto;
}

.paypal-gateway-conversion-rate {
  margin: 0px auto;
  text-align: center;
  color: #000;
  font-size: 18px;
  padding: 10px 0px;
}

.paypal-gateway-form {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}

.paypal-gateway-form div {
  display: inline-block;
  padding: 0px 10px;
  color: #000;
  font-size: 18px;
}

.paypal-gateway-form div input {
  background: #fff;
  border-radius: 0;
  color: #000;
  padding: 0;
}

.paypal-gateway-form input[type=text] {
  width: 40px;
}

.paypal-gateway-continue {
  margin: 0px auto;
  text-align: center;
}

.paypal-gateway-continue input[type=submit] {
  background: url('../../img/thanhlong/paypal-submit.jpg') no-repeat;
  width: 200px;
  height: 40px;
  border: 0px;
}

/* GENERAL PANEL STYLING */

.panel-general {
  margin-bottom: 30px;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #333;
  border-top: 2px solid #fec16a!important;
}

.panel-body .panel-title {
  color: #666;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px !important;
  font-weight: bold;
}

/* ADD STATS MODULE */

.panel-addstats {
  margin-bottom: 30px;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #333;
  border-top: 2px solid #fec16a!important;
}

.panel-addstats .character-avatar img {
  width: 100px;
  height: auto;
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.panel-addstats .character-name {
  color: #666;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0px;
  margin-bottom: 20px !important;
  font-weight: bold;
}



/* DOWNLOADS */

.panel-downloads {
  margin-bottom: 30px;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #333;
}

.download-description {
  font-size: 11px;
  position: relative;
  top: -7px;
  color: #777;
}

.online-status-indicator {
  margin-left: 5px;
}

/* PANEL SIDEBAR EVENT TIMERS */

.event-schedule {
  padding: 3px 10px;
}

.event-schedule:hover {
  padding: 3px 15px;
}

.event-schedule-open {
  color: #00ff00;
}

.event-schedule-inprogress {
  color: #ffff00;
}

.smalltext {
  font-size: 12px;
  color: #ffb86b;
;
}



/*CASTLE SIEGUE*/

.cs-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #fec16a;
  font-size: 12px;
  display: block;
  margin: 15px 0px 10px 0px;
}

#top_guilds img {
  background: #000;
  border-radius: 5px;
}

.guild_countdown {
  text-transform: none;
  font-size: 16px;
  color: #c1d2dc;
  font-weight: 400;
}

.guild_countdown span {
  color: #fd588a;
  font-size: 16px;
  font-weight: 600;
}

/* NEWS MODULE */

.panel-news {
  margin-bottom: 30px;
  color: #333;
  border: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0 0 10px #e3e3e3;
  -webkit-box-shadow: 0 0 10px #e3e3e3;
  box-shadow: 0 0 10px #e3e3e3;
}

.panel-news .panel-heading {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffefef;
}

.panel-news .panel-title {
  color: #c04e4e;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.panel-news .panel-footer {
  border-top: 1px solid #e7e7e7;
  background: #fff;
  font-style: italic;
  font-size: 11px;
  height: 40px;
  color: #777;
}

.nmwslide-prev, .nmwslide-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration:none !important;
  z-index:7;
}

.nmwslide-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.nmwslide-prev:hover, .nmwslide-next:hover {
  background-color: rgba(0,0,0,0.8);
}
#nmw-news_wrapper{
  width:100%;
  background:#863464;
  border-radius: 10px;
  position:relative;
}
#nmw-news_wrapper a{
  color:#2AC0FF;
  font-weight:bold;
  text-decoration:none;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
#nmw-news_wrapper a:hover{
  color:#028EC9;
  cursor:pointer;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

#nmw-news_wrapper #nmw-header{
  float:left;
  width: 100%;
}

#nmw-news_wrapper #nmw-body{
  float:left;
  width:100%;

  color:#666666;

}
#nmw-news_wrapper .nmw-info{
  float:left;
  width:100%;
  padding-bottom:0px;
  position:relative;
  text-align: center;
}
#nmw-news_wrapper .nmw-info h2{
  text-shadow:none;
  font-family:'Oswald', Helvetica,  Arial, sans-serif;
  background:none;
  display:block;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  padding:13px 0px 10px 30px;
  margin:0px 0px 0px 0px;
  float:left;
  color:#2ac0ff;
  cursor:pointer;
  background:url(../../img/thanhlong/news_title.png) top center no-repeat;
  width:100%;
}
#nmw-news_wrapper .nmw-info .nmw-date_n_author{
  background:url(../../img/thanhlong/info_icon.jpg) top left no-repeat;
  height:20px;
  float:right;
  font-size:10px;
  color:#999999;
  padding:2px 0px 0px 20px;
  border-bottom:1px solid #e0e0e0;
}

.nmw-news-comment-section{
  list-style: none;
  max-width: 800px;
  width: 100%;
  margin: 10px auto;
  padding: 10px;
}
.nmw-news-comment{
  display: flex;
  border-radius: 3px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.nmw-news-comment.nmw-news-user-comment{
  color:  #808080;
}
.nmw-news-comment.nmw-news-author-comment{
  color:  #60686d;
  justify-content: flex-end;
}
.nmw-news-comment .nmw-news-info{
  width: 17%;
}
.nmw-news-comment.nmw-news-user-comment .nmw-news-info{
  text-align: right;
}
.nmw-news-comment.nmw-news-author-comment .nmw-news-info{
  order: 3;
}
.nmw-news-comment .nmw-news-info a{
  display: block;
  text-decoration: none;
  color: #656c71;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0 3px 0;
}
.nmw-news-comment .nmw-news-info span{
  font-size: 11px;
  color:  #9ca7af;
}
.nmw-news-comment .nmw-news-avatar{
  width: 2%;
}
.nmw-news-comment.nmw-news-user-comment .nmw-news-avatar{
  padding: 10px 18px 0 3px;
}
.nmw-news-comment.nmw-news-author-comment .nmw-news-avatar{
  order: 2;
  padding: 10px 3px 0 18px;
}
.nmw-news-comment .nmw-news-avatar img{
  display: block;
  border-radius: 50%;
}
.nmw-news-comment.nmw-news-user-comment .nmw-news-avatar img{
  float: right;
}
.nmw-news-comment p{
  line-height: 1.5;
  padding: 18px 22px;
  width: 58%;
  position: relative;
  word-wrap: break-word;
}
.nmw-news-comment.nmw-news-user-comment p{
  background-color:  #c6f5e7;
}
.nmw-news-comment.nmw-news-author-comment p{
  background-color:  #e2f8ff;
  order: 1;
}
.nmw-news-user-comment p:after{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #87c5b2;
  left: -8px;
  top: 18px;
}
.nmw-news-author-comment p:after{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #e2f8ff;
  right: -8px;
  top: 18px;
}
.nmw-news-write-new{
  margin: 10px auto 0;
  width: 80%;
}
.nmw-news-write-new textarea{
  color:  #444;
  font: inherit;
  float:left;
  outline: 0;
  border-radius: 3px;
  border: 1px solid #cecece;
  background-color:  #fefefe;
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.06);
  overflow: auto;
  width:70%;
  min-height: 80px;
  padding: 5px 5px;
}
.nmw-news-write-new img{
  border-radius: 50%;
  margin-top: 15px;
}
.nmw-news-write-new button{
  float:right;
  background-color:  #87bae1;
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;

  padding: 10px 25px;
  margin-top: 18px;
}
label{display:inline-block;max-width:100%;margin-bottom:2.3px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}
.form-group{margin-bottom:15px}
.NMW_CMS_container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}
.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}
.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}
.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}
.h1,h1{font-size:36px}
.h2,h2{font-size:30px}
.h3,h3{font-size:24px}
.h4,h4{font-size:18px}
.h5,h5{font-size:14px}
.h6,h6{font-size:12px}
.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.NMW_CMS_container .jumbotron,.NMW_CMS_container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .NMW_CMS_container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.NMW_CMS_container .jumbotron,.NMW_CMS_container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.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}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}

.list-group{padding-left:0;margin-bottom:20px;margin:0;}
.list-group-item{position:relative;display:block;padding:10px 10px;color:rgba(10, 10, 10, 1);font-size:14px;margin-bottom:-1px;background-color:rgba(240, 241, 250, 0.37);border:1px solid rgba(227, 227, 227, 0.34);}
.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
a.list-group-item,button.list-group-item{color:#555}
a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}
a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}
button.list-group-item{width:100%;text-align:left}
.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}
.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}
.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}
.list-group-item>.badge{float:right}
.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}
.badge{display:inline-block;min-width:10px;padding:3px 17px;color:rgba(10, 10, 10, 1);font-size:14px;font-family: sans-serif;font-weight:550;line-height:1;text-align:center;white-space:nowrap;vertical-align:middle;border-radius:10px}
.badge:empty{display:none}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px;margin-left:0px}
.img-thumbnail{display:inline-block;margin-top:-8px;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.mvc_flhhs { color:#555;text-decoration:none !important; }
.mvc_flh:hover { background-color:#6a6a6a; }
.mvc_f_signature { margin-top:10px;padding:5px;border-top:1px solid #ddd;}

.collapse{display:none}
.collapse.in{display:block}
tr.collapse.in{display:table-row}
tbody.collapse.in{display:table-row-group}
.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}
.panel{margin-bottom:20px;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
.panel-body{padding:15px}
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}
.panel-heading>.dropdown .dropdown-toggle{color:inherit}
.panel-title{margin-top:0;margin-bottom:0;font-size:15px;color:inherit}
.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}
.panel-footer{padding:10px 15px;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}
.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}
.list-group+.panel-footer{border-top-width:0}
.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}
.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}
.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}
.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}
.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}
.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
.panel>.table-responsive{margin-bottom:0;border:0}
.panel-group{margin-bottom:20px}
.panel-group .panel{margin-bottom:0;border-radius:4px}
.panel-group .panel+.panel{margin-top:5px}
.panel-group .panel-heading{border-bottom:0}
.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid rgba(227, 227, 227, 0.34);}
.panel-group .panel-footer{border-top:0}
.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}
.panel-default{border:1px solid rgba(227, 227, 227, 0.34);}
.panel-default>.panel-heading{color:rgba(10, 10, 10, 1);background-color:rgba(240, 241, 250, 0.37);border:1px solid rgba(227, 227, 227, 0.34);}
.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top:1px solid rgba(227, 227, 227, 0.34);}
.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}

.sold-list-r{
  min-width:100%;
  float:left;
}

#NMW_CMS_event_post {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index:300;
}

.f16 .flag{border-radius: 10px;transform: scale(1.3);border:2px solid rgba(66, 66, 66, 1.0);display:inline-block;height:10px;width:10px;vertical-align:text-top;line-height:16px;background:url(system/images/flags.png) no-repeat;}.f16 ._African_Union{background-position:-1px -16px;}.f16 ._Arab_League{background-position:-1px -32px;}.f16 ._ASEAN{background-position:-1px -48px;}.f16 ._CARICOM{background-position:-1px -64px;}.f16 ._CIS{background-position:-1px -80px;}.f16 ._Commonwealth{background-position:-1px -96px;}.f16 ._England{background-position:-1px -112px;}.f16 ._European_Union, .f16 .eu{background-position:-1px -128px;}.f16 ._Islamic_Conference{background-position:-1px -144px;}.f16 ._Kosovo{background-position:-1px -160px;}.f16 ._NATO{background-position:-1px -176px;}.f16 ._Northern_Cyprus{background-position:-1px -192px;}.f16 ._Northern_Ireland{background-position:-1px -208px;}.f16 ._Olimpic_Movement{background-position:-1px -224px;}.f16 ._OPEC{background-position:-1px -240px;}.f16 ._Red_Cross{background-position:-1px -256px;}.f16 ._Scotland{background-position:-1px -272px;}.f16 ._Somaliland{background-position:-1px -288px;}.f16 ._Tibet{background-position:-1px -304px;}.f16 ._United_Nations{background-position:-1px -320px;}.f16 ._Wales{background-position:-1px -336px;}.f16 .ad{background-position:-1px -352px;}.f16 .ae{background-position:-1px -368px;}.f16 .af{background-position:-1px -384px;}.f16 .ag{background-position:-1px -400px;}.f16 .ai{background-position:-1px -416px;}.f16 .al{background-position:-1px -432px;}.f16 .am{background-position:-1px -448px;}
.f16 .ao{background-position:-1px -464px;}.f16 .aq{background-position:-1px -480px;}.f16 .ar{background-position:-1px -498px;}.f16 .ar{background-position:-1px -1330px;}.f16 .as{background-position:-1px -512px;}.f16 .at{background-position:-1px -528px;}.f16 .au{background-position:-1px -544px;}.f16 .aw{background-position:-1px -560px;}.f16 .ax{background-position:-1px -576px;}.f16 .az{background-position:-1px -592px;}.f16 .ba{background-position:-1px -608px;}.f16 .bb{background-position:-1px -624px;}.f16 .bd{background-position:-1px -640px;}.f16 .be{background-position:-1px -656px;}.f16 .bf{background-position:-1px -672px;}.f16 .bg{background-position:-1px -688px;}.f16 .bh{background-position:-1px -704px;}.f16 .bi{background-position:-1px -720px;}.f16 .bj{background-position:-1px -736px;}.f16 .bm{background-position:-1px -752px;}.f16 .bn{background-position:-1px -768px;}.f16 .bo{background-position:-1px -784px;}.f16 .br{background-position:-1px -800px;}.f16 .br{background-position:-1px -2994px;}.f16 .bs{background-position:-1px -816px;}.f16 .bt{background-position:-1px -832px;}.f16 .bw{background-position:-1px -848px;}.f16 .by{background-position:-1px -864px;}.f16 .bz{background-position:-1px -880px;}.f16 .ca{background-position:-1px -896px;}.f16 .cg{background-position:-1px -912px;}.f16 .cf{background-position:-1px -928px;}
.f16 .cd{background-position:-1px -944px;}.f16 .ch{background-position:-1px -960px;}.f16 .ci{background-position:-1px -976px;}.f16 .ck{background-position:-1px -992px;}.f16 .cl{background-position:-1px -1008px;}.f16 .cm{background-position:-1px -1024px;}.f16 .cn{background-position:-1px -1040px;}.f16 .co{background-position:-1px -1056px;}.f16 .cr{background-position:-1px -1072px;}.f16 .cu{background-position:-1px -1088px;}.f16 .cv{background-position:-1px -1104px;}.f16 .cy{background-position:-1px -1120px;}.f16 .cz{background-position:-1px -1136px;}.f16 .de{background-position:-1px -1152px;}.f16 .dj{background-position:-1px -1168px;}.f16 .dk{background-position:-1px -1184px;}.f16 .dm{background-position:-1px -1200px;}.f16 .do{background-position:-1px -1216px;}.f16 .dz{background-position:-1px -1232px;}.f16 .ec{background-position:-1px -1248px;}.f16 .ee{background-position:-1px -1264px;}.f16 .eg{background-position:-1px -1280px;}.f16 .eh{background-position:-1px -1296px;}.f16 .er{background-position:-1px -1312px;}.f16 .es{background-position:-1px -1328px;}.f16 .et{background-position:-1px -1344px;}.f16 .fi{background-position:-1px -1360px;}.f16 .fj{background-position:-1px -1376px;}.f16 .fm{background-position:-1px -1392px;}.f16 .fo{background-position:-1px -1408px;}.f16 .fr{background-position:-1px -1424px;}  .f16 .bl, .f16 .cp, .f16 .mf, .f16 .yt{background-position:-1px -1424px;}.f16 .ga{background-position:-1px -1440px;}
.f16 .gb{background-position:-1px -1458px;}  .f16 .sh{background-position:-1px -1456px;}.f16 .gd{background-position:-1px -1472px;}.f16 .ge{background-position:-1px -1488px;}.f16 .gg{background-position:-1px -1504px;}.f16 .gh{background-position:-1px -1520px;}.f16 .gi{background-position:-1px -1536px;}.f16 .gl{background-position:-1px -1552px;}.f16 .gm{background-position:-1px -1568px;}.f16 .gn{background-position:-1px -1584px;}.f16 .gp{background-position:-1px -1600px;}.f16 .gq{background-position:-1px -1616px;}.f16 .gr{background-position:-1px -1632px;}.f16 .gt{background-position:-1px -1648px;}.f16 .gu{background-position:-1px -1664px;}.f16 .gw{background-position:-1px -1680px;}.f16 .gy{background-position:-1px -1696px;}.f16 .hk{background-position:-1px -1712px;}.f16 .hn{background-position:-1px -1728px;}.f16 .hr{background-position:-1px -1744px;}.f16 .ht{background-position:-1px -1760px;}.f16 .hu{background-position:-1px -1776px;}.f16 .id{background-position:-1px -1792px;}.f16 .mc{background-position:-1px -1792px;}.f16 .ie{background-position:-1px -1808px;}.f16 .il{background-position:-1px -1824px;}.f16 .im{background-position:-1px -1840px;}.f16 .in{background-position:-1px -1856px;}.f16 .iq{background-position:-1px -1872px;}.f16 .ir{background-position:-1px -1888px;}
.f16 .is{background-position:-1px -1904px;}.f16 .it{background-position:-1px -1920px;}.f16 .je{background-position:-1px -1936px;}.f16 .jm{background-position:-1px -1952px;}.f16 .jo{background-position:-1px -1968px;}.f16 .jp{background-position:-1px -1984px;}.f16 .ke{background-position:-1px -2000px;}.f16 .kg{background-position:-1px -2016px;}.f16 .kh{background-position:-1px -2032px;}.f16 .ki{background-position:-1px -2048px;}.f16 .km{background-position:-1px -2064px;}.f16 .kn{background-position:-1px -2080px;}.f16 .kp{background-position:-1px -2096px;}.f16 .kr{background-position:-1px -2112px;}.f16 .kw{background-position:-1px -2128px;}.f16 .ky{background-position:-1px -2144px;}.f16 .kz{background-position:-1px -2160px;}.f16 .la{background-position:-1px -2176px;}.f16 .lb{background-position:-1px -2192px;}.f16 .lc{background-position:-1px -2208px;}.f16 .li{background-position:-1px -2224px;}.f16 .lk{background-position:-1px -2240px;}.f16 .lr{background-position:-1px -2256px;}.f16 .ls{background-position:-1px -2272px;}.f16 .lt{background-position:-1px -2288px;}.f16 .lu{background-position:-1px -2304px;}.f16 .lv{background-position:-1px -2322px;}.f16 .ly{background-position:-1px -2336px;}.f16 .ma{background-position:-1px -2352px;}.f16 .md{background-position:-1px -2368px;}.f16 .me{background-position:-1px -2384px;}.f16 .mg{background-position:-1px -2400px;}
.f16 .mh{background-position:-1px -2416px;}.f16 .mk{background-position:-1px -2432px;}.f16 .ml{background-position:-1px -2448px;}.f16 .mm{background-position:-1px -2464px;}.f16 .mn{background-position:-1px -2480px;}.f16 .mo{background-position:-1px -2496px;}.f16 .mq{background-position:-1px -2512px;}.f16 .mr{background-position:-1px -2528px;}.f16 .ms{background-position:-1px -2544px;}.f16 .mt{background-position:-1px -2560px;}.f16 .mu{background-position:-1px -2576px;}.f16 .mv{background-position:-1px -2592px;}.f16 .mw{background-position:-1px -2608px;}.f16 .mx{background-position:-1px -2624px;}.f16 .my{background-position:-1px -2640px;}.f16 .mz{background-position:-1px -2656px;}.f16 .na{background-position:-1px -2672px;}.f16 .nc{background-position:-1px -2688px;}.f16 .ne{background-position:-1px -2704px;}.f16 .ng{background-position:-1px -2720px;}.f16 .ni{background-position:-1px -2736px;}.f16 .nl{background-position:-1px -2752px;}  .f16 .bq{background-position:-1px -2752px;}.f16 .no{background-position:-1px -2768px;}  .f16 .bv, .f16 .nq, .f16 .sj{background-position:-1px -2768px;}.f16 .np{background-position:-1px -2784px;}.f16 .nr{background-position:-1px -2800px;}.f16 .nz{background-position:-1px -2816px;}.f16 .om{background-position:-1px -2832px;}.f16 .pa{background-position:-1px -2848px;}.f16 .pe{background-position:-1px -2864px;}
.f16 .pf{background-position:-1px -2880px;}.f16 .pg{background-position:-1px -2896px;}.f16 .ph{background-position:-1px -2912px;}.f16 .pk{background-position:-1px -2928px;}.f16 .pl{background-position:-1px -2944px;}.f16 .pr{background-position:-1px -2960px;}.f16 .ps{background-position:-1px -2976px;}.f16 .pt{background-position:-1px -2992px;}.f16 .pw{background-position:-1px -3008px;}.f16 .py{background-position:-1px -3024px;}.f16 .qa{background-position:-1px -3040px;}.f16 .re{background-position:-1px -3056px;}.f16 .ro{background-position:-1px -3072px;}.f16 .rs{background-position:-1px -3088px;}.f16 .ru{background-position:-1px -3106px;}.f16 .rw{background-position:-1px -3120px;}.f16 .sa{background-position:-1px -3136px;}.f16 .sb{background-position:-1px -3152px;}.f16 .sc{background-position:-1px -3168px;}.f16 .sd{background-position:-1px -3184px;}.f16 .se{background-position:-1px -3200px;}.f16 .sg{background-position:-1px -3216px;}.f16 .si{background-position:-1px -3232px;}.f16 .sk{background-position:-1px -3248px;}.f16 .sl{background-position:-1px -3264px;}.f16 .sm{background-position:-1px -3280px;}.f16 .sn{background-position:-1px -3296px;}.f16 .so{background-position:-1px -3312px;}.f16 .sr{background-position:-1px -3328px;}.f16 .st{background-position:-1px -3344px;}.f16 .sv{background-position:-1px -3360px;}
.f16 .sy{background-position:-1px -3376px;}.f16 .sz{background-position:-1px -3392px;}.f16 .tc{background-position:-1px -3408px;}.f16 .td{background-position:-1px -3424px;}.f16 .tg{background-position:-1px -3440px;}.f16 .th{background-position:-1px -3456px;}.f16 .tj{background-position:-1px -3472px;}.f16 .tl{background-position:-1px -3488px;}.f16 .tm{background-position:-1px -3504px;}.f16 .tn{background-position:-1px -3520px;}.f16 .to{background-position:-1px -3536px;}.f16 .tr{background-position:-1px -3552px;}.f16 .tt{background-position:-1px -3568px;}.f16 .tv{background-position:-1px -3584px;}.f16 .tw{background-position:-1px -3600px;}.f16 .tz{background-position:-1px -3616px;}.f16 .ua{background-position:-1px -3632px;}.f16 .ug{background-position:-1px -3648px;}.f16 .us{background-position:-1px -3664px;}.f16 .uy{background-position:-1px -3680px;}.f16 .uz{background-position:-1px -3696px;}.f16 .va{background-position:-1px -3712px;}.f16 .vc{background-position:-1px -3728px;}.f16 .ve{background-position:-1px -3744px;}.f16 .vg{background-position:-1px -3760px;}.f16 .vi{background-position:-1px -3776px;}.f16 .vn{background-position:-1px -3792px;}.f16 .vu{background-position:-1px -3808px;}.f16 .ws{background-position:-1px -3824px;}.f16 .ye{background-position:-1px -3840px;}.f16 .za{background-position:-1px -3856px;}.f16 .zm{background-position:-1px -3872px;}.f16 .zw{background-position:-1px -3888px;}.f16 .sx{background-position:-1px -3904px;}.f16 .cw{background-position:-1px -3920px;}.f16 .ss{background-position:-1px -3936px;}.f16 .nu{background-position:-1px -3952px;}

.active{opacity:1.5;}
.nonactive{opacity:0.8;color: #736765;}
.nonactive:hover{opacity: 1.0;
  margin-bottom:0px;
  margin-top:0px;}

.event_scrollbar {
  overflow-y: scroll;
  width:100%;
  height: 450px;
}

.event_scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #6d2828 #240a0b;
}

.event_scrollbar::-webkit-scrollbar {
  width: 10px;
}

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

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

#gGST_Wrap {
  position: absolute;
  left: 915px;
  top: 360px;
  width: 280px;
  height: 44px;
  z-index: 8;
  font: normal 13px/1.2 tahoma, Arial, Verdana;
  color: #fec16a;
  background: url('../../img/thanhlong/game_gst_bg_20120710.png') no-repeat
}

#gGST_Wrap .gGST_BoxOff {
  width: 276px;
  height: 24px;
  padding: 0 0 0 10px
}

#gGST_Wrap .gGST_BoxOn {
  width: 276px;
  height: 24px;
  padding: 5px 0 0 10px
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .footer {
    width: 82% !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .footer {
    width: 82% !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  .footer {
    left: 0% !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
  .footer {
    width: 82% !important;
  }
}