#auth-login-page,
#auth-register-page,
#shop-page {
  text-align: center;
}

#auth-register-page .input-field {
  display: block;
  margin: 0 auto;
}

#auth-login-page .loginbtn,
#auth-register-page .register-btn {
  margin-top: 15px;
}

#auth-login-page .username-field {
  background-image: url(/assets/images/loginbox_acc.png);
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  height: 38px;
  width: 219px;
}

#auth-login-page .username-field input {
  width: 135px;
  margin-top: 12px;
  margin-left: 65px;
  background-color: transparent;
  border: 0;
  color: #fff;
  outline: 0;
}

#auth-login-page .password-field {
  background-image: url(@{images}/loginbox_password.png);
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  height: 38px;
  width: 219px;
}

#auth-login-page .password-field input {
  width: 135px;
  margin-top: 12px;
  margin-left: 65px;
  background-color: transparent;
  border: 0;
  color: #fff;
  outline: 0;
}

#account-character-page .mage input + #mage,
#account-character-page .ranger input + #ranger,
#account-character-page .warrior input + #warrior {
  cursor: pointer;
  border: 2px solid transparent;
}

#library-campfires-page a,
#library-cooking-page a,
#library-disintegrating-page a,
#library-gemcrafting-page a,
#library-lumberjacking-page a,
#library-reporting-page a,
#library-smithing-page a,
#misc-downloads-page a,
#misc-faq-page a,
#misc-jobs-page a,
#misc-lore-page a,
#misc-rules-page a {
  color: inherit;
}

#shop-page li {
  list-style: none;
  margin-bottom: 25px;
}

#shop-page .input-field {
  display: block;
  margin: 0 auto;
}

#shop-page .beta-get-image {
  background-image: url(/assets/images/betaget.png);
  height: 234px;
  width: 464px;
  display: block;
  margin: 35px auto 0;
}

#shop-offers-page .beta-shop-offers {
  background-image: url(/assets/images/betashopoffer.png);
  width: 456px;
  height: 471px;
  display: block;
  margin: 0 auto;
}

#library-vocations-page .vocation-images .mage,
#library-vocations-page .vocation-images .ranger,
#library-vocations-page .vocation-images .warrior {
  background-repeat: no-repeat;
  background-position: 0 -1px;
  height: 177px;
  width: 100%;
}

#shop-offers-page li {
  text-align: center;
  list-style: none;
}

#shop-offers-page li .xlarge {
  font-size: x-large;
  font-family: 'Cinzel', serif;
  font-weight: 700;
}

#shop-offers-page li .large {
  font-size: large;
  font-family: 'Cinzel', serif;
  font-weight: 700;
}

#shop-offers-page li i {
  color: #c2b67b;
}

#misc-changelogs-page tr[id^="changelog-body-"] td {
  text-align: inherit !important;
  font-family: verdana !important;
  font-size: 12px !important;
}

#library-page,
#misc-downloads-page,
#misc-faq-page,
#misc-jobs-page,
#misc-lore-page,
#misc-rules-page {
  text-align: center;
}

#misc-downloads-page img,
#misc-faq-page img,
#misc-jobs-page img,
#misc-lore-page img,
#misc-rules-page img {
  display: block;
  margin: 0 auto;
}

#library-page a:active,
#library-page a:hover,
#library-page a:link {
  text-decoration: none;
  outline: 0;
}

#library-page .images a {
  margin-left: 25px;
}

#account-password-page img,
#library-about-page img,
#library-campfires-page img,
#library-cooking-page img,
#library-disintegrating-page img,
#library-gemcrafting-page img,
#library-lumberjacking-page img,
#library-mining-page img,
#library-reporting-page img,
#library-smithing-page img,
#library-vocation-page img {
  display: block;
  margin: 0 auto;
}

#library-about-page,
#library-vocations-page {
  text-align: center;
}

#library-vocations-page a:active,
#library-vocations-page a:hover,
#library-vocations-page a:link {
  text-decoration: none;
  color: red;
  outline: 0;
}

#library-vocations-page .vocation-images {
  position: relative;
}

#library-vocations-page .vocation-images .warrior {
  position: relative;
  background-image: url(/assets/images/warrior.png);
}

#library-vocations-page .vocation-images .warrior > div {
  position: absolute;
  padding-left: 165px;
  bottom: 35px;
}

#library-vocations-page .vocation-images .ranger {
  position: relative;
  background-image: url(/assets/images/ranger.png);
}

#library-vocations-page .vocation-images .ranger > div {
  position: absolute;
  padding-left: 165px;
  bottom: 35px;
}

#library-vocations-page .vocation-images .mage {
  background-image: url(/assets/images/mage.png);
  position: relative;
}

#library-vocations-page .vocation-images .mage > div {
  position: absolute;
  padding-left: 165px;
  bottom: 40px;
}

#account-page,
#account-password-page,
#library-campfires-page,
#library-cooking-page,
#library-disintegrating-page,
#library-gemcrafting-page,
#library-lumberjacking-page,
#library-mining-page,
#library-reporting-page,
#library-smithing-page,
#library-vocation-page {
  text-align: center;
}

#account-character-page .mage input,
#account-character-page .ranger input,
#account-character-page .warrior input {
  display: none;
}

#account-password-page .input-group {
  margin-top: 10px;
  margin-bottom: 10px;
}

#account-character-page {
  text-align: center;
}

#account-character-page .new-char-submit {
  margin-top: 15px;
}

#account-character-page .createchar {
  background-image: url(/assets/images/createchar.png);
  height: 408px;
  width: 541px;
  position: relative;
  margin-bottom: 35px;
}

