body {
  width: 100%;
  background: url(../images/wallpaper4.png) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #000000;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.3;
}
a {
  transition: all 0.3s ease;
  color: #fff;
}
a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
h1,
h2,
h3 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: 'Oxanium', Arial, sans-serif;
}
.content h2,
.content .entry h2 {
  color: #E0E0E0;
  text-shadow: 2px 2px 4px rgba(124, 17, 255, 0.5), 0 0 8px rgba(183, 148, 246, 0.6), 0 0 15px rgba(183, 148, 246, 0.4), 0 0 25px rgba(124, 17, 255, 0.3);
  font-weight: 600;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
input,
textarea {
  background: #151215;
  border: 1px solid #291d1f;
  color: #bda4a4;
  padding: 10px 12px;
  position: relative;
}
button,
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/button-bg.jpg) center no-repeat;
  background-size: cover;
  border: none;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.8);
  font-family: 'Manrope', Arial, sans-serif;
  overflow: hidden;
}
button::before,
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(124, 17, 255, 0);
  transition: all 0.3s ease;
  z-index: 0;
  pointer-events: none;
}
button > *,
.button > * {
  position: relative;
  z-index: 1;
}
button:hover,
.button:hover {
  text-shadow: 0px 0px 8px rgba(124, 17, 255, 0.8), 2px 2px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(124, 17, 255, 0.5), 2px 2px 8px 0px rgba(0, 0, 0, 0.8);
}
button:hover::before,
.button:hover::before {
  background: rgba(124, 17, 255, 0.25);
}
.button-big {
  height: 50px;
  background-size: 100%;
  line-height: 50px;
  width: 129px;
  padding: 0px;
}
.button-small {
  background-size: 67px 26px;
  height: 26px;
  line-height: 26px;
  width: 67px;
  padding: 0px;
  font-size: 12px;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #706f6f;
}
::-moz-placeholder {
  color: #706f6f;
}
:-moz-placeholder {
  color: #706f6f;
}
:-ms-input-placeholder {
  color: #706f6f;
}
.body-t {
  background: url(../images/wallpaper4.png) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.wrapper {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.container {
  min-height: 600px;
  display: flex;
  justify-content: space-between;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  position: relative;
  height: 350px;
}
.top-menu {
  text-align: center;
}
.top-menu .active a:before {
  content: "";
  background: #7C11FF;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  box-shadow: 0px 3px 5px 0px rgba(124, 17, 255, 0.6);
  opacity: 1;
}
.top-menu li {
  display: inline-block;
  position: relative;
}
.top-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0px 30px;
  display: block;
  line-height: 69px;
  position: relative;
}
.top-menu li a:before {
  content: "";
  opacity: 0;
  transition: all 0.5s ease;
}
.top-menu li ul {
  position: absolute;
  padding: 25px 0px;
  min-width: 180px;
  margin-top: -10px;
  background: #1E1F22;
  border: 1px solid #341f20;
  text-align: left;
  opacity: 0;
  left: -9999px;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.top-menu li ul li {
  display: block;
}
.top-menu li ul li a {
  line-height: 1.3;
  padding: 10px 25px;
}
.top-menu li ul li a:before {
  content: ">";
  opacity: 1;
  margin-right: 10px;
}
.top-menu li ul:before {
  border: 8px solid transparent;
  border-bottom-color: #341f20;
  position: absolute;
  left: 27%;
  bottom: 100%;
  content: '';
}
.top-menu li:hover a {
  color: #7C11FF;
  text-shadow: 0px 0px 12px rgba(124, 17, 255, 0.3);
}
.top-menu li:hover a:before {
  content: "";
  background: #7C11FF;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  box-shadow: 0px 3px 5px 0px rgba(124, 17, 255, 0.6);
  opacity: 1;
}
.top-menu li:hover ul {
  opacity: 1;
  left: 0px;
  transition: opacity 0.5s ease;
}
.top-menu li:hover ul li a {
  color: #fff;
}
.top-menu li:hover ul li a:hover {
  color: #7C11FF;
  background: rgba(124, 17, 255, 0.1);
  box-shadow: 0px 3px 5px -3px rgba(124, 17, 255, 0.5), 0px -3px 10px -3px rgba(124, 17, 255, 0.5);
}
.top-menu li:hover ul li a:before {
  content: ">";
  opacity: 1;
  margin-right: 10px;
  position: relative;
  background: none;
  box-shadow: none;
}
.active-menu-right {
  color: #7C11FF;
  box-shadow: 0px 0px 5px 0px rgba(124, 17, 255, 0.7);
  text-shadow: 0px 0px 10px rgba(124, 17, 255, 0.8);
}
.logo a {
  position: absolute;
  display: block;
  margin-left: 60px;
  margin-top: -50px;
}
.server-block {
  background: url(../images/server-bg.png) no-repeat;
  width: 250px;
  height: 55px;
  padding: 33px 20px 0px 20px;
  position: absolute;
  top: 395px;
}
.circlestat {
  position: absolute;
  left: 106px;
  top: -4px;
}

.skillName {
  color: #f8d69d;
  text-align: left;
  font-size: 20px;
  padding: 15px 20px;
  font-weight: bold;
}
.server-status {
  float: left;
  font-size: 14px;
  color: #aadd59;
  text-shadow: 0px 0px 8px #aadd59;
  padding: 10px 0px 10px 35px;
  margin-top: -10px;
  margin-left: 95px;
}
.server-status.online {
  background: url(../images/online-icon.png) left no-repeat;
}
.server-status.offline {
  background: url(../images/offline-icon.png) left no-repeat;
  color: #f53319;
  text-shadow: none;
}
.server-name {
  float: left;
  color: #aadd59;
  font-size: 13px;
}
.out-nav-block {
  position: absolute;
  bottom: 100px;
  display: flex;
}
.soc-block {
  margin-right: 130px;
}
.soc-block a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  border: 1px solid rgba(240, 249, 225, 0.2);
  margin-right: 3px;
  box-shadow: 0px 3px 5px -2px rgba(170, 221, 89, 0.2), 0px -3px 5px -2px rgba(170, 221, 89, 0.2);
}
.soc-block a:nth-child(2) {
  background: url(../images/soc-icons.png) -3px 5px no-repeat;
}
.soc-block a:nth-child(1) {
  background: url(../images/soc-icons.png) -33px 5px no-repeat;
}
.soc-block a:nth-child(3) {
  background: url(../images/soc-icons.png) -64px 5px no-repeat;
}
.soc-block a:hover {
  border-radius: 50%;
}
.lang-block {
  position: relative;
  padding-top: 8px;
}
.hide,
.hide + label ~ div {
  display: none;
}
.hide + label {
  margin: 0;
  padding: 0;
  color: #aadd59;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  position: relative;
  transition: all 0.4s ease;
}
.hide + label span {
  color: #fff;
}
.hide + label img {
  border: 1px solid rgba(152, 198, 80, 0.4);
  margin: 0px 0px -3px 5px;
}
.hide + label:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.hide:checked + label {
  border-bottom: 0;
}
.hide:checked + label + div {
  display: block;
  position: absolute;
  background: #1E1F22;
  border: 1px solid #341f20;
  padding: 18px 0px;
  min-width: 180px;
  animation: fade ease-in 0.5s;
  margin: 7px 0px 0px -53px;
}
.hide:checked + label + div:before {
  border: 6px solid transparent;
  border-bottom-color: #341f20;
  position: absolute;
  left: 40px;
  bottom: 100%;
  content: '';
}
.hide:checked + label + div span {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 6px 25px 6px 35px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hide:checked + label + div span:hover {
  color: #8eaa5b;
  background: rgba(142, 170, 91, 0.1);
  box-shadow: 0px 3px 5px -3px rgba(142, 170, 91, 0.5), 0px -3px 10px -3px rgba(142, 170, 91, 0.5);
}
.hide:checked + label + div span:hover:before {
  content: ">";
  position: absolute;
  margin-left: -15px;
}
.hide + label:before {
  content: "";
  width: 7px;
  height: 4px;
  background: url(../images/lang-icon.png) no-repeat;
  position: absolute;
  left: -10px;
  top: 6px;
  transform: rotate(-90deg);
}
.hide:checked + label:before {
  content: "";
  transform: rotate(0deg);
}
.download-block a {
  display: block;
  background: url(../images/download-button-bg.jpg) no-repeat;
  height: 80px;
  padding-top: 42px;
  width: 289px;
  text-align: center;
  position: absolute;
  z-index: 2;
  right: 0px;
  bottom: 84px;
  text-decoration: none;
  font-size: 13px;
  color: #aadd59;
}
.download-block a:hover {
  box-shadow: 0px 0px 15px 0px #7C11FF;
}
.download-block a span {
  display: block;
  font-size: 24px;
  color: #e7e8ad;
  text-shadow: 0px 0px 10px rgba(255, 255, 190, 0.5);
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.download-block a p {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.download-block a:after {
  content: "";
  position: absolute;
  background: url(../images/download-button.png) no-repeat;
  height: 69px;
  width: 222px;
  margin-left: -111px;
  left: 50%;
  bottom: -35px;
}
/* Animation
-----------------------------------------------------------------------------*/
.eyes {
  position: absolute;
  right: 195px;
  top: 297px;
  animation-name: eyes;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  opacity: 0;
}
.eyes span {
  width: 2px;
  height: 2px;
  display: inline-block;
  margin: 0px 7px;
  border-radius: 50%;
  background: #a0dbec;
  box-shadow: 0px 0px 7px 5px #a0dbec;
}
@keyframes eyes {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.text-sword {
  background: url(../images/text_sword.png) no-repeat;
  width: 175px;
  height: 125px;
  position: absolute;
  bottom: 124px;
  left: 575px;
  opacity: 0;
  animation-name: text-sword;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
@keyframes text-sword {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 1;
    -webkit-filter: brightness(180%) contrast(180%) drop-shadow(0px 0px 4px #4444dd);
    filter: brightness(180%) contrast(180%) drop-shadow(0px 0px 4px #4444dd);
  }
  28% {
    opacity: 0;
  }
  42% {
    opacity: 1;
    -webkit-filter: brightness(180%) contrast(180%) drop-shadow(0px 0px 4px #ffffff);
    filter: brightness(180%) contrast(180%) drop-shadow(0px 0px 4px #ffffff);
  }
  68% {
    opacity: 0;
  }
  82% {
    opacity: 1;
    -webkit-filter: brightness(180%) contrast(180%) drop-shadow(0px 0px 4px #c4423b);
    filter: brightness(180%) contrast(180%) drop-shadow(0px 0px 4px #c4423b);
  }
  100% {
    opacity: 0;
  }
}
.light-sword {
  width: 450px;
  height: 350px;
  position: absolute;
  bottom: 140px;
  left: 320px;
  opacity: 0;
}
.light-sword-1 {
  background: url(../images/light_sword_1.png) right 0px bottom 0px no-repeat;
  animation-name: light-sword-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.light-sword-2 {
  background: url(../images/light_sword_2.png) right -30px bottom -30px no-repeat;
  animation-name: light-sword-2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
.light-sword-3 {
  background: url(../images/light_sword_3.png) right 0px bottom 0px no-repeat;
  animation-name: light-sword-3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 2s;
}
@keyframes light-sword-1 {
  40% {
    background: url(../images/light_sword_1.png) right 10px bottom 10px no-repeat;
    opacity: 0.5;
  }
  70% {
    background: url(../images/light_sword_1.png) right 20px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/light_sword_1.png) right 30px bottom 30px no-repeat;
    opacity: 0;
  }
}
@keyframes light-sword-2 {
  40% {
    background: url(../images/light_sword_2.png) right -20px bottom -20px no-repeat;
    opacity: 0.5;
  }
  70% {
    background: url(../images/light_sword_2.png) right -10px bottom -10px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/light_sword_2.png) right 0px bottom 0px no-repeat;
    opacity: 0;
  }
}
@keyframes light-sword-3 {
  40% {
    background: url(../images/light_sword_3.png) right 10px bottom 10px no-repeat;
    opacity: 0.5;
  }
  70% {
    background: url(../images/light_sword_3.png) right 20px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/light_sword_3.png) right 30px bottom 30px no-repeat;
    opacity: 0;
  }
}
.sparks-pet {
  background: url(../images/sparks_pet.png) left bottom no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 180px;
  left: 260px;
}
.sparks-pet-1 {
  background: url(../images/sparks_pet.png) left bottom no-repeat;
  animation-name: sparks-pet-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.sparks-pet-2 {
  background: url(../images/sparks_pet.png) left bottom no-repeat;
  animation-name: sparks-pet-2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
.sparks-pet-3 {
  background: url(../images/sparks_pet.png) left bottom no-repeat;
  animation-name: sparks-pet-3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 2s;
}
@keyframes sparks-pet-1 {
  0% {
    background: url(../images/sparks_pet.png) left 10px bottom 10px no-repeat;
    opacity: 0;
  }
  40% {
    background: url(../images/sparks_pet.png) left 10px bottom 10px no-repeat;
    opacity: 0.5;
  }
  70% {
    background: url(../images/sparks_pet.png) left 20px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/sparks_pet.png) left 30px bottom 30px no-repeat;
    opacity: 0;
  }
}
@keyframes sparks-pet-2 {
  0% {
    background: url(../images/sparks_pet.png) left 0px bottom 10px no-repeat;
    opacity: 0;
  }
  40% {
    background: url(../images/sparks_pet.png) left 0px bottom 10px no-repeat;
    opacity: 0.5;
  }
  70% {
    background: url(../images/sparks_pet.png) left 0px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/sparks_pet.png) left 0px bottom 30px no-repeat;
    opacity: 0;
  }
}
@keyframes sparks-pet-3 {
  0% {
    background: url(../images/sparks_pet.png) left 0px bottom 10px no-repeat;
    opacity: 0;
  }
  40% {
    background: url(../images/sparks_pet.png) left 0px bottom 10px no-repeat;
    opacity: 0.5;
  }
  70% {
    background: url(../images/sparks_pet.png) left 0px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/sparks_pet.png) left 0px bottom 30px no-repeat;
    opacity: 0;
  }
}
.sparks {
  background: url(../images/sparks_pet.png) left bottom no-repeat;
  width: 100px;
  height: 150px;
  position: absolute;
  bottom: 250px;
  right: 100px;
  transform: scale(3);
}
.sparks-1 {
  background: url(../images/sparks_pet.png) left bottom no-repeat;
  animation-name: sparks-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.sparks-2 {
  background: url(../images/sparks_pet.png) left bottom no-repeat;
  animation-name: sparks-2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
.sparks-3 {
  background: url(../images/sparks_pet.png) left bottom no-repeat;
  animation-name: sparks-3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 2s;
}
@keyframes sparks-1 {
  0% {
    background: url(../images/sparks_pet.png) left 10px bottom 10px no-repeat;
    opacity: 0;
  }
  60% {
    background: url(../images/sparks_pet.png) left 10px bottom 10px no-repeat;
    opacity: 0.5;
  }
  80% {
    background: url(../images/sparks_pet.png) left 20px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/sparks_pet.png) left 30px bottom 30px no-repeat;
    opacity: 0;
  }
}
@keyframes sparks-2 {
  0% {
    background: url(../images/sparks_pet.png) left 0px bottom 10px no-repeat;
    opacity: 0;
  }
  60% {
    background: url(../images/sparks_pet.png) left 0px bottom 10px no-repeat;
    opacity: 0.5;
  }
  80% {
    background: url(../images/sparks_pet.png) left 0px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/sparks_pet.png) left 0px bottom 30px no-repeat;
    opacity: 0;
  }
}
@keyframes sparks-3 {
  0% {
    background: url(../images/sparks_pet.png) left 10px bottom 10px no-repeat;
    opacity: 0;
  }
  60% {
    background: url(../images/sparks_pet.png) left -10px bottom 10px no-repeat;
    opacity: 0.5;
  }
  80% {
    background: url(../images/sparks_pet.png) left -20px bottom 20px no-repeat;
    opacity: 1;
  }
  100% {
    background: url(../images/sparks_pet.png) left -30px bottom 30px no-repeat;
    opacity: 0;
  }
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  width: 290px;
}
.sidebar-title {
  background: url(../images/sidebar-title.jpg) no-repeat;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Oxanium', Arial, sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}
.border {
  outline: 1px solid rgba(213, 120, 113, 0.1);
  background: #1E1F22;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.box {
  border-top: 1px solid rgba(49, 56, 35, 0);
  border-bottom: 1px solid rgba(49, 56, 35, 0);
}
.box:hover {
  background: rgba(142, 170, 91, 0.1);
  border-top: 1px solid rgba(49, 56, 35, 0.5);
  border-bottom: 1px solid rgba(49, 56, 35, 0.5);
  box-shadow: 0px 4px 5px -1px rgba(49, 56, 35, 0.3), 0px -4px 5px -1px rgba(49, 56, 35, 0.3);
}
.login-block form button {
  float: right;
  width: 94px;
  height: 83px;
  line-height: 83px;
  padding: 0px;
}
.login-block form input {
  width: 160px;
  margin-bottom: 9px;
}
.login-block a {
  text-decoration: none;
}
.login-block .lost-block {
  margin-top: 5px;
}
.p-block {
  padding: 0px 10px;
}
.best-players {
  margin: 20px 0px 3px 0px;
}
.best-players li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease;
  padding: 0px 10px;
  font-size: 14px;
}
.best-players li .number {
  width: 18px;
}
.best-players li .ava {
  width: 45px;
}
.best-players li .nickname {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.best-players li .rating {
  width: 40px;
}
.best-players li img {
  margin-top: 5px;
  width: 32px;
  height: 32px;
  box-shadow: 0px 0px 10px 1px rgba(216, 122, 115, 0.3);
}
.best-players li a {
  color: #ffffff !important;
}
.best-players li span {
  color: #ffffff !important;
}
.best-players li:hover span {
  color: #ffffff;
}
.best-players li:hover img {
  box-shadow: 0px 0px 8px 0px rgba(124, 17, 255, 0.4);
}
.best-players li:hover {
  background: rgba(124, 17, 255, 0.1);
}
.best-players li:hover a {
  color: #ffffff !important;
}
.best-players li:hover .button {
  -webkit-filter: hue-rotate(70deg) brightness(180%) contrast(150%);
  filter: hue-rotate(70deg) brightness(180%) contrast(150%);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0);
  color: #afafaf;
}
.guilds {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  padding: 15px 15px 12px 15px;
  color: #887676;
}
.guilds .guild-img {
  width: 55px;
}
.guilds .guild-img img {
  width: 40px;
  height: 40px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
}
.guilds .guild-text {
  width: 150px;
}
.guilds .guild-text .guild-text-n {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #ffffff;
}
.guilds .guild-text span b {
  color: #b76762;
  text-decoration: underline;
  font-weight: normal;
}
.guilds .guild-comments {
  width: 50px;
  text-align: right;
}
.guilds:hover .guild-text .guild-text-n {
  color: #8eaa5b;
}
.guilds:hover .guild-text span {
  color: #375154;
}
.guilds:hover .guild-text span b {
  color: #78b2b7;
}
.guilds:hover .guild-comments {
  color: #8eaa5b;
  text-shadow: 0px 0px 7px #8eaa5b;
}
.guilds:hover .comment-icon {
  -webkit-filter: hue-rotate(100deg) brightness(150%) contrast(180%);
  filter: hue-rotate(100deg) brightness(150%) contrast(180%);
}
.comment-icon {
  background: url(../images/comment-icon.png) no-repeat;
  width: 14px;
  height: 12px;
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 3px;
}
/* Middle
-----------------------------------------------------------------------------*/
.border-top {
  border-top: 1px solid #1c1c1c;
  box-shadow: 0px -1px 0px #53323d;
  padding-top: 2px;
}
.content {
  width: 630px;
  background: #1E1F22;
  padding: 25px 25px 35px 25px;
}
.content img {
  max-width: 630px;
}
.content .page {
  padding: 25px;
  font-size: 14px;
  color: #ffffff;
}
.content .page p {
  color: #ffffff;
}
.content .entry {
  color: #ffffff;
}
.content .entry p {
  color: #ffffff;
}
.tabs {
  padding: 0px;
  margin: -25px -25px 0px -25px;
}
.tabs > .section {
  display: none;
  border-top: 1px solid #3c332a;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs > input {
  display: none;
  position: absolute;
}
.tabs > label {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  padding: 23px 27px;
  color: #3c332a;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.tabs > label:hover {
  color: #f8d69d;
  cursor: pointer;
}
.tabs > input:checked + label {
  color: #f8d69d;
  position: relative;
}
.tabs > input:checked + label:before {
  content: "";
  background: url(../images/tab-icon.png) no-repeat;
  width: 11px;
  height: 7px;
  position: absolute;
  bottom: -1px;
  z-index: 1;
  left: 50%;
  margin-left: -5px;
}
#home:checked ~ #content-home,
#new:checked ~ #content-new,
#old:checked ~ #content-old,
#trailer:checked ~ #content-trailer,
#film:checked ~ #content-film {
  display: block;
}
.news-block {
  margin-bottom: 50px;
}
.first-news {
  margin-bottom: 20px;
}
.first-news .news-title {
  background: #1E1F22;
  padding: 25px;
}
.first-news .news-title a {
  text-decoration: none;
  color: #f8d69d;
  font-size: 16px;
  font-family: 'Oxanium', Arial, sans-serif;
  text-transform: uppercase;
}
.first-news .news-title span {
  float: right;
  font-size: 14px;
}
.first-news .news-title span b {
  color: #f8d69d;
  font-weight: normal;
  font-size: 16px;
}
.first-news .news-img {
  outline: 1px solid rgba(60, 51, 42, 0.25);
  position: relative;
  box-shadow: 0px 5px 8px -1px rgba(0, 0, 0, 0.4);
}
.first-news .news-img img {
  display: block;
  width: 680px;
  max-width: 680px;
}
.first-news .news-img .news-img-info {
  background: linear-gradient(to right, rgba(38, 9, 10, 0.5), rgba(195, 173, 108, 0.5));
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
}
.first-news .news-img .news-img-info .read-more {
  float: right;
}
.first-news .news-img .news-img-info span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 25px;
  float: left;
  width: 450px;
  line-height: 50px;
  color: #f8d69d;
}
.news {
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  border-bottom: 1px dashed rgba(90, 87, 90, 0.1);
  font-family: 'Manrope', Arial, sans-serif;
  padding: 15px 0px 17px 25px;
}
.news .news-read-more {
  float: right;
  box-shadow: -10px 3px 10px 0px rgba(0, 0, 0, 0.4);
  margin-top: -16px;
  margin-left: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.news span {
  color: #f8d69d;
}
.news:hover {
  background: #1E1F22;
  border-top: 1px solid #252025;
  border-bottom: 1px solid #252025;
}
.news:hover .news-read-more {
  opacity: 1;
}
.pagination {
  text-align: center;
}
.pagination a {
  text-decoration: none;
  color: #887676;
  font-size: 14px;
  padding: 4px 9px;
  border-radius: 2px;
  border: 1px solid rgba(142, 170, 91, 0);
}
.pagination .nav:hover {
  border: 1px solid rgba(142, 170, 91, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(142, 170, 91, 0.2);
}
.pagination .active {
  border: 1px solid rgba(142, 170, 91, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(142, 170, 91, 0.2);
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
  width: 290px;
}
.shop {
  height: 66px;
  padding: 16px 0px 16px 20px;
  position: relative;
  margin-bottom: 10px;
}
.shop h3 {
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'Oxanium', Arial, sans-serif;
  text-overflow: ellipsis;
  width: 150px;
}
.shop p {
  margin-bottom: 2px;
  color: #999797;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}
.shop-one {
  background: url(../images/shop-bg.jpg) 0px 0px no-repeat;
}
.shop-one:after {
  content: "";
  background: url(../images/hero-one.png) no-repeat;
  width: 141px;
  height: 111px;
  position: absolute;
  right: -10px;
  bottom: -4px;
}
.shop-two {
  background: url(../images/shop-bg.jpg) 0px -98px no-repeat;
}
.shop-two:after {
  content: "";
  background: url(../images/hero-two.png) no-repeat;
  width: 176px;
  height: 111px;
  position: absolute;
  right: -15px;
  bottom: 0px;
}
.shop-three {
  background: url(../images/shop-bg.jpg) 0px -196px no-repeat;
}
.shop-three:after {
  content: "";
  background: url(../images/hero-three.png) no-repeat;
  width: 181px;
  height: 114px;
  position: absolute;
  right: -28px;
  bottom: -4px;
}

.shop-four {
  background: url(../images/shop-bg.jpg) 0px -98px no-repeat;
}
.shop-four:after {
  content: "";
  background: url(../images/droplist.png) no-repeat;
  width: 181px;
  height: 114px;
  position: absolute;
  right: -28px;
  bottom: -4px;
}
.fast-links a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 25px;
}
.fast-links a:before {
  content: ">";
  margin-right: 8px;
}
.fast-links a:hover {
  color: #8eaa5b;
}
.vote-f-us-block {
  padding-bottom: 20px;
}
.vote {
  height: 89px;
  width: 240px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  margin-top: 25px;
}
.vote span {
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
  transition: all 0.4s ease;
}
.vote.pink {
  box-shadow: 0px 0px 14px 0px rgba(183, 103, 98, 0.5);
}
.vote.pink span {
  background: rgba(183, 103, 98, 0.5);
}
.vote.pink:hover span {
  margin-bottom: 15px;
  background: rgba(183, 103, 98, 0.7);
}
.vote.green {
  box-shadow: 0px 0px 14px 0px rgba(142, 170, 91, 0.2);
}
.vote.green span {
  background: rgba(142, 170, 91, 0.5);
}
.vote.green:hover span {
  margin-bottom: 15px;
  background: rgba(142, 170, 91, 0.7);
}
.vote-one {
  background: url(../images/vote-bg-1.jpg) no-repeat;
}
.vote-two {
  background: url(../images/vote-bg-2.jpg) no-repeat;
}
.vote-three {
  background: url(../images/vote-bg-3.jpg) no-repeat;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 330px;
  position: relative;
}
.block-top {
  border-bottom: 1px solid rgba(183, 103, 98, 0.1);
  min-height: 100px;
  margin-bottom: 90px;
  position: relative;
}
#toTop {
  background: url(../images/to-top.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
  cursor: pointer;
  transition: all 0.4s ease;
}
#toTop:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}
.f-menu {
  text-align: center;
  margin-bottom: 15px;
}
.f-menu .active a {
  color: #b76762;
}
.f-menu li {
  display: inline-block;
  position: relative;
}
.f-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0px 30px;
  display: block;
  line-height: 69px;
  position: relative;
  color: #887676;
}
.f-menu li a:hover {
  color: #b76762;
}
.f-menu li a:before {
  content: "";
  opacity: 0;
  transition: all 0.5s ease;
}
.f-menu li ul {
  position: absolute;
  padding: 15px 0px;
  min-width: 180px;
  margin-top: -10px;
  background: #1E1F22;
  border: 1px solid #341f20;
  text-align: left;
  opacity: 0;
  left: -9999px;
  transition: opacity 0.3s ease;
  bottom: 50px;
}
.f-menu li ul li {
  display: block;
}
.f-menu li ul li a {
  line-height: 1.3;
  padding: 5px 25px;
}
.f-menu li ul li a:before {
  content: ">";
  opacity: 1;
  margin-right: 10px;
}
.f-menu li ul:before {
  border: 8px solid transparent;
  border-top-color: #341f20;
  position: absolute;
  left: 27%;
  top: 100%;
  content: '';
}
.f-menu li:hover ul {
  opacity: 1;
  left: 0px;
  transition: opacity 0.5s ease;
}
.f-menu li:hover ul li a:hover {
  color: #8eaa5b;
  background: rgba(142, 170, 91, 0.1);
  box-shadow: 0px 3px 5px -3px rgba(142, 170, 91, 0.5), 0px -3px 10px -3px rgba(142, 170, 91, 0.5);
}
.f-menu li:hover ul li a:before {
  content: ">";
  opacity: 1;
  margin-right: 10px;
  position: relative;
  background: none;
  box-shadow: none;
}
.copy {
  text-align: center;
  color: #887676;
}
.copy a {
  text-decoration: none;
  color: #b76762;
}
.templstock {
  position: absolute;
  font-size: 10px;
  right: 0px;
}
.templstock a {
  color: #887676;
}
/*# sourceMappingURL=style.css.map */