html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/*
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*/

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}



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

html, body {
  min-height: 100%;
}

body {
    background: url(../img/background.png) center top no-repeat, url(../img/fon-bg-bottom.png) center bottom no-repeat;
    background-color: #1d1d1d;
}

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



h1, h2, h3 {
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

/*
table {
  width: 100%;
  margin-bottom: 50px;
}
table td {
  border-collapse: collapse;
  padding: 25px 50px;
  border: 1px solid #cfcfcf;
  vertical-align: middle;
}
table thead {
  background: #dddfe4;
  color: #1a242d;
  border-top: 2px solid #a0a3ab;
}
table tbody {
  background: #fff;
}
*/

caption {
  margin-bottom: 15px;
}

select {
  background: #111927;
  min-width: 270px;
  border: 1px solid #536177;
  color: #e0eaf3;
  margin: 15px 0px;
  padding: 10px 40px 10px 20px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../img/arrow-v.html);
  background-position: right 20px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  cursor: pointer;
  font-size: 14px;
}


button, .button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #111927;
  border: 1px solid #536177;
  color: #e0eaf3;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 16px 40px;
  text-transform: uppercase;
}
button:hover {
  background: #fbfcff;
  color: #111927;
}

.button {
  display: inline-block;
  text-decoration: none;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #e0eaf3;
}

::-moz-placeholder {
  color: #e0eaf3;
}

:-moz-placeholder {
  color: #e0eaf3;
}

:-ms-input-placeholder {
  color: #e0eaf3;
}

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

.content-page {
  min-height: 600px;
  line-height: 1.4;
  background-color: #fff;
  position: relative;
background: url(../img/background-page-2.html) right top repeat-x;
background-size:100% 100%;
padding:60px;
}

.bodyHomePage {
background: url(../img/top-menu.png) repeat-x, url(../img/background.png) center top no-repeat, url(../img/fon-bg-bottom.png) center bottom no-repeat;
    background-color: #1d1d1d;
}

.contentHomePage {
  padding: 50px 0px 10px 0px;
  background-color: #f8f7f5;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.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;
}

.bright:hover {
  filter: brightness(120%);
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 735px;
  position: relative;
}

.HomeheaderHomePage {
  height: 1000px;
}

.header-logo {
  display: block;
  position: absolute;
  top: 120px;
  right: 35px;
  z-index: 2;
}
.header-text {
  display: block;
  position: absolute;
  top: 470px;
  left: 700px;
  /*width: 540px;*/
  height: 0px;
  bottom: 5px;
  z-index: 2;
  color: #d6b8ab;
  font-family:'Bahnschrift Regular';
  font-size: 16px;
}

.header-online {
  display: block;
  position: absolute;
  top: 450px;
  left: 1050px;
  /*width: 540px;*/
  height: 0px;
  bottom: 5px;
  z-index: 2;
  color: #d6b8ab;
  font-family:'Bahnschrift Regular';
  font-size: 16px;
}

.header-events {
  display: block;
  position: absolute;
  top: 460px;
  left: 1080px;
  z-index: 2;
  color: #fff;
}

.header-button {
  display: block;
  position: absolute;
  top: 340px;
  left: 660px;
  height: 180px;
  width: 540px;
  bottom: 5px;
  z-index: 2;
  padding-left: 1px;
  transition: 0.3s;
  background: rgb(5,5,5,0.6);
}





.topPanel {
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 99;
}

.topPanel-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
  position: relative;
}
.topPanel-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 105px;
  height: 1px;
  width: 100%;
  background-color: #442241;
  transition: 0.3s;
  opacity: 0;
}

.logo {
  margin-top: 32px;
}

.menu ul {
  display: flex;
}

.menu ul li a {
    color: #755f4e;
    font-size: 17px;
    padding: 0px 35px;
    display: block;
    height: 66px;
    line-height: 50px;
    position: relative;
    top: 23px;
}
.menu ul li a:hover {
    color: #49c7ed;
    text-shadow: #49c7ed 0em 0em 0.9em;
}
.menu ul li a:hover:after {
    content: "";
    height: 2px;
    width: 100%;
    bottom: -2px;
    left: 0px;
    position: absolute;
    background: #49c7ed;
}

.menu ul li ul {
  display: none;
}


.acc-panel {
  height: 55px;

  margin-top: 25px;
}

.message.alerta {
    background: #FCF8E3;
    color: #8A6D3B;
    border: 1px solid #8A6D3B;
    border-radius: 4px;
    font-size: 16px;
    padding: 8px;
}

.message.bon {
    background: #e3fce7;
    color: #4c8a3b;
    border: 1px solid #4c8a3b;
    border-radius: 4px;
    font-size: 16px;
    padding: 8px;
}

.acc-panel a {
    color: #49c7ed;
    font-size: 16px;
    padding: 10px 25px;
    border: 1px solid #49c7ed;
}
.acc-panel a:hover {
    color: #1485c6;
    border: 1px solid #1485c6;
    padding: 10px 25px;
    font-size: 16px;
}