#account-character-page .ranger #ranger,
#account-character-page .ranger input:checked + #ranger,
#account-character-page .warrior #warrior,
#account-character-page .warrior #warrior:hover,
#account-character-page .warrior input:checked + #warrior {
  background-repeat: no-repeat;
  height: 177px;
  width: 175px;
  margin-bottom: 25px;
}

#account-character-page .createchar .input-field {
  position: absolute;
  top: 270px;
  left: 170px;
}

#account-character-page #vocations {
  margin-right: 20px;
}

#account-character-page .warrior input:checked + #warrior {
  background-image: url(/assets/images/warrior.png);
  background-position: 0 -182px;
}

#account-character-page .warrior #warrior {
  background-image: url(/assets/images/warrior.png);
  background-position: 0 -1px;
}

#account-character-page .warrior #warrior:hover {
  background-image: url(/assets/images/warrior.png);
  background-position: 0 -182px;
}

#account-character-page .ranger input:checked + #ranger {
  background-image: url(/assets/images/ranger.png);
  background-position: 0 -182px;
}

#account-character-page .ranger #ranger {
  background-image: url(/assets/images/ranger.png);
  background-position: 0 -1px;
}

#account-character-page .ranger #ranger:hover {
  background-image: url(/assets/images/ranger.png);
  background-repeat: no-repeat;
  background-position: 0 -182px;
  height: 177px;
  width: 175px;
  margin-bottom: 25px;
}

#account-character-page .mage #mage,
#account-character-page .mage #mage:hover,
#account-character-page .mage input:checked + #mage {
  background-image: url(/assets/images/mage.png);
  height: 177px;
  width: 175px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
}

#account-character-page .mage input:checked + #mage {
  background-position: 0 -182px;
}

#account-character-page .mage #mage {
  background-position: 0 -1px;
}

#account-character-page .mage #mage:hover {
  background-position: 0 -182px;
}

#account-recover-page {
  text-align: center;
}

#account-recover-page img {
  display: block;
  margin: 0 auto;
}

#account-recover-page .input-group {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Tipografia: SVG em @font-face é ignorado nos browsers atuais — usa-se Cinzel (Google Fonts) no head */

@media (min-width: 1200px) {
  .container {
    width: 1280px !important;
  }
}

.auth-panel a,
.online-counter-widget a,
.panel a,
.footer a {
  color: #29bdd3 !important;
  text-decoration: none !important;
}

.account-panel a,
.btn,
.left-menu li a,
.right-menu li a,
.panel .body .title a {
  text-decoration: none;
}

.auth-panel a:visted,
.online-counter-widget a:visted,
.panel a:visted {
  color: #5b7b97 !important;
}

.auth-panel a:hover,
.online-counter-widget a:hover,
.panel a:hover {
  color: #29cff2 !important;
}

.l-text {
  color: #47a19c;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  list-style: none;
  font-size: 32px;
}

.account-panel,
.auth-panel a,
.auth-panel span,
.panel .body {
  font-family: 'Cinzel', serif;
}

.container {
  width: 1250px !important;
  position: relative;
  margin: 0 auto;
}

body {
  background-color: #000e1b;
  background-image: url(/assets/images/background.png);
  margin: 0;
  border: 0;
}

#header {
  position: relative;
  height: 246px;
  width: 1231px;
  top: 0;
  margin: 0 auto;
}

.btn {
  outline: 0;
  background: #0b2b42;
  color: #f0bc4d;
  padding: 5px;
  border: 1px solid #2c7e9d;
}

.btn:active,
.btn:hover {
  border: 1px solid #507b94;
}

.btn:hover {
  background-color: #184157;
}

.btn.active,
.btn:active {
  background-color: #021f34;
}

.panel {
  position: relative;
  width: 100%;
  min-height: 100px;
  background-color: #00050f6e;
  top: -58px;
  margin-bottom: 13px;
}

.panel .body {
  padding: 40px;
  color: #2c6a7f;
  font-size: 14px;
  word-break: normal !important;
}

.panel .body .title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
  color: #b78f48;
  line-height: 25px;
}

.panel .body .title span {
  font-size: 14px;
  color: #2c6a7f;
}

.panel .body .title a {
  color: #b78f48;
}

.account-panel a,
.account-panel a:hover,
.account-panel a:visited {
  color: #62a6b7 !important;
}

.panel .body:after,
.panel .body:before {
  height: 100%;
  width: 20px;
  content: "";
  position: absolute;
}

.panel .body:before {
  top: 0;
  left: 0;
  background: url(/assets/images/panel/mf_west.png);
}

.panel .body:after {
  top: 0;
  right: 0;
  background: url(/assets/images/panel/mf_east.png);
}

.panel .top {
  position: absolute;
  height: 20px;
  top: 0;
  width: 100%;
  background: url(/assets/images/panel/mf_north.png);
}

.panel .top:after,
.panel .top:before {
  top: -1px;
  position: absolute;
  z-index: 1;
}

.panel .top:before {
  left: 0;
  content: url(/assets/images/panel/mf_corner_nw.png);
}

.panel .top:after {
  right: 0;
  content: url(/assets/images/panel/mf_corner_ne.png);
}

.panel .bottom {
  position: absolute;
  height: 20px;
  bottom: 0;
  width: 100%;
  background: url(/assets/images/panel/mf_south.png);
}

.panel .bottom:before {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -5px;
  content: url(/assets/images/panel/mf_corner_sw.png);
}

