@import url("//fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Rubik", sans-serif !important;
  overflow-x: hidden !important;
  font-size: 18px !important;
}

.fixedBgItem {
  background: url(../img/bgtv4.png);
  width: 50%;
  height: 100%;
  min-width: 50%;
  min-height: 1080px;
  position: fixed;
  left: 0;
  top: 0;
  background-repeat: no-repeat !important;
  z-index: -1;
  background-size: cover !important;
  /*background-position: right !important;*/
}

.story4 {
  background: url(../img/bgstory4.png);
}

.galaxy4 {
  background: url(../img/bggalaxy4.png);
}

.film4 {
  background: url(../img/bgfilm4.png);
}

.arena4 {
  background: url(../img/bgarena4.png);
}

.arena4plus {
  background: url(../img/bgarena4plus.png);
}

.match4 {
  background: url(../img/bgmatch4.png);
}

.max4 {
  background: url(../img/bgmax4.png);
}

.fixedBg {
  background: url(../img/bgr.png);
  width: 50%;
  height: 100%;
  min-width: 50%;
  min-height: 1080px;
  position: fixed;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
  background-position: right;
}

.dmw {
  display: inline-block !important;
  width: auto !important;
  margin: 0 auto !important;
}

h1 {
  font-weight: 400 !important;
}

p {
  font-weight: 400 !important;
  font-size: 18px !important;
}

.red {
  background-color: #e20046 !important;
}
.orange {
  background-color: #fc7e03 !important;
}
.turquoise {
  background-color: #0bb699 !important;
}
.purple {
  background-color: #5461c6 !important;
}
.green {
  background-color: #bad737 !important;
}
.violet {
  background-color: #922cab !important;
}
.blue {
  background-color: #269bdb !important;
}
.green2 {
  background-color: #00cc0d !important;
}

.nPoint {
  height: 25px;
  width: 25px !important;
  background-color: #e20046;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.btnText {
  color: #000;
  font-size: 18px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
  padding: 5px 10px 5px 40px;
  border-radius: 0px 10px 10px 0px;
}

.btnSimple {
  color: #000;
  font-size: 20px;
  white-space: nowrap;
}

.btnTextFull {
  font-size: 20px;
  color: #29323a;
}

.btnTextFull:before {
  width: 0px;
  margin-top: -8px;
  height: 40px;
  border-left: 18px solid transparent;
  border-bottom: 34px solid #e20046;
  content: "";
  border-radius: 0px 0px 0px 2px;
  display: inline-block;
  z-index: 100;
  position: absolute;
  margin-left: -23px;
}

.btnTextFull {
  font-size: 20px;
  border: none;
  background: #e20046;
  color: #fff;
  padding: 5px 10px 5px 5px;
  border-radius: 0px 5px 5px 0px;
  white-space: nowrap;
  transition: transform 250ms, opacity 400ms;
}

.btnTextFull:hover,
.btnSimple:hover {
  transform: scale(1.2);
  opacity: 0.5;
}

.black:before {
  border-bottom: 34px solid #000000;
}

.black {
  background: #000000;
}

.tab {
  height: 0;
  width: 170px;
  border-bottom: 40px solid #000000;
  border-left: 20px solid transparent;
  border-radius: 0px 0px 10px 0px;
  box-sizing: border-box;
  display: block;
}

.tabRed {
  border-bottom: 40px solid #e20046;
}

.tabMax {
  width: 100% !important;
}

.tab .label {
  padding: 8px 5px;
  text-align: center;
  color: #ddd;
}

.tab .labelWhite {
  padding: 8px 5px;
  text-align: center;
  color: #fff;
}

.icons i {
  font-size: 35px;
  margin-left: 10px;
}

.icons a {
  color: #29323a;
}

.icons a:hover {
  color: #e20046;
}

.icons a.fb:hover {
  color: #073891;
}

.global-menu a {
  margin-left: 40px;
  margin-bottom: 25px;
  display: inline-block;
}

.global-menu .btnTextFull {
  font-size: 18px;
}

.global-menu .btnTextFull:before {
  margin-top: -11px;
  border-bottom: 32px solid #e20046;
}

.global-menu .black:before {
  border-bottom: 32px solid #000000;
}

