/* -- start setup -- */

@font-face {
  font-family: "helveticaneueltpro-bd";
  src: url("fonts/helveticaneueltpro-bd.eot");
  src:
    url("fonts/helveticaneueltpro-bd.eot") format("embedded-opentype"),
    url("fonts/helveticaneueltpro-bd.woff2") format("woff2"),
    url("fonts/helveticaneueltpro-bd.woff") format("woff"),
    url("fonts/helveticaneueltpro-bd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneueltpro-cn";
  src: url("fonts/helveticaneueltpro-cn.eot");
  src:
    url("fonts/helveticaneueltpro-cn.eot") format("embedded-opentype"),
    url("fonts/helveticaneueltpro-cn.woff2") format("woff2"),
    url("fonts/helveticaneueltpro-cn.woff") format("woff"),
    url("fonts/helveticaneueltpro-cn.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneueltpro-lt";
  src: url("fonts/helveticaneueltpro-lt.eot");
  src:
    url("fonts/helveticaneueltpro-lt.eot") format("embedded-opentype"),
    url("fonts/helveticaneueltpro-lt.woff2") format("woff2"),
    url("fonts/helveticaneueltpro-lt.woff") format("woff"),
    url("fonts/helveticaneueltpro-lt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_CorporateACon-Reg";
  src: url("fonts/CorporateACon-Reg.eot");
  src:
    local("¢"),
    url("fonts/CorporateACon-Reg.woff") format("woff"),
    url("fonts/CorporateACon-Reg.ttf") format("truetype"),
    url("fonts/CorporateACon-Reg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_CorporateA-Regular";
  src: url("fonts/CorporateA-Regular.eot");
  src:
    local("¢"),
    url("fonts/CorporateA-Regular.woff") format("woff"),
    url("fonts/CorporateA-Regular.ttf") format("truetype"),
    url("fonts/CorporateA-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_CorporateS-Bold";
  src: url("fonts/CorporateS-Bold.eot");
  src:
    local("¢"),
    url("fonts/CorporateS-Bold.woff") format("woff"),
    url("fonts/CorporateS-Bold.ttf") format("truetype"),
    url("fonts/CorporateS-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_CorporateS-Regular";
  src: url("fonts/CorporateS-Regular.eot");
  src:
    local("¢"),
    url("fonts/CorporateS-Regular.woff") format("woff"),
    url("fonts/CorporateS-Regular.ttf") format("truetype"),
    url("fonts/CorporateS-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family:
    "helveticaneueltpro-lt",
    Arial,
    Verdana,
    Trebuchet MS,
    Helvetica,
    sans-serif;
  font-size: 16px;
  margin: 0;
  border: none;
  padding: 0;
  color: White;
}

body {
  background-color: black;
}

.relative {
  position: relative;
}

.mb0 {
  margin-bottom: 0 !important;
}

h2,
h3,
.topText,
.kodBoxTitle,
.turnajDetailText,
.turnajDate,
.turnajName,
.turnajNumbers,
.turnajNumHint {
  font-family: "Conv_CorporateACon-Reg";
}

.turnajDetailDatum,
.turnajDetailText {
  font-family: "Conv_CorporateA-Regular";
}

.header {
  min-height: 112px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.topLogo {
  width: 499px;
  height: 74px;
  background-image: url(../pcs/pcs_layout/eq-logo.png);
  background-position: center;
  background-repeat: no-repeat;
}

.topText {
  color: #ffffff;
  font-size: 20px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .topText {
    font-size: 40px;
    line-height: 36px;
  }
}

/*  nova hlavicka */

@media (min-width: 768px) {
  .leftSide {
    min-width: 300px;
  }
}

.boxTurnaje {
  overflow: hidden;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.turnaj {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
/*
.turnajBig {
    min-height: 700px;
}

*/
.boxTurnajeHome .turnaj {
  min-height: 450px;
}

.boxTurnajeArchiv .turnaj {
  min-height: 350px;
}

.turnaj:hover {
  /*    transform: scale(1.05);
    z-index: 5; */
}

.turnajContent {
  position: relative;
  z-index: 100;
}

.turnajMask {
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.turnaj:hover .turnajMask {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.turnajDate {
  color: #ffffff;
  font-size: 30px;
  line-height: 33px;
}

.boxTurnajeHomeUprava .turnajDate {
  font-size: 24px;
  line-height: 30px;
}

.turnajName {
  color: #ffffff;
  font-size: 54px;
  line-height: 52px;
}

.boxTurnajeHomeUprava .turnajName {
  font-size: 40px;
  line-height: 48px;
}

.boxTurnajeArchiv .turnajName {
  font-size: 40px;
  line-height: 48px;
  font-weight: 100;
}

.turnajOdd {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 2px;
  width: 40px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

.turnajNumbers {
  font-size: 54px;
  line-height: 61px;
  margin-bottom: 20px;
}

.turnajNumHint {
  color: White;
  font-size: 16px;
  margin-top: 20px;
}

.closeButton,
.turnajButton {
  height: 41px;
  line-height: 41px;
  width: 163px;
  border-radius: 1px;
  background-color: #00adf0;
  color: White;
  font-size: 16px;
  display: block;
  text-align: center;
}

.turnajButtonFull {
  height: 41px;
  width: 229px;
  background-color: #af0939;
  color: #ffffff;
  font-size: 20px;
  line-height: 41px;
  text-align: center;
}

.turnajButtonZrusit {
  width: 206px;
}

.buttonArrow {
  padding-left: 20px;
  background-image: url(../pcs/pcs_layout/btn_arrrow.svg);
  background-position: 40px 15px;
  background-repeat: no-repeat;
}

.buttonCenter {
  margin-left: auto;
  margin-right: auto;
}

.turnajButton:hover {
  color: White;
  text-decoration: none;
}

.logoPreFooter {
  position: relative;
  min-height: 80px;
  margin-bottom: 20px;
}

.mbLogo {
  width: 64px;
  height: 64px;
  background-image: url(../pcs/pcs_layout/mb-hvezda.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px auto;
}

.mbClaim {
  width: 120px;
  height: 64px;
  background-image: url(../pcs/pcs_layout/mb-claim.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .mbLogo {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .mbClaim {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}

.footerBox {
  margin-bottom: 30px;
  background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
  min-height: 124px;
  padding-top: 20px;
}

.footerBoxTitle {
  color: #999999;
  font-size: 15px;
  line-height: 24px;
}

.footerBoxSocial {
  margin-top: 20px;
  width: 306px;
  width: 153px;
  margin-left: auto;
  margin-right: auto;
}

.social {
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 26px;
  width: 36px;
  margin-left: 20px;
  margin-right: 20px;
}

.socialFacebook {
  background-image: url(../pcs/pcs_layout/fb-icon.png);
}

.socialTwitter {
  background-image: url(../pcs/pcs_layout/twitter-icon.png);
}

.socialYouTube {
  background-image: url(../pcs/pcs_layout/youtube-icon.png);
}

.socialInstagram {
  background-image: url(../pcs/pcs_layout/insta-icon.png);
}

.footerLinks p,
.footerLinks p a {
  color: #999999;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.footerLinks p a:hover {
  color: White;
  text-decoration: none;
}

.footerLinks p span {
  color: #494949;
  margin-left: 5px;
  margin-right: 5px;
}

/* detail  */
.turnajHeader {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 490px;
  padding-top: 185px;
  padding-top: 145px;
  position: relative;
}

.turnajHeader1 {
  background-image: url(../pcs/pcs_layout/bg-registrace1.jpg);
}

.turnajHeader2 {
  background-image: url(../pcs/pcs_layout/bg-registrace2.jpg);
}

.turnajHeader3 {
  background-image: url(../pcs/pcs_layout/bg-registrace3.jpg);
}

.turnajHeader4 {
  background-image: url(../pcs/pcs_layout/bg-registrace4.jpg);
}

.turnajHeaderMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0+50 */
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.turnajDetailDatum {
  color: #ffffff;
  font-size: 30px;
  line-height: 33px;
}

.turnajDetailText {
  color: #ffffff;
  font-size: 54px;
  line-height: 60px;
  position: relative;
  z-index: 100;
}

.mainContentWhite {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 70px;
}

.mainContentWhite h2 {
  color: Black;
}

@media (min-width: 992px) {
  .containerForm {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}

h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px;
}

p.text {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}

p.text a {
  color: #00adf0;
  font-size: 16px;
  text-decoration: underline;
}

p.text a:hover {
  color: #00adf0;
  font-size: 16px;
  text-decoration: none;
}

.odd {
  height: 2px;
  width: 40px;
  background-color: #ffffff;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .pTextLeft {
    padding-left: 30px;
  }
}

/* content */
.content {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  .content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 992px) {
  .content {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 1200px) {
  .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.maxW870 {
  max-width: 870px;
}

.maxW770 {
  max-width: 770px;
}

/* overlay */
.overlayWindow {
  background-image: url(../pcs/pcs_layout/overlay.png);
  background-position: top center;
  background-repeat: repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.kodBox {
  z-index: 1000;
  position: absolute;
  top: 20px;
  /*height: 305px;*/
  width: 96%;
  margin-left: 2%;
  background-color: #ffffff;
  padding: 30px;
}

@media (min-width: 768px) {
  .kodBox {
    top: 30%;
    left: 50%;
    width: 522px;
    margin-left: -261px;
    margin-top: -152px;
  }
}

.kodBoxTitle {
  color: #000000;
  font-size: 30px;
  line-height: 34px;
  text-align: left;
}

@media (min-width: 768px) {
  .kodBoxTitle {
    font-size: 40px;
    line-height: 44px;
  }
}

.kodBoxError {
  box-sizing: border-box;
  border: 1px solid #af0939;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(175, 9, 57, 0.5);
}

.kodError {
  display: none;
  color: #af0939;
  font-size: 16px;
  line-height: 24px;
}

.oddLine {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #cccccc;
  background-color: #3d3d3d;
}

.oddLine2 {
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #3d3d3d;
}

.kodBoxSubmit {
  height: 41px;
  line-height: 41px;
  width: 163px;
  border-radius: 1px;
  background-color: #00adf0;
  color: White;
  text-align: center;
  float: right;
}

.kodBoxText {
  color: #3b3b3b;
  font-size: 16px;
  line-height: 24px;
}

.kodBoxClose {
  background-image: url(../pcs/pcs_layout/x.svg);
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 21px;
  height: 21px;
  z-index: 100;
  cursor: pointer;
  transition:
    transform 0.5s ease-in-out,
    opacity 0.5s ease-out,
    background-image 0.5s ease-in-out;
  -webkit-transition:
    transform 0.5s ease-in-out,
    opacity 0.5s ease-out,
    background-image 0.5s ease-in-out;
}

.kodBoxClose:hover {
  opacity: 1;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* hidden overlays  */
.overlayWindow,
.overlayCode {
  display: none;
}

/*  registrace side form */
.registraceSideForm {
  background-color: #ffffff;
  position: relative;
  padding: 30px;
  margin-top: -140px;
  margin-bottom: 40px;
}

.registraceSideForm h2,
.registraceSideForm h3 {
  color: Black;
}

.formText {
  color: #3b3b3b;
  font-size: 14px;
  line-height: 24px;
}

.registraceForm input,
.registraceForm textarea {
  box-sizing: border-box;
  border: 1px solid #999999;
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.registraceForm input:focus {
  border: 1px solid #00adf0;
}

.registraceForm select {
  box-sizing: border-box;
  border: 1px solid #242424;
  background-color: #242424;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: White;
}

.registraceForm select option {
  box-sizing: border-box;
  border: 1px solid #242424;
  background-color: #333333;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: White;
  font-size: 15px;
  border-bottom: 1px solid #333333;
  line-height: 40px;
}

.registraceForm select option.disabledItem {
  color: Grey;
}

label {
  margin-top: 10px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
}

label a {
  color: #00adf0;
  text-decoration: underline;
  transition: all 0.5s;
}

label a:hover {
  color: Black;
  text-decoration: none;
}

.infoButton {
  margin-top: -5px;
  /*background-color: #00ADF0; */
  color: white;
  width: 50px;
  height: 50px;
  /*-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-align:center;
line-height: 40px;
font-size: 25px;
font-weight: bold;
text-decoration: none;*/
  background-image: url(../pcs/pcs_layout/car-ico.png);
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
}

.infoButton:hover {
  background-color: #00adf0;
  color: white;
  text-decoration: none;
}

.registraceSideForm input.registraceBoxSubmit {
  height: 41px;
  line-height: 41px;
  width: 206px;
  border-radius: 1px;
  background-color: #00adf0;
  cursor: pointer;
  border: none;
  margin: 10px auto;
  display: block;
}

.registraceTable {
  border-collapse: collapse;
  margin-bottom: 20px;
}

.registraceTable td {
  padding: 7px 30px 7px 0;
  font-size: 16px;
}

/* vysledky */
table.vysledek {
  border-collapse: none;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

table.vysledek th {
  min-height: 40px;
  background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
  color: #ffffff;
  font-size: 15px;
  padding: 15px 20px 15px 30px;
}

table.vysledek td {
  background-color: #333333;
  font-size: 15px;
  padding: 15px 20px 15px 30px;
  border-bottom: 1px solid Black;
}

.outer-div {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.inner-div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.inner-div:hover {
  transform: scale(1.2);
}

.fixContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.downloadLink {
  display: block;
  text-align: center;
  color: White;
  font-size: 15px;
  text-decoration: underline;
}

.downloadLink:hover {
  color: White;
  text-decoration: none;
}

.turnajHeaderDetail51 {
  background-size: auto;
}
.turnajHeaderDetail54 {
  background-size: auto;
}
.turnajHeaderDetail55 {
  background-size: auto;
}
