@import url("font.css");

body {
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #989c96;
  background: #000;
  font-size: 16px;
  line-height: 22px;
  min-height: 0px !important;
  top: 0 !important;
  padding-bottom: 0px !important;
}
h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
h2 {
  position: relative;
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 60px;
  color: #000;
  font-family: 'poppinsextrabold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
}
h2 img {
  vertical-align: -4px;
}
h3 {
  position: relative;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #8a8a8a;
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
p {
  margin: 0;
  padding-bottom: 12px;
}
strong {
  font-weight: normal;
  font-style: normal;
  font-family: 'poppinssemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
a, a:active:focus:link:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
a:hover {
  color: #8a8a8a;
  text-decoration: none;
}
ul, ol {
  margin-left: -20px;
}
li {
  margin-bottom: 6px;
}
ul.glypList, ol.glypList {
  list-style-type: none;
}
ul.glypList > li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  color: #000;
  float: left;
  margin-top: -1px;
  margin-left: -22px;
}
input[type="text"], input[type="number"], input[type="password"] {
  padding: 0px 15px;
  height: 52px;
  line-height: 52px;
  background-color: #f0f0f0;
  color: #000;
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:read-only.datepicker-elm {
  background-color: #fff !important;
}
textarea {
  padding: 8px 15px !important;
  background-color: #f0f0f0 !important;
  color: #000 !important;
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
label {
  font-size: 14px;
}
.form-group label small {
  color: #999;
  font-size: 80%;
}
select.form-control {
  padding: 0px 15px;
  height: 52px;
  line-height: 52px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  color: #333;
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="button"], input[type="submit"], button, a.button {
  display: inline-block;
  min-width: 180px;
  width: auto;
  height: 52px;
  line-height: 52px;
  background: #000 !important;
  padding: 0 30px;
  margin: 6px 0;
  color: #fff;
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  cursor: pointer !important;
  border: none;
  outline: none;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover {
  color: #000 !important;
  background-color: #8a8a8a !important;
}
.form-control:focus {   
  border-color: #000;
  box-shadow: none;
  outline: none;
  /* box-shadow: 0 0 24px -3px #ccc; */
}
.has-error .form-control, .has-error .form-control:focus {
  border-color: #cc120e !important;
  color: #cc120e !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .checkbox, .has-error .radio {
  color: #5a5c5f;
}
.has-error .checkbox .cr, .has-error .radio .cr {
  border-color: #cc120e;
}
.form-group.required label:after {
  content: " *";
  color: #cc120e;
}
.item-image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 50%;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.tooltip {
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.popover {
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.none {
  display: none;
}
hr {
  margin: 10px auto;
  max-width: 120px;
  border-top: 10px solid #000;
}
.br {
  display: block;
}
.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-family: 'poppinslight', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  background: rgba(0,0,0,0.80);
  border-top: 2px solid #f7f7f7;
  font-size: 14px;
  line-height: 22px;
  z-index: 999;
}
.eu-cookies a {
  color: #fff;
  text-decoration: underline;
}
.eu-cookies a:hover {
  color: #8a8a8a;
}
.eu-cookies button {
  margin-left: 12px;
  background: #fff !important;
  color: #000;
  font-family: 'poppinssemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.eu-cookies button:hover {
  background: #8a8a8a !important;
  color: #000;
}
#goog-gt-tt {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
#google_translate_element {
  display: none !important;
}
.covid-info {
  position: relative;
  padding: 15px;
  text-align: center;
  background: #000;
  color: #fff;
  z-index: 9999;
}
.covid-info a {
  color: #e63725 !important;
  text-decoration: underline;
}
#header-holder {
  position: relative;
  background: #fff;
  color: #fff;
}
.subpage-holder #header-holder {
  height: 400px;
  overflow: hidden;
}
#header-holder .video-content:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.40);
}
#header-holder .video-content video, #header-holder .video-content img {
  display: block;
  width: 100%;
}
.subpage-holder #header-holder .video-content video, .subpage-holder #header-holder .video-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header-holder .sf-logo-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#header-holder .sf-logo-img {
  position: absolute;
  max-width: 36%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.subpage-holder #header-holder .sf-logo-img {
  max-width: 14%;
  top: 52%;
}
#lang {
  position: fixed;
  top: 36px;
  right: 20px;
  z-index: 10;
}
#lang span {
  display: inline-block;
  cursor: pointer;
}
#lang .selectLang {
  height: 30px;
  max-width: 100%;
  margin-left: 4px;
  border-radius: 50%;
}
#lang .dropdown-menu {
  font-size: 16px;
  border: none;
  min-width: 120px;
  padding: 0;
  background: rgba(0,0,0,0.6);
  border-radius: 0px;
  overflow: hidden;
}
#lang .dropdown-menu li {
  margin: 0;
}
#lang .dropdown-menu a {
  color: #fff;
  padding: 6px 10px !important;
  font-family: 'poppinssemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#lang .dropdown-menu a:hover {
  color: #000 !important;
  background: #fff !important;
}
#lang .dropdown-menu img {
  height: 20px;
  max-width: 100%;
  vertical-align: -5px;
  margin-right: 6px;
  border-radius: 50%;
}
#navigation {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  background: transparent url(../images/navigation-bg.png) left 50px repeat-x;
  z-index: 9;
}
.navbar {
  position: relative;
  margin: 0;
  border: none;
  border-radius: 0;
}
.navbar-right {
  float: none !important;
  margin-right: 0px;
}
.buy-tickets {
  position: relative;
  float: left;
  padding: 6px 10px;
  margin-top: 8px;
  margin-left: 15px;
  margin-bottom: 8px;
  background-color: #e63725;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 4px;
}
.buy-tickets:hover {
  background-color: #000;
}
.navbar-nav > li {
  display: inline-block;
  float: none !important;
}
.navbar-nav > li > a {
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  line-height: 100px;
  font-family: 'poppinssemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 1); */
}
.navbar-nav > li.active > a:before {
  left: 0;
  right: 0;
}
.navbar-nav > li.is-red a {
  color: #e63725;
  animation: blinkingBackground 1.0s infinite;
}
@keyframes blinkingBackground{
		0%		{ color: #e63725;}
		50%		{ color: #fff;}
		100%	{ color: #e63725;}
	}
.navbar-nav > li.is-red .hvr-overline-from-center::before {
  background: #e63725;
}
#counter-holder {
  position: relative;
  padding: 40px 0;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
#counter-holder .place-text {
  font-size: 18px;
  line-height: 26px;
  color: #8a8a8a;
  font-family: 'poppinsextrabold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
}
#counter-holder .place-text strong {
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'poppinsextrabold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#counter-holder #clock {
  color: #8a8a8a;
  font-size: 18px;
  line-height: 26px;
}
#counter-holder #clock span {
  display: block;
  padding-top: 20px;
  color: #fff;
  font-size: 80px;
  line-height: 90px;
  font-family: 'poppinssemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.content-holder {
  position: relative;
  background: #fff;
  color: #000;
  padding: 100px 0;
}
.content-silver {
  position: relative;
  background: #f7f7f7;
  color: #000;
  padding: 60px 0;
}
.tickets-table tr td {
  vertical-align: middle !important;
}
.tickets-table tr:first-child td {
  border: none;
}
.tickets-table {
  font-size: 20px;
  line-height: 28px;
  color: #8a8a8a;
}
.tickets-table em {
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 46px;
  line-height: 52px;
  text-align: left;
  font-style: normal;
  color: #000;
}
.tickets-table strong {
  display: block;
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 34px;
  text-align: left;
  color: #000;
}
.info-box {
  padding-bottom: 20px;
}
.info-box i.fa:not(.fa-angle-double-right) {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #000;
  color: #fff;
  font-size: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.info-box i.fa:not(.fa-angle-double-right):hover {
  background: #8a8a8a;
  transform: scale(1.1);
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
.info-box strong {
  display: block;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.galery-box-holder {
  font-size: 18px;
  line-height: 26px;
  color: #8a8a8a;
  font-family: 'poppinsregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.galery-box-holder a {
  display: block;
  width: 100%;
}
.galery-box-holder .imgLiquidFill {
  display: block;
  width: 100%;
  height: 240px;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
.galery-box-holder .imgLiquidFill:hover {
  transform: scale(1.1);
}
.galery-box-holder strong {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #000;
  padding-top: 15px;
  font-family: 'poppinsextrabold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.main-lineup a {
  display: block;
  width: 100%;
  height: auto;
  color: #8a8a8a !important;
  font-size: 18px !important;
  line-height: 22px !important;
  text-decoration: none !important;
  margin-bottom: 20px;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
.main-lineup a:hover {
  transform: scale(1.1);
}
.main-lineup a.other-line {
  max-width: 80%;
}
.main-lineup .embed-responsive {
  margin-bottom: 15px;
}
.main-lineup strong {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'poppinsextrabold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #000 !important;
  font-size: 30px !important;
  line-height: 36px !important;
  text-transform: uppercase;
}
.topped-lineup {
  /* margin-top: 60px !important; */
}
.topped-lineup a {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.main-lineup.text-rigth a.other-line {
  float: right;
}
#newsletter-holder {
  position: relative;
  background: #000;
  color: #fff;
  padding: 60px 0;
}
#newsletter-holder h2 {
  color: #fff;
  margin: 0 0 20px 0;
  font-size: 30px;
  line-height: 40px;
  text-transform: none;
}
#newsletter-holder a {
  color: #fff;
  text-decoration: none !important;
}
#newsletter-holder a:hover {
  color: #a8a8a8 !important;
}
#newsletter-holder button {
  color: #000 !important;
  background: #fff !important;
  border: 3px solid #fff !important;
}
#newsletter-holder button:hover {
  color: #fff !important;
  background: #000 !important;
}
.main-partners {
  font-size: 14px;
  line-height: 20px;
  color: #8a8a8a;
}
.main-partners img {
  margin: auto;
}
.main-partners p {
  min-height: 52px;
}
.other-partners img {
  display: inline-block;
  max-width: 80px;
  margin: 8px 10px;
}
#social-holder {
  position: relative;
  padding: 15px 0;
}
#social-holder a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 62px;
  font-size: 26px;
  text-align: center;
  background: transparent;
  border: solid 1px rgba(255,255,255,0.15);
  color: #fff;
  margin: 10px 6px;
  text-decoration: none !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#social-holder a:hover {
  color: #989c96;
  border-color: #989c96;
}
#footer-holder {
  position: relative;
  padding-top: 20px;
}
#footer-holder footer, #footer-holder footer a {
  font-size: 12px;
  line-height: 16px;
  color: #989c96;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1400px) {
  .container-growup {
    width: 1370px !important;
  }
}
@media (min-width: 1600px) {
  .container-growup {
    width: 1570px !important;
  }
}
@media (min-width: 1800px) {
  .container-growup {
    width: 1770px !important;
  }
}