.panel .bottom:after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -1px;
  width: 48px;
  height: 53px;
  content: url(/assets/images/panel/mf_corner_se.png);
}

.panel-default {
  position: relative;
  width: 100%;
  min-height: 200px;
  margin-bottom: 4px;
}

.panel-default .body:after,
.panel-default .body:before {
  height: 100%;
  width: 20px;
  content: "";
  top: 0;
  position: absolute;
}

.panel-default .body li.category > img {
  position: absolute;
  top: 8px;
  left: 3px;
  width: 19%;
}

.panel-default .body {
  padding: 20px;
}

table td,
table th {
  padding: 5px;
}

.panel-default .body:before {
  left: 0;
  background: url(/assets/images/panel/mf_west.png);
}

.panel-default .body .category:after {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  bottom: 3px;
}

.panel-default .body .category:after {
  right: 2px;
  background: url(/assets/images/plus_icon.png) no-repeat;
}

.panel-default .body .category.opened:after {
  background: url(/assets/images/min_icon.png) no-repeat;
}

.panel-default .body:after {
  right: 0;
  background: url(/assets/images/panel/mf_east.png);
}

.panel-default .top {
  position: absolute;
  height: 20px;
  top: 0;
  width: 100%;
  background: url(/assets/images/panel/mf_north.png);
}

.panel-default .top:before {
  position: absolute;
  z-index: 1;
  left: 0;
  content: url(/assets/images/panel/mf_corner_nw.png);
}

.panel-default .top:after {
  position: absolute;
  z-index: 1;
  right: 0;
  content: url(/assets/images/panel/mf_corner_ne.png);
}

.panel-default .bottom {
  position: absolute;
  height: 20px;
  bottom: 0;
  width: 100%;
  background: url(/assets/images/panel/mf_south.png);
}

.panel-default .bottom:before {
  position: absolute;
  z-index: 1;
  left: -2px;
  bottom: -5px;
  content: url(/assets/images/panel/mf_corner_sw.png);
}

.panel-default .bottom:after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -2px;
  width: 48px;
  height: 53px;
  content: url(/assets/images/panel/mf_corner_se.png);
}

.navbar li.about a,
.navbar li.donate a,
.navbar li.forum a,
.navbar li.news a {
  display: block;
  right: -17px;
}

#right-side-register a,
.navbar:before {
  content: "";
}

.account-panel .account-admin,
.account-panel .account-logout {
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: top center;
  height: 55px;
}

.account-panel .account-logout {
  position: relative;
  background-image: url(/assets/images/logout.png);
  width: 34px;
  width: 100%;
}

.account-panel .account-logout li {
  width: 100%;
  text-align: center;
  list-style: none;
  color: #62a6b7;
  position: absolute;
  bottom: 0;
}

.account-panel .account-admin {
  position: relative;
  background-image: url(/assets/images/login.png);
  width: 34px;
  width: 100%;
}

.account-panel .account-admin li {
  width: 100%;
  text-align: center;
  list-style: none;
  color: #62a6b7;
  position: absolute;
  bottom: 0;
}

.auth-panel {
  position: relative;
  height: 351px;
  width: 289px;
  background-image: url(/assets/images/loginBoxFrame.png);
}

.auth-panel a {
  font-size: 12px;
  position: absolute;
  bottom: 91px;
  left: 95px;
}

.auth-panel span {
  position: absolute;
  margin: 35px;
  color: #62a6b7;
  font-size: 32px;
  left: 45px;
  top: 20px;
}

.left-menu li a,
.right-menu li a,
table td {
  font-family: 'Cinzel', serif;
  text-align: center;
}

.auth-panel .input-group.username {
  position: absolute;
  margin: 100px 35px 35px;
}

.auth-panel .input-group.username .input-title {
  margin-left: 40px;
}

.auth-panel .input-group.password {
  position: absolute;
  margin: 180px 35px 35px;
}

.auth-panel .input-group.password .input-title {
  margin-left: 62px;
}

.auth-panel .btn-enter {
  position: absolute;
  bottom: 45px;
  left: 55px;
}

.navbar {
  position: relative;
  left: 415px;
  width: 429px;
  height: 193px;
  background-image: url(/assets/images/topFrame.png);
}

.navbar:before {
  background: url(/assets/images/topmenu/topframe_god.gif);
  position: absolute;
  height: 41px;
  width: 45px;
  left: 160px;
  top: 20px;
}

.navbar li.download,
.navbar li.download a {
  height: 130px;
  width: 133px;
  position: absolute;
}

.navbar li {
  list-style: none;
}

.navbar li.download {
  top: 32px;
  left: 154px;
}

.navbar li.download a {
  display: block;
  top: 0;
  left: 0;
}

.navbar li.news {
  background-image: url(/assets/images/topmenu/topframe_news.gif);
  height: 32px;
  width: 32px;
  position: absolute;
  top: 80px;
  left: 20px;
}

.navbar li.news a {
  position: absolute;
  width: 65px;
  height: 52px;
}

.navbar li.about {
  background-image: url(/assets/images/topmenu/topframe_about.gif);
  height: 32px;
  width: 32px;
  position: absolute;
  top: 80px;
  left: 98px;
}

.navbar li.about a {
  position: absolute;
  width: 65px;
  height: 52px;
}

.navbar li.forum {
  background-image: url(/assets/images/topmenu/topframe_forum.gif);
  height: 32px;
  width: 32px;
  position: absolute;
  top: 75px;
  left: 303px;
}

.navbar li.forum a {
  position: absolute;
  width: 65px;
  height: 55px;
}

