@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?62741328");
  src: url("../font/fontello.eot?62741328#iefix") format("embedded-opentype"), url("../font/fontello.woff2?62741328") format("woff2"), url("../font/fontello.woff?62741328") format("woff"), url("../font/fontello.ttf?62741328") format("truetype"), url("../font/fontello.svg?62741328#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: top;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-big:before {
  content: "\e800";
} /* '' */
.icon-left-big:before {
  content: "\e801";
} /* '' */
.icon-down-big:before {
  content: "\e802";
} /* '' */
.icon-up-big:before {
  content: "\e803";
} /* '' */
.icon-tags:before {
  content: "\e804";
} /* '' */
.icon-tag:before {
  content: "\e805";
} /* '' */
.icon-star:before {
  content: "\e806";
} /* '' */
.icon-star-empty:before {
  content: "\e807";
} /* '' */
.icon-attention:before {
  content: "\e808";
} /* '' */
.icon-search:before {
  content: "\e809";
} /* '' */
.icon-download:before {
  content: "\e80a";
} /* '' */
.icon-signal:before {
  content: "\e80b";
} /* '' */
.icon-eye:before {
  content: "\e80c";
} /* '' */
.icon-arrows-cw:before {
  content: "\e80d";
} /* '' */
.icon-video:before {
  content: "\e80e";
} /* '' */
.icon-exchange:before {
  content: "\f0ec";
} /* '' */
.icon-doc-text:before {
  content: "\f0f6";
} /* '' */
.icon-angle-left:before {
  content: "\f104";
} /* '' */
.icon-angle-right:before {
  content: "\f105";
} /* '' */
.icon-angle-up:before {
  content: "\f106";
} /* '' */
.icon-angle-down:before {
  content: "\f107";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: absolute;
  top: -26px;
  right: 0;
  width: 118px;
}
@media (max-width: 1180px) {
  .owl-nav {
    width: 158px;
  }
}
@media (max-width: 820px) {
  .owl-nav {
    width: 198px;
  }
}
@media (max-width: 520px) {
  .owl-nav {
    width: 50px;
    top: -25px;
  }
}
.owl-nav > button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  width: 18px;
  height: 18px;
  outline: 0;
}
.owl-nav > button i {
  font-size: 1.5rem;
}
.owl-nav > button:hover {
  color: rgba(255, 255, 255, 0.99);
}