@media (min-width: 1200px) and (max-width: 2100px) {
  .subpage-holder #header-holder .sf-logo-img {
    max-width: 18%;
    top: 52%;
  }
}
@media (min-width: 1200px) and (max-width: 1260px) {
  #lang {
    right: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subpage-holder #header-holder {
    height: 280px;
  }
  .navbar-nav > li > a {
    padding: 0 12px;
    font-size: 16px;
  }
  .tickets-table {
    font-size: 16px;
    line-height: 24px;
  }
  .tickets-table em {
    font-size: 40px;
    line-height: 52px;
  }
  .tickets-table strong {
    font-size: 24px;
    line-height: 30px;
  }
  .info-box i.fa:not(.fa-angle-double-right) {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
  }
  .info-box strong {
    font-size: 20px;
    line-height: 26px;
  }
  .galery-box-holder .imgLiquidFill {
    height: 180px;
  }
  .main-lineup a {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .main-lineup strong {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  #newsletter-holder h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .main-partners img {
    max-width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subpage-holder #header-holder {
    height: 280px;
  }
  .subpage-holder #header-holder .sf-logo-img {
    max-width: 22%;
    top: 55%;
  }
  #lang {
    top: 10px;
    right: 10px;
  }
  .navbar-nav > li > a {
    padding: 0 10px;
    font-size: 13px;
  }
  .tickets-table {
    font-size: 14px;
    line-height: 22px;
  }
  .tickets-table strong {
    font-size: 22px;
    line-height: 26px;
  }
  .info-box i.fa:not(.fa-angle-double-right) {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
  }
  .info-box strong {
    font-size: 18px;
    line-height: 24px;
  }
  .galery-box-holder .imgLiquidFill {
    height: 140px;
  }
  .main-lineup a {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .main-lineup strong {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .main-partners img {
    max-width: 80%;
  }
  #newsletter-holder h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  h2 img {
    max-height: 28px;
    vertical-align: -3px;
  }
  h3 {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .xs-center {
    text-align: center;
  }
  .br {
    display: none;
  }
  .subpage-holder #header-holder {
    height: 180px;
  }
  .subpage-holder #header-holder .sf-logo-img {
    max-width: 20%;
  }
  #lang {
    top: 10px;
    right: 70px;
  }
  #navigation {
    background: transparent;
  }
  .navbar-toggle {
    width: auto;
    min-width: 1px;
    height: auto;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .hvr-overline-from-center:before {
    display: none;
  }
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-right {
    margin: 0;
    background: #000;
  }
  .navbar-nav > li {
    display: block !important;
  }
  .navbar-nav > li > a {
    display: block !important;
    line-height: 60px;
  }  
  .navbar-nav > li.active > a, .navbar-nav > li.hover > a {
    color: #8a8a8a;
  }
  #counter-holder {
    padding: 30px 0;
  }
  #counter-holder .place-text {
    font-size: 16px;
    line-height: 24px;
  }
  #counter-holder .place-text strong {
    font-size: 24px;
    line-height: 30px;
  }
  #counter-holder #clock {
    font-size: 16px;
    line-height: 20px;
  }
  #counter-holder #clock span {
    font-size: 60px;
    line-height: 68px;
  }
  .content-holder {
    padding: 40px 0;
  }
  .tickets-table {
    font-size: 12px;
    line-height: 20px;
  }
  .tickets-table strong {
    font-size: 20px;
    line-height: 24px;
  }
  .tickets-table td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
  }
  .tickets-table .text-right {
    text-align: left !important;
    border-bottom: 1px solid #ddd !important;
  }
  .tickets-table tr:last-child td.text-right {
    border: none !important;
  }
  .tickets-table em {
    font-size: 34px;
    line-height: 40px;
  }
  .info-box i.fa:not(.fa-angle-double-right) {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  .info-box {
    font-size: 14px;
    line-height: 20px;
  }
  .info-box strong {
    font-size: 16px;
    line-height: 22px;
  }
  .main-lineup a {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .main-lineup strong {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .main-lineup a:hover {
    transform: scale(1) !important;
  }
  .topped-lineup {
    margin-top: 0px !important;
  }
  .main-lineup a.other-line {
    max-width: 100% !important;
  }
  .main-lineup.text-rigth a.other-line {
    float: none !important;
  }
  #social-holder a {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 48px;
    font-size: 18px;
  }
}
@media (min-width: 500px) and (max-width: 599px) {
  .subpage-holder #header-holder .sf-logo-img {
    max-width: 28%;
  }
}
@media (min-width: 400px) and (max-width: 499px) {
  .subpage-holder #header-holder .sf-logo-img {
    max-width: 30%;
  }
}
@media (min-width: 300px) and (max-width: 399px) {
  .subpage-holder #header-holder .sf-logo-img {
    max-width: 40%;
  }
}