.acc-panel span {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 3px;
  color: #fff;
  display: block;
}


.headerButtons {
  position: absolute;
  left: 0;
  bottom: 425px;
}

.downloadButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../img/download-button.html) no-repeat;
  width: 321px;
  height: 132px;
  color: #fbdb89;
  font-size: 12px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.downloadButton:hover {
  filter: brightness(120%);
  box-shadow: 0px 0px 14px 0px rgba(77, 224, 248, 0.8);
}
.downloadButton span {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
}

.registerButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../img/register-button.html) no-repeat;
  width: 321px;
  height: 132px;
  color: #fbdb89;
  font-size: 12px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.registerButton:hover {
  filter: brightness(120%);
  box-shadow: 0px 0px 14px 0px rgba(77, 224, 248, 0.8);
}
.registerButton span {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
}

.headerButtons-other {
  background: url(../img/header-buttons-other.html) no-repeat;
  width: 272px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerButtons-other a {
  display: flex;
  flex-direction: column;
  width: 130px;
  height: 110px;
  text-align: center;
  color: #c1d8ea !important;
  font-size: 12px;
  padding-top: 10px;
}
.headerButtons-other a span {
  font-size: 14px;
  font-weight: 600;
  margin-top: 3px;
}
.headerButtons-other a:hover {
  color: #fff !important;
}
.headerButtons-other a:hover .b-icons {
  filter: drop-shadow(0px 0px 10px #57c5d5);
}
.headerButtons-other .b-icons {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: 0.3s;
}
.headerButtons-other .pack {
  background: url(../img/pack-icon.html) center no-repeat;
}
.headerButtons-other .fb {
  background: url(../img/fb-icon.html) center no-repeat;
}
.headerButtons-other .wp {
  background: url(../img/wp-icon.html) center no-repeat;
}
.headerButtons-other .discord {
  background: url(../img/dis-icon.html) center no-repeat;
}
.headerButtons-other .ig {
  background: url(../img/ig-icon.html) center no-repeat;
}
.headerButtons-other .forum {
  background: url(../img/forum-icon.html) center no-repeat;
}
.headerButtons-other .mobile {
  background: url(../img/mobile-icon.html) center no-repeat;
}

.newsBlock {
  position: absolute;
  left: 0;
  bottom: 0;
}

.swiper-news {
    
  width: 793px;
  height: 424px;
}

.newsPagination {
  position: absolute;
  background: #0a1218;
  left: 30px;
  bottom: 30px;
  width: 120px;
  height: 35px;
  z-index: 9;
}

.swiper-news .swiper-button-next, .swiper-news .swiper-button-prev {
  width: 7px;
  height: 13px;
  background-size: 7px 13px;
  margin-top: -7px;
}

.swiper-news .swiper-pagination {
  color: #d0dce0;
  font-size: 15px;
}

.swiper-news .swiper-pagination-current {
  color: #ffc66d;
}

.news-block {
  background: url(../img/news.png) no-repeat;
  width: 407px;
  height: 425px;
}

.news-block-tab-buttons {
  padding:30px 30px 0px 30px;
  position: relative;
  justify-content: space-between;
}
.news-block-tab-buttons span {
  display: block;
  height: 44px;
  padding: 5px 10px;
  color: #828990;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.news-block-tab-buttons span:hover {
  color: #ffe49b;
}
.news-block-tab-buttons span.active {
  color: #ffe49b;
  border-bottom: 1px solid #ffe49b;
}
.news-block-tab-buttons span.active:after {
  content: "";
  background: #ffe49b;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.news-message {
  height: 77px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(54, 64, 89, 0.4);
}
.news-message h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}
.news-message span {
  color: #828990;
  font-size: 12px;
}

.news-block-tab {
    padding: 40px;
  height: 290px;
  overflow: hidden;
  display: none;
  animation: tab 0.4s linear;
}
.news-block-tab.active {
  display: block;
}

@keyframes tab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #eee4cb;
  margin-bottom: 17px;
}
.news:last-child {
  margin-bottom: 0px;
}
.news a {
  color: #eee4cb;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 0px;
}
.news a:hover {
  text-decoration: underline;
}
.news .date {
  color: #828990;
  font-size: 12px;
}

.color-red {
  color: #fe3d29;
}

.color-yellow {
  color: #c7ae71;
}

.load-more {
  text-align: center;
  padding-top: 20px;
}
.load-more a {
  color: #8f97a6;
  font-size: 14px;
  position: relative;
}
.load-more a:hover {
  color: #fff;
}
.load-more a:before {
  content: "+";
  margin-right: 5px;
}

.gemFamilyBlock {
  width: 770px;
}

.eventsBlock {
  width: 428px;
}

.fr-title {
  color: #53453d;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.fr-title span {
  background-color: #f8f7f5;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px 25px 5px 55px;
  background-position: left 20px center;
  background-repeat: no-repeat;
}
.fr-title:after {
  content: "";
  height: 1px;
  width: 98%;
  position: absolute;
  top: 50%;
  margin-top: 1px;
  left: 0;
  background: #dfdad5;
}