.navbar li.donate {
  background-image: url(/assets/images/topmenu/topframe_donate.gif);
  height: 64px;
  width: 32px;
  position: absolute;
  top: 65px;
  left: 386px;
}

.left-menu li,
.left-menu li:active,
.left-menu li:hover,
.right-menu li,
.right-menu li:active,
.right-menu li:hover {
  background-image: url(/assets/images/leftmenu_button.png);
  background-repeat: no-repeat;
  list-style-type: none;
}

.navbar li.donate a {
  position: absolute;
  bottom: 0;
  width: 65px;
  height: 53px;
}

.input-group,
.left-menu li,
.right-menu li {
  position: relative;
}

.left-menu li,
.left-menu li a,
.left-menu li.gold,
.left-menu li.gold:hover,
.left-menu li:active,
.left-menu li:hover,
.right-menu li,
.right-menu li a,
.right-menu li.gold,
.right-menu li.gold:hover,
.right-menu li:active,
.right-menu li:hover {
  height: 45px;
  width: 153px;
}

.left-menu li,
.right-menu li {
  background-position: 0 0;
  left: -1px;
  z-index: 2;
}

.left-menu li:hover,
.right-menu li:hover {
  background-position: 0 49%;
}

.left-menu li:active,
.right-menu li:active {
  background-position: 0 100%;
}

.left-menu .subitems a,
.left-menu li a,
.right-menu li a {
  color: #b78f48;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.48);
}

.right-menu li a {
  padding-left: 0;
}

.left-menu .subitems {
  padding-left: 17px;
  padding-bottom: 5px;
}

.left-menu .subitems a {
  padding: 5px 0px;
  font-size: 12px;
  display: block;
  font-family: Verdana, Geneva, sans-serif;
}

.left-menu .subitems a.selected {
  text-shadow: #f3c350 1px 0 10px;
}

.left-menu .subitems a.selected:before {
  content: "\2023";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  left: 26px;
}

.left-menu .subitems a.selected:before {
  content: "\2023";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  left: 26px;
}

.left-menu li.gold,
.right-menu li.gold {
  background-image: url(/assets/images/leftmenu_buttongold.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  list-style-type: none;
  position: relative;
  left: -13px;
}

.left-menu li.gold:hover,
.right-menu li.gold:hover {
  background-repeat: no-repeat;
  background-position: 0 49%;
  list-style-type: none;
}

.left-menu li.gold:active,
.right-menu li.gold:active {
  background-repeat: no-repeat;
  background-position: 0 100%;
  height: 44px;
  width: 153px;
  list-style-type: none;
}

.input-group .input-title {
  width: 100%;
  color: #62a6b7;
}

.input-group .input-title img {
  left: 0;
}

.input-group .input-field {
  background-image: url(/assets/images/acc-field.png);
  height: 38px;
  width: 217px;
  bottom: 0;
  display: inline-block;
  margin-bottom: 12px;
}

.input-group .input-field input {
  background-color: transparent;
  width: 180px;
  margin-top: 10px;
  margin-left: 15px;
  border: none;
  outline: 0;
  color: #fff;
}

.input-group .input-textarea {
  height: 200px;
  bottom: 0;
  display: inline-block;
}

.input-group .input-textarea textarea {
  background-color: #081924;
  width: 300px;
  height: 250px;
  border: 1px solid #183f4f;
  outline: 0;
  color: #fff;
}

.input-group .input-field-points {
  background: url(/assets/images/small-input-field.png);
  width: 93px;
  height: 36px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.input-group .input-field-points input {
  outline: 0;
  background: 0 0;
  border: none;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 85%;
  color: #b28b47;
}

#right-side-register {
  background-image: url(/assets/images/rightmenu/register_normal.png);
  width: 256px;
  height: 292px;
}

#right-side-register a {
  background-color: red;
  width: 256px;
  width: 292px;
}

#right-side-register:active {
  background-image: url(/assets/images/rightmenu/register_pressed.png);
}

.btn-enter,
.btn-enter:active,
.btn-enter:hover {
  background-image: url(/assets/images/enter.png);
  background-repeat: no-repeat;
  height: 39px;
  width: 184px;
}

.btn-play,
.btn-play:active,
.btn-play:hover {
  background-image: url(/assets/images/play.png);
  background-repeat: no-repeat;
  height: 39px;
  width: 184px;
}

html {
  cursor: url(/assets/images/cursor.png), auto;
}

input {
  cursor: url(/assets/images/cursor-link.png), auto;
}
input:focus {
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}
textarea,
select,
button {
  cursor: url(/assets/images/cursor-link.png), auto;
}
a {
  outline: 0;
  border: 0;
  cursor: url(/assets/images/cursor-link.png), auto;
}

.btn-enter {
  background-position: 0 1%;
  border: 0;
  background-color: transparent;
  outline: 0;
}

.btn-enter:hover {
  background-position: 0 51%;
}

.btn-enter:active {
  background-position: 0 100%;
}

table {
  border: 2px solid #31565f;
  border-radius: 4px;
  font-size: 15px;
  width: 100%;
  margin-bottom: 10px;
}

table tr {
  background-color: rgba(3, 25, 36, 0.48);
  margin: 0;
}

table a,
table td,
table th,
table tr {
  text-decoration: none;
  color: #73929b;
}

#view-character-page {
  text-align: center;
}

#view-character-page .input-field {
  display: block;
  margin: 0 auto;
}

#search-character-page {
  text-align: center;
}

#search-character-page form {
  margin-top: 15px;
}

#search-character-page form .btn-enter {
  margin-top: 10px;
}