.global-menu .red {
  background: #e20046;
}
.global-menu .red:before {
  border-bottom: 32px solid #e20046;
}
.global-menu .orange {
  background: #fc7e03;
}
.global-menu .orange:before {
  border-bottom: 32px solid #fc7e03;
}
.global-menu .turquoise {
  background: #0bb699;
}
.global-menu .turquoise:before {
  border-bottom: 32px solid #0bb699;
}
.global-menu .purple {
  background: #5461c6;
}
.global-menu .purple:before {
  border-bottom: 32px solid #5461c6;
}
.global-menu .green {
  background: #bad737;
}
.global-menu .green:before {
  border-bottom: 32px solid #bad737;
}

.global-menu .activeR {
  color: #e20046 !important;
  border-bottom: 5px solid #e20046 !important;
}
.global-menu .activeO {
  color: #fc7e03 !important;
  border-bottom: 5px solid #fc7e03 !important;
}
.global-menu .activeT {
  color: #0bb699 !important;
  border-bottom: 5px solid #0bb699 !important;
}
.global-menu .activeP {
  color: #5461c6 !important;
  border-bottom: 5px solid #5461c6 !important;
}
.global-menu .activeG {
  color: #bad737 !important;
  border-bottom: 5px solid #bad737 !important;
}

.global-menu .active {
  background: transparent !important;
  color: #000;
  font-weight: 600;
  border-bottom: 5px solid #000;
  border-radius: unset;
}
.global-menu .active:before {
  border-bottom: none !important;
}

li::before {
  content: "•";
  color: #000000;
  display: inline-block;
  width: 2em;
  margin-left: -1em;
}

.contact img {
  max-width: 300px;
  width: 100%;
}

.n4copyLogo {
  max-width: 120px;
  margin-top: -10px;
}

.teamLogo {
  max-width: 250px;
  width: 100%;
}

h2 {
  font-weight: 400 !important;
  font-size: 32px !important;
}

h3 {
  font-weight: 400 !important;
  font-size: 22px !important;
}

.team img {
  max-width: 300px;
  width: 100%;
}