.owl-dots {
  position: absolute;
  top: -22px;
  right: 20px;
}
@media (max-width: 520px) {
  .owl-dots {
    display: none;
  }
}
.owl-dots button {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 10rem;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.3);
}
.owl-dots button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.owl-dots button.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.post_list .owl-carousel {
  margin-bottom: -0.5rem;
}
.post_list .owl-carousel .post {
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1247px) {
  .post_list .owl-carousel .post {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", Verdana, Arial, Helvetica, sans-serif;
}

input,
textarea,
select,
option,
div,
button,
a,
img {
  transition: all 150ms linear;
  border: 0;
}

a,
img {
  color: #0ba919;
  text-decoration: none;
}

a:hover {
  filter: opacity(85%);
}

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

img {
  vertical-align: top;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #080438;
  background-image: url(../img/bgtop.webp);
  background-position: top center;
  background-repeat: repeat-x;
  color: #ffffff;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
@media only screen and (max-width: 1247px) {
  body {
    font-size: 0.875rem;
    background-size: auto 40vh;
  }
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 94%;
  max-width: min(100rem, 100vw);
  position: relative;
}
@media only screen and (max-width: 1247px) {
  .container {
    width: 95%;
  }
}

.row {
  margin: 0 -10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 1247px) {
  .row {
    margin: 0 -5px;
  }
}

.col {
  padding: 0 10px;
  flex: 1;
}
@media only screen and (max-width: 1247px) {
  .col {
    padding: 0 5px;
  }
}

.flex0 {
  flex: 0;
}

.flex-start {
  align-items: flex-start;
}

.justify-center {
  justify-content: center;
}

header {
  width: 100%;
}
header .row {
  flex-direction: column;
  margin: 0;
}
@media only screen and (max-width: 1247px) {
  header .row {
    flex-wrap: wrap;
  }
}
header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 0;
  margin: 25px auto;
  padding: 0 10px;
}
header .logo img {
  max-width: 180px;
  width: auto;
  height: auto;
  display: block;
}
@media only screen and (min-width: 1248px) {
  header .logo {
    margin: 85px auto;
    padding: 0;
  }
  header .logo img {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1440px) {
  header .logo img {
    max-width: 540px;
  }
}
header .menu_bar {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1247px) {
  header .menu_bar {
    padding: 0 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .menu_open header .menu_bar {
    border-radius: 0.6rem;
  }
}
@media only screen and (max-width: 1247px) {
  header nav#menu {
    width: 100%;
    max-height: 0;
    margin: 0;
    visibility: hidden;
    transition: all 120ms linear;
    -moz-filter: opacity(0%);
    -ms-filter: opacity(0%);
    -o-filter: opacity(0%);
    filter: opacity(0%);
  }
  .menu_open header nav#menu {
    margin: 4px 0 0 0;
    max-height: 600px;
    visibility: visible;
    -moz-filter: opacity(100%);
    -ms-filter: opacity(100%);
    -o-filter: opacity(100%);
    filter: opacity(100%);
  }
}
header nav#menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 20px;
}
@media only screen and (max-width: 1247px) {
  header nav#menu ul {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
  }
}
header nav#menu ul li {
  display: flex;
  font-size: 0.98rem;
  font-weight: 700;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 1247px) {
  header nav#menu ul li {
    width: 100%;
    justify-content: center;
    font-size: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
header nav#menu ul li a {
  display: inline-flex;
  color: #ffffff;
  padding: 12px 16px 14px 16px;
  white-space: nowrap;
  border-radius: 10rem;
  margin: 10px 5px;
}
@media only screen and (max-width: 1247px) {
  header nav#menu ul li a {
    padding: 8px;
  }
}
header nav#menu ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1247px) {
  header nav#menu ul li a:hover {
    background: transparent;
  }
}
header nav#menu ul li.current-menu-item a {
  filter: opacity(80%);
}
header nav#menu ul li > ul {
  position: absolute;
  top: 100%;
  left: 10px;
  margin: 0;
  z-index: 99999;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 0.6rem;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  min-width: 500px;
  max-width: 700px;
  visibility: hidden;
  -moz-filter: opacity(0%);
  -ms-filter: opacity(0%);
  -o-filter: opacity(0%);
  filter: opacity(0%);
  transition: all 200ms linear;
}
@media only screen and (max-width: 1247px) {
  header nav#menu ul li > ul {
    left: 5px;
    right: 5px;
    max-width: calc(100vw - 10px);
    min-width: auto;
    grid-template-columns: repeat(3, 1fr);
    background-color: #ffffff !important;
    z-index: 999999 !important;
  }
}
header nav#menu ul li > ul li {
  width: auto;
  text-align: left;
  border-bottom: 1px solid rgba(8, 4, 56, 0.2);
}
header nav#menu ul li > ul li a {
  width: 100%;
  color: #080438;
  padding: 8px 12px;
  margin: 0;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header nav#menu ul li > ul li a:hover {
  background: rgba(8, 4, 56, 0.06);
}
header nav#menu ul li.menu-item-has-children > a:after {
  content: "";
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 5px;
  height: 5px;
  display: inline-flex;
  transform: rotate(-45deg);
  margin: 4px 0 0 6px;
}
header nav#menu ul li.menu-item-has-children:hover a {
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1247px) {
  header nav#menu ul li.menu-item-has-children:hover a {
    background: transparent;
  }
}
header nav#menu ul li.menu-item-has-children:hover > ul {
  visibility: visible;
  -moz-filter: opacity(100%);
  -ms-filter: opacity(100%);
  -o-filter: opacity(100%);
  filter: opacity(100%);
}
header #menu_anchor {
  min-width: 30px;
  width: 30px;
  height: 26px;
  cursor: pointer;
  position: relative;
  margin: 10px 0;
}
@media only screen and (min-width: 1248px) {
  header #menu_anchor {
    display: none;
  }
}
header #menu_anchor span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 4px;
  border-radius: 10px;
  background: #ffffff;
  transition: all 120ms linear;
}
header #menu_anchor span:nth-child(1) {
  top: 3px;
}
.menu_open header #menu_anchor span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
header #menu_anchor span:nth-child(2) {
  top: 11px;
}
.menu_open header #menu_anchor span:nth-child(2) {
  transform: scale(0);
}
header #menu_anchor span:nth-child(3) {
  top: 19px;
}
.menu_open header #menu_anchor span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}
header #search_anchor {
  display: none;
}
@media only screen and (max-width: 1247px) {
  header #search_anchor {
    display: inline-flex;
    font-size: 1.4rem;
  }
}
header #search {
  width: 100%;
  max-width: 320px;
  position: relative;
  margin: 0 25px;
}
@media only screen and (max-width: 1247px) {
  header #search {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 10%;
    background: rgba(0, 0, 0, 0.95);
    transform: scale(0);
    visibility: hidden;
    -moz-filter: opacity(0%);
    -ms-filter: opacity(0%);
    -o-filter: opacity(0%);
    filter: opacity(0%);
    transition: all 120ms linear;
  }
  .search_open header #search {
    transform: scale(1);
    visibility: visible;
    -moz-filter: opacity(100%);
    -ms-filter: opacity(100%);
    -o-filter: opacity(100%);
    filter: opacity(100%);
  }
}
header #search input {
  width: 100%;
  color: #ffffff;
  font-size: 1rem;
  background: transparent;
  font-weight: 400;
  outline: 0;
  height: 30px;
  padding: 0 3.75rem 0 1.5rem;
  outline: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1247px) {
  header #search input {
    font-size: 0.95rem;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding: 0 3rem 0.4rem 0.5rem;
  }
}
header #search input::-webkit-input-placeholder {
  color: #ffffff;
  -moz-filter: opacity(50%);
  -ms-filter: opacity(50%);
  -o-filter: opacity(50%);
  filter: opacity(50%);
}
header #search input:-moz-placeholder {
  color: #ffffff;
  -moz-filter: opacity(50%);
  -ms-filter: opacity(50%);
  -o-filter: opacity(50%);
  filter: opacity(50%);
}
header #search input::-moz-placeholder {
  color: #ffffff;
  -moz-filter: opacity(50%);
  -ms-filter: opacity(50%);
  -o-filter: opacity(50%);
  filter: opacity(50%);
}
header #search input:-ms-input-placeholder {
  color: #ffffff;
  -moz-filter: opacity(50%);
  -ms-filter: opacity(50%);
  -o-filter: opacity(50%);
  filter: opacity(50%);
}
header #search input:focus::-webkit-input-placeholder {
  color: #ffffff;
  -moz-filter: opacity(20%);
  -ms-filter: opacity(20%);
  -o-filter: opacity(20%);
  filter: opacity(20%);
}
header #search input:focus:-moz-placeholder {
  color: #ffffff;
  -moz-filter: opacity(20%);
  -ms-filter: opacity(20%);
  -o-filter: opacity(20%);
  filter: opacity(20%);
}
header #search input:focus::-moz-placeholder {
  color: #ffffff;
  -moz-filter: opacity(20%);
  -ms-filter: opacity(20%);
  -o-filter: opacity(20%);
  filter: opacity(20%);
}
header #search input:focus:-ms-input-placeholder {
  color: #ffffff;
  -moz-filter: opacity(20%);
  -ms-filter: opacity(20%);
  -o-filter: opacity(20%);
  filter: opacity(20%);
}
header #search button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0);
  filter: opacity(50%);
}
@media only screen and (max-width: 1247px) {
  header #search button {
    top: initial;
    right: 10%;
    margin-top: -10px;
  }
}
header #search button i {
  color: #ffffff;
  font-size: 1.4rem;
}
header #search button:hover {
  -moz-filter: opacity(80%);
  -ms-filter: opacity(80%);
  -o-filter: opacity(80%);
  filter: opacity(80%);
}
header #search .close {
  display: none;
}
@media only screen and (max-width: 1247px) {
  header #search .close {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
  }
  header #search .close:before, header #search .close:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 12px;
    left: 0;
    transform: rotate(45deg);
  }
  header #search .close:after {
    transform: rotate(-45deg);
  }
}