.online-counter-widget {
  position: absolute;
  width: 255px;
  left: 571px;
  top: 160px;
}

.online-counter-widget a {
  font-family: 'Cinzel', serif;
  font-size: 12px;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1310px;
    margin: 0 auto;
  }
  .container:after,
  .container:before {
    content: "";
    display: table;
  }
  .container:after {
    clear: both;
  }
}

.container .row {
  margin-bottom: 15px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: 0;
  margin-right: 0;
}

.container .row:last-of-type {
  margin-bottom: 0;
}

.container .row > .col-xs-1 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 0.0833333333 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.container .row > .col-xs-offset-1,
.container .row > .col-xs-push-1 {
  margin-left: calc(99.999999% * (-1 / 12 * -1)) !important;
}

.container .row > .col-xs-pull-1 {
  position: relative;
  left: calc(99.999999% * -0.0833333333);
}

.container .row > .col-sm-1 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-sm-1 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.0833333333 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-sm-offset-1,
  .container .row > .col-sm-push-1 {
    margin-left: calc(99.999999% * (-1 / 12 * -1)) !important;
  }
  .container .row > .col-sm-pull-1 {
    position: relative;
    left: calc(99.999999% * -0.0833333333);
  }
}

.container .row > .col-md-1 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-md-1 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.0833333333 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-md-offset-1,
  .container .row > .col-md-push-1 {
    margin-left: calc(99.999999% * (-1 / 12 * -1)) !important;
  }
  .container .row > .col-md-pull-1 {
    position: relative;
    left: calc(99.999999% * -0.0833333333);
  }
}

.container .row > .col-lg-1 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-lg-1 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.0833333333 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-lg-offset-1,
  .container .row > .col-lg-push-1 {
    margin-left: calc(99.999999% * (-1 / 12 * -1)) !important;
  }
  .container .row > .col-lg-pull-1 {
    position: relative;
    left: calc(99.999999% * -0.0833333333);
  }
}

.container .row > .col-xs-2 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 0.1666666667 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.container .row > .col-xs-offset-2,
.container .row > .col-xs-push-2 {
  margin-left: calc(99.999999% * (-2 / 12 * -1)) !important;
}

.container .row > .col-xs-pull-2 {
  position: relative;
  left: calc(99.999999% * -0.1666666667);
}

.container .row > .col-sm-2 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-sm-2 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.1666666667 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-sm-offset-2,
  .container .row > .col-sm-push-2 {
    margin-left: calc(99.999999% * (-2 / 12 * -1)) !important;
  }
  .container .row > .col-sm-pull-2 {
    position: relative;
    left: calc(99.999999% * -0.1666666667);
  }
}

.container .row > .col-md-2 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-md-2 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.1666666667 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-md-offset-2,
  .container .row > .col-md-push-2 {
    margin-left: calc(99.999999% * (-2 / 12 * -1)) !important;
  }
  .container .row > .col-md-pull-2 {
    position: relative;
    left: calc(99.999999% * -0.1666666667);
  }
}

.container .row > .col-lg-2 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-lg-2 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.1666666667 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-lg-offset-2,
  .container .row > .col-lg-push-2 {
    margin-left: calc(99.999999% * (-2 / 12 * -1)) !important;
  }
  .container .row > .col-lg-pull-2 {
    position: relative;
    left: calc(99.999999% * -0.1666666667);
  }
}

.container .row > .col-xs-3 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 0.25 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.container .row > .col-xs-offset-3,
.container .row > .col-xs-push-3 {
  margin-left: calc(99.999999% * (-3 / 12 * -1)) !important;
}

.container .row > .col-xs-pull-3 {
  position: relative;
  left: calc(99.999999% * -0.25);
}

.container .row > .col-sm-3 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-sm-3 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.25 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-sm-offset-3,
  .container .row > .col-sm-push-3 {
    margin-left: calc(99.999999% * (-3 / 12 * -1)) !important;
  }
  .container .row > .col-sm-pull-3 {
    position: relative;
    left: calc(99.999999% * -0.25);
  }
}

.container .row > .col-md-3 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-md-3 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.25 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-md-offset-3,
  .container .row > .col-md-push-3 {
    margin-left: calc(99.999999% * (-3 / 12 * -1)) !important;
  }
  .container .row > .col-md-pull-3 {
    position: relative;
    left: calc(99.999999% * -0.25);
  }
}

.container .row > .col-lg-3 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-lg-3 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.25 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-lg-offset-3,
  .container .row > .col-lg-push-3 {
    margin-left: calc(99.999999% * (-3 / 12 * -1)) !important;
  }
  .container .row > .col-lg-pull-3 {
    position: relative;
    left: calc(99.999999% * -0.25);
  }
}

.container .row > .col-xs-4 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 0.3333333333 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.container .row > .col-xs-offset-4,
.container .row > .col-xs-push-4 {
  margin-left: calc(99.999999% * (-4 / 12 * -1)) !important;
}

.container .row > .col-xs-pull-4 {
  position: relative;
  left: calc(99.999999% * -0.3333333333);
}

.container .row > .col-sm-4 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-sm-4 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.3333333333 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-sm-offset-4,
  .container .row > .col-sm-push-4 {
    margin-left: calc(99.999999% * (-4 / 12 * -1)) !important;
  }
  .container .row > .col-sm-pull-4 {
    position: relative;
    left: calc(99.999999% * -0.3333333333);
  }
}

.container .row > .col-md-4 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-md-4 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.3333333333 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-md-offset-4,
  .container .row > .col-md-push-4 {
    margin-left: calc(99.999999% * (-4 / 12 * -1)) !important;
  }
  .container .row > .col-md-pull-4 {
    position: relative;
    left: calc(99.999999% * -0.3333333333);
  }
}

