@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap';
body.ase-site-ase {
  --ase-site-color: #018fd7;
}

body.ase-site-judo {
  --ase-site-color: #86bc42;
}

body.ase-site-kajakkenu {
  --ase-site-color: #AF4D32;
}

body.ase-site-kosarlabda,
body.ase-site-kosarlabdavarosi {
  --ase-site-color: #9B3C15;
}

body.ase-site-labdarugas {
  --ase-site-color: #86bc42;
}

body.ase-site-sakk {
  --ase-site-color: #5A7065;
}

body.ase-site-szabadido,
body.ase-site-asztalitenisz,
body.ase-site-karate,
body.ase-site-kosarlabdaof,
body.ase-site-labdarugasof,
body.ase-site-radioamator,
body.ase-site-si {
  --ase-site-color: #921E79;
}

body.ase-site-teke {
  --ase-site-color: #8C4A03;
}

body.ase-site-termeszetjaro {
  --ase-site-color: #0B7819;
}

body.ase-site-atomfutas {
  --ase-site-color: #2d3e50;
}

/*
	Theme Name: ASE
	Author: Joo Tamas | Impressive
	Version: 1.0
*/
/* resets */
* {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.5em;
  padding-left: 1px;
}

sub {
  vertical-align: bottom;
  position: relative;
  bottom: -0.5em;
  padding-left: 1px;
}

u {
  text-underline-position: under;
}

ul > li {
  list-style-type: none;
}

.center {
  text-align: center;
}

.clear {
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

.clear.divider10 {
  height: 10px;
}

.clear.divider20 {
  height: 20px;
}

.clear.divider30 {
  height: 30px;
}

.img {
  font-size: 0px;
  line-height: 0px;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
  border: none;
  outline: none !important;
}

input {
  border-radius: 0px; /* disable iOS browsers auto border radius */
  background: none; /* disable Firefox default grey background */
  outline: none;
}

/* disable arrows for input number */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=submit] {
  /* for iOS browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea {
  background: none; /* disable Firefox default grey background */
  resize: none;
  outline: none;
  overflow: auto; /* disable scrollbar in IE */
  /* for iOS browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0px; /* disable default radius in iOS browsers */
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

select {
  background: none; /* disable default grey background */
  outline: none; /* for Chrome */
  -moz-appearance: none; /* hide arrow */
  -webkit-appearance: none;
  appearance: none;
}

select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important;
}

option:not(:checked) {
  color: black; /* prevent <option>s from becoming transparent as well */
}

table {
  border-collapse: collapse;
  /* kis kijelzon hosszu szavak tordelesehez */
  table-layout: fixed;
}