.fr-title-gem span {
  background-image: url(../img/gem-title-icon.html);
}

.fr-title-events span {
  background-image: url(../img/event-title-icon.html);
}

.gemBlock {
  width: 386px;
  height: 172px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.gemBlock.vanertBlock {
  background: url(../img/vanert-bg.html) no-repeat;
}
.gemBlock.duprianBlock {
  background: url(../img/duprian-bg.html) no-repeat;
}
.gemBlock p {
  margin-bottom: -5px;
  color: #fdedc7;
  font-size: 12px;
  text-transform: uppercase;
}
.gemBlock img {
  margin-right: 50px;
}

.event {
  display: block;
  width: 50%;
  border: 1px solid #d6beb4;
  height: 86px;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding-left: 15px;
  line-height: 1.1;
  color: #61564e;
  font-size: 14px;
  font-weight: 600;
}
.event:nth-child(1) {
  border-right: none;
  border-bottom: none;
}
.event:nth-child(2) {
  border-bottom: none;
}
.event:nth-child(3) {
  border-right: none;
}
.event-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 15px;
}
.event-icon:after {
  content: "";
  background: url(../img/icon-bg.html) no-repeat;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
}
.event:hover {
  background: #3f332b;
  color: #ccbfb4;
}
.event:hover .event-icon img {
  filter: brightness(150%);
}
.event:hover .event-icon:after {
  opacity: 0.2;
}

.infoBlockHome {
    height: auto;
    margin-bottom: 700px;
}

.slider {
  width: 1200px;
  height: 730px;
  position: relative;
}
.slider:before {
  content: "CLASS";
  font-size: 170px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -90px;
  top: 140px;
  letter-spacing: 50px;
}
.slider .swiper-slide {
  background-position: top right;
  background-repeat: no-repeat;
}

.gallery-top {
  height: 730px;
  width: 100%;
}

.gallery-thumbs {
  height: 167px;
  width: 996px;
  margin: 0 auto;
  margin-top: -167px;
}
.gallery-thumbs span {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #c9cacc;
  border: 1px solid #def0fd;
  position: relative;
  z-index: 2;
}
.gallery-thumbs span img {
  width: 96px;
  height: 96px;
  filter: grayscale(100%) brightness(120%);
}
.gallery-thumbs .swiper-slide {
  width: 166px;
  height: 163px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}