.container .row > .col-lg-4 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-lg-4 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.3333333333 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-lg-offset-4,
  .container .row > .col-lg-push-4 {
    margin-left: calc(99.999999% * (-4 / 12 * -1)) !important;
  }
  .container .row > .col-lg-pull-4 {
    position: relative;
    left: calc(99.999999% * -0.3333333333);
  }
}

.container .row > .col-xs-5 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 0.4166666667 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.container .row > .col-xs-offset-5,
.container .row > .col-xs-push-5 {
  margin-left: calc(99.999999% * (-5 / 12 * -1)) !important;
}

.container .row > .col-xs-pull-5 {
  position: relative;
  left: calc(99.999999% * -0.4166666667);
}

.container .row > .col-sm-5 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-sm-5 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.4166666667 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-sm-offset-5,
  .container .row > .col-sm-push-5 {
    margin-left: calc(99.999999% * (-5 / 12 * -1)) !important;
  }
  .container .row > .col-sm-pull-5 {
    position: relative;
    left: calc(99.999999% * -0.4166666667);
  }
}

.container .row > .col-md-5 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-md-5 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.4166666667 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-md-offset-5,
  .container .row > .col-md-push-5 {
    margin-left: calc(99.999999% * (-5 / 12 * -1)) !important;
  }
  .container .row > .col-md-pull-5 {
    position: relative;
    left: calc(99.999999% * -0.4166666667);
  }
}

.container .row > .col-lg-5 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-lg-5 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.4166666667 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-lg-offset-5,
  .container .row > .col-lg-push-5 {
    margin-left: calc(99.999999% * (-5 / 12 * -1)) !important;
  }
  .container .row > .col-lg-pull-5 {
    position: relative;
    left: calc(99.999999% * -0.4166666667);
  }
}

.container .row > .col-xs-6 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 0.5 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.container .row > .col-xs-offset-6,
.container .row > .col-xs-push-6 {
  margin-left: calc(99.999999% * (-6 / 12 * -1)) !important;
}

.container .row > .col-xs-pull-6 {
  position: relative;
  left: calc(99.999999% * -0.5);
}

.container .row > .col-sm-6 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-sm-6 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.5 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-sm-offset-6,
  .container .row > .col-sm-push-6 {
    margin-left: calc(99.999999% * (-6 / 12 * -1)) !important;
  }
  .container .row > .col-sm-pull-6 {
    position: relative;
    left: calc(99.999999% * -0.5);
  }
}

.container .row > .col-md-6 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-md-6 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.5 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-md-offset-6,
  .container .row > .col-md-push-6 {
    margin-left: calc(99.999999% * (-6 / 12 * -1)) !important;
  }
  .container .row > .col-md-pull-6 {
    position: relative;
    left: calc(99.999999% * -0.5);
  }
}

.container .row > .col-lg-6 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-lg-6 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.5 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-lg-offset-6,
  .container .row > .col-lg-push-6 {
    margin-left: calc(99.999999% * (-6 / 12 * -1)) !important;
  }
  .container .row > .col-lg-pull-6 {
    position: relative;
    left: calc(99.999999% * -0.5);
  }
}

.container .row > .col-xs-7 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 0.5833333333 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.container .row > .col-xs-offset-7,
.container .row > .col-xs-push-7 {
  margin-left: calc(99.999999% * (-7 / 12 * -1)) !important;
}

.container .row > .col-xs-pull-7 {
  position: relative;
  left: calc(99.999999% * -0.5833333333);
}

.container .row > .col-sm-7 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-sm-7 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.5833333333 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-sm-offset-7,
  .container .row > .col-sm-push-7 {
    margin-left: calc(99.999999% * (-7 / 12 * -1)) !important;
  }
  .container .row > .col-sm-pull-7 {
    position: relative;
    left: calc(99.999999% * -0.5833333333);
  }
}

.container .row > .col-md-7 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-md-7 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.5833333333 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-md-offset-7,
  .container .row > .col-md-push-7 {
    margin-left: calc(99.999999% * (-7 / 12 * -1)) !important;
  }
  .container .row > .col-md-pull-7 {
    position: relative;
    left: calc(99.999999% * -0.5833333333);
  }
}

.container .row > .col-lg-7 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-lg-7 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.5833333333 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-lg-offset-7,
  .container .row > .col-lg-push-7 {
    margin-left: calc(99.999999% * (-7 / 12 * -1)) !important;
  }
  .container .row > .col-lg-pull-7 {
    position: relative;
    left: calc(99.999999% * -0.5833333333);
  }
}

.container .row > .col-xs-8 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 0.6666666667 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.container .row > .col-xs-offset-8,
.container .row > .col-xs-push-8 {
  margin-left: calc(99.999999% * (-8 / 12 * -1)) !important;
}

.container .row > .col-xs-pull-8 {
  position: relative;
  left: calc(99.999999% * -0.6666666667);
}

.container .row > .col-sm-8 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-sm-8 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.6666666667 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-sm-offset-8,
  .container .row > .col-sm-push-8 {
    margin-left: calc(99.999999% * (-8 / 12 * -1)) !important;
  }
  .container .row > .col-sm-pull-8 {
    position: relative;
    left: calc(99.999999% * -0.6666666667);
  }
}

.container .row > .col-md-8 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-md-8 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.6666666667 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-md-offset-8,
  .container .row > .col-md-push-8 {
    margin-left: calc(99.999999% * (-8 / 12 * -1)) !important;
  }
  .container .row > .col-md-pull-8 {
    position: relative;
    left: calc(99.999999% * -0.6666666667);
  }
}

