@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url("../fonts/HelveticaNeueLTPro-Cn.eot");
  src: url("../fonts/HelveticaNeueLTPro-Cn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-Cn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Cn.woff") format("woff"), url("HelveticaNeueLTPro-Cn.ttf") format("truetype"), url("HelveticaNeueLTPro-Cn.svg#HelveticaNeueLTPro-Cn") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* ---------->>> NORMALIZE <<<-----------*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

*:after,
*:before {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover,
a:focus {
  outline-width: 0;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

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

input {
  border: 0;
  -webkit-appearance: none;
}

input:focus,
select:focus {
  outline-width: 0;
}

select {
  text-indent: 1px;
  text-overflow: '';
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
[type='submit'] {
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: transparent;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

textarea {
  overflow: auto;
}

button,
select {
  text-transform: none;
}

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

td {
  padding: 0;
}

.clear:before,
.clear:after {
  display: table;
  content: ' ';
}

.clear:after {
  clear: both;
}

.is-hidden {
  display: none !important;
}

.is-visible {
  display: block !important;
}


/* ---------->>> GLOBAL <<<-----------*/

.container,
.container-fluid {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container:after,
.container-fluid:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1170px;
  }
}

body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #353434;
  overflow-x: hidden;
  font-family: "Helvetica Neue LT Pro", Helvetica, Arial, sans-serif;
}

main {
  position: relative;
  z-index: 2;
}

main > section {
  padding-top: 5rem;
  padding-bottom: 10rem;
  position: relative;
}

main > section:last-of-type {
  margin-bottom: 465px;
  padding-bottom: 5rem;
}

main > section footer {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  z-index: 2;
}

.browserupgrade {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #fff;
  z-index: 9999;
  padding: 50px;
}

.browserupgrade a {
  text-decoration: underline;
  color: #a52a2a;
}

.container input[type=button] {
  position: relative;
  background-color: #e30613;
  color: #ffffff;
  padding: 13px 12px;
  font-size: 16px;
  transition: 0.5s ease;
  height: auto;
  width: auto;
  line-height: 23px;
  display: inline-block;
  cursor: pointer;
}


/* ---------->>> HERO <<<-----------*/

.hero {
  background: top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  max-height: 750px;
  position: relative;
}

.hero .scroll-to-next {
  background-color: #50504d;
  color: #fff;
}


/* ---------->>> HERO BG <<<-----------*/

.home .hero {
  background-image: url("../images/base/landing.jpg");
}

.events .hero {
  background-image: url("../images/events/6c0e3-event.jpg");
}

.gallery .hero {
  background-image: url("../images/gallery/a1b49-gallery.jpg");
}

.fight .hero {
  background-image: url("../images/fight/2a924-viadal.jpg");
}

.gyik .hero {
  background-image: url("../images/fight/be6e6-viadal-2.jpg");
}

.contact .hero {
  background-image: url("../images/fight/2a924-viadal.jpg");
}


/* ---------->>> TEMPLATE 1 <<<-----------*/

.template-1 .hero .hexagon {
  margin-top: 90px;
}

.template-1 .hero h2 {
  text-align: center;
  font-size: 28px;
  padding-top: 10px;
}

.template-1 .hero .hexagon:hover svg polygon {
  fill: #343333;
}


/* ---------->>> HEXAGON <<<-----------*/

.hexagon {
  display: block;
  width: 125px;
  height: 130px;
  margin: 0 auto;
  position: relative;
  color: #1d1d1b;
  text-align: center;
  text-transform: uppercase;
}

.hexagon.gray {
  color: #e30613;
}

.hexagon.gray svg polygon {
  fill: #353434;
}

.hexagon svg polygon {
  transition: 0.5s ease;
}

.hexagon:hover .hexa-icon {
  color: #e30613;
}

.hexagon:hover svg polygon {
  fill: #1d1d1b;
}

.hexa-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.hexa-icon i {
  font-size: 33px;
}

.hexa-icon h5 {
  font-size: 13px;
  padding-top: 12px;
}

.fa.fa-compress {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.triangle-top {
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.triangle-top.white {
  background-image: url("../images/base/v_white.png");
}

.triangle-top.gray {
  background-image: url("../images/base/v_gray.png");
}

.triangle-top.black {
  background-image: url("../images/base/black.png");
}

.triangle-bottom {
  background-image: url("../images//base/v_black.png");
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  width: 100%;
}


/* ---------->>> SCROLL <<<-----------*/

.scroll-to-next,
.scroll-to-top {
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: 0.5s ease;
}

.scroll-to-next:hover,
.scroll-to-top:hover {
  background-color: #1d1d1b !important;
  color: #e30613 !important;
}

.scroll-to-next i,
.scroll-to-top i {
  margin-top: 9px;
}

.scroll-to-next {
  color: #1d1d1b;
}

.scroll-to-top:hover {
  background-color: #343333 !important;
}


/* ---------->>> RESERVATION <<<-----------*/

.reservation {
  background-color: #353434;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.reservation p a {
  color: inherit;
}

.reservation h2 {
  margin: 25px 0 50px;
  text-align: center;
  font-size: 30px;
}

.reservation .box {
  width: 945px;
  max-width: 100%;
  margin: 40px auto 0;
  background-color: rgba(53, 52, 52, 0.85);
  font-size: 50px;
  color: #e30613;
  padding: 24px;
}


/* ---------->>> FIGHTING <<<-----------*/

.fighting {
  background-color: #ffffff;
  color: #1d1d1b;
}

.fighting .layout-column-one,
.fighting .layout-column-two {
  width: 50%;
  float: left;
}

.fighting h2 {
  margin: 25px 0 50px;
  text-align: center;
  font-size: 30px;
}

.fighting .layout-column-one {
  padding: 0 15px 0 8%;
}

.fighting .layout-column-two {
  padding: 0 8% 0 15px;
}

.fighting p {
  margin-bottom: 10px;
}

.fighting footer {
  bottom: -15.5%;
}


/* ---------->>> OVERLAY <<<-----------*/

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.popup {
  position: fixed;
  z-index: 11;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}


/* ---------->>> FORMS <<<-----------*/

.form-control {
  position: relative;
  margin-bottom: 25px;
}

input:not([type="submit"]),
textarea {
  height: 34px;
  color: #555;
  padding: 0 12px;
  display: block;
  width: 100%;
  line-height: 34px;
}

textarea {
  height: 230px;
  resize: none;
  padding: 12px;
  line-height: 1.2;
}

label {
  display: block;
  text-transform: uppercase;
  padding-bottom: 3px;
}

form {
  max-width: 510px;
  margin: 0 auto;
}

.btn {
  position: relative;
  background-color: #e30613;
  color: #ffffff;
  padding: 13px 12px;
  font-size: 16px;
  transition: 0.5s ease;
}

.btn:hover {
  background-color: #b1050f;
  padding: 13px 22px;
}

.wrong {
  color: #e30613 !important;
  position: absolute;
  top: 0;
  right: 0;
}


/* ---------->>> HEADER <<<-----------*/

.main-header {
  background-color: #000100;
  position: fixed;
  left: 0;
  right: 0;
  min-height: 70px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-header.index.hidden {
  opacity: 0;
  transform: translateY(-70px);
}

.main-header.index {
  opacity: 1;
  transform: translateY(0);
}

.main-header .logo {
  display: block;
  float: left;
  width: 42px;
  height: 47px;
  margin: 10px 15px 0 -15px;
  background: url("../images/header/logo.png") no-repeat center;
  transition: 0.5s ease;
}

.main-header nav a {
  padding: 25px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  transition: 0.5s ease;
}

.main-header nav a:hover {
  background-color: #ca1517;
}

.main-header nav .active {
  background-color: #ca1517;
}

.main-header nav li {
  display: table-cell;
  width: 1%;
  text-align: center;
}

.main-header .mobile-nav {
  display: none;
  width: 55px;
  height: 55px;
  float: right;
  margin: 7px -15px 0 0;
}

.main-header .mobile-nav span {
  position: relative;
  display: block;
  width: 37px;
  height: 3px;
  margin: 0 auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border-radius: 2px;
  background-color: #fff;
  transition: .5s;
}

.main-header .mobile-nav span:before,
.main-header .mobile-nav span:after {
  position: absolute;
  left: 0;
  width: 37px;
  height: 3px;
  content: '';
  border-radius: 2px;
  background-color: #fff;
  transition: .5s;
}

.main-header .mobile-nav span:before {
  top: -11px;
}

.main-header .mobile-nav span:after {
  bottom: -11px;
}


/* ---------->>> FOOTER <<<-----------*/

.main-footer {
  background-color: #1d1d1b;
  position: fixed;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 465px;
}

.main-footer ul {
  text-align: center;
  padding-top: 45px;
}

.main-footer li {
  display: inline-block;
  margin: 0 30px;
}

.main-footer li a {
  display: block;
}

.main-footer li a:hover svg polygon {
  fill: #343333;
}

.main-footer small {
  font-size: 14px;
  text-align: center;
  display: block;
  padding-top: 100px;
}

.main-footer .scroll-to-top {
  margin-top: 25px;
}

footer .container small a {
  color: #FFFFFF;
}

/* ---------->>> INDEX <<<-----------*/

.home .logo-text {
  width: 111px;
  height: 138px;
  background: url("../images/index/logo-text.png") no-repeat 0 0;
  margin: 75px auto 0;
}

.home .hero h1 {
  color: #1d1d1b;
  text-align: center;
  font-size: 30px;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 33px;
}

.home .hero h1 span {
  font-weight: 300;
  display: block;
  opacity: 0.85;
  font-size: 65%;
  text-transform: none;
}

.home .hero nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
  width: 100%;
}

.home .hero nav li {
  width: 33.33333333%;
  float: left;
}

.home .videos {
  background-color: #353434;
  color: #fff;
}

.home .videos li {
  /*width: 33.33333%;*/
  /*float: left;*/
  text-align: center;
  margin-bottom: 25px;
}

.home .videos .box {
  max-width: 320px;
  display: inline-block;
}

.home .videos iframe {
  display: block;
  margin: 0 auto;
}

.home .videos .scroll-to-next {
  color: #fff;
}

.home .videos footer {
  bottom: 95px;
}

.home .reservation {
  background-image: url("../images/index/81786-landing-2.jpg");
}


/* ---------->>> EVENTS <<<-----------*/

.events .event-box {
  background-color: #353434;
  text-align: center;
}

.events .event-box .scroll-to-next {
  color: #fff;
}

.events .event-box h2 {
  font-size: 30px;
  padding-bottom: 20px;
}

.events .event-box p {
  margin-bottom: 10px;
}


/* ---------->>> GALLERY <<<-----------*/

.gallery .pictures,
.gallery .videos {
  padding-bottom: 5rem;
}

.gallery ul {
  margin: 0 -10px;
}

.gallery li {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

.gallery li img {
  transition: 0.5s ease;
}

.gallery li a {
  display: inline-block;
  width: 263px;
  height: 196px;
  color: #fff;
}

.gallery li a.yt figcaption {
  color: #353434;
  padding: 13px 5px;
}

.gallery li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery .box {
  height: 148px;
  overflow: hidden;
}

.gallery .pictures {
  background-color: #353434;
}

.gallery .pictures .scroll-to-next {
  color: #fff;
}

.gallery .pictures figcaption {
  padding: 13px 5px;
}

.gallery .videos {
  background-color: #fff;
}

#fancybox-thumbs img {
  left: 0 !important;
}

.fancybox-title .numbers {
  position: absolute;
  right: 0;
}

.gallery .videos .box {
  height: auto;
}

.gallery .videos li {
  width: auto;
  margin: 0 5px;
}

/* ---------->>> FIGHT <<<-----------*/

.fight a.hexagon:hover svg polygon {
  fill: #fff !important;
}

.fight .reservation {
  background-image: url("../images/fight/be6e6-viadal-2.jpg");
}

.fight .reservation .box {
  margin-bottom: 65px;
}

.fight .reservation .scroll-to-next {
  color: #fff;
}

.fight .reservation .hexagon:hover svg polygon {
  fill: #353434 !important;
}

.fight .arena h2,
.fight .equipment h2 {
  font-size: 30px;
  text-transform: uppercase;
  padding-top: 15px;
  text-align: center;
}

.fight .arena .scroll-to-next,
.fight .equipment .scroll-to-next {
  color: #fff;
}

.fight .arena .hexagon:hover svg polygon,
.fight .equipment .hexagon:hover svg polygon {
  fill: #fff !important;
}

.fight .arena {
  background: #353434 url("../images/fight/viadal_bunker_02.png") no-repeat 0 100px;
  background-attachment: fixed;
  background-size: contain;
  text-align: center;
}

.fight .arena p {
  max-width: 360px;
  margin: 30px auto 0;
}

.fight .equipment {
  background-color: #353434;
}

.fight .layoutmanager {
  margin-top: 50px;
}

.fight .equipment .layout-column-one,
.fight .equipment .layout-column-two,
.fight .equipment .layout-column-three {
  float: left;
  width: 33.33333333%;
  padding: 0 15px;
}

.fight .list ul {
  width: auto;
  overflow: hidden;
}

.fight .number {
  width: 55px;
  float: left;
}


/* ---------->>> GYIK <<<-----------*/

.gyik .gyiks {
  background-color: #353434;
  padding-bottom: 7rem;
}

.gyik .gyiks .scroll-to-next {
  color: #fff;
}

.gyik .gyiks .layout-column-one,
.gyik .gyiks .layout-column-two {
  width: 50%;
  float: left;
}

.gyik .gyiks .layout-column-one {
  padding-right: 10px;
}

.gyik .gyiks .layout-column-two {
  padding-left: 10px;
}

.gyik .gyiks h3 {
  font-weight: 700;
}

.gyik .gyiks p {
  margin-bottom: 20px;
}

.contact .sub-contact {
  background-color: #353434;
}

.contact .sub-contact h2 {
  padding-bottom: 25px;
  font-size: 30px;
  text-align: center;
}

.contact .sub-contact p {
  max-width: 500px;
  margin: 0 auto 30px;
  text-align: center;
}

.contact .sub-contact p a {
  color: #fff;
  text-decoration: underline;
}

.contact form {
  text-align: center;
}

.contact form label {
  text-align: left;
}

.contact .scroll-to-next {
  color: #fff;
}


/* ---------->>> MEDIA QUERY <<<-----------*/


/* ---------->>> 1279 <<<-----------*/

@media only screen and (max-width: 1279px) {
  .fight .arena {
    /*background: #353434;*/
    background-attachment: scroll;
  }
  .gallery li {
    width: 33.3333333%;
  }
  .hero {
    background-attachment: initial;
  }
  .home .videos li {
    width: 50%;
  }
}


/* ---------->>> 1023 <<<-----------*/

@media only screen and (max-width: 1023px) {
  .gallery li {
    width: 50%;
  }
}


/* ---------->>> 767 <<<-----------*/

@media only screen and (max-width: 767px) {
  .main-header .logo {
    margin-left: 0;
  }
  .main-header .mobile-nav {
    display: block;
    cursor: pointer;
  }
  .main-header nav {
    display: none;
    background-color: #000;
    float: none;
    top: 70px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
  .main-header nav li {
    display: block;
    width: 100%;
  }
  .main-header a {
    padding: 25px 15px;
    color: #fff;
    font-weight: 500;
  }
  main > section:last-of-type {
    margin-bottom: 0;
  }
  .home .hero ul {
    display: none;
  }
  .home .videos li {
    float: none;
    width: 100%;
  }
  .main-footer {
    position: relative;
  }
  .fighting .layout-column-one,
  .fighting .layout-column-two {
    float: none;
    width: 100%;
    padding: 0;
  }
  .fight .list .box {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .gyik .gyiks .layout-column-one,
  .gyik .gyiks .layout-column-two {
    width: 100%;
    float: none;
    padding: 0;
  }
  .fight .equipment .layout-column-one,
  .fight .equipment .layout-column-two,
  .fight .equipment .layout-column-three {
    width: 100%;
    float: none;
    padding: 5px 0;
  }
}


/* ---------->>> 640 <<<-----------*/

@media only screen and (max-width: 639px) {
  .main-footer {
    height: auto;
  }
  .main-footer li {
    margin: 0 10px;
  }
  .main-footer li a {
    margin-bottom: 25px;
  }
  .main-footer small {
    padding-top: 55px;
  }
  .gallery li {
    width: 100%;
    float: none;
  }
}


/* ---------->>> 479 <<<-----------*/

@media only screen and (max-width: 479px) {
  .fighting footer {
    bottom: -60px;
  }
  main > section {
    padding-bottom: 6rem;
  }
  .home .videos footer {
    bottom: 33px;
  }
  .home .videos iframe {
    width: 290px;
    height: 163px;
  }
  .reservation .box {
    font-size: 33px;
    padding: 14px;
  }
}


/* ---------->>> 375 <<<-----------*/

@media only screen and (max-width: 374px) {
  .main-footer li {
    margin: 0 7px;
  }
  .main-footer li a {
    margin-bottom: 15px;
  }
}