.gallery-thumbs .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 166px;
  height: 163px;
  transition: 0.3s;
  opacity: 0;
}
.gallery-thumbs .swiper-slide.sm:after {
  background: url(../img/slider-nav.html) 0px top no-repeat;
}
.gallery-thumbs .swiper-slide.gl:after {
  background: url(../img/slider-nav.html) -166px top no-repeat;
}
.gallery-thumbs .swiper-slide.elf:after {
  background: url(../img/slider-nav.html) -332px top no-repeat;
}
.gallery-thumbs .swiper-slide.mg:after {
  background: url(../img/slider-nav.html) -498px top no-repeat;
}
.gallery-thumbs .swiper-slide.dm:after {
  background: url(../img/slider-nav.html) -664px top no-repeat;
}
.gallery-thumbs .swiper-slide.rf:after {
  background: url(../img/slider-nav.html) -830px top no-repeat;
}
.gallery-thumbs .swiper-slide.dl:after {
  background: url(../img/slider-nav.html) -996px top no-repeat;
}
.gallery-thumbs .swiper-slide.bk:after {
  background: url(../img/slider-nav.html) -1162px top no-repeat;
}
.gallery-thumbs .swiper-slide:hover span {
  border: 1px solid rgba(255, 255, 255, 0);
}
.gallery-thumbs .swiper-slide:hover span img {
  filter: none;
}
.gallery-thumbs .swiper-slide:hover:after {
  opacity: 1;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
  filter: none;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after {
  opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.slider-arrow > div {
  top: auto;
  bottom: 55px;
  width: 126px;
  height: 61px;
}
.slider-arrow .swiper-button-prev {
  background-image: url(../img/slider-arrow-left.html);
  background-size: 126px 61px;
}
.slider-arrow .swiper-button-next {
  background-image: url(../img/slider-arrow-right.html);
  background-size: 126px 61px;
}

.classNameBlock {
  position: relative;
  margin-left: -20px;
  margin-bottom: 20px;
  margin-top: 157px;
  opacity: 0;
}

.class-img {
  width: 150px;
  height: 150px;
}
.class-img.magic {
  background: url(../img/magic-icon.html) no-repeat;
}
.class-img.archer {
  background: url(../img/archer-icon.html) no-repeat;
}
.class-img.warrior {
  background: url(../img/warrior-icon.html) no-repeat;
}

.className h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 1;
}
.className span {
  font-size: 18px;
  color: #cbd3d6;
  font-weight: 600;
  text-transform: uppercase;
}

.skillBlock {
  color: #ecf6fa;
  font-size: 18px;
  padding-left: 130px;
  margin-bottom: 35px;
  opacity: 0;
}

.stars {
  background: url(../img/stars.html) no-repeat;
  width: 139px;
  height: 19px;
  display: block;
  position: relative;
  margin-left: 10px;
}
.stars span {
  background: url(../img/stars-active.html) no-repeat;
  height: 19px;
  display: block;
}

.sliderVideo {
  opacity: 0;
}

.sliderVideo a {
  margin-left: 130px;
  width: 165px;
  height: 90px;
  background: #000;
  position: relative;
  display: block;
}
.sliderVideo a:after {
  content: "";
  background: url(../img/video-icon.html) center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal_div {
  width: 800px;
  min-height: 300px;
  background: url(../img/modal-img.html) center top no-repeat;
  background-color: #251e1a;
  position: fixed;
  top: 15%;
  left: 50%;
  margin-top: -150px;
  margin-left: -400px;
  display: none;
  opacity: 0;
  z-index: 999;
  padding: 30px 20px;
  border: 1px solid #352925;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
}

.modal_div .modal_close {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  color: #000;
  top: 0px;
  right: -40px;
  cursor: pointer;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial;
  font-size: 20px;
}

#overlay {
  z-index: 998;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.modal-title {
  text-align: center;
  border-bottom: 1px solid #392e29;
  margin: 0px -20px;
}
.modal-title h2 {
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 30px;
  line-height: 1;
}

.modal-content {
  padding-top: 30px;
}

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

.modal_video iframe {
  width: 100%;
}

.swiper-slide-active .classNameBlock {
  animation: fade 1s linear;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.swiper-slide-active .skillBlock {
  animation: fade 1s linear;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.swiper-slide-active .sliderVideo {
  animation: fade 1s linear;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gameCenterBlock {
  padding-top: 110px;
}
.gameCenterBlock h1 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
}
.gameCenterBlock h1 span {
  font-weight: 400;
}

.gameBlock {
  width: 215px;
  height: 149px;
  border-top: 1px solid #d1c0b7;
  border-bottom: 1px solid #d1c0b7;
  border-left: 1px solid #d1c0b7;
  background: linear-gradient(to right, #fefefd, #f9f6f1);
  padding: 34px 0px 0px 60px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.gameBlock:last-child {
  border-right: 1px solid #d1c0b7;
}
.gameBlock p {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}
.gameBlock .game-title_1 {
  color: #6b5a42;
}
.gameBlock .game-title_2 {
  color: #a39178;
}
.gameBlock a {
  color: #fff;
  text-transform: uppercase;
  padding: 6px 9px;
  background: #a39f99;
  position: relative;
  font-size: 10px;
  display: inline-block;
}
.gameBlock a:after {
  content: ">";
  margin-left: 5px;
}
.gameBlock:after {
  content: "";
  height: 1px;
  width: 100px;
  background: #eae6da;
  position: absolute;
  left: -20px;
  bottom: 20px;
  transform: rotate(-133deg);
}
.gameBlock:before {
  content: "";
  height: 1px;
  width: 100px;
  background: #ddd6c7;
  position: absolute;
  left: -40px;
  bottom: 20px;
  transform: rotate(-133deg);
}
.gameBlock:hover {
  width: 340px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.gameBlock:hover:after {
  display: none;
}
.gameBlock:hover:before {
  display: none;
}
.gameBlock:hover .game-title_1 {
  color: #fff;
}
.gameBlock:hover .game-title_2 {
  color: #fdf9cc;
}
.gameBlock:hover a {
  background: #867458;
}
.gameBlock.strategy:hover {
  background: url(../img/game-center-strategy.html) right no-repeat;
  background-color: #bea57d;
}
.gameBlock.system:hover {
  background: url(../img/game-center-system.html) right no-repeat;
  background-color: #bea57d;
}
.gameBlock.events:hover {
  background: url(../img/game-center-events.html) right no-repeat;
  background-color: #bea57d;
}
.gameBlock.pets:hover {
  background: url(../img/game-center-pets.html) right no-repeat;
  background-color: #bea57d;
}
.gameBlock.guides:hover {
  background: url(../img/game-center-guides.html) right no-repeat;
  background-color: #bea57d;
}

/* Footer
/* Footer
-----------------------------------------------------------------------------*/

.footer {
    width: 1200px;
    height: 355px;
    position: relative;
    margin: 0 auto;
}

.footer:after {
  content: "";
  position: absolute;
  width: 1200px;
  left: 0;
  top: 73px;
}
.footer-block-t {
  position: absolute;
  width: 1200px;
  bottom: 110px;
  left: 0;
}
.footer-block-t img{
  margin-right: 100px;
  max-height: 58px;
  max-width: 131px;
}
.footer-block-t a{
  color: #38ace1;
}
.f-menu {
  display: flex;
}
.f-menu li {
  margin: 0px 25px;
}
.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: #cdae8e;
  font-size: 12px;
  padding: 0px 10px;
  display: block;
}

.f-menu li a:hover{
  color: #b1a513;
}

.f-menu li a:active{
  color: #b1a513;
}

.footer-block-l {
  width: 915px;
}
.footer-block-r {
  width: 260px;
  text-align: center;
}
.soc-block a {
  padding-top: 15px;
  display: inline-block;
  margin: -19px -6px 3px;
  background: url(../images/fon-icon-ss.html) no-repeat;
  height: 61px;
  width: 61px;

}
.soc-block a:hover {
  -webkit-filter: brightness(140%); 
  filter: brightness(140%);
}
/*
.soc-block .facebook {
  background: url(../images/soc-icons.png) 7px 4px no-repeat;
}
.soc-block .twitter {
  background: url(../images/soc-icons.png) -32px 4px no-repeat;
}
.soc-block .twitch {
  background: url(../images/soc-icons.png) -72px 4px no-repeat;
}
.soc-block .youtube {
  background: url(../images/soc-icons.png) -113px 4px no-repeat;
}
*/

.footer-block-b {
  position: absolute;
  width: 1200px;
  top: -100px;
  padding-right: 30px;
}

.templetBB{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}
.templetBB table{
  width: 400px;
}
.templetBB table td {
  width: 50%;
  text-align: center;
}
.templetBB table td span{
  color: #777777;
  font-size: 16px;
}
.templetBB table td p{
  color: #1485c6;
  font-size: 60px;
}


.copyright p {
  font-size: 12px;
  color: #e0f0fd;
  margin-bottom: 25px;
}
.copyright p a {
  color: #38ace1;
  font-size: 16px;
}
.copyright p span {
  color: #4b3737;
  font-size: 16px;
  margin-left: 20px;
  margin-right: 20px;
}
.copyright span {
  color: #a0a0a0;
  font-size: 14px;
}



.copy-text {
  color: #849095;
}

.pageTitle {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 0px;
  height: 110px;
  width: 100%;
  padding-left: 40px;
  position: absolute;
  left: 0;
  top: -110px;
}
.pageTitle:after {
  content: "";
  position: absolute;
  background: url(../img/background-page.png) right top no-repeat;  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
}
.pageTitle h1 {
    color: #fff;
    text-shadow: 0px 0px 25px #ffffff;
    font-size: 24px;
    padding: 40px 30px 20px 70px;
    font-weight: normal;
    text-transform: uppercase;
    z-index:2;
}
.pageTitle select {
  position: absolute;
  right: 45px;
  top: 25px;
  z-index: 10;
}

.blockTitle {
  margin-bottom: 50px;
  background: url(../img/title-icon.html) left no-repeat;
  padding-left: 25px;
  margin-left: 15px;
}
.blockTitle h2 {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 400;
}
.blockTitle h2 span {
  font-weight: 600;
  color: #1a242d;
  font-size: 30px;
}

.downloadBlock {
  text-align: center;
}
.downloadBlock > div {
  height: 270px;
  padding: 0px 60px;
}
.downloadBlock-left {
  width: 700px;
  background: #e0e3ed;
}
.downloadBlock-right {
  width: 500px;
  background: #4b577e;
  color: #d5e7e8;
}
.downloadBlock-right h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
}

.file-size {
  font-size: 24px;
  color: #27353d;
  margin-bottom: 30px;
}

.filesBlock {
  display: flex;
  border: 1px solid #c8ccd6;
}
.filesBlock a {
  display: block;
  width: 120px;
  height: 90px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-right: 1px solid #c8ccd6;
}
.filesBlock a:last-child {
  border-right: none;
}
.filesBlock a:hover {
  background-color: #eef2ff;
}
.filesBlock .mega {
  background-image: url(../img/mega-icon.html);
}
.filesBlock .googledrive {
  background-image: url(../img/googledrive-icon.html);
}
.filesBlock .torrent {
  background-image: url(../img/torrent-icon.html);
}
.filesBlock .mediafire {
  background-image: url(../img/mediafire-icon.html);
}

.download-button {
  color: #dbe6fe;
  display: inline-block;
  padding: 14px 35px;
  border: 1px solid #a5b3db;
}
.download-button:hover {
  background: #a5b3db;
  color: #4b577e;
}

.block {
  margin-bottom: 50px;
}

.drivers {
  justify-content: space-between;
}
.drivers .driver {
  width: 380px;
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bdbec1;
}

.rank-title {
  padding: 0px 0px 0px 50px;
  border-bottom: 1px solid #d1ccc9;
  margin-bottom: 40px;
}
.rank-title h2 {
  color: #1a242d;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 35px;
}

.topRanksBlock {
  margin-bottom: 30px;
}
.topRanksBlock > div {
  width: 582px;
  height: 125px;
  display: flex;
}

.topRank_1 {
  border: 1px solid #d6cb93;
  background: #f2ebc7;
}
.topRank_1 .topRank-number {
  background: #eadb8a;
  border-right: 1px solid #d6cb93;
}

.topRank_2 {
  border: 1px solid #bab9b1;
  background: #eaeae8;
}
.topRank_2 .topRank-number {
  background: #bab9b1;
  border-right: 1px solid #bab9b1;
}

.topRank-number {
  width: 123px;
}
.topRank-number span {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  color: #1a242d;
  font-size: 18px;
}

.topRank-icon {
  width: 134px;
  border-right: 1px solid #eadb8a;
}
.topRank-icon img {
  width: 70px;
}
.topRank-icon .topRank-icon-sm {
  background-image: url(../img/slider-nav.html);
}

.topRank-info {
  width: 325px;
  padding-left: 40px;
}
.topRank-info_name img {
  height: 20px;
  margin-right: 15px;
}
.topRank-info_name div {
  color: #3e3e3c;
  font-size: 24px;
  font-weight: 600;
  margin-right: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 160px;
}
.topRank-info_resets {
  color: #3e3e3c;
  font-size: 14px;
}

.p-online {
  color: #63c342;
  font-size: 14px;
}

.p-offline {
  color: #ff2d03;
  font-size: 14px;
}

.table-rank thead {
  border: 1px solid #d8d7d0;
  background: #e7e6df;
  color: #717171;
  font-size: 14px;
}
.table-rank td {
  border: none;
  border-bottom: 1px solid #d8d7d0;
}
.table-rank tbody td {
  color: #3b3f43;
  font-size: 18px;
  padding: 20px 50px;
}
.table-rank tbody td:nth-child(6n+1) {
  font-weight: 600;
}
.table-rank tbody td:nth-child(6n+2) img {
  width: 50px;
}
.table-rank tbody td:nth-child(6n+4) img {
  height: 16px;
  margin-right: 5px;
  margin-bottom: -2px;
}
.table-rank tbody td:nth-child(6n+5) {
  font-weight: 600;
}

.pagination {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li .number {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0px 7px;
  font-size: 14px;
  color: #404243;
  border-radius: 50%;
  position: relative;
}
.pagination li .active {
  color: #f1f8ff;
  background: #5f5d55;
}
.pagination li .prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #918f84;
}
.pagination li .prev:before {
  content: "<";
  font-stretch: ultra-condensed;
  color: #f1f8ff;
  font-size: 18px;
}
.pagination li .next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #918f84;
}
.pagination li .next:before {
  content: ">";
  font-stretch: ultra-condensed;
  color: #f1f8ff;
  font-size: 18px;
}

.back-tops {
  background: url(../img/bg_reset.png) center top no-repeat;
  height: 455px;
}
.back-siege {
  background: url(../img/bg_event.png) center top no-repeat;
  height: 455px;
}
.back-gens {
  background: url(../img/gens.html) center top no-repeat;
  height: 455px;
}



.title-tops h3{
    margin-top: 30px;
    /* margin-left: 40px; */
    margin-bottom: 50px;
    font-size: 24px;
    text-align: center;
}
#table-tops-tr {
  background-color: transparent;
}


#table-tops-tr .top-td p{
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-tops tr {
  height: 0px;
}

.table-tops tr td{
  padding: 15px 25px 15px 25px;
  vertical-align: middle !important;
}

.table-tops img {
 
				
			
			 
}
.table-tops .top-class {
					 
				
			 
			  
  color: #8a6f58;
  font-size: 14px;
}
.table-tops .top-score {
				   
    display: block;
			   
				
    color: #c4961a;
    font-size: 14px;
}
.table-tops .top-point {
					   
				  
			   
				
    color: #fff;
    font-size: 24px;
	display: block;
}
.table-tops .top-point sup{
  font-size: 12px;
  color: #f65ef1;
}
.table-tops p {

				
			   
  color: #fff;
  font-size: 24px;
}
.table-tops a {
  color: #fff;
}
.table-tops a:hover {
  color: #9d867d;
}
.top-1 {
  color: #f0bf55;
}
.top-2 {
  color: #a09a8d;
}
.top-3 {
  color: #cf7750;
}
.tops-more {
  position: relative;
  display: flex;
  top: -30px;
  left: 140px;
  font-size: 14px;
  font-weight: normal;
}
.tops-more a {
  color: #a9a9a9;
}
.tops-more a:hover {
  color: #7a7979;
}
.event-more {
  position: relative;
  display: flex;
  top: -30px;
  left: 100px;
  font-size: 14px;
  font-weight: normal;
}
.event-more a {
  color: #a9a9a9;
}
.event-more a:hover {
  color: #7a7979;
}



.title-gens h3{
    margin-top: 40px;
    /* margin-left: 40px; */
    margin-bottom: 42px;
    font-size: 24px;
    text-align: center;
}
.table-gens tr {
  height: 227px;
}
.table-gens tr:hover {
  height: 227px;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
.table-gens td {
padding-left: 180px;
    padding-top: 130px;
  font-size: 30px;
  color: #e9f1fe;
}



.title-siege h3{
    margin-top: 40px;
    /* margin-left: 40px; */
    margin-bottom: 42px;
    font-size: 24px;
    text-align: center;
}
.content-siege {
  text-align: center;
  padding-top:10px;
  padding-left:15px;
  padding-right:15px;					 
}
.content-siege img {
  position: relative;
  display: flex;
  top: 50px;
  left: 134px;
  width: 114px;
  height: 114px;
}
.content-siege .title-guild {
  color: #632102;
  font-size: 14px;
  position: relative;
  display: inline-block;
  top: 210px;
  left: -65px;
}
.content-siege .name-guild {
  color: #230d0d;
  font-size: 36px;
  line-height: 0px;
  position: relative;
  display: inline-block;
  top: 240px;
  left: -65px;
  font-weight: bold;
  text-decoration: none;
}
.content-siege .name-guild a:hover {
  color: #1485c6;
}
.content-siege .title-battle {
  color: #1485c6;
  font-size: 18px;
  position: relative;
  display: flex;
  top: 310px;
  left: 20px;
}
.content-siege .date-battle {
    color: #4a4a4a;
    font-size: 36px;
    line-height: 0px;
    position: relative;
    display: inline-block;
    top: 340px;
    left: -60px;
    font-weight: bold;
}



.content-page .register{
  width: 100%;
  font-weight: normal;
}
.content-page .register h2{
  font-size: 30px;
  color: #382b2a;
  font-weight: normal;
}
.content-page .register h2 span{
  font-size: 30px;
  color: #b73026;
  font-weight: bold;
}
.content-page button {
  width: 230px;
  height: 70px;
  border: 1px solid #7c1515;
  border-radius: 5px;
  box-shadow: 1px 1px 15px #999;
  text-shadow: 0px 0px 30px #fff;
  background: #c90807;
  font-size: 16px;
  color: #fff;
}
.content-page button:hover {
  box-shadow: 1px 1px 15px #333;
  transition: all 0.7s ease;
}
.content-page input[type=text],input[type=password], select, textarea {
  height: 78px;
  background-color: #f3ebe9;
  border: 1px solid #cfbcbc;
  border-radius: 7px;
  color: #624641;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 2px 2px 15px #ccc;
  margin-bottom: 20px;
  text-align: center; /* para firefox */
  text-align-last: center; /* para chrome */
}
.content-page .register input[type=file] {
  width: 827px;
  height: 78px;
  margin-top: -20px;
  background-color: #f3ebe9;
  border: 1px solid #cfbcbc;
  border-radius: 7px;
  color: #624641;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 30px;
  box-shadow: 2px 2px 15px #ccc;
  margin-bottom: 20px;
}
.content-page .register option {
  text-align: center; /* para firefox */
  text-align-last: center; /* para chrome */
}
.content-page .register input[type=text]:hover {
  border: 1px solid #1485c6;
  background: #fff9f8;
  transition: all 0.9s ease;
}
.content-page .register input[type=password]:hover {
  border: 1px solid #1485c6;
  background: #fff9f8;
  transition: all 0.9s ease;
}
.content-page .register ::-webkit-input-placeholder {
  color: #624641;
}
 
.content-page .register :-moz-placeholder { /* Firefox 18- */
  color: #624641;
}
 
.content-page .register ::-moz-placeholder {  /* Firefox 19+ */
  color: #624641;
}
 
.content-page .register :-ms-input-placeholder {  
  color: #624641;
}
.content-page .register input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
.content-page .register input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  border: 2px solid #4f3a37;
  border-radius: 5px;
  background-color: white;
  margin-top: -10px;
  background: #4f3a37;
  box-shadow: 0px 0px 10px #4f3a37;
}
.content-page .register input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  border: 8px solid #867774;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 11px;
  margin-top: -10px;
}

.space-80 {
    width: 100%;
    height: 80px;
}

.panel-user {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 50px;
}
.panel-user table tr td table thead tr {
    background: #44302f;
    padding: 20px 30px;
    border-bottom: 1px solid #58403f;
}
.panel-user table tr td table thead tr:hover {
    background: #503635;
    transition: 0.3s;
}
.panel-user table tr td table thead tr td {
    padding: 15px 30px;
    color: #ccbdae;
    font-size: 18px;
}
.panel-user table tr td table thead tr td a {
    background: #836b5a;
    border-radius: 50%;
    padding: 5px 10px 4px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.panel-user table tr td table thead tr td a:hover {
    background: #120b06;
    transition: 0.7s;
}
.panel-user table tr td table thead tr td span {
    color: #ff8b35;
}


.panel-user table tr td table tbody tr {
    background: #58403f;
    padding: 20px 30px;
    border-bottom: 1px solid #644a49;
}
.panel-user table tr td table tbody tr:hover {
    background: #785958;
    transition: 0.3s;
    color: #fff;
}
.panel-user table tr td table tbody tr td {
    padding: 15px 100px 15px 30px;
    color: #b5a698;
    font-size: 18px;
}
.panel-user table tr td table tbody tr td:hover {
    padding: 15px 40px;
    transition: 0.7s;
}
.panel-user table tr td table tbody tr td a {
    color: #b5a698;
}
.panel-user table tr td table tbody tr td a:hover {
    color: #fff;
}
.panel-user table tr td h2 {
    color: #1d1309;
    font-size: 36px;
}
.panel-user table tr td .div-info {
    background: #fffcfa;
    border: 1px solid #cfbcbc;
    border-radius: 4px;
    width: 100%;
    box-shadow: 2px 2px 8px #bcbcbc;
    font-size: #cfbcbc;
    font-size: 18px;
    padding: 16px 40px 14px 40px;
    margin-bottom: 15px;
    color: #897665;
}
.panel-user table tr td .div-info span {
    color: #1d1309;
}

.panel-content {
  
}
.panel-content .a-button {
  padding: 10px 20px;
  margin: 5px;
  margin-top: 20px;
  border: 1px solid #d90e0a;
  
}
/*# sourceMappingURL=style.css.map */
.downhelp table{background-color:transparent;}
.downhelp th{text-align:left;}
.downhelp{width:100%;max-width:100%;margin-bottom:20px;}
.downhelp>tbody>tr>th,.table>tbody>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd;}
.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.btn:focus,.btn:active:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btn:hover,.btn:focus{color:#333;text-decoration:none;}
.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);}
.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c;}
.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625;}
.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439;}
.btn-success:active{color:#fff;background-color:#449d44;border-color:#398439;}
.btn-success:active:hover,.btn-success:active:focus{color:#fff;background-color:#398439;border-color:#255625;}
.btn-success:active{background-image:none;}
.container:before,.container:after,.row:before,.row:after{content:" ";display:table;}
.container:after,.row:after{clear:both;}
/*! CSS Used fontfaces */
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

/**
* Nav Bar Menu
**/
.navbar_menu .navbar_menu_bg {
	width:100%;
	height:80px;
	margin:0 auto;
	
	-webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	position:fixed;
	z-index:40;
	line-height:1.5;
  background-color: rgba(0, 0, 0, 0.4);
}
.navbar_menu .navbar_menu_bg.topPanel-top{
	  background-color: rgba(0, 158, 255, 0.4);
}
.navbar_container {
	height:90px;
	position:relative;
}
.navbar_menu .dropdown_menu {
	visibility:hidden;
	opacity:0;
	position:absolute;
	top:100%;
	z-index:5;
	margin-left:-1px;
	left:0;
	width:140%;
	transform:translateY(2em);
	z-index:-1;
	transition:all .5s ease-in-out 0s,visibility 0s linear .5s,z-index 0s linear 0s;
}
.navbar_menu .dropdown_menu {
    font-size: 12px;
      
	  background-color: rgba(31, 15, 15, 0.9);
    border: 1px solid #000;
    border-top: 0;
    padding: 0 auto;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.navbar_menu .navbar_container:hover .dropdown_menu {
	visibility:visible;
	opacity:1;
	z-index:1;
	transform:translateY(0%);
	transition-delay:0s,0s,0.3s;
}
.navbar_menu .dropdown_menu a {
	padding:10px 5px 10px 8px;
	text-align:left;
	font-weight: 200;
	border-bottom: solid 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar_menu .dropdown_menu a:hover {
	padding-left:13px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar_menu .dropdown_menu>li:last-child a{
	border-bottom:0;
}
.navbar_menu ul{
	width:1170px;
	margin:0 auto;
	list-style:none;
	padding-left:65px;
}
.navbar_menu nav a{
	font-size: 15px;
	cursor: pointer;
	color:#fff;
	font-family:'Prompt',sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	display:block;
	padding:24px 22px;
	text-decoration:none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar_menu nav a:hover,a:focus{
	color: #49c7ed !important;
    
    text-shadow: #49c7ed 0em 0em 0.9em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}



.navbar_menu nav ul,.navbar_menu nav ul li{
	list-style-type:none;
	padding:0;
	margin:0;
}
.navbar_menu nav span{
	font-weight:300;
	display:block;
	font-size:70%;
	text-transform: uppercase;
}
.navbar_menu nav .arrow:after {
    width: 9px;
    height: 11px;
    background: url(../images/angel.png) center top no-repeat;
    position: absolute;
    left: calc(50% - 4px);
    bottom: 5px;
    content: '';
}
.navbar_menu nav>ul{
	text-align:center;
}
.navbar_menu nav>ul>li{
	display:inline-block;
	border-left: solid 1px rgba(255, 255, 255, 0.09);
  min-width: 15%;
}
.navbar_menu nav>ul>li:first-child{
	border-left:none;
}
@-webkit-keyframes angel_wing
	{
	0% {
	bottom: 13px;
	}
	50% {
	bottom: 10px;
	}
	100% {
	bottom: 13px;
	}
}
@keyframes angel_wing
	{
	0% {
	bottom: 13px;
	}
	50% {
	bottom: 10px;
	}
	100% {
	bottom: 13px;
	}
}

/* scroll */
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #ffffff;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #38ace1;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #38ace1;
}

.bg-pink {
    padding: 10px;
    background-color: #eee4cb;
}
.bg-pad {
    padding: 20px;
}