.container .row > .col-lg-8 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-lg-8 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.6666666667 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-lg-offset-8,
  .container .row > .col-lg-push-8 {
    margin-left: calc(99.999999% * (-8 / 12 * -1)) !important;
  }
  .container .row > .col-lg-pull-8 {
    position: relative;
    left: calc(99.999999% * -0.6666666667);
  }
}

.container .row > .col-xs-9 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 0.75 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.container .row > .col-xs-offset-9,
.container .row > .col-xs-push-9 {
  margin-left: calc(99.999999% * (-9 / 12 * -1)) !important;
}

.container .row > .col-xs-pull-9 {
  position: relative;
  left: calc(99.999999% * -0.75);
}

.container .row > .col-sm-9 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-sm-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.75 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-sm-offset-9,
  .container .row > .col-sm-push-9 {
    margin-left: calc(99.999999% * (-9 / 12 * -1)) !important;
  }
  .container .row > .col-sm-pull-9 {
    position: relative;
    left: calc(99.999999% * -0.75);
  }
}

.container .row > .col-md-9 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-md-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.75 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-md-offset-9,
  .container .row > .col-md-push-9 {
    margin-left: calc(99.999999% * (-9 / 12 * -1)) !important;
  }
  .container .row > .col-md-pull-9 {
    position: relative;
    left: calc(99.999999% * -0.75);
  }
}

.container .row > .col-lg-9 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-lg-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.75 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-lg-offset-9,
  .container .row > .col-lg-push-9 {
    margin-left: calc(99.999999% * (-9 / 12 * -1)) !important;
  }
  .container .row > .col-lg-pull-9 {
    position: relative;
    left: calc(99.999999% * -0.75);
  }
}

.container .row > .col-xs-10 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 0.8333333333 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.container .row > .col-xs-offset-10,
.container .row > .col-xs-push-10 {
  margin-left: calc(99.999999% * (-10 / 12 * -1)) !important;
}

.container .row > .col-xs-pull-10 {
  position: relative;
  left: calc(99.999999% * -0.8333333333);
}

.container .row > .col-sm-10 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-sm-10 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.8333333333 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-sm-offset-10,
  .container .row > .col-sm-push-10 {
    margin-left: calc(99.999999% * (-10 / 12 * -1)) !important;
  }
  .container .row > .col-sm-pull-10 {
    position: relative;
    left: calc(99.999999% * -0.8333333333);
  }
}

.container .row > .col-md-10 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-md-10 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.8333333333 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-md-offset-10,
  .container .row > .col-md-push-10 {
    margin-left: calc(99.999999% * (-10 / 12 * -1)) !important;
  }
  .container .row > .col-md-pull-10 {
    position: relative;
    left: calc(99.999999% * -0.8333333333);
  }
}

.container .row > .col-lg-10 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-lg-10 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.8333333333 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-lg-offset-10,
  .container .row > .col-lg-push-10 {
    margin-left: calc(99.999999% * (-10 / 12 * -1)) !important;
  }
  .container .row > .col-lg-pull-10 {
    position: relative;
    left: calc(99.999999% * -0.8333333333);
  }
}

.container .row > .col-xs-11 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 0.9166666667 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.container .row > .col-xs-offset-11,
.container .row > .col-xs-push-11 {
  margin-left: calc(99.999999% * (-11 / 12 * -1)) !important;
}

.container .row > .col-xs-pull-11 {
  position: relative;
  left: calc(99.999999% * -0.9166666667);
}

.container .row > .col-sm-11 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-sm-11 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.9166666667 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-sm-offset-11,
  .container .row > .col-sm-push-11 {
    margin-left: calc(99.999999% * (-11 / 12 * -1)) !important;
  }
  .container .row > .col-sm-pull-11 {
    position: relative;
    left: calc(99.999999% * -0.9166666667);
  }
}

.container .row > .col-md-11 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-md-11 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.9166666667 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-md-offset-11,
  .container .row > .col-md-push-11 {
    margin-left: calc(99.999999% * (-11 / 12 * -1)) !important;
  }
  .container .row > .col-md-pull-11 {
    position: relative;
    left: calc(99.999999% * -0.9166666667);
  }
}

.container .row > .col-lg-11 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-lg-11 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 0.9166666667 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-lg-offset-11,
  .container .row > .col-lg-push-11 {
    margin-left: calc(99.999999% * (-11 / 12 * -1)) !important;
  }
}

.container .row > .col-lg-12,
.container .row > .col-md-12,
.container .row > .col-sm-12,
.container .row > .col-xs-12 {
  width: calc(99.99% * 1 - 15px);
  margin-right: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-lg-pull-11 {
    position: relative;
    left: calc(99.999999% * -0.9166666667);
  }
}

.container .row > .col-xs-12 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 7.5px;
}

.container .row > .col-xs-offset-12,
.container .row > .col-xs-push-12 {
  margin-left: calc(99.999999% * (-12 / 12 * -1)) !important;
}

.container .row > .col-xs-pull-12 {
  position: relative;
  left: calc(99.999999% * -1);
}

.container .row > .col-sm-12 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-sm-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-sm-offset-12,
  .container .row > .col-sm-push-12 {
    margin-left: calc(99.999999% * (-12 / 12 * -1)) !important;
  }
  .container .row > .col-sm-pull-12 {
    position: relative;
    left: calc(99.999999% * -1);
  }
}