main {
  padding: 0;
}
main .main_title {
  margin: 0 0 8px 0;
  color: #ffffff;
}
@media only screen and (max-width: 1247px) {
  main .main_title {
    margin: 0 0 6px 0;
  }
}
main .main_title.top {
  border: 0;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1247px) {
  main .main_title.top {
    margin: 0 0 10px 0;
  }
}
main .main_title h1, main .main_title h2, main .main_title h3, main .main_title h4, main .main_title h5 {
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 1247px) {
  main .main_title h1, main .main_title h2, main .main_title h3, main .main_title h4, main .main_title h5 {
    font-size: 0.875rem;
  }
}
main .main_title .infos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 0.4rem 0 0 0;
  gap: 0.2rem;
  font-size: 0.75rem;
}
@media only screen and (max-width: 1247px) {
  main .main_title .infos {
    font-size: 0.65rem;
    flex-wrap: wrap;
  }
}
main .main_title .infos a {
  background: #ffffff;
  color: #080438;
  padding: 0.2rem 0.6rem;
  border-radius: 10rem;
}
main .main_button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 20px 0 0 0;
}
main .main_button a {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 15px 60px;
}
@media only screen and (max-width: 1247px) {
  main .main_button a {
    font-size: 0.85rem;
    padding: 10px 40px;
  }
}
main .main_button a:hover {
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.3);
  -moz-filter: opacity(100%);
  -ms-filter: opacity(100%);
  -o-filter: opacity(100%);
  filter: opacity(100%);
}
main .post_list {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1247px) {
  main .post_list {
    margin-bottom: 2.5rem;
  }
}
main .post_list .row {
  margin: 0 -6px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1247px) {
  main .post_list .row {
    margin: 0 -5px;
  }
}
main .post_list .post {
  padding: 8px;
  max-width: 16.6666%;
  min-width: 16.6666%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1247px) {
  main .post_list .post {
    padding: 5px;
    max-width: 50%;
    min-width: 50%;
    margin-bottom: 2px;
    z-index: 1 !important;
    position: relative !important;
  }
}
main .post_list .post .inner {
  width: 100%;
}
main .post_list .post .inner .thumb {
  width: 100%;
  height: 0;
  padding-top: 150%;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.08);
}
main .post_list .post .inner .thumb .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
}
main .post_list .post .inner .thumb .tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
main .post_list .post .inner .thumb .tags > div {
  background: #000000;
  color: #ffffff;
  font-size: 0.68rem;
  line-height: 1em;
  padding: 4px 6px;
}
main .post_list .post .inner .thumb .tags > div.quality {
  background-color: #0ba919;
}
main .post_list .post .inner .thumb:hover {
  -moz-filter: opacity(80%);
  -ms-filter: opacity(80%);
  -o-filter: opacity(80%);
  filter: opacity(80%);
}
main .post_list .post .inner .title {
  width: 100%;
  padding: 5px 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1247px) {
  main .post_list .post .inner .title {
    font-size: 0.75rem;
  }
}
main .post_list .post .inner .title a {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.875rem;
  max-width: 100%;
}
main .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0 0;
  gap: 10px;
}
@media only screen and (max-width: 1247px) {
  main .pagination {
    width: auto;
    margin: 20px -4px;
    gap: 6px;
    flex-wrap: wrap;
  }
}
main .pagination a, main .pagination span {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  border-radius: 10rem;
  font-size: 1.375rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1247px) {
  main .pagination a, main .pagination span {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
}
main .pagination a.pages, main .pagination a.extend, main .pagination a.last, main .pagination a.first, main .pagination span.pages, main .pagination span.extend, main .pagination span.last, main .pagination span.first {
  display: none;
}
main .pagination a:hover:hover, main .pagination span:hover:hover {
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.3);
  -moz-filter: opacity(100%);
  -ms-filter: opacity(100%);
  -o-filter: opacity(100%);
  filter: opacity(100%);
}
main .pagination a.current, main .pagination span.current {
  color: #ffffff;
  background-color: #0ba919;
  border: 0;
}
main .pagination a.previouspostslink, main .pagination a.nextpostslink, main .pagination span.previouspostslink, main .pagination span.nextpostslink {
  padding: 0 18px;
  font-size: 15px;
}
@media only screen and (max-width: 1247px) {
  main .pagination a.previouspostslink, main .pagination a.nextpostslink, main .pagination span.previouspostslink, main .pagination span.nextpostslink {
    padding: 0 12px;
    font-size: 13px;
  }
}
main .erro404 {
  text-align: center;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 1247px) {
  main .erro404 {
    margin: 20px 0;
  }
}
main .erro404 h1 {
  font-size: 30px;
}
@media only screen and (max-width: 1247px) {
  main .erro404 h1 {
    font-size: 20px;
  }
}
main .erro404 h2 {
  font-size: 20px;
}
@media only screen and (max-width: 1247px) {
  main .erro404 h2 {
    font-size: 12px;
  }
}