table td {
  /* kis kijelzon hosszu szavak tordelesehez */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* BX slidernel a Chrome legujabb verziojaban (2021. februar) ha lapozunk, akkor egy elmosas (blur) kerul a slider elemeire, kepre, szovegre egyarant, ezt hidalja at ez a beallitas */
.bx-viewport, .bx-viewport * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

::placeholder {
  opacity: 1;
}

::-webkit-input-placeholder {
  /* ezt kulon ki kell irni, mert mobil Chrome-ban csak igy mukodik, ha az elozo melle irom vesszovel, akkor nem */
  opacity: 1;
}

::selection {
  color: #ffffff;
  background: #2d3e50;
}

::-moz-selection {
  color: #ffffff;
  background: #2d3e50;
}

/* */
html {
  /* ez iOS eszkozoknek kell, iPhone-nak biztos, mert van, hogy nem jol jelenitik meg az oldalt */
  -webkit-text-size-adjust: 100%;
}

body.touchScreen * {
  /* mobiloknak, ha kattintunk, akkor ne valtozzon az elem szine/hatterszine, pl. mobil Chrome-ban kekre */
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/* popup */
.popupBg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.popup {
  position: fixed;
  top: 100px;
  left: 0px;
  width: 100%;
  text-align: center;
  display: none;
}

.popup > div {
  display: inline-block;
  /* min-width:...px; */
  background-color: #ffffff;
}

.popup > div > div {
  position: relative;
  padding: 50px;
  text-align: left;
}

.popup > div > div > a {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  color: #000000;
}

.popup > div > div > div > h2 {
  font-weight: 600;
  font-size: 70px;
  line-height: 70px;
  padding-bottom: 18px;
}

.popup > div > div > div > h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 22px;
}

.popup > div > div > div > p {
  max-width: 360px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 25px;
  text-align: justify;
}

/* */
.btn {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  line-height: 1em;
  color: #ffffff;
  padding: 10px 20px;
  white-space: nowrap;
  transition: color 0.3s, background 0.3s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.btn.xl {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .btn.xl {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 1023px) {
  .btn.xl {
    font-size: 16px;
  }
}
.btn.xs {
  font-weight: 400;
  font-size: 14px;
  padding: 5px 10px;
}
.btn.blue {
  background-color: #2d3e50;
}
.btn.orange {
  background-color: #ef8305;
}
.btn > i {
  margin-right: 5px;
}

/* .btn */
a.btn.blue:hover {
  background-color: #ef8305;
}
a.btn.orange:hover {
  background-color: #2d3e50;
}
a.btn.hoverWhite:hover {
  color: #2d3e50;
  background-color: #ffffff;
}

/* */
body {
  font-family: "Open Sans", serif;
}

header, section, footer {
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}
header > .wrap, section > .wrap, footer > .wrap {
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

header {
  /* .wrap */
}
header > .wrap {
  /* .content */
}
header > .wrap > .content {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  header > .wrap > .content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
header > .wrap > .content > ul {
  display: table;
  width: 100%;
}
header > .wrap > .content > ul > li {
  display: table-cell;
  vertical-align: middle;
}
header > .wrap > .content > ul > li:first-child {
  width: 200px;
}
@media screen and (max-width: 1279px) {
  header > .wrap > .content > ul > li:first-child {
    width: 160px;
  }
}
@media screen and (max-width: 499px) {
  header > .wrap > .content > ul > li:first-child {
    width: 140px;
  }
}
header > .wrap > .content > ul > li:last-child {
  text-align: right;
}
header > .wrap > .content > ul > li > div {
  display: inline-block;
  /* nav */
}
header > .wrap > .content > ul > li > div > nav {
  /* ul */
}
header > .wrap > .content > ul > li > div > nav > ul {
  display: inline-block;
  /* li*/
}
@media screen and (max-width: 767px) {
  header > .wrap > .content > ul > li > div > nav > ul {
    display: none;
  }
}
header > .wrap > .content > ul > li > div > nav > ul > li {
  position: relative;
  float: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
  padding-left: 30px;
}
@media screen and (max-width: 1279px) {
  header > .wrap > .content > ul > li > div > nav > ul > li {
    font-size: 14px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 1023px) {
  header > .wrap > .content > ul > li > div > nav > ul > li {
    font-size: 13px;
    padding-left: 22px;
  }
}
header > .wrap > .content > ul > li > div > nav > ul > li:first-child {
  padding-left: 0;
}
header > .wrap > .content > ul > li > div > nav > ul > li > a {
  color: #333333;
  transition: color 0.3s;
}
header > .wrap > .content > ul > li > div > nav > ul > li > a:hover {
  color: #ef8305;
}
header > .wrap > .content > ul > li > div > nav > ul > li.active > a, header > .wrap > .content > ul > li > div > nav > ul > li.current-menu-item > a {
  color: #ef8305;
}
header > .wrap > .content > ul > li > div > nav > ul > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 10px;
  z-index: 100;
  display: none;
}
header > .wrap > .content > ul > li > div > nav > ul > li > ul > li {
  padding-bottom: 2px;
}
header > .wrap > .content > ul > li > div > nav > ul > li > ul > li > a {
  display: block;
  color: #ffffff;
  border-right: 3px solid #ef8305;
  background-color: #2d3e50;
  padding: 10px 20px 10px 30px;
  white-space: nowrap;
}
header > .wrap > .content > ul > li > div > nav > ul > li > ul > li > a:hover {
  background-color: #ef8305;
}
header > .wrap > .content > ul > li > div > nav > ul > li:hover > ul {
  display: block;
}
header > .wrap > .content > ul > li > div > a.hamburger {
  font-size: 26px;
  line-height: 1em;
  color: #2d3e50;
}
@media screen and (min-width: 768px) {
  header > .wrap > .content > ul > li > div > a.hamburger {
    display: none;
  }
}

/* header */
section {
  overflow: hidden;
  /* .wrap */
  /* .headerTop */
  /* .slider */
  /* .cta */
  /* .informations */
  /* .prices */
  /* .banner */
  /* .newsHome */
  /* .results */
  /* .video */
  /* .social */
  /* .glassLess */
  /* .tshirts */
  /* .map */
  /* .hero */
  /* .breadcrumbWrap */
  /* .page */
  /* .gallery */
  /* .news */
  /* .copyright */
}
section:not(.page) > .wrap {
  /* .content */
}
section:not(.page) > .wrap > .content {
  padding: 60px 0;
  /* h2 */
  /* p */
}
section:not(.page) > .wrap > .content > h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 1em;
  color: #333333;
  padding-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  section:not(.page) > .wrap > .content > h2 {
    font-size: 31px;
  }
}
@media screen and (max-width: 499px) {
  section:not(.page) > .wrap > .content > h2 {
    font-size: 26px;
  }
}
section:not(.page) > .wrap > .content > h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  section:not(.page) > .wrap > .content > h3 {
    font-size: 16px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 499px) {
  section:not(.page) > .wrap > .content > h3 {
    font-size: 14px;
    padding-bottom: 50px;
  }
}
section.headerTop {
  font-size: 0;
  line-height: 0;
  background-color: #2d3e50;
  /* .wrap */
}
section.headerTop > .wrap {
  /* .content */
}
@media screen and (max-width: 399px) {
  section.headerTop > .wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
}
section.headerTop > .wrap > .content {
  padding-top: 10px;
  padding-bottom: 10px;
  /* ul */
}
@media screen and (max-width: 1279px) {
  section.headerTop > .wrap > .content {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  section.headerTop > .wrap > .content {
    text-align: center;
  }
}
section.headerTop > .wrap > .content > ul {
  display: inline-block;
  /* li */
}
@media screen and (min-width: 768px) {
  section.headerTop > .wrap > .content > ul {
    width: 100%;
  }
}
section.headerTop > .wrap > .content > ul > li {
  /* :last-child */
}
@media screen and (max-width: 767px) {
  section.headerTop > .wrap > .content > ul > li {
    float: none !important;
  }
}
section.headerTop > .wrap > .content > ul > li:first-child {
  float: left;
}
@media screen and (max-width: 767px) {
  section.headerTop > .wrap > .content > ul > li:first-child {
    padding-bottom: 5px;
  }
}
section.headerTop > .wrap > .content > ul > li:last-child {
  float: right;
}
section.headerTop > .wrap > .content > ul > li:last-child > div {
  /* ul */
}
section.headerTop > .wrap > .content > ul > li:last-child > div > ul {
  /* li */
}
section.headerTop > .wrap > .content > ul > li:last-child > div > ul > li:first-child > a {
  font-weight: 500;
  color: #ef8305;
  text-transform: uppercase;
}
section.headerTop > .wrap > .content > ul > li:last-child > div > ul > li:last-child i {
  margin-right: 0 !important;
}
@media screen and (max-width: 399px) {
  section.headerTop > .wrap > .content > ul > li:last-child > div > ul > li:last-child, section.headerTop > .wrap > .content > ul > li:last-child > div > ul > li:nth-last-child(2) {
    width: 50%;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 400px) {
  section.headerTop > .wrap > .content > ul > li:last-child > div > ul > li.xsBreak {
    display: none;
  }
}
@media screen and (max-width: 399px) {
  section.headerTop > .wrap > .content > ul > li:last-child > div > ul > li.xsBreak {
    float: none;
    width: 50%;
  }
}
section.headerTop > .wrap > .content > ul > li > div {
  /* ul */
}
section.headerTop > .wrap > .content > ul > li > div > ul {
  display: inline-block;
  /* li */
}
section.headerTop > .wrap > .content > ul > li > div > ul > li {
  float: left;
  font-size: 15px;
  line-height: 1.4em;
  padding-right: 20px;
  /* a */
}
@media screen and (max-width: 1279px) {
  section.headerTop > .wrap > .content > ul > li > div > ul > li {
    font-size: 13px;
  }
}
@media screen and (max-width: 399px) {
  section.headerTop > .wrap > .content > ul > li > div > ul > li {
    padding-right: 10px;
  }
}
section.headerTop > .wrap > .content > ul > li > div > ul > li:last-child {
  padding-right: 0;
}
section.headerTop > .wrap > .content > ul > li > div > ul > li > a {
  color: #ffffff;
  transition: color 0.3s;
}
section.headerTop > .wrap > .content > ul > li > div > ul > li > a:hover {
  color: #ef8305;
}
section.headerTop > .wrap > .content > ul > li > div > ul > li > a > i {
  margin-right: 10px;
}
section.headerTop > .wrap > .content > ul > li > div > ul > li > a > i.fa-facebook, section.headerTop > .wrap > .content > ul > li > div > ul > li > a > i.fa-instagram {
  font-size: 1.5em;
}
section.slider {
  font-size: 0;
  line-height: 0;
  border-bottom: 3px solid var(--ase-site-color);
  /* .bxWrap */
}
section.slider > .bxWrap {
  position: relative;
  /* .bx-controls */
}
section.slider > .bxWrap .bx-viewport > ul > li > div {
  position: relative;
}
section.slider > .bxWrap .bx-viewport > ul > li > div > .img {
  background-color: #f6f6f6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.slider > .bxWrap .bx-viewport > ul > li > div > .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  section.slider > .bxWrap .bx-viewport > ul > li > div > .txt {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
  }
}
section.slider > .bxWrap .bx-viewport > ul > li > div > .txt > span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  color: #ffffff;
  padding-bottom: 1em;
}
section.slider > .bxWrap .bx-viewport > ul > li > div > .txt > p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6em;
  color: #ffffff;
  padding-bottom: 1em;
}
section.slider > .bxWrap .bx-controls {
  /* .bx-controls-direction */
  /* .bx-pager */
}
section.slider > .bxWrap .bx-controls > .bx-controls-direction {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  /* a */
}
section.slider > .bxWrap .bx-controls > .bx-controls-direction > a {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: var(--ase-site-color);
  transform: translate(0%, -50%);
  transition: background 0.3s;
}
@media screen and (max-width: 1279px) {
  section.slider > .bxWrap .bx-controls > .bx-controls-direction > a {
    width: 40px;
    height: 40px;
  }
}
section.slider > .bxWrap .bx-controls > .bx-controls-direction > a:hover {
  background-color: #2d3e50;
}
section.slider > .bxWrap .bx-controls > .bx-controls-direction > a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1em;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1279px) {
  section.slider > .bxWrap .bx-controls > .bx-controls-direction > a:after {
    font-size: 20px;
  }
}
section.slider > .bxWrap .bx-controls > .bx-controls-direction > a.bx-prev {
  left: 0;
}
section.slider > .bxWrap .bx-controls > .bx-controls-direction > a.bx-prev:after {
  content: "\f053";
}
section.slider > .bxWrap .bx-controls > .bx-controls-direction > a.bx-next {
  right: 0;
}
section.slider > .bxWrap .bx-controls > .bx-controls-direction > a.bx-next:after {
  content: "\f054";
}
section.slider > .bxWrap .bx-controls > .bx-pager {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 1279px) {
  section.slider > .bxWrap .bx-controls > .bx-pager {
    bottom: 20px;
  }
}
@media screen and (max-width: 499px) {
  section.slider > .bxWrap .bx-controls > .bx-pager {
    bottom: 10px;
  }
}
section.slider > .bxWrap .bx-controls > .bx-pager > div {
  float: left;
  padding-right: 15px;
  /* a */
}
@media screen and (max-width: 499px) {
  section.slider > .bxWrap .bx-controls > .bx-pager > div {
    padding-right: 10px;
  }
}
section.slider > .bxWrap .bx-controls > .bx-pager > div:last-of-type {
  padding-right: 0;
}
section.slider > .bxWrap .bx-controls > .bx-pager > div > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  transition: background 0.3s;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
@media screen and (max-width: 1279px) {
  section.slider > .bxWrap .bx-controls > .bx-pager > div > a {
    width: 10px;
    height: 10px;
  }
}
section.slider > .bxWrap .bx-controls > .bx-pager > div > a:hover, section.slider > .bxWrap .bx-controls > .bx-pager > div > a.active {
  background-color: var(--ase-site-color);
}
section.cta {
  background-color: #2d3e50;
  /* .wrap */
}
section.cta > .wrap {
  /* .content */
}
section.cta > .wrap > .content {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  section.cta > .wrap > .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 499px) {
  section.cta > .wrap > .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
section.cta > .wrap > .content > ul {
  display: table;
  width: 100%;
}
section.cta > .wrap > .content > ul > li {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  section.cta > .wrap > .content > ul > li {
    display: block;
    text-align: center !important;
  }
}
section.cta > .wrap > .content > ul > li:first-child {
  width: 66%;
}
@media screen and (max-width: 767px) {
  section.cta > .wrap > .content > ul > li:first-child {
    width: 100%;
    padding-bottom: 20px;
  }
}
section.cta > .wrap > .content > ul > li:last-child {
  width: 34%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  section.cta > .wrap > .content > ul > li:last-child {
    width: 100%;
  }
}
section.cta > .wrap > .content > ul > li > div > h2 {
  font-weight: 300;
  font-size: 34px;
  line-height: 1em;
  color: #ffffff;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1279px) {
  section.cta > .wrap > .content > ul > li > div > h2 {
    font-size: 29px;
  }
}
@media screen and (max-width: 499px) {
  section.cta > .wrap > .content > ul > li > div > h2 {
    font-size: 24px;
  }
}
section.cta > .wrap > .content > ul > li > div > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6em;
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  section.cta > .wrap > .content > ul > li > div > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  section.cta > .wrap > .content > ul > li > div > p {
    font-size: 14px;
  }
}
section.informations {
  /* .wrap */
}
section.informations > .wrap {
  /* .content */
}
section.informations > .wrap > .content {
  padding-top: 60px;
  /* ul */
}
@media screen and (max-width: 499px) {
  section.informations > .wrap > .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.informations > .wrap > .content > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
  /* li */
}
@media screen and (max-width: 767px) {
  section.informations > .wrap > .content > ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 599px) {
  section.informations > .wrap > .content > ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 599px) {
  section.informations > .wrap > .content > ul > li {
    text-align: center !important;
  }
}
section.informations > .wrap > .content > ul > li:nth-child(3n+2) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.informations > .wrap > .content > ul > li:nth-child(3n+2) {
    text-align: left;
  }
}
section.informations > .wrap > .content > ul > li:nth-child(3n+3) {
  text-align: right;
}
@media screen and (max-width: 767px) {
  section.informations > .wrap > .content > ul > li:nth-child(3n+3) {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  section.informations > .wrap > .content > ul > li:nth-child(2n+2) {
    text-align: right;
  }
}
section.informations > .wrap > .content > ul > li > div {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 95%;
  border-top: 1px solid #e7ecef;
  border-right: 1px solid #e7ecef;
  border-bottom: 3px solid #e7ecef;
  border-left: 1px solid #e7ecef;
  padding: 55px 30px 40px;
  margin-bottom: 90px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* polygon */
}
@media screen and (max-width: 1023px) {
  section.informations > .wrap > .content > ul > li > div {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  section.informations > .wrap > .content > ul > li > div {
    max-width: 350px;
  }
}
section.informations > .wrap > .content > ul > li > div > .polygon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 70px;
  height: 80px;
  transform: translate(-50%, -50%);
  /* .bg */
}
@media screen and (max-width: 1023px) {
  section.informations > .wrap > .content > ul > li > div > .polygon {
    width: 60px;
    height: 70px;
  }
}
section.informations > .wrap > .content > ul > li > div > .polygon > span.bg {
  position: absolute;
  top: 2%;
  left: 2%;
  display: inline-block;
  width: 96%;
  height: 96%;
  font-size: 30px;
  background-color: #2d3e50;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
section.informations > .wrap > .content > ul > li > div > .polygon > span.bg.green {
  background-color: #53ad47;
}
section.informations > .wrap > .content > ul > li > div > .polygon > span.b {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #e7ecef;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%, 50% 7%, 7% 28.5%, 7% 71.5%, 50% 93%, 93% 71.5%, 93% 28.5%, 50% 7%);
}
section.informations > .wrap > .content > ul > li > div > .polygon > i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: white;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  section.informations > .wrap > .content > ul > li > div > .polygon > i {
    font-size: 24px;
  }
}
section.informations > .wrap > .content > ul > li > div > h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1279px) {
  section.informations > .wrap > .content > ul > li > div > h4 {
    font-size: 18px;
  }
}
section.informations > .wrap > .content > ul > li > div > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
}
@media screen and (max-width: 1279px) {
  section.informations > .wrap > .content > ul > li > div > p {
    font-size: 14px;
  }
}
section.informations > .wrap > .content > ul > li > div > a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
section.prices {
  background-color: #e7ecef;
  /* .wrap */
}
section.prices > .wrap {
  max-width: 1020px;
  padding-right: 10px;
  padding-left: 10px;
  /* .content */
}
section.prices > .wrap > .content {
  padding-top: 60px;
  padding-bottom: 60px;
  /* .bxWrap */
}
@media screen and (max-width: 499px) {
  section.prices > .wrap > .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.prices > .wrap > .content > .bxWrap {
  position: relative;
  /* ul */
  /* .bx-controls */
}
@media screen and (max-width: 599px) {
  section.prices > .wrap > .content > .bxWrap {
    max-width: 350px;
    margin: auto;
  }
}
section.prices > .wrap > .content > .bxWrap > ul, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul {
  /* li */
}
section.prices > .wrap > .content > .bxWrap > ul > li > div, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div {
  padding-right: 10px;
  padding-left: 10px;
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div {
  background-color: #ffffff;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  /* .title */
  /* .txt */
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .title, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .title {
  background-color: #2d3e50;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  align-items: center;
  /* justify-content:center; */
  justify-content: center;
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .title > div > h3, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .title > div > h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 1em;
  color: #ffffff;
  padding-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .title > div > h3, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .title > div > h3 {
    font-size: 22px;
  }
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .title > div > span, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .title > div > span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .title > div > span, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .title > div > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .title > div > span, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .title > div > span {
    font-size: 13px;
  }
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .txt, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .txt {
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* ul */
  /* .more */
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .txt > ul > li, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .txt > ul > li {
  border-bottom: 1px solid #e7ecef;
  /* ul */
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .txt > ul > li:last-child, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .txt > ul > li:last-child {
  border: none;
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .txt > ul > li > ul, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .txt > ul > li > ul {
  display: table;
  width: 100%;
  /* li */
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .txt > ul > li > ul > li, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .txt > ul > li > ul > li {
  display: table-cell;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .txt > ul > li > ul > li, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .txt > ul > li > ul > li {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .txt > ul > li > ul > li > span, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .txt > ul > li > ul > li > span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
  color: #333333;
}
@media screen and (max-width: 1279px) {
  section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .txt > ul > li > ul > li > span, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .txt > ul > li > ul > li > span {
    font-size: 14px;
  }
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .txt > ul > li > ul > li:first-child, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .txt > ul > li > ul > li:first-child {
  text-align: left;
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .txt > ul > li > ul > li:first-child > span, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .txt > ul > li > ul > li:first-child > span {
  padding-left: 10px;
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .txt > ul > li > ul > li:last-child, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .txt > ul > li > ul > li:last-child {
  text-align: right;
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .txt > ul > li > ul > li:last-child > span, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .txt > ul > li > ul > li:last-child > span {
  padding-right: 10px;
}
section.prices > .wrap > .content > .bxWrap > ul > li > div > div > .txt > .more, section.prices > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > div > .txt > .more {
  padding-top: 15px;
}
section.prices > .wrap > .content > .bxWrap .bx-controls {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
}
section.prices > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 30px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  background-color: #ef8305;
  transition: background 0.3s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
section.prices > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a:hover {
  background-color: #2d3e50;
}
section.prices > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1em;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
section.prices > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-prev {
  left: 0px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1279px) {
  section.prices > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-prev {
    transform: translate(0%, -50%);
  }
}
section.prices > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-prev:after {
  content: "\f053";
}
section.prices > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-next {
  right: 0;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1279px) {
  section.prices > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-next {
    transform: translate(0%, -50%);
  }
}
section.prices > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-next:after {
  content: "\f054";
}
section.banner {
  /* .wrap */
}
section.banner > .wrap {
  /* .content */
}
section.banner > .wrap > .content {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 499px) {
  section.banner > .wrap > .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.newsHome {
  background-color: #e7ecef;
  /* .wrap */
}
section.newsHome > .wrap {
  /* .content */
}
section.newsHome > .wrap > .content {
  padding-top: 60px;
  padding-bottom: 60px;
  /* .bxWrap */
}
@media screen and (max-width: 499px) {
  section.newsHome > .wrap > .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.newsHome > .wrap > .content > .bxWrap {
  position: relative;
  /* ul */
  /* .bx-controls */
}
@media screen and (max-width: 767px) {
  section.newsHome > .wrap > .content > .bxWrap {
    max-width: 300px;
    padding-right: 40px;
    padding-left: 40px;
    margin: auto;
  }
}
section.newsHome > .wrap > .content > .bxWrap > ul, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul {
  /* li */
}
@media screen and (min-width: 768px) {
  section.newsHome > .wrap > .content > .bxWrap > ul, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div {
  padding-bottom: 30px;
  /* ul */
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul {
  display: table;
  width: 100%;
  /* li */
}
@media screen and (max-width: 767px) {
  section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul {
    display: block;
  }
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li {
  display: table-cell;
  vertical-align: top;
  /*
  @media screen and (max-width:1023px){
  	vertical-align:top;
  }
  */
}
@media screen and (max-width: 767px) {
  section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li {
    display: block;
  }
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li:first-child, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li:first-child {
  width: 200px;
}
@media screen and (max-width: 1023px) {
  section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li:first-child, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li:first-child {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li:first-child, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li:first-child {
    width: 100%;
  }
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div {
  /* .img */
  /* .txt */
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.img, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.img {
  position: relative;
  border-top: 3px solid #2d3e50;
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.img > a, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.img > a {
  display: inline-block;
  overflow: hidden;
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.img > a > img, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.img > a > img {
  transition: transform 0.3s;
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.img > a:hover > img, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.img > a:hover > img {
  transform: scale(1.1);
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.img > span, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.img > span {
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  color: #ffffff;
  background-color: #2d3e50;
  padding: 5px 10px;
  text-align: center;
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.img > span > label, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.img > span > label {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1em;
  padding-bottom: 2px;
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.img > span > span, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.img > span > span {
  display: block;
  font-weight: 300;
  font-size: 26px;
  line-height: 1em;
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.txt, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.txt {
  padding-right: 20px;
  padding-left: 20px;
  /* p */
}
@media screen and (max-width: 767px) {
  section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.txt, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.txt {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.txt > h4, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.txt > h4 {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1279px) {
  section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.txt > h4, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.txt > h4 {
    font-size: 18px;
  }
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.txt > h4 > a, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.txt > h4 > a {
  color: #333333;
  transition: color 0.3s;
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.txt > h4 > a:hover, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.txt > h4 > a:hover {
  color: #ef8305;
}
section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.txt > p, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.txt > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  color: #333333;
  padding-bottom: 1em;
}
@media screen and (max-width: 1279px) {
  section.newsHome > .wrap > .content > .bxWrap > ul > li > div > ul > li > div.txt > p, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > ul > li > div.txt > p {
    font-size: 14px;
  }
}
section.newsHome > .wrap > .content > .bxWrap > ul > li:nth-last-of-type(2) > div, section.newsHome > .wrap > .content > .bxWrap > ul > li:last-child > div, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li:nth-last-of-type(2) > div, section.newsHome > .wrap > .content > .bxWrap .bx-viewport > ul > li:last-child > div {
  padding-bottom: 0;
}
section.newsHome > .wrap > .content > .bxWrap .bx-controls {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
}
section.newsHome > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 30px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  background-color: #ef8305;
  transition: background 0.3s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
section.newsHome > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a:hover {
  background-color: #2d3e50;
}
section.newsHome > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1em;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
section.newsHome > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-prev {
  left: 0px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1279px) {
  section.newsHome > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-prev {
    transform: translate(0%, -50%);
  }
}
section.newsHome > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-prev:after {
  content: "\f053";
}
section.newsHome > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-next {
  right: 0;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1279px) {
  section.newsHome > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-next {
    transform: translate(0%, -50%);
  }
}
section.newsHome > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-next:after {
  content: "\f054";
}
section.newsHome > .wrap > .content > .more {
  padding-top: 60px;
  text-align: center;
}
section.results {
  /* .wrap */
}
section.results > .wrap {
  max-width: 1020px;
  padding-right: 10px;
  padding-left: 10px;
  /* .content */
}
section.results > .wrap > .content {
  font-size: 0;
  line-height: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  /* ul */
}
@media screen and (max-width: 499px) {
  section.results > .wrap > .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.results > .wrap > .content > .bxWrap {
  position: relative;
  /* .bx-controls */
}
@media screen and (max-width: 599px) {
  section.results > .wrap > .content > .bxWrap {
    max-width: 250px;
    padding-right: 30px;
    padding-left: 30px;
    margin: auto;
  }
}
section.results > .wrap > .content > .bxWrap .bx-controls {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
}
section.results > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 30px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  background-color: #ef8305;
  transition: background 0.3s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
section.results > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a:hover {
  background-color: #2d3e50;
}
section.results > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1em;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
section.results > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-prev {
  left: 0px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1279px) {
  section.results > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-prev {
    transform: translate(0%, -50%);
  }
}
section.results > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-prev:after {
  content: "\f053";
}
section.results > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-next {
  right: 0;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1279px) {
  section.results > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-next {
    transform: translate(0%, -50%);
  }
}
section.results > .wrap > .content > .bxWrap .bx-controls > .bx-controls-direction > a.bx-next:after {
  content: "\f054";
}
section.results > .wrap > .content ul {
  /* li */
}
section.results > .wrap > .content ul > li {
  text-align: center;
}
section.results > .wrap > .content ul > li > div {
  padding: 10px;
  /* a */
}
section.results > .wrap > .content ul > li > div > a {
  display: block;
  border: 1px solid transparent;
  background-color: #e7ecef;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  padding: 30px;
  transition: border 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /*
  & > p{
  	font-weight:400;
  	font-size:16px;
  	line-height:1.2em;
  	color:$black;
  }
  */
}
@media screen and (max-width: 1023px) {
  section.results > .wrap > .content ul > li > div > a {
    padding: 20px;
  }
}
section.results > .wrap > .content ul > li > div > a:hover {
  border-color: rgba(45, 62, 80, 0.25);
}
section.results > .wrap > .content ul > li > div > a > div {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 3px solid #ef8305;
  background-color: #2d3e50;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 3px #eeeeee;
  -moz-box-shadow: inset 0 0 0 3px #eeeeee;
  box-shadow: inset 0 0 0 3px #eeeeee;
}
@media screen and (max-width: 1023px) {
  section.results > .wrap > .content ul > li > div > a > div {
    width: 100px;
    height: 100px;
  }
}
section.results > .wrap > .content ul > li > div > a > div:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 1em;
  color: #ffffff;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  content: "\f091";
}
section.results > .wrap > .content ul > li > div > a > div > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3em;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  section.results > .wrap > .content ul > li > div > a > div > span {
    font-size: 16px;
  }
}
section.results > .wrap > .content ul > li > div > a > h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  section.results > .wrap > .content ul > li > div > a > h4 {
    font-size: 14px;
  }
}
section.video {
  font-size: 0;
  line-height: 0;
  background-image: url("img/atomfutas/video-bg.jpg");
  background-size: cover;
  background-position: center center;
  /* .wrap */
}
section.video > .wrap {
  /* .content */
}
section.video > .wrap > .content {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 499px) {
  section.video > .wrap > .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.video > .wrap > .content > h2 {
  color: #ffffff;
}
section.video > .wrap > .content > h3 {
  color: #ffffff;
}
section.social {
  font-size: 0;
  line-height: 0;
  background-color: #eeeeee;
  /* .wrap */
}
section.social > .wrap {
  /* .content */
}
section.social > .wrap > .content {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 499px) {
  section.social > .wrap > .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.social > .wrap > .content > ul {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.social > .wrap > .content > ul {
    display: block;
  }
}
section.social > .wrap > .content > ul > li {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  section.social > .wrap > .content > ul > li {
    display: block;
    width: 100% !important;
    text-align: center !important;
  }
}
section.social > .wrap > .content > ul > li:first-child {
  width: 430px;
}
@media screen and (max-width: 767px) {
  section.social > .wrap > .content > ul > li:first-child {
    padding-bottom: 50px;
  }
}
section.social > .wrap > .content > ul > li:last-child {
  text-align: right;
}
section.social > .wrap > .content > ul > li > div {
  display: inline-block;
  text-align: center;
  /*
  @media screen and (max-width:599px){
  	max-width:400px;
  	margin:auto;
  }
  */
}
section.social > .wrap > .content > ul > li > div > h4 {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 2em;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  section.social > .wrap > .content > ul > li > div > h4 {
    font-size: 16px;
  }
}
section.social > .wrap > .content > ul > li > div > h4 > i {
  float: left;
  font-size: 2em;
  margin-right: 15px;
}
section.social > .wrap > .content > ul > li > div.facebook {
  width: 100%;
  max-width: 400px;
}
section.social > .wrap > .content > ul > li > div.instagram {
  width: 100%;
  max-width: 490px;
}
section.social > .wrap > .content > ul > li > div.instagram > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
section.social > .wrap > .content > ul > li > div.instagram > ul > li {
  padding-bottom: 10px;
}
section.social > .wrap > .content > ul > li > div.instagram > ul > li:nth-child(3n+1) {
  text-align: left;
}
section.social > .wrap > .content > ul > li > div.instagram > ul > li:nth-child(3n+2) {
  text-align: center;
}
section.social > .wrap > .content > ul > li > div.instagram > ul > li:nth-child(3n+3) {
  text-align: right;
}
section.social > .wrap > .content > ul > li > div.instagram > ul > li:nth-last-of-type(3), section.social > .wrap > .content > ul > li > div.instagram > ul > li:nth-last-of-type(2), section.social > .wrap > .content > ul > li > div.instagram > ul > li:last-child {
  padding-bottom: 0;
}
section.social > .wrap > .content > ul > li > div.instagram > ul > li > a {
  position: relative;
  display: inline-block;
  max-width: 95%;
}
section.social > .wrap > .content > ul > li > div.instagram > ul > li > a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: background 0.3s;
  content: "";
}
section.social > .wrap > .content > ul > li > div.instagram > ul > li > a:hover:after {
  background-color: #ef8305;
}
section.social > .wrap > .content > ul > li > div.instagram > ul > li > a > img {
  max-width: 100%;
  max-height: 132px;
}
section.glassLess {
  background-image: url("img/atomfutas/glassless-bg-v2.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  /* .wrap */
}
section.glassLess > .wrap {
  max-width: 800px;
  /* .content */
}
section.glassLess > .wrap > .content {
  padding-top: 60px;
  padding-bottom: 60px;
  /* ul */
}
@media screen and (max-width: 499px) {
  section.glassLess > .wrap > .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.glassLess > .wrap > .content > h2 {
  color: #ffffff;
}
section.glassLess > .wrap > .content > h3 {
  color: #ffffff;
}
section.glassLess > .wrap > .content > ul {
  display: table;
  width: 100%;
  /* li */
}
@media screen and (max-width: 767px) {
  section.glassLess > .wrap > .content > ul {
    display: block;
    text-align: center;
  }
}
section.glassLess > .wrap > .content > ul > li {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  section.glassLess > .wrap > .content > ul > li {
    display: block;
    width: 100% !important;
  }
}
section.glassLess > .wrap > .content > ul > li:first-child {
  width: 200px;
}
section.glassLess > .wrap > .content > ul > li:first-child img {
  width: 200px;
}
@media screen and (max-width: 499px) {
  section.glassLess > .wrap > .content > ul > li:first-child img {
    width: 150px;
  }
}
section.glassLess > .wrap > .content > ul > li:last-child > div {
  padding-top: 5px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  section.glassLess > .wrap > .content > ul > li:last-child > div {
    padding-top: 20px;
    padding-left: 0;
  }
}
section.glassLess > .wrap > .content > ul > li:last-child > div > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7em;
  color: #333333;
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  section.glassLess > .wrap > .content > ul > li:last-child > div > p {
    font-size: 14px;
  }
}
section.glassLess > .wrap > .content > ul > li:last-child > div > p:last-of-type {
  padding-bottom: 1.5em;
}
section.tshirts {
  /* .wrap */
}
section.tshirts > .wrap {
  max-width: 900px;
  /* .content */
}
section.tshirts > .wrap > .content {
  padding-top: 60px;
  padding-bottom: 80px;
  /* ul */
}
@media screen and (max-width: 499px) {
  section.tshirts > .wrap > .content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
section.tshirts > .wrap > .content > ul {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.tshirts > .wrap > .content > ul {
    display: block;
    max-width: 500px;
    margin: auto;
  }
}
section.tshirts > .wrap > .content > ul > li {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  section.tshirts > .wrap > .content > ul > li {
    display: block;
    width: 100% !important;
    text-align: center !important;
  }
}
section.tshirts > .wrap > .content > ul > li:first-child {
  width: 66%;
}
@media screen and (max-width: 767px) {
  section.tshirts > .wrap > .content > ul > li:first-child {
    padding-bottom: 30px;
  }
}
section.tshirts > .wrap > .content > ul > li:last-child {
  width: 34%;
  text-align: right;
}
@media screen and (max-width: 499px) {
  section.tshirts > .wrap > .content > ul > li:last-child img {
    max-width: 220px;
  }
}
section.tshirts > .wrap > .content > ul > li > div {
  /* table */
}
section.tshirts > .wrap > .content > ul > li > div > table {
  width: 100%;
}
section.tshirts > .wrap > .content > ul > li > div > table tr > td {
  width: 27%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  border: 2px solid #ffffff;
  background-color: #e7ecef;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: top;
}
section.tshirts > .wrap > .content > ul > li > div > table tr > td:first-child {
  width: 19%;
}
@media screen and (max-width: 1279px) {
  section.tshirts > .wrap > .content > ul > li > div > table tr > td {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
section.tshirts > .wrap > .content > ul > li > div > table tr > td:first-child {
  font-weight: 600;
}
section.tshirts > .wrap > .content > ul > li > div > table tr:first-child > td {
  font-weight: 600;
}
section.map {
  font-size: 0;
  line-height: 0;
}
section.hero {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.hero:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2d3e50;
  opacity: 0.8;
  content: "";
}
section.hero > .wrap {
  position: relative;
}
section.hero > .wrap > .content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  section.hero > .wrap > .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.hero > .wrap > .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.hero > .wrap > .content > h1 {
  font-weight: 300;
  font-size: 30px;
  line-height: 1em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  section.hero > .wrap > .content > h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  section.hero > .wrap > .content > h1 {
    font-size: 22px;
  }
}
section.breadcrumbWrap {
  background-color: #e7ecef;
}
section.breadcrumbWrap > .wrap > .content {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  section.breadcrumbWrap > .wrap > .content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
section.page > .wrap > .content {
  padding-top: 60px;
  padding-bottom: 60px;
  /*
  & > .breadcrumb{
  	padding-bottom:30px;
  }
  */
}
@media screen and (max-width: 1023px) {
  section.page > .wrap > .content {
    padding-top: 40px;
  }
}
section.page > .wrap > .content > h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.7em;
  color: #2d3e50;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1023px) {
  section.page > .wrap > .content > h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.page > .wrap > .content > h2 {
    font-size: 20px;
  }
}
section.page > .wrap > .content > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7em;
  color: #333333;
  padding-bottom: 2em;
}
@media screen and (max-width: 1279px) {
  section.page > .wrap > .content > p {
    font-size: 14px;
  }
}
section.page > .wrap > .content > p:last-of-type {
  padding-bottom: 0;
}
section.page > .wrap > .content > p > a {
  color: #ef8305;
  border-bottom: 1px dotted #ef8305;
  transition: border 0.3s;
}
section.page > .wrap > .content > p > a:hover {
  border-color: transparent;
}
section.page > .wrap > .content > p:has(img.aligncenter) {
  text-align: center;
}
section.page > .wrap > .content > ul {
  padding-bottom: 2em;
  padding-left: 1em;
}
section.page > .wrap > .content > ul > li {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7em;
  color: #333333;
  padding-left: 20px;
}
@media screen and (max-width: 1279px) {
  section.page > .wrap > .content > ul > li {
    font-size: 14px;
  }
}
section.page > .wrap > .content > ul > li:after {
  position: absolute;
  top: 10px;
  left: 0px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #ef8305;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  content: "";
}
section.page > .wrap > .content img {
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 2em;
}
section.gallery > .wrap > .content {
  padding-top: 60px;
  padding-bottom: 30px;
  /* ul */
}
@media screen and (max-width: 1023px) {
  section.gallery > .wrap > .content {
    padding-top: 40px;
  }
}
section.gallery > .wrap > .content > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 0 auto 30px auto;
}
section.gallery > .wrap > .content > ul > li {
  background-color: #e7ecef;
  /* a */
}
@media screen and (max-width: 767px) {
  section.gallery > .wrap > .content > ul > li:nth-child(2n+2) {
    text-align: right;
  }
}
section.gallery > .wrap > .content > ul > li > a {
  display: block;
  width: 100%;
  /* .img */
  /* .txt */
}
section.gallery > .wrap > .content > ul > li > a > .img {
  position: relative;
  overflow: hidden;
}
section.gallery > .wrap > .content > ul > li > a > .img > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.3s;
}
section.gallery > .wrap > .content > ul > li > a > .txt {
  text-align: center;
  padding: 15px;
}
section.gallery > .wrap > .content > ul > li > a > .txt > h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7em;
  color: #333333;
}
@media screen and (max-width: 1023px) {
  section.gallery > .wrap > .content > ul > li > a > .txt > h2 {
    font-size: 16px;
  }
}
section.gallery > .wrap > .content > ul > li > a:hover > .img > span {
  width: 110%;
  height: 110%;
}
section.news > .wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  section.news > .wrap {
    padding-top: 40px;
  }
}
section.news > .wrap > .content {
  display: table;
  width: 100%;
  /* main */
  /* aside */
}
@media screen and (max-width: 1023px) {
  section.news > .wrap > .content {
    display: block;
  }
}
section.news > .wrap > .content > main {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  section.news > .wrap > .content > main {
    display: block;
    padding-bottom: 20px;
  }
}
section.news > .wrap > .content > main > div {
  padding-right: 30px;
  /* .date */
  /* .post */
  /* ul.newsGrid */
}
@media screen and (max-width: 1023px) {
  section.news > .wrap > .content > main > div {
    padding-right: 0;
  }
}
section.news > .wrap > .content > main > div > .date {
  font-size: 0;
  line-height: 0;
  border-top: 1px solid rgba(45, 62, 80, 0.25);
  border-bottom: 1px solid rgba(45, 62, 80, 0.25);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 499px) {
  section.news > .wrap > .content > main > div > .date {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
section.news > .wrap > .content > main > div > .date > span {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #333333;
  padding-left: 20px;
}
@media screen and (max-width: 499px) {
  section.news > .wrap > .content > main > div > .date > span {
    font-size: 13px;
  }
}
section.news > .wrap > .content > main > div > .date > span:before {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
  color: #2d3e50;
  content: "\f133";
}
section.news > .wrap > .content > main > div > .post {
  padding-bottom: 40px;
}
section.news > .wrap > .content > main > div > .post > h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.7em;
  color: #2d3e50;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1023px) {
  section.news > .wrap > .content > main > div > .post > h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.news > .wrap > .content > main > div > .post > h2 {
    font-size: 20px;
  }
}
section.news > .wrap > .content > main > div > .post > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7em;
  color: #333333;
  padding-bottom: 2em;
}
@media screen and (max-width: 1279px) {
  section.news > .wrap > .content > main > div > .post > p {
    font-size: 14px;
  }
}
section.news > .wrap > .content > main > div > .post > p:last-of-type {
  padding-bottom: 0;
}
section.news > .wrap > .content > main > div > .post > p > a {
  color: #ef8305;
  border-bottom: 1px dotted #ef8305;
  transition: border 0.3s;
}
section.news > .wrap > .content > main > div > .post > p > a:hover {
  border-color: transparent;
}
section.news > .wrap > .content > main > div > .post > p:has(img.aligncenter) {
  text-align: center;
}
section.news > .wrap > .content > main > div > .post > ul {
  padding-bottom: 2em;
  padding-left: 1em;
}
section.news > .wrap > .content > main > div > .post > ul > li {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7em;
  color: #333333;
  padding-left: 20px;
}
@media screen and (max-width: 1279px) {
  section.news > .wrap > .content > main > div > .post > ul > li {
    font-size: 14px;
  }
}
section.news > .wrap > .content > main > div > .post > ul > li:after {
  position: absolute;
  top: 10px;
  left: 0px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #ef8305;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  content: "";
}
section.news > .wrap > .content > main > div > .post img {
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 2em;
}
section.news > .wrap > .content > main > div > .post a {
  color: #333333;
  transition: color 0.3s;
}
section.news > .wrap > .content > main > div > .post a:hover {
  color: #ef8305;
}
section.news > .wrap > .content > main > div > .tags {
  padding-bottom: 30px;
}
section.news > .wrap > .content > main > div > ul.newsGrid > li > div {
  /* article */
}
section.news > .wrap > .content > main > div > ul.newsGrid > li > div > article {
  background-color: #e7ecef;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
section.news > .wrap > .content > main > div > ul.newsGrid > li > div > article > .img > a {
  display: block;
  overflow: hidden;
}
section.news > .wrap > .content > main > div > ul.newsGrid > li > div > article > .img > a > img {
  transition: transform 0.3s;
}
section.news > .wrap > .content > main > div > ul.newsGrid > li > div > article > .img > a:hover > img {
  transform: scale(1.1);
}
section.news > .wrap > .content > main > div > ul.newsGrid > li > div > article > .txt {
  padding: 15px;
}
section.news > .wrap > .content > main > div > ul.newsGrid > li > div > article > .txt > h2 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  section.news > .wrap > .content > main > div > ul.newsGrid > li > div > article > .txt > h2 {
    font-size: 16px;
  }
}
section.news > .wrap > .content > main > div > ul.newsGrid > li > div > article > .txt > div {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #333333;
  padding-bottom: 15px;
  padding-left: 20px;
}
section.news > .wrap > .content > main > div > ul.newsGrid > li > div > article > .txt > div:before {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
  color: #2d3e50;
  content: "\f133";
}
section.news > .wrap > .content > main > div > ul.newsGrid > li > div > article > .txt > p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
  color: #333333;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  section.news > .wrap > .content > main > div > ul.newsGrid > li > div > article > .txt > p {
    font-size: 14px;
    padding-bottom: 15px;
  }
}
section.news > .wrap > .content > aside {
  display: table-cell;
  width: 300px;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  section.news > .wrap > .content > aside {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-right: 15px;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
section.news > .wrap > .content > aside > .widget {
  padding-bottom: 40px;
  /* .news */
  /* .tags */
  /* .instagram */
}
section.news > .wrap > .content > aside > .widget > h3 {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  color: #333333;
  padding-bottom: 25px;
  padding-left: 30px;
}
@media screen and (max-width: 1023px) {
  section.news > .wrap > .content > aside > .widget > h3 {
    font-size: 18px;
  }
}
section.news > .wrap > .content > aside > .widget > h3:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #2d3e50;
}
section.news > .wrap > .content > aside > .widget.news {
  /* h3 */
}
section.news > .wrap > .content > aside > .widget.news > h3:before {
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
  content: "\f518";
}
section.news > .wrap > .content > aside > .widget.news > ul > li {
  padding-bottom: 25px;
}
section.news > .wrap > .content > aside > .widget.news > ul > li:last-child {
  padding-bottom: 0;
}
section.news > .wrap > .content > aside > .widget.news > ul > li > div > h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
  padding-bottom: 10px;
}
section.news > .wrap > .content > aside > .widget.news > ul > li > div > div {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 1em;
  color: #333333;
  padding-bottom: 10px;
  padding-left: 20px;
}
section.news > .wrap > .content > aside > .widget.news > ul > li > div > div:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
  color: #2d3e50;
  content: "\f133";
}
section.news > .wrap > .content > aside > .widget.news > ul > li > div > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: #333333;
  padding-bottom: 5px;
}
section.news > .wrap > .content > aside > .widget.news > ul > li > div > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #ef8305;
  transition: color 0.3s;
}
section.news > .wrap > .content > aside > .widget.news > ul > li > div > a:hover {
  color: #2d3e50;
}
section.news > .wrap > .content > aside > .widget.tags > h3:before {
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
  content: "\f02b";
}
section.news > .wrap > .content > aside > .widget.facebook > h3:before {
  font-family: "Font Awesome 6 Brands", serif;
  font-weight: 400;
  content: "\f09a";
}
section.news > .wrap > .content > aside > .widget.instagram {
  /* ul */
}
section.news > .wrap > .content > aside > .widget.instagram > h3:before {
  font-family: "Font Awesome 6 Brands", serif;
  font-weight: 400;
  content: "\f16d";
}
section.news > .wrap > .content > aside > .widget.instagram > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 0;
  line-height: 0;
}
section.news > .wrap > .content > aside > .widget.instagram > ul > li {
  padding-bottom: 10px;
  /* a */
}
section.news > .wrap > .content > aside > .widget.instagram > ul > li:nth-child(3n+1) {
  text-align: left;
}
section.news > .wrap > .content > aside > .widget.instagram > ul > li:nth-child(3n+2) {
  text-align: center;
}
section.news > .wrap > .content > aside > .widget.instagram > ul > li:nth-child(3n+3) {
  text-align: right;
}
section.news > .wrap > .content > aside > .widget.instagram > ul > li > a {
  position: relative;
  display: inline-block;
  max-width: 95%;
}
section.news > .wrap > .content > aside > .widget.instagram > ul > li > a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: background 0.3s;
  content: "";
}
section.news > .wrap > .content > aside > .widget.instagram > ul > li > a:hover:after {
  background-color: #ef8305;
}
section.news > .wrap > .content > aside > .widget.instagram > ul > li > a > img {
  max-width: 100%;
  max-height: 80px;
}
section.about {
  background-color: #f6f6f6;
}
section.about > .wrap > .content > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  padding-bottom: 2em;
}
section.aseNews > .wrap > .content > .aseNewsList > div {
  display: grid;
  grid-column-gap: 40px;
  align-items: center;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  section.aseNews > .wrap > .content > .aseNewsList > div {
    grid-template-columns: 1fr !important;
    max-width: 400px !important;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  section.aseNews > .wrap > .content > .aseNewsList > div > .img {
    order: 1 !important;
  }
}
@media screen and (max-width: 768px) {
  section.aseNews > .wrap > .content > .aseNewsList > div > .txt {
    order: 2 !important;
  }
}
section.aseNews > .wrap > .content > .aseNewsList > div > .txt > div {
  padding: 20px !important;
}
section.aseNews > .wrap > .content > .aseNewsList > div:nth-child(odd) {
  grid-template-columns: 1fr 2fr;
}
section.aseNews > .wrap > .content > .aseNewsList > div:nth-child(odd) > .img {
  border-right: 5px solid #ffffff;
}
@media screen and (max-width: 768px) {
  section.aseNews > .wrap > .content > .aseNewsList > div:nth-child(odd) > .img {
    border: 0;
  }
}
section.aseNews > .wrap > .content > .aseNewsList > div:nth-child(odd) > .txt > div {
  padding-right: 40px;
}
section.aseNews > .wrap > .content > .aseNewsList > div:nth-child(even) {
  grid-template-columns: 2fr 1fr;
}
section.aseNews > .wrap > .content > .aseNewsList > div:nth-child(even) > .img {
  order: 2;
  border-left: 5px solid #ffffff;
}
section.aseNews > .wrap > .content > .aseNewsList > div:nth-child(even) > .txt {
  order: 1;
}
section.aseNews > .wrap > .content > .aseNewsList > div:nth-child(even) > .txt > div {
  padding-left: 40px;
}
section.aseNews > .wrap > .content > .aseNewsList > div > .txt > div > h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4em;
  padding-bottom: 15px;
}
section.aseNews > .wrap > .content > .aseNewsList > div > .txt > div > h4 > a {
  color: #000000;
}
section.aseNews > .wrap > .content > .aseNewsList > div > .txt > div > span {
  display: block;
  font-size: 14px;
  line-height: 1em;
  padding-bottom: 15px;
}
section.aseNews > .wrap > .content > .aseNewsList > div > .txt > div > span > i {
  color: var(--ase-site-color);
  margin-right: 10px;
}
section.aseNews > .wrap > .content > .aseNewsList > div > .txt > div > p {
  font-size: 16px;
  line-height: 1.6em;
  padding-bottom: 15px;
}
section.numbers {
  background-image: url("img/ase/numbers-bg.jpg");
}
section.numbers > .wrap > .content > h2, section.numbers > .wrap > .content > h3 {
  color: #ffffff;
}
section.numbers > .wrap > .content > .numbersGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  section.numbers > .wrap > .content > .numbersGrid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
  }
}
@media screen and (max-width: 499px) {
  section.numbers > .wrap > .content > .numbersGrid {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
section.numbers > .wrap > .content > .numbersGrid > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 150px;
  background-color: #ffffff;
  aspect-ratio: 1/1;
  margin: auto;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
section.numbers > .wrap > .content > .numbersGrid > div > div > span {
  font-weight: 300;
  font-size: 36px;
  line-height: 1em;
  color: #ef8305;
  text-align: center;
}
section.numbers > .wrap > .content > .numbersGrid > div > div > span > label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  padding-top: 5px;
  color: #000000;
}
section.staff {
  background-image: url("img/ase/staff-bg.jpg");
  background-size: cover;
}
section.staff > .wrap > .content > .bxWrap {
  position: relative;
  max-width: 600px;
  margin: auto;
}
section.staff > .wrap > .content > .bxWrap .bx-viewport > ul > li > div {
  text-align: center;
}
section.staff > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > .img > img {
  width: 180px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
section.staff > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  color: #ffffff;
  padding: 30px 0 15px 0;
}
section.staff > .wrap > .content > .bxWrap .bx-viewport > ul > li > div > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  color: #ffffff;
}
section.staff > .wrap > .content > .bxWrap .bx-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
section.staff > .wrap > .content > .bxWrap .bx-controls > div > a {
  font-size: 0;
  line-height: 0;
}
section.staff > .wrap > .content > .bxWrap .bx-controls > div > a:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1em;
  color: #ffffff;
}
section.staff > .wrap > .content > .bxWrap .bx-controls > div > a.bx-prev:after {
  content: "\f053";
}
section.staff > .wrap > .content > .bxWrap .bx-controls > div > a.bx-next {
  position: absolute;
  right: 0;
}
section.staff > .wrap > .content > .bxWrap .bx-controls > div > a.bx-next:after {
  content: "\f054";
}
section.events > .wrap > .content > .eventsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 50px;
}
section.events > .wrap > .content > .eventsGrid > div {
  border-left: 2px solid #2d3e50;
  background-color: #f6f6f6;
  padding: 20px;
}
section.events > .wrap > .content > .eventsGrid > div > div > span {
  display: block;
  font-weight: 200;
  font-size: 14px;
  line-height: 1em;
  padding-bottom: 10px;
}
section.events > .wrap > .content > .eventsGrid > div > div > span > i {
  margin-right: 10px;
  color: var(--ase-site-color);
}
section.events > .wrap > .content > .eventsGrid > div > div > h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4em;
  padding-bottom: 10px;
}
section.events > .wrap > .content > .eventsGrid > div > div > p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
}
section.kosarlabdaDoboverseny {
  background-color: var(--ase-site-color);
}
section.kosarlabdaDoboverseny > .wrap > .content {
  padding: 0;
}
section.kosarlabdaDoboverseny > .wrap > .content > a {
  display: block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
}
section.tekeLeaderboard {
  background-color: #f6f6f6;
}
section.tekeLeaderboard > .wrap > .content {
  text-align: center;
}
section.search {
  background-color: #f6f6f6;
}
section.search > .wrap > .content {
  padding: 20px 0;
}
section.search > .wrap > .content > input {
  width: 100%;
  height: 46px;
  border: 0;
  background-color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  line-height: 46px;
  padding: 0 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
section.copyright {
  font-size: 0;
  line-height: 0;
  border-top: 1px solid #3a4b5d;
  background-color: #2d3e50;
  /* .wrap */
}
section.copyright > .wrap {
  /* .content */
}
section.copyright > .wrap > .content {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 499px) {
  section.copyright > .wrap > .content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  section.copyright > .wrap > .content > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  section.copyright > .wrap > .content > ul > li {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  section.copyright > .wrap > .content > ul > li:first-child {
    padding-bottom: 10px;
  }
}
section.copyright > .wrap > .content > ul > li:first-child > div > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  section.copyright > .wrap > .content > ul > li:first-child > div > p {
    font-size: 12px;
  }
}
section.copyright > .wrap > .content > ul > li:first-child > div > p > a {
  color: #ffffff;
  transition: color 0.3s;
}
section.copyright > .wrap > .content > ul > li:first-child > div > p > a:hover {
  color: #ef8305;
}
section.copyright > .wrap > .content > ul > li:last-child {
  text-align: right;
}
section.copyright > .wrap > .content > ul > li:last-child > div {
  display: inline-block;
  text-align: left;
}
section.copyright > .wrap > .content > ul > li:last-child > div > ul {
  display: inline-block;
}
section.copyright > .wrap > .content > ul > li:last-child > div > ul > li {
  float: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
  padding-right: 20px;
}
@media screen and (max-width: 1279px) {
  section.copyright > .wrap > .content > ul > li:last-child > div > ul > li {
    font-size: 12px;
  }
}
section.copyright > .wrap > .content > ul > li:last-child > div > ul > li:last-child {
  padding-right: 0;
}
section.copyright > .wrap > .content > ul > li:last-child > div > ul > li > a {
  color: #ffffff;
  transition: color 0.3s;
}
section.copyright > .wrap > .content > ul > li:last-child > div > ul > li > a:hover {
  color: #ef8305;
}

/* section */
footer {
  overflow: hidden;
  border-bottom: 1px solid #203143;
  background-color: #2d3e50;
  /* .wrap */
}
footer > .wrap {
  /* .content */
}
footer > .wrap > .content {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  footer > .wrap > .content {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 499px) {
  footer > .wrap > .content {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
footer > .wrap > .content > ul {
  display: inline-block;
  width: 100%;
}
footer > .wrap > .content > ul > li {
  float: left;
  width: 25%;
  /*
  @media screen and (max-width:499px){
  	float:none;
  	width:100%;
  }
  */
}
@media screen and (max-width: 1023px) {
  footer > .wrap > .content > ul > li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrap > .content > ul > li {
    width: 50%;
  }
}
footer > .wrap > .content > ul > li:nth-child(2), footer > .wrap > .content > ul > li:nth-child(3) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer > .wrap > .content > ul > li:nth-child(2) > div, footer > .wrap > .content > ul > li:nth-child(3) > div {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 499px) {
  footer > .wrap > .content > ul > li:nth-child(2) {
    text-align: left;
  }
}
@media screen and (max-width: 499px) {
  footer > .wrap > .content > ul > li:nth-child(3) {
    text-align: right;
  }
}
@media screen and (max-width: 399px) {
  footer > .wrap > .content > ul > li:nth-child(3) > div {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrap > .content > ul > li:first-child {
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
  }
}
footer > .wrap > .content > ul > li:first-child > div {
  max-width: 200px !important;
}
footer > .wrap > .content > ul > li:last-child {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  footer > .wrap > .content > ul > li:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer > .wrap > .content > ul > li:last-child {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  footer > .wrap > .content > ul > li:last-child > div {
    max-width: 100%;
    text-align: center;
  }
}
footer > .wrap > .content > ul > li > div {
  display: inline-block;
  width: 100%;
  max-width: 80%;
  text-align: left;
  /* .txt */
  /* .sponsors */
}
@media screen and (max-width: 499px) {
  footer > .wrap > .content > ul > li > div {
    max-width: 100%;
  }
}
footer > .wrap > .content > ul > li > div > .txt {
  /* .menu */
}
footer > .wrap > .content > ul > li > div > .txt > h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1em;
  color: #ffffff;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 499px) {
  footer > .wrap > .content > ul > li > div > .txt > h3 {
    font-size: 16px;
  }
}
footer > .wrap > .content > ul > li > div > .txt > h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 499px) {
  footer > .wrap > .content > ul > li > div > .txt > h4 {
    font-size: 15px;
  }
}
footer > .wrap > .content > ul > li > div > .txt > p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  footer > .wrap > .content > ul > li > div > .txt > p {
    font-size: 14px;
  }
}
footer > .wrap > .content > ul > li > div > .txt > ul.social {
  display: inline-block;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  footer > .wrap > .content > ul > li > div > .txt > ul.social {
    padding-top: 20px;
  }
}
footer > .wrap > .content > ul > li > div > .txt > ul.social > li {
  float: left;
  padding-right: 20px;
}
footer > .wrap > .content > ul > li > div > .txt > ul.social > li > a {
  font-size: 24px;
  line-height: 1em;
  color: #ffffff;
}
footer > .wrap > .content > ul > li > div > .txt > ul.menu > li {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.5em;
  color: #ffffff;
  word-break: break-word;
  /* .icon */
}
@media screen and (max-width: 1279px) {
  footer > .wrap > .content > ul > li > div > .txt > ul.menu > li {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  footer > .wrap > .content > ul > li > div > .txt > ul.menu > li {
    font-size: 13px;
    padding-bottom: 7px;
  }
}
footer > .wrap > .content > ul > li > div > .txt > ul.menu > li.icon {
  position: relative;
  padding-left: 30px;
}
footer > .wrap > .content > ul > li > div > .txt > ul.menu > li.icon > i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #ef8305;
}
footer > .wrap > .content > ul > li > div > .txt > ul.menu > li > a {
  color: #ffffff;
  transition: color 0.3s;
}
footer > .wrap > .content > ul > li > div > .txt > ul.menu > li > a:hover {
  color: #ef8305;
}
footer > .wrap > .content > ul > li > div > .logoASE {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer > .wrap > .content > ul > li > div > .logoASE {
    padding-bottom: 20px;
  }
}
footer > .wrap > .content > ul > li > div > .sponsors {
  /* li */
}
@media screen and (max-width: 1023px) {
  footer > .wrap > .content > ul > li > div > .sponsors {
    display: table;
    margin: auto;
  }
}
@media screen and (max-width: 499px) {
  footer > .wrap > .content > ul > li > div > .sponsors {
    display: block;
  }
}
footer > .wrap > .content > ul > li > div > .sponsors > li {
  padding-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  footer > .wrap > .content > ul > li > div > .sponsors > li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 499px) {
  footer > .wrap > .content > ul > li > div > .sponsors > li {
    display: block;
    padding-right: 0;
    padding-bottom: 30px !important;
  }
}
footer > .wrap > .content > ul > li > div > .sponsors > li:last-child {
  padding-right: 0;
  padding-bottom: 0 !important;
}
footer > .wrap > .content > ul > li > div > .sponsors > li .logoOtproba img {
  width: 80px;
}
@media screen and (max-width: 1023px) {
  footer > .wrap > .content > ul > li > div > .sponsors > li .logoOtproba img {
    width: 60px;
  }
}
footer > .wrap > .content > ul > li > div > .sponsors > li .logoMVM img {
  width: 180px;
}
@media screen and (max-width: 1023px) {
  footer > .wrap > .content > ul > li > div > .sponsors > li .logoPaks img {
    width: 180px;
  }
}

/* footer */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1000;
}
.preload > div {
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.preload > div > .img {
  padding-bottom: 20px;
}
.preload > div > .img img {
  width: 250px;
}
@media screen and (max-width: 1279px) {
  .preload > div > .img img {
    width: 220px;
  }
}
.preload > div > .spinner > span {
  width: 40px;
  height: 40px;
  border: 5px solid #e7ecef;
  border-bottom-color: var(--ase-site-color);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

/* .preload */
.breadcrumb {
  font-size: 0;
  line-height: 0;
}
.breadcrumb > ul {
  display: inline-block;
}
.breadcrumb > ul > li {
  position: relative;
  float: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 1em;
  color: #333333;
}
@media screen and (max-width: 1023px) {
  .breadcrumb > ul > li {
    font-size: 13px;
  }
}
.breadcrumb > ul > li:after {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  content: "»";
}
.breadcrumb > ul > li:first-child {
  padding-left: 25px;
}
.breadcrumb > ul > li:first-child:before {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
  color: #2d3e50;
  content: "\f015";
}
.breadcrumb > ul > li:last-child:after {
  display: none;
}
.breadcrumb > ul > li > a {
  display: inline-block;
  color: #2d3e50;
  transition: color 0.3s;
}
.breadcrumb > ul > li > a:hover {
  color: #ef8305;
}

/* .breadcrumb */
ul.tagsList {
  display: inline-block;
}
ul.tagsList > li {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}
ul.tagsList > li > a {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  color: #333333;
  border: 1px solid rgba(45, 62, 80, 0.25);
  background-color: #e7ecef;
  padding: 6px 10px;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  ul.tagsList > li > a {
    font-size: 13px;
  }
}
ul.tagsList > li > a:hover {
  color: #ffffff;
  background-color: #2d3e50;
}
ul.tagsList > li > a > i {
  margin-right: 5px;
}

/* ul */
/* mobile menu */
.mobileMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: right;
  display: none;
  overflow-x: hidden;
  z-index: 100000;
}
.mobileMenu > div {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 300px;
  text-align: left;
  opacity: 0;
}
.mobileMenu > div > div.menu > ul {
  font-size: 0;
  line-height: 0;
  background-color: #ffffff;
}
.mobileMenu > div > div.menu > ul > li {
  border-left: 5px solid #2d3e50;
  list-style-type: none;
  opacity: 0;
}
.mobileMenu > div > div.menu > ul > li.close {
  background-color: #2d3e50;
}
.mobileMenu > div > div.menu > ul > li:last-child {
  padding-bottom: 0;
}
.mobileMenu > div > div.menu > ul > li > a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  color: #333333;
  border-bottom: 1px solid #AAAAAA;
  padding: 15px 25px;
}
.mobileMenu > div > div.menu > ul > li.close > a {
  position: relative;
  color: #ffffff;
  border-bottom: none;
  padding-left: 45px;
}
.mobileMenu > div > div.menu > ul > li.close > a:before {
  position: absolute;
  top: 16px;
  left: 25px;
  display: inline-block;
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  content: "\f00d";
}

/* .mobileMenu */
.startNumbersFilter {
  padding-bottom: 20px;
  text-align: right;
}
.startNumbersFilter input {
  width: 50%;
  font-size: 16px;
  line-height: 1em;
  border: 0;
  background-color: #e7ecef;
  padding: 12px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* .startNumbersFilter */
.startNumbers {
  width: 100%;
}
.startNumbers thead tr th {
  width: 25%;
  color: #ffffff;
  border: 1px solid #e7ecef;
  background-color: #2d3e50;
  padding: 7px 10px;
}
.startNumbers thead tr th:first-child {
  text-align: left;
}
.startNumbers tbody tr td {
  width: 25%;
  border: 1px solid #e7ecef;
  padding: 7px 10px;
  text-align: center;
}
.startNumbers tbody tr td:first-child {
  text-align: left;
}
.startNumbers.filtered tbody tr:not(.show) {
  display: none;
}

/* .startNumbers */
/* ***** */
.departmentsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .departmentsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .departmentsGrid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
}
.departmentsGrid > div {
  display: flex;
}
.departmentsGrid > div > a {
  display: flex;
  color: #000000;
  background-color: #f6f6f6;
}
.departmentsGrid > div > a > div {
  position: relative;
  padding: 0 30px 40px 30px;
  text-align: center;
}
.departmentsGrid > div > a > div > span.img {
  display: inline-block;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  padding: 40px 0;
  margin: -20px 0 20px 0;
}
.departmentsGrid > div > a > div > h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
  padding-bottom: 15px;
  text-align: left;
}
.departmentsGrid > div > a > div > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6em;
  text-align: left;
}
.departmentsGrid > div > a > div > span.btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.aseNewsTags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 2px solid var(--ase-site-color);
  background-color: #f6f6f6;
  margin-top: 50px;
  align-items: center;
}
.aseNewsTags > div {
  font-size: 0;
  line-height: 0;
}
.aseNewsTags > div:first-of-type {
  padding: 10px 0 5px 10px;
}
.aseNewsTags > div:last-of-type {
  padding: 10px 10px 10px 0;
  text-align: right;
}

.membersGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.membersGrid > div > .img {
  padding-bottom: 15px;
}
.membersGrid > div > .txt {
  text-align: center;
}
.membersGrid > div > .txt > h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3em;
  padding-bottom: 0.5em;
}
.membersGrid > div > .txt > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6em;
}

.pagination {
  text-align: center;
}
.pagination > ul {
  display: inline-block;
}
.pagination > ul > li {
  float: left;
  padding-right: 5px;
}
.pagination > ul > li:last-child {
  padding-right: 0;
}
.pagination > ul > li > a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  background-color: #f6f6f6;
}
.pagination > ul > li > a.current {
  color: #ffffff;
  background-color: var(--ase-site-color);
}
.pagination > ul > li > span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-weight: 400;
  font-size: 16px;
  background-color: #f6f6f6;
}