.container .row > .col-md-12 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 7.5px;
}

@media (min-width: 1280px) {
  .container .row > .col-md-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .container .row > .col-md-offset-12,
  .container .row > .col-md-push-12 {
    margin-left: calc(99.999999% * (-12 / 12 * -1)) !important;
  }
  .container .row > .col-md-pull-12 {
    position: relative;
    left: calc(99.999999% * -1);
  }
}

.container .row > .col-lg-12 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 7.5px;
}

.top,
.top-center,
.top-left {
  display: -webkit-flex;
  display: -ms-flexbox;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.top-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  display: flex;
}

.top,
.top-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  display: flex;
}

.left,
.middle-left,
.top-right {
  display: -webkit-flex;
  display: -ms-flexbox;
}

.top-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
  display: flex;
}

.left,
.middle-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  display: flex;
}

.center,
.middle,
.middle-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.middle-right,
.right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bottom,
.bottom-center,
.bottom-left {
  display: -webkit-flex;
  display: -ms-flexbox;
}

.bottom-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
  display: flex;
}

.bottom,
.bottom-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  display: flex;
}

.bottom-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

::-webkit-scrollbar {
  width: 14px;
  background-color: #1e2b34;
}

::-webkit-scrollbar-button {
  background-color: #1e2b34;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #1e2b34;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(68, 113, 155, 0.8);
}

.hidden {
  display: none;
}

#networks {
  width: 201px;
  height: 95px;
  margin-left: -5px;
  margin-top: 7px;
  position: relative;
  background-image: url(/assets/images/networks/networks.png);
  background-repeat: no-repeat;
}

.network-icons {
  position: relative;
  top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.network-icons a {
  text-decoration: none;
}

#pr-box p,
ul,
li {
  margin: 0;
}

.separator-title {
  margin-bottom: 5px;
  text-align: center;
}

.separator-title span {
  font-family: 'Cinzel', serif;
  font-size: 32px;
}

.top-guilds,
.separator-title table {
  border: none;
  background-color: transparent;
  border-radius: 0px;
  font-size: 16px;
  margin: 0;
}

.top-guilds tr {
  background-color: transparent;
}

.top-guilds h5 {
  margin: 4px 0px 3px 0px;
}

.top-guilds span {
  color: rgb(183, 142, 71);
  font-size: 12px;
  font-style: italic;
}

.pagination_home {
  border: none;
  margin-bottom: 0px;
  font-family: 'Cinzel', serif;
  color: #af8946 !important;
  text-decoration: none !important;
  font-size: 12px;
}

.pagination_home a {
  text-decoration: none !important;
  color: #af8946 !important;
}

.button-login {
  position: absolute;
  outline: 0;
  background: #0b2b42;
  color: #f0bc4d;
  border: 1px solid #2c7e9d;
  text-decoration: none;
  top: 146px;
  left: 26px;
  width: 65px;
  height: 22px;
}

.button-login:active {
  border: 1px solid #507b94;
  background-color: #021f34;
}

.button-login:hover {
  border: 1px solid #507b94;
  background-color: #184157;
}

.button-register {
  position: absolute;
  outline: 0;
  background: #0b2b42;
  color: #f0bc4d;
  border: 1px solid #2c7e9d;
  text-decoration: none;
  top: 146px;
  left: 100px;
  width: 65px;
  height: 22px;
}

.button-register:active {
  border: 1px solid #507b94;
  background-color: #021f34;
}

.button-register:hover {
  border: 1px solid #507b94;
  background-color: #184157;
}

.button-lost-account {
  position: absolute;
  outline: 0;
  background: #0b2b42;
  color: #f0bc4d;
  border: 1px solid #2c7e9d;
  text-decoration: none;
  top: 179px;
  left: 26px;
  width: 140px;
  height: 27px;
}
.button-lost-account:active {
  border: 1px solid #507b94;
  background-color: #021f34;
}
.button-lost-account:hover {
  border: 1px solid #507b94;
  background-color: #184157;
}

.changelog {
  border-collapse: collapse;
  border: none;
}

.changelog p {
  margin: 0;
}

.changelog td {
  color: #b68e48;
  font-size: 12px;
  text-align: justify;
  font-family: Verdana, Geneva, sans-serif;
  padding: 12px 23px 12px 0px;
}

.changelog .more img {
  width: 11px;
  vertical-align: middle;
}

.changelog tr {
  background-color: transparent;
  border-bottom: 1px solid #5f4c2c;
}

.title_mini {
  padding: 0px 0px 10px 5px;
  color: #b78f47;
  font-family: 'Cinzel', serif;
  font-size: 13px;
}

.header-login {
  font-family: 'Cinzel', serif;
  font-weight: bold;
  color: #62a6b7;
  text-shadow: 2px 1px 1px #0e0e0e;
  position: absolute;
  width: 222px;
  height: 91px;
  z-index: 2;
  right: -4px;
  top: -76px;
  padding-top: 43px;
  text-align: center;
  background: url(/assets/images/panel-default/horizontal_up_players.png) no-repeat;
}

.header-login span {
  position: relative;
  text-shadow: 2px 2px #0e0e0e;
}

.header-login span.online_players {
  font-size: 9pt;  
  top: 16px;
}

.header-login > .green {
  color: #3dc24a;
}

.header-login > .default * {
  color: #62a6b7;
  text-decoration: none;
}

.header-login {
  font-size: 6pt;
}

hr {
  border: 0;
  height: 1px;
  background: #010b16;
  background-image: linear-gradient(to right, #2889b1, #010b16, #2889b1);
  margin: 15px 0;
}