footer {
  position: relative;
  overflow: hidden;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 1247px) {
  footer {
    margin: 0;
  }
}
footer .row {
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
}
@media only screen and (max-width: 1247px) {
  footer .row {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  }
}
footer .logo {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
footer .logo:hover {
  filter: opacity(90%);
}
footer .logo img {
  height: 80px;
  width: auto;
}
@media only screen and (max-width: 1247px) {
  footer .logo img {
    height: 60px;
  }
}
footer .menu {
  margin-right: -18px;
}
@media only screen and (max-width: 1247px) {
  footer .menu {
    margin-right: 0;
    padding: 0 20px 5px 20px;
  }
}
footer .menu ul {
  display: flex;
}
@media only screen and (max-width: 1247px) {
  footer .menu ul {
    width: 100%;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
footer .menu ul li {
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 2px;
}
@media only screen and (max-width: 1247px) {
  footer .menu ul li {
    font-size: 10px;
  }
}
footer .menu ul li a {
  color: #ffffff;
  padding: 8px 16px;
  white-space: nowrap;
  border-radius: 10rem;
}
@media only screen and (max-width: 1247px) {
  footer .menu ul li a {
    padding: 4px 8px;
  }
}
footer .menu ul li a:hover {
  background: #ffffff;
  color: #080438;
}
footer .prtn {
  text-align: center;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 1247px) {
  footer .prtn {
    margin: 20px 0 0 0;
  }
}
footer .prtn .title {
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 10px 0;
}
footer .prtn ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
footer .prtn ul li {
  margin: 4px;
}
@media only screen and (max-width: 1247px) {
  footer .prtn ul li {
    margin: 3px;
  }
}
footer .prtn ul a {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 7px 16px;
}
@media only screen and (max-width: 1247px) {
  footer .prtn ul a {
    font-size: 0.7rem;
    padding: 4px 12px;
  }
}
footer .bottom {
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 50px 0;
}
@media only screen and (max-width: 1247px) {
  footer .bottom {
    font-size: 12px;
    margin: 15px 0 35px 0;
  }
}
footer .bottom a {
  color: rgba(255, 255, 255, 0.4);
}
footer .bottom a:hover {
  color: rgba(255, 255, 255, 0.8);
}
footer .credit {
  position: absolute;
  bottom: 0;
  right: -65px;
  filter: opacity(60%);
}
@media only screen and (max-width: 1247px) {
  footer .credit {
    right: 50%;
    bottom: 8px;
    filter: opacity(40%);
    transform: translateX(50%);
  }
}
footer .credit img {
  height: 14px;
}
@media only screen and (max-width: 1247px) {
  footer .credit img {
    height: 12px;
  }
}
footer .credit:hover {
  filter: opacity(90%);
  right: 5px;
}
@media only screen and (max-width: 1247px) {
  footer .credit:hover {
    filter: opacity(40%);
    right: 50%;
  }
}

article .row {
  margin: 0;
  align-items: flex-start;
}
@media only screen and (max-width: 1247px) {
  article .row {
    flex-wrap: wrap;
  }
}
article .left {
  min-width: 900px;
  max-width: 900px;
  margin-right: 40px;
}
@media only screen and (max-width: 1247px) {
  article .left {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
article .content {
  width: 100%;
  padding: 25px;
  background: #ffffff;
  border-radius: 0.6rem;
  color: #000000;
  overflow: hidden;
}
@media only screen and (max-width: 1247px) {
  article .content {
    padding: 14px;
  }
}
article .content .seals {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px 0;
  gap: 0.5rem;
}
@media only screen and (max-width: 1247px) {
  article .content .seals {
    margin: 0 0 10px 0;
    gap: 0.3rem;
  }
}
article .content .seals.bottom {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 1247px) {
  article .content .seals.bottom {
    margin: 10px 0 0 0;
  }
}
article .content .seals > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex: 1;
  padding: 0.5rem 1rem 0.5rem 4rem;
  border-radius: 0.6rem;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1247px) {
  article .content .seals > div {
    padding: 0.4rem 1rem 0.4rem 3.7rem;
    min-width: 100%;
  }
}
article .content .seals > div > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
}
article .content .seals > div span {
  font-size: 0.8rem;
  font-weight: 500;
}
article .content .seals > div small {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 1247px) {
  article .content .seals > div small {
    font-size: 0.7rem;
  }
}
article .content .seals > div strong {
  font-size: 1.2rem;
}
@media only screen and (max-width: 1247px) {
  article .content .seals > div strong {
    font-size: 1rem;
  }
}
article .content .seals > div i {
  font-size: 4rem;
  position: absolute;
  top: -0.3rem;
  left: -0.5rem;
  filter: opacity(40%);
}
@media only screen and (max-width: 1247px) {
  article .content .seals > div i {
    top: -0.4rem;
    transform: scale(0.8) translateY(-0.2rem);
  }
}
article .content .seals > div.favorite {
  background-color: #dead04;
}
article .content .seals > div.link {
  background-color: #b40e0e;
}
article .content .seals > div.seed {
  background-color: #153f66;
}
article .content .seals > div.seed i {
  font-size: 3.6rem;
  top: -0.2rem;
  left: -0.3rem;
}
@media only screen and (max-width: 1247px) {
  article .content .seals > div.seed i {
    top: -0.4rem;
  }
}
article .content .seals > div.views {
  background-color: #5e5e5e;
}
article .content .seals > div.views i {
  top: -0.5rem;
  left: -0.6rem;
}
@media only screen and (max-width: 1247px) {
  article .content .seals > div.views i {
    top: -0.6rem;
  }
}
article .content p {
  font-size: 0.93rem;
  line-height: 160%;
  margin: 15px 0;
}
article .content p iframe {
  max-width: 100%;
}
@media only screen and (max-width: 1247px) {
  article .content p {
    font-size: 0.9rem;
    line-height: 150%;
    margin: 12px 0;
  }
}
article .content hr {
  margin: 15px 0;
  border-color: rgba(8, 4, 56, 0.1);
}
@media only screen and (max-width: 1247px) {
  article .content hr {
    margin: 12px 0;
  }
}
article .content img {
  max-width: 100%;
  vertical-align: top;
  border-radius: 0.6rem;
  box-shadow: none !important;
}
article .content img[src*=DownloadTorrent] {
  width: auto;
  height: auto;
}
article .content iframe {
  width: 100%;
  height: 380px;
  border-radius: 0.6rem;
}
@media only screen and (max-width: 1247px) {
  article .content iframe {
    min-height: 200px;
    height: auto;
  }
}
article #comments {
  width: 100%;
  border-radius: 0.6rem;
  padding: 20px;
  background: #ffffff;
  color: #000000;
  margin: 40px 0;
}
@media only screen and (max-width: 1247px) {
  article #comments {
    margin: 14px 0;
  }
}
article aside {
  max-width: 38%;
  max-width: calc(100% - 940px);
}
@media only screen and (max-width: 1247px) {
  article aside {
    max-width: 100%;
  }
}
article aside .post_list .post {
  min-width: 33.3333%;
  max-width: 33.3333%;
}
@media only screen and (max-width: 1247px) {
  article aside .post_list .post {
    min-width: 50%;
    max-width: 50%;
  }
  article aside .post_list .post:last-child:nth-child(odd) {
    display: none;
  }
}

/** Default WP Alignment Classes **/
.aligncenter, .alignleft, .alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 0.5em auto 1.2rem;
}

.alignright {
  float: right;
  margin: 0.5em 0 1.2rem 1.2rem;
}

.alignleft {
  float: left;
  margin: 0.5em 1.2rem 0.6rem 0;
}

.wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}

.wp-caption img {
  display: inline;
}

.wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-weight: 100;
  font-style: italic;
  color: #ddd;
}

@media only screen and (max-width: 1247px) {
  header, .menu_bar, nav#menu {
    z-index: 999999 !important;
    position: relative !important;
  }
}/*# sourceMappingURL=style.css.map */