@font-face {
    font-family: 'Halis Black';
    src: url('/fonts/ahmet_altun_-_halisgr-black-webfont.woff2') format('woff2'),
         url('/fonts/ahmet_altun_-_halisgr-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Halis Regular';
    src: url('/fonts/ahmet_altun_-_halisgr-regular-webfont.woff2') format('woff2'),
         url('/fonts/ahmet_altun_-_halisgr-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat Black';
    src: url('/fonts/akrobat-black-webfont.woff2') format('woff2'),
         url('/fonts/akrobat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
 background : #0D0B62;
 color:#fff;
 font-family: Halis Regular, Arial;
}

.container{
 max-width : 1600px;
 width:100%;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  transform: translate(-250px,0); /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #FFD700; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 20px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #0D0B62;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: Halis Black;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#bn_open_menu{
  float: left;
  z-index:999;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
}

.newsletter
{
  height : 80px;
  line-height: 80px;
  text-align: center;
  background: #3AC0C3;
  float: none !important;
  width: 100%;
  font-size : 20px;
  color : #0D0B62;
  font-family: "Akrobat Black";
}

.newsletter a{
     color : #0D0B62;
    padding : 10px 60px;
    background : #FFD700;
    margin-left: 50px;
}

.footer-title{
  color: #4744C5;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: Halis Black;
}

.footer-link{
  color : #FFD700;
  font-family: Halis Regular;
}

.full-width-image, .titlu-pagina-img{
  max-width :100%;
  height: auto;
  width: 100%;
}
.titlu-pagina-img{
    object-fit: cover;
    height : 360px;
}

.formatie{margin:20px 0;}

.formatie-nume{
  color:#fff;
  font-weight : bold;
  font-size : 4em;
  text-transform: uppercase;
  line-height: 1em;
  font-family: 'Akrobat Black';
}

.formatie-data{
  color:#3AC0C3;
  text-transform: uppercase;
  margin-left: 20px;
   font-family: 'Halis Black';
}

.formatie-scena{
  transform: rotate(-90deg);
  margin-left: 120px;
  position: absolute;
  top: 152px;
  text-align: right;
  width: 100%;
  font-family: 'Akrobat Black';
}

.sponsori .col-lg-2{float:left; margin-bottom: 10px;}
.titlu-pagina{ position: absolute; color:#fff; font-size:4em; font-weight:bold;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -50%); width:100%; text-align: center;
  font-family:"Akrobat Black";}

.essential-locatie{background : url('/images/Location 2.png') top right; background-repeat: no-repeat; min-height:400px;}
.essential-transport{background : url('/images/Transportation.png') top right; background-repeat: no-repeat; min-height:540px;}

.formular-camp{float:left;}
.formular-camp-input{background-color:transparent; border:0; border-bottom:1px #fff solid;color:#4744C5;}
.formular-submit{text-align:center;margin-top:20px;float:left;}
.formular-submit input{background : #FFD700; color: #0D0B62;border:0; padding:10px 70px;font-weight:bold; text-transform: uppercase;}

.get_tickets{margin-top: 40px; background: #FFD700; align-content: center;justify-content: center;}

/*Cookie Consent Begin*/
#cookieConsent {

    min-height: 56px;
    font-size: 14px;
    color: #0D0B62;
    /**/
    padding: 0px 0 0px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

.cookieConsent_container{
  max-width: 900px;
  min-height: 56px;
  margin: auto;
  background-color: #3AC0C3;
  padding:10px;
}

#cookieConsent a {
    color: #fff;
    /*text-decoration: none;*/
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #0D0B62;
    display: inline-block;
    padding: 0 50px;
    cursor: pointer;
    float: right;
    margin: 0 0px 0 10px;
    letter-spacing: 0.2em;
    font-family: "Akrobat Black";
    line-height: 38px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.header{
  background : #F28021;
  font-family: Akrobat Black;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  color:#fff;
  font-weight:bold;
  line-height:43px;
}

.header-social{
  background: #fff;
  width: 180px;
  float:left;
  height:50px;
}

.header-social div{
 float:left;
}

.home-video .col-lg-6{
  padding:0;
}

.logo-home {
    position: absolute;
    left: 50%;
    top: 325px;
    margin-left: -184px;
}

.cart_content{
  height : 0;
  overflow: hidden;
}

.fixed{
  position: fixed;
  z-index: 999;
}

.cart-wrapper{
  float:right;
}

.header-text{font-family:Akrobat Black;font-size:39px;width:82%; overflow:hidden; max-height:50px;}

@media screen and (max-width: 767px) {
  .header-text{display:none;}
  .header-social{width:200px;}
  .header-social .col-sm-3{width:25%;}
  .formatie-nume{font-size:1.5em !important;}
  .logo-home{display:none;}
  .formatie-scena{  transform: none;  margin-top: 7px; margin-left: 0 !important; text-align: left; top:0 !important;}
  .titlu-pagina{color:#fff; font-size:2em; font-weight:bold;top:29%;}
  /*.titlu-pagina-img {height:100px;}*/
  .bilet{margin:auto;  }
  .col-sm-12{/*float:left;*/}
  .titlu-pagina-img{ object-fit: cover; height : 150px;}
  .nav-link{ text-align:center; font-size: 11px;padding: 10px 14px !important;}
  .newsletter a{padding : 10px 30px;}
   .header{background:#FFD700;}
   #placeholder_formatie{width:300px;}
   #placeholder_formatie img{width:100%;}
   .get_tickets{padding:20px 10px;}
   #cookieConsent {padding:0;}
   .cookieConsent_container {min-height:auto;float:left;}
   #cookieConsent a.cookieConsentOK {float:left;}
   .img_logo_footer{width:280px;}

}


@media screen and (min-width: 767px) {
  /*.header-text{font-size:1.9vw;}*/
  .logo-home {top:250px;}
  .header-text{width:62%}

}

@media screen and (min-width: 960px) {
  /*.header-text{font-size:2.26vw;}*/
  .logo-home {top:250px;}
  .header-text{width:74%}
  /*.fixed{width:960px;}*/

}

@media screen and (min-width: 1280px) {
 /* .header-text{font-size:2.33vw;}*/
  .logo-home {top:250px;}
   /*.fixed{width:1280px;}*/
   .header-text{width:78%}
}

@media screen and (max-width: 1280px) {
  .formatie-scena{margin-left:80px; top:110px;}
  /*.titlu-pagina-img{max-height:250px;}*/
}



@media screen and (min-width: 1440px) {
  /*.header-text{font-size:2.33vw;}*/
  .logo-home {top:250px;}
  /*.fixed{width:1440px;}*/
}

@media screen and (min-width: 1600px) {
  /*.header-text{font-size: 2.06vw;}*/
  .logo-home {top:250px;}
  .header-text{width:82%}
  /*.fixed{width:1600px;}*/
}