.teamImg {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(238, 243, 245, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(238, 243, 245, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(238, 243, 245, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eef3f5",GradientType=1);
}

.teamInfo {
  background: rgb(238, 243, 245);
  background: -moz-linear-gradient(
    90deg,
    rgba(238, 243, 245, 1) 0%,
    rgba(182, 196, 202, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(238, 243, 245, 1) 0%,
    rgba(182, 196, 202, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(238, 243, 245, 1) 0%,
    rgba(182, 196, 202, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eef3f5",endColorstr="#b6c4ca",GradientType=1);
}

.ui-widget {
  font-family: "Rubik", sans-serif !important;
  font-size: 0.8em;
}

.ui-widget-content {
  background: #f9f9f9;
  border: 1px solid #90d93f;
  color: #222222;
}

.ui-dialog {
  left: 0;
  outline: 0 none;
  padding: 0 !important;
  position: absolute;
  top: 0;
}

#success {
  padding: 0;
  margin: 0;
}

.ui-dialog .ui-dialog-content {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  overflow: auto;
  position: relative;
  padding: 20px !important;
}

.ui-widget-header {
  background: #b0de78;
  border: 0;
  color: #fff;
  font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 5px !important;
  position: relative;
  font-size: 1em;
  border: none !important;
  border-radius: unset !important;
  background: #cdd4d7 !important;
  font-weight: 400 !important;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  padding: 10px !important;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  border-radius: 10px !important;
  border: 1px solid #ccc !important;
  color: #605757 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  display: none !important;
}

.w160 {
  width: 160px !important;
}
.w170 {
  width: 170px !important;
}
.w190 {
  width: 190px !important;
}
.w350 {
  width: 350px !important;
}

.btnParent200 {
  max-width: 200px !important;
}
.btnParent350 {
  max-width: 350px !important;
}

.btnSvgContact:before {
  content: url(../svg/lux_web_Contact_alpha.svg);
}
.btnSvgContact:hover::before {
  content: url(../svg/lux_web_Contact_Gr.svg);
}

.btnSvgContactP:before {
  content: url(../svg/lux__ContactacP.svg);
}
.btnSvgContactP:hover::before {
  content: url(../svg/lux__Contact.svg);
}

.btnSvgCurrent:before {
  content: url(../svg/lux__Current.svg);
}
.btnSvgCurrent:hover::before {
  content: url(../svg/lux__Currentac.svg);
}

.btnSvgBoardHome:before {
  content: url(../svg/lux_web_Board_alpha.svg);
}
.btnSvgBoardHome:hover::before {
  content: url(../svg/lux_web_Board_W.svg);
}

.btnSvgBoard:before {
  content: url(../svg/lux__Boardac.svg);
}
.btnSvgBoard:hover::before {
  content: url(../svg/lux__Board.svg);
}

.btnSvgHome:before {
  content: url(../svg/lux__Home.svg);
}
.btnSvgHome:hover::before {
  content: url(../svg/lux__Homeac.svg);
}

.btnSVG {
  background-image: url(../svg/lux__TV4.png);
  height: 38px;
  width: 100%;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.btnSvgArena4 {
  background-image: url(../svg/lux__Arena4.png);
}
.btnSvgArena4:hover {
  background-image: url(../svg/lux__Arena4ac.png);
}

.btnSvgArena4plus {
  background-image: url(../svg/lux__Arena4plus.png);
}
.btnSvgArena4plus:hover {
  background-image: url(../svg/lux__Arena4plusac.png);
}

.btnSvgFilm4 {
  background-image: url(../svg/lux__Film4.png);
}
.btnSvgFilm4:hover {
  background-image: url(../svg/lux__Film4ac.png);
}

.btnSvgGalaxy4 {
  background-image: url(../svg/lux__Galaxy4.png);
}
.btnSvgGalaxy4:hover {
  background-image: url(../svg/lux__Galaxy4ac.png);
}

.btnSvgStory4 {
  background-image: url(../svg/lux__Story4.png);
}
.btnSvgStory4:hover {
  background-image: url(../svg/lux__Story4ac.png);
}

.btnSvgTV4 {
  background-image: url(../svg/lux__TV4.png);
}
.btnSvgTV4:hover {
  background-image: url(../svg/lux__TV4ac.png);
}
.mdSVG div {
  display: inline-block;
}
.mdSVG img {
  max-width: 135px;
}
.mdSVG img,
.teamM img {
  width: 100%;
}

.mobile-menu {
  display: none;
}

.title {
  font-weight: 600 !important;
}

@media (min-width: 801px) {
  .index-mobile-row {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.657);
    padding: 20px;
    z-index: 1000;
  }
  .mobile-menu-icon {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 40px;
    margin-bottom: 10px;
    z-index: 1100;
  }
  .bar {
    width: 30px;
    height: 5px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
  }

  .mobile-menu-links li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  .mobile-menu-links li:last-child {
    border-bottom: none;
  }

  .mobile-menu-links img {
    width: 100%;
  }
  .mobile-menu-links div {
    list-style-type: none;
  }
  .mobile-menu-links li::before {
    content: none;
  }
  .mobile-menu-links.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.657);
  }

  .mobile-menu-links {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.657);
    z-index: 1000;
  }

  .mobile-menu:not(.active) {
    background-color: transparent;
  }

  .index-mobile-row {
    display: block !important;
  }
  .fixedBgItem {
    background-image: url("../img/mobile_bg_tv4.png");
    background-size: auto !important;
  }
  .story4 {
    background-image: url("../img/mobile_bg_story4.png");
    background-size: auto !important;
  }
  .galaxy4 {
    background-image: url("../img/mobile_bg_galaxy4.png");
    background-size: auto !important;
  }
  .film4 {
    background-image: url("../img/mobile_bg_film4.png");
    background-size: auto !important;
  }
  .arena4 {
    background-image: url("../img/mobile_bg_arena4.png");
    background-size: auto !important;
  }
  .arena4plus {
    background-image: url("../img/mobile_bg_net4.png");
    background-size: auto !important;
  }
  .match4 {
    background-image: url("../img/mobile_bg_match4.png");
    background-size: auto !important;
  }
  .max4 {
    background-image: url("../img/mobile_bg_max4.png");
    background-size: auto !important;
  }
  .index-row {
    display: none !important;
  }
  .fixedBg {
    display: none;
  }

  .logo-container {
    position: absolute;
    padding-right: 20px !important;
    padding-top: 20px;
  }

  .title {
    text-align: center;
    font-size: 30pt;
    font-weight: 600 !important;
  }

  .aMenuContact div {
    display: flex;
    justify-content: center;
    max-width: 100% !important;
  }

  .aMenuTeam div:nth-child(2) {
    display: flex;
    justify-content: center;
  }
  
}
