html, body {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0;
    margin: 0;
    color: black;    
}  
#disclaimer {
    width:50%;
    font-style:italic;
    color:rgba(255,255,255,0.6);
    margin: 20px auto;
}
.pp_btn {
    background:#C33;
    color:white;
    padding:10px;
    box-sizing:border-box;
    text-align:center;
    text-decoration:none;
}
@media(max-width: 800px) {
 #disclaimer {width:90%;}
 .pp_btn {display:block; margin-top:20px}
.popup_right {padding-top:20px; margin-top:20px; border-top:1px solid white}
}
.rl_class_image_center .adaptive_image {
    display:block;
    margin:0 auto;
}
.popup_overlay {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:990;
    background:rgba(0,0,0,0.6);
}
.form-btns {
    background:#bd9656;
    color:white;
    padding:10px 20px;
    box-sizing:border-box;
    border-radius:5px;
    text-decoration:none;
}
.popup_left {width:100%; float:left;}
.popup_right {float:left; width:55%;}
.clear {clear:both}
       .popup {
           width:70%;
           position:fixed;
           top:50%;
           left:50%;
           transform:translate(-50%,-50%);
           background: black;
           color:white;
           padding:50px;
           box-sizing:border-box;
           z-index:999;
       }
       .popup img {float:left; margin-right:20px; max-width:100%;}
       
@media(max-width: 1366px) { 
    .popup {width:100%;}
} 
@media(max-width: 1280px) { 
    .popup {font-size:15px}
}   
@media(max-width: 800px) { 
    .popup_left {width:100%;}
    .popup img {max-width:50%;}
    .popup_right {width:100%;}
}  
@media(max-width: 500px) { 
    .popup_left {width:100%;}
    .popup img {max-width:100%}
     .popup {font-size:13px!important; position:absolute; top:6px; left:0; transform:unset; z-index:99999}
    .popup_right {width:100%;}
} 
@media(max-width: 1280px) { 
    .popup {font-size:15px}
} 
#popup_postpone{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:999;
    cursor:pointer;
    width:auto;
}
#popup_postpone img {max-width:100%; display:block; margin:0 auto; max-height:100vh}
@media(max-width: 800px) {
    #popup_postpone {width:100%}   
} 
*:focus {
    outline: none;
}
p {margin:0}
a {color:#C33}
.clear {clear:both}
mark {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;    
}

video {
    height:100%;
}
#header {
    background: #bf3a40;
    position:absolute;
    height:83px;
    width:100%;
    top:0;
    z-index:999;
}
.fixed {
    position: fixed!important;
}
    
#logo {
    position:absolute;
    top:30px;
    left:50px;
    z-index:999;
}
#header_menu {
    position:absolute;
    right:20px;
    top:7px; 
}
#header_menu ul {
    list-style-type: none;
    -moz-padding-start: 00px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
}
#header_menu li {
    display: inline-block;
    position: relative;
    margin-right:30px;
}
#header_menu li .header_dropdown {
    position: absolute;
    top: 100%;
    display: none;
    left: 0;    
    z-index: 5000;
    border-radius: 10px;
    background-color: rgba(56, 41, 40,0.902);
    min-width:200px;
}
.app_link {position:absolute!important; top:50px; right:-5px;}
.app_link a {font-size:19px!important}
#header_menu li:hover .header_dropdown {
    display: block;
}
#header_menu li > a:hover {
    color: white;
    transition-timing-function: ease;
}
#band_registration input[type="text"] {
    display:block;
    padding:10px;
    box-sizing:border-box;
    min-width:300px;
}

.gdprcookie-buttons button:first-child {
    background: #b6475e;
}

#band_registration #band_submit {border: 1px solid white; padding:10px; background-color:transparent; margin-top:20px; color:white; cursor:pointer}
#header_menu li.parent a:first-child:after {
    width: 9px;
    height: 5px;
    content: "";
    display: inline-block;
    background-image: url(../img/menu-parent.png);
    position: absolute;
    bottom:8px;
    right: -15px;
    background-size: contain;
    background-repeat: no-repeat; 
} 

#header_menu li a{
    color:black;
    text-transform:uppercase;
    text-decoration:none;
    font-size:28px;
    font-weight:400;
    display: inline-block;
    transition: color 400ms;
    position: relative;
}
#header_menu li .header_dropdown li a {color:white}
.header_dropdown li {
    padding:15px 30px;
    box-sizing:border-box;
    border-bottom:1px solid white;
    margin-right:0px!important;
    width:100%;
}
.header_dropdown li:last-child {
    border-bottom:0;
}
.header_dropdown li a:after {
    display:none!important;
}
.header_dropdown li a{
    color:white;
    font-size:18px!important;

}   
.flags {position:relative; top:4px;}
.hamburger {position:relative; top:9px;}

/* HOME PAGE */   
#home_top {
    background-image: url(../uploads/home/home-top-bgr.jpg);
    background-size:cover;
    background-position:left;
    height:1076px;
    position:relative;
} 
#home_date {
    position:absolute;
    bottom:20px;
    color:white;
    width:100%;
    text-align:center; 
    overflow:hidden;
    padding-top:20px;
    padding-bottom:20px;
    text-transform:uppercase; 
}
#home_date .inner {
    width:80%;
    margin:0 auto;
}
#home_date .column, #home_social .column {
    width:33%;
    float:left;
    text-align:center;
    font-size:54px;
    font-weight:300;
}
#home_video {
    height:1080px;
    margin-bottom:-10px;
    overflow:hidden;
}
#home_social {
    background:black;
    color:white; 
    overflow:hidden;
    height:180px;
}
#home_social .inner {
    width:50%;
    margin:0 auto;
}
#home_slideshow {
    position:relative;
    margin-bottom:-1px;
}
.home_slide {
    background-size:cover;
    background-position:bottom;
    background-repeat:no-repeat;
}

#bottom_menu {
    text-align:center;
}
/* END OF HOME PAGE */
#home_main {
  /*background-image: url(../img/page-bgr.jpg);*/
  background-color:black;
  background-size: cover;
  background-attachment: fixed;

  margin-bottom:-1px;  
}
#home_main img { margin: auto}
#home_main .inner {width:100%; margin:0 auto; padding:20px; box-sizing:border-box}
#home_main .logo_left {
    float:left;
    width:30%; 
}
#home_main .logo_left img {max-width:100%}
#home_main .menu_right {
    padding:40px;
    color:white;
    text-transform:uppercase;
    text-align:center;
    box-sizing:border-box;
}
#home_main .menu_right .super_headliners {  font-size:60px; font-weight:700;}
#home_main .menu_right .headliners {font-size: 50px; font-weight:700;}
#home_main .menu_right .sub_headliners {  font-size:45px; font-weight:700;}
#home_main .menu_right .medium {font-size: 35px; font-weight:700;}
#home_main .menu_right .divider {margin-right:10px; display:inline}
#home_main .menu_right .location {font-size:53px; margin-top:30px; font-weight:700;}
#home_main .menu_right .location .lower {text-transform:none; font-weight:400;}
#home_main .menu_right .sub {margin-top:30px;}
#logo img {max-width:200px}
/* SINGLE PAGE */
#page {
    background-image: url(../img/page-bgr.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow:hidden;
    padding-top:250px;
    min-height:60vh;
}
#page h1 {text-align:center; text-transform:uppercase; margin-bottom:60px; font-weight:300; font-size:28px}
#page iframe {
    border:0;
}
.page_container {
    background:rgba(0,0,0,0.9);
    border-radius:10px;
    width:95%;
    margin:0 auto;
    color:white;
    box-sizing:border-box;
    padding:80px; 
    margin-bottom:50px; 
    overflow:hidden;
}
.page_subs_container {
    background:rgba(0,0,0,0.6);
    border-radius: 10px; 
    width:95%;
    margin:0 auto;
    color:white;
    box-sizing:border-box;
    padding:20px; 
    margin-bottom:50px;  
}
.sub_menu {
    background:rgba(0,0,0,0.9);
    border-radius:10px;
    width:95%;
    margin:0 auto;
    color:white;
    box-sizing:border-box;
    padding:1px; 
    margin-bottom:30px;   
}
.sub_menu ul {list-style-type:none; padding-left:0}
.sub_menu li {display:inline-block; text-align:center; box-sizing:border-box;}
.sub_menu li a {
    color:white;
    text-decoration:none;
    font-size:28px;
    text-transform:uppercase;
    font-weight:300;
}
.sub_inner {
    background:rgba(0,0,0,0.9);
    border-radius:10px;
    width:95%;
    margin:0 auto;
    color:white;
    box-sizing:border-box;
    padding:30px;  
    overflow:hidden; 
}
/* END OF SINGLE PAGE */

/* BANDS LIST */
.single_band {
    width:22%;
    margin:1.5%; 
    float:left;
}
.single_band_img {
    height:250px;  
    width:100%;
    background-position:center;
    background-size:cover; 

}
.single_band a {text-decoration:none}
.single_band a h3 {
    text-align:center;
    font-size:28px;
    text-transform:uppercase;
    font-weight:300;
    text-decoration:none;
    color:white;
    min-height:68px;
}

.bands_social {
    list-style-type:none;
    padding-left:0;
    text-align:center;
    margin-bottom:50px;
    overflow:hidden;
}
.bands_social li {
    display:inline;
    float:left;
}
/* END OF BANDS LIST */

#running_order h2, #running_order_desktop h2 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    font-weight: 400;
}
/* FORMS */
#site_contact_form_header {border-bottom:1px solid white }
#nonfood, #volunteer, #groupcamp {
    margin:0 auto;
    background-color:black;
    margin-top:50px;
    padding:20px;
    box-sizing:border-box;
}
#nonfood input[type='text'], #nonfood select, #nonfood textarea, #volunteer input[type='text'], #volunteer select, #volunteer textarea,  #groupcamp input[type='text'], #groupcamp select, #groupcamp textarea,  #refund input[type='text'], #refund select, #refund textarea{
     background-color:black;
     color:white;
     border:1px solid white;
     padding:10px;
     box-sizing:border-box;
     width:50%;
     display:inline-block;
     margin-bottom:10px;
}
#nonfood label, #volunteer label {width:50%; display:inline-block;}
.button_submit {
    color:white;
    padding:15px;
    border:1px solid white;
    text-transform:uppercase;
    background-color:transparent;
    margin-top:20px;
    cursor:pointer;
}
#accreditation {
    width:100%;
    background-color:black;
    margin-top:50px;
    padding:20px;
    box-sizing:border-box;
}
#accreditation input[type='text'], #accreditation select, #accreditation textarea {
     background-color:black;
     color:white;
     border:1px solid white;
     padding:10px;
     box-sizing:border-box;
     width:80%;
     display:inline-block;
     margin-bottom:10px;
}
#accreditation select {width:79.5%}
#accreditation label {width:20%; display:inline-block;}

#contact_form {width:50%; margin:0 auto;}
#contact_form input[type='text'], #contact_form select, #contact_form textarea {
     background-color:black;
     color:white;
     border:1px solid white;
     padding:10px;
     box-sizing:border-box;
     width:100%;
     display:inline-block;
     margin-bottom:10px;
}
#contact_form textarea {min-height:150px;}
/*  END OF FORMS*/ 

/* NEWS */
#news {
    background-image: url(../img/page-bgr.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow:hidden;
    padding-top:250px;
    min-height:60vh;
}
#news h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.news_container {
    background: rgba(20,20,17,0.9);
    border-radius: 10px;
    width: 95%;
    margin: 0 auto;
    color: white;
    box-sizing: border-box;
    padding: 80px;
    margin-bottom: 50px;
    overflow: hidden;
}
.single_news  {
    width: 100%;
    margin: 1.5%;
    float: left;
}
.single_news_img {
    height: 300px;
    width: 300px;
    background-position: top;
    background-size: cover;
    float:left;
    background-repeat:no-repeat;
}
.news_content {max-width:65%; margin-left:5%; float:left; text-align:left;}
.single_news {text-decoration:none}
.single_news h3 {
    text-align: left;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    color: #bf3a40;
    margin-top:0;
    margin-bottom:10px;
}
.news_date {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    color: white;
    padding-top:5px;
    padding-bottom:5px;
}
.all_news {
    color: #ff3200!important;
    text-decoration: none;
}
/*FOOTER */
#footer {
    background:#bf3a40;
    overflow:hidden;
    color:white;
    padding-bottom:30px;
}
#footer .inner {
    width:80%;
    margin:0 auto;
}
#footer ul {
    list-style-type: none;
    -moz-padding-start: 00px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px; 
    padding-top:20px;
    padding-bottom:20px;    
}
#footer li {
    display:inline;
    margin-right:20px;
   
}
#footer li a {
    color:white;
    text-transform:uppercase;
    text-decoration:none;
    font-size:28px;
    font-weight:400;
}
#footer li a span {color:black;}
#partners {
    text-align:center;
}
.envelope {position:relative; top:5px;}

#newsletter {
    margin-top:30px;
    margin-bottom:20px;
    font-size:28px;
    text-transform:uppercase;
    text-align:center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-weight:300;
}
#newsletter input {
    background:transparent;
    border:0;
    color:white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
#newsletter input[type='text']{
    border-bottom:1px solid white;
}
#newsletter .rules_box {
    margin-top:20px;
    margin-bottom:20px;
    width:50%; margin:0 auto;
}
#newsletter #check {
    float:left;
    margin-right:0px;
    overflow:hidden;
    position:relative;
    top:15px;
    width:10%;
} 
#newsletter input[type="text"]{
    height:45px;
    margin-top:20px;
}
#subscribe_submit {margin-top:30px; cursor:pointer;}
#newsletter label {font-size:14px; text-transform:none}
#newsletter li {margin-right:0!important}
#newsletter .regulations {
    color:white;
    text-transform:none;
    font-size:12px;
    float:left;
    width:90%;
    margin:0 auto;
    line-height:10px;
    margin-top:20px;
    margin-bottom:50px;
}       
::-webkit-input-placeholder { 
    color:white;
}
::-moz-placeholder { 
    color:white;
}
:-ms-input-placeholder {
    color:white;
}
:-moz-placeholder {
    color:white; 
}
#partners img {max-height:60px; margin-left: 15px;
    margin-right: 15px;} 
#header_menu_mobile {display:none;}
#header_dropdown {
    display:none;
    list-style-type:none;
    background:rgba(0,0,0,0.6);
    position:relative;
    top:67px;
    z-index:900;  
    overflow:hidden; 
}
#header_dropdown li {
    text-align:right;
    margin-right:30px;
    padding:20px;
}
.flag_mobile {display:inline-block!important; float:right;}
#header_dropdown li a {
    font-size:20px;
    text-decoration:none;
    color:white;
    text-transform:uppercase;
}
#header_menu_button { 
    float: right;
    height: 42px; 
    width: 42px;
    background-image: url(../img/hamburger.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    cursor: pointer;
    transition: filter 200ms;
    position: absolute;
    top: 19px;
    right: 20px;
    z-index:999;
    transition: all 400ms;
}
.ticket_mobile_btn {
    font-size: 15px;
    background:#d42d04;
    display: block;
    text-transform:uppercase;
    color:white;
    font-weight:300;
    width: 80%;
    margin-left:auto;
    margin-right:auto;
    margin-top:8px;
    border-radius:10px;
    padding: 10px;
    margin-bottom: 10px;
    text-align:center;
    text-decoration:none;
}
.nineteen_thirty {position:absolute; top:15px; left:15px}
#running_order_mobile {display:none} 
/*END OF FOOTER */
#chartss {background-color:white}

.mychart {width:100%; position:relative; background:#cbcaca; box-sizing:border-box; border:1px solid black}
.chart_header, .chart_header_dsk {
    list-style-type: none;
    width: 90%;
    position: absolute;
    top: -45px;
    left:10%;
    padding-left: 0;
}
.chart_header li, .chart_header_dsk li {display:inline; width:4%; float:left; position:relative; left:-15px}
.chart_header li:first-child:after, .chart_header_dsk li:first-child:after { display:none}
.chart_header li:after, .chart_header_dsk li:after {
    width: 1px;
    height: 194px;
    content: "";
    display: inline-block;
    background: black;
    position: absolute;
    top: 28px;
    left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
#running_order_desktop .thirty:before {
    width: 100%;
    height: 194px;
    content: "";
    display: inline-block;
    background: #acabab;
    position: absolute;
    left: 15px;
    top: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}
.mychart .stage:after {
    width: 1000%;
    height: 1px;
    content: "";
    display: inline-block;
    background: black;
    position: absolute;
    bottom: -1px;
    left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow:hidden;
}
.fifteen {color:#aa4142; font-size:12px}
.thirty {color:#c8c8c8; font-size:12px}
.fifteen:after {display:none!important}
.fifteen:before {
    width: 100%;
    height: 194px;
    content: "";
    display: inline-block;
    background: #acabab;
    position: absolute;
    left: 15px;
    top: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow:hidden;
}
.mychart .stage  {
    color: black;
    text-transform: uppercase;
    background: #efefef;
    line-height: 25px;
    padding: 7px 15px;
    height: 65px;
    width: 10%;
    display: block;
    font-weight: 400;
    float: left;
    border: 1px solid black;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
}
.stage:first-child {border-bottom:0!important;}
.bands_list {
    list-style-type:none; 
    float:left;
    padding-left:0;
    position:relative;
    width:90%;
}
.bands_list li {
    display:inline; 
    background-color:#2b9ec0;
    height:66px; 
    padding:15px 10px; 
    border:1px solid black; 
    box-sizing:border-box; 
    color:white; 
    position:absolute; 
    top:-17px;
    left:0;
    text-transform:uppercase;
}
.modified_title {position:absolute; top:-26px; left:10px}
.modified_title .circle_icon {
    width:6px;
    height:6px;
    background:#f45239;
    border-radius:50%;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
#nonfood .ac_checkbox {overflow:hidden}
.circle_icon {
    width:6px;
    height:6px;
    background:#f45239;
    border-radius:50%;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.daytwo .bands_list li {background-color:#923838}
.daythree .bands_list li {background-color:#9f5319}
.sub_menu .active {color:#d42d04}
.intro_mobile {display:none}
.intro_desktop, .intro_mobile {max-width:90%}
.intro_mobile {max-height:90%}
.intro_desktop {
    display:block;
    position:fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:9999;  
}
.intro_mobile {
    display:none;
    position:fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:9999; 
}
.overlays {  
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9998;
    background:rgba(0,0,0,0.7);
}
.social_mobile {position:relative; top:0px; margin-right:15px; height:28px;}
.social_desktop {position:relative; top:5px; height:28px}
.area {
    cursor: pointer;
}
#bands_single iframe {width:100%!Important; min-height:480px!important}
.lineup_home_largescreen, .lineup_home_desktop {display:block; max-width:100%;  margin: 0 auto;     
    position: absolute;
    right:0;
    top:0;
}
.lineup_home_mobile {
    display:none;
}
#home_main {position:relative;}
@media(min-width: 2560px) {
    video {height: 100%;} 
    #home_video, #home_main, #home_slideshow, .home_slide  {height: 1430px!important;}
    #running_order_desktop {display:none}
      
}
@media(max-width: 2560px) {
    #home_date_mobile {display:none} 
    #home_top {height:100vh!important;} 
    #running_small {display:none}
    #running_big {display:none;}
    #running_huge {display:block}
   #running_order_desktop {display:none} 
}
@media(max-width: 2100px) {
    #running_huge {display:none}
    #running_big {display:block}
    
}
@media(max-width: 1930px) {
    video {height: 100%;} 
    #home_video, #home_main, #home_slideshow, .home_slide {height: 1080px!important;} 
    .lineup_home_largescreen {display:none;}
}
@media(min-width: 2000px) {
    /*.home_slide {height:1835px!important} */
    #home_top {height:1420px}
    #home_social {padding-top:30px}
    #home_video, #home_main, #home_slideshow, .home_slide  {height: 1280px!important;}
    .lineup_home_largescreen {display:block; max-width:100%}
    .lineup_home_desktop {display:none;}
    video {
    height: 135%;
    }
}
@media(max-width: 1801px) {
    #home_date .column, #home_social .column { font-size:45px;}
    .home_slide {height:1200px!important}
    #home_top {height:1010px}
    #home_video, #home_main, #home_slideshow, .home_slide  {height:1010px!important} 
    .sub_menu li a { font-size:22px }
    #running_order {display:none}
    #running_order_desktop {display:block}
}
@media(max-width: 1681px) {
    .home_slide {height:1120px!important}
    #home_top {height:945px}
    #home_video, #home_main, #home_slideshow, .home_slide  {height:945px!important}
    .sub_menu li a { font-size:20px }    
}
@media(max-width: 1600px) {
    #home_video, #home_main, #home_slideshow, .home_slide  {height:883px!important}    
}
@media(max-width: 1500px) {
    .sub_menu li a { font-size:19px }
    #running_big {display:none}
    #running_small {display:block;}
    .mychart .stage {font-size:14px;}
    #home_video, #home_main, #home_slideshow, .home_slide  {height:824px!important}
}
@media(max-width: 1400px) {
    #home_date .column, #home_social .column { font-size:40px;}
    .home_slide {height:940px!important}
    #home_top {height:765px}
    #home_video, #home_main, #home_slideshow, .home_slide  {height:775px!important}
    .sub_menu li a {font-size:17px;}  
    .mychart .stage {
        font-size: 13px;
        line-height: 14px;
    }  
}
/* MAC */
@media(max-width: 1340px) {
    #home_video {height:745px!important}    
}
@media(max-width: 1300px) {
    #home_date .column, #home_social .column { font-size:38px;}
    .home_slide {height:910px!important}
    #home_top {height:685px}
    #home_video, #home_main, #home_slideshow, .home_slide {height:725px!important}
    #partners img {max-height:50px}
    .sub_menu li a {font-size:18px;}
    .single_band a h3 {font-size:28px;}
    #newsletter .rules_box {width:95%}
    #home_main .logo_left {min-height:480px}
     #home_main .logo_left img {position:relative; top:50px}
     #header_menu li a {font-size:16px}
     #header_menu li {margin-right:25px;}
}
@media(max-width: 1250px) {
    #home_date .column { font-size:32px;} 
    .news_content span {font-size:13px!important}
    .news_content h3 {margin-bottom:0; font-size:24px;}
    .news_content {max-width:55%}
    .single_news_img {width:40%;}
    .single_band a h3 {font-size:21px;}
    #running_order_mobile {display:block;}
    #running_order, #running_order_desktop {display:none}
    #running_order_mobile h2 {/*background:#11404e;*/ border: 1px solid white; color:white; padding:10px; box-sizing:border-box}
    #running_order_mobile h3  { color:white; padding:5px; box-sizing:border-box; border: 1px solid white }
    .plateau {/*background:#2b9fc1;*/}
    .jazz {/*background:#8f3737; */}
    .mobile_table span {float:right}
    .mobile_table {margin-bottom:50px}
    .sub_menu li a, #footer li a {font-size:20px;}
}
/* END OF MAC */
@media(max-width: 1200px) {
    #home_date .column { font-size:32px;} 
    .news_content span {font-size:13px!important}
    .news_content h3 {margin-bottom:0; font-size:24px;}
    .news_content {max-width:55%}
    .single_news_img {width:40%;}
    .single_band a h3 {font-size: 22px;}
    .mychart .stage {font-size:12px;}
    #header_menu {display:none}
    #header_menu_mobile {display:block;}
    #home_top {background-position:center}
}
/* TABLET */
@media(max-width: 1025px) {
    #home_date .column, #home_social .column { font-size:30px;}
    .home_slide {height:700px!important}
    #home_top {height:100vh; background-position:center}
    #home_video, #home_slideshow, .home_slide  {height:573px!important}
    #home_main {height:578px!important;}
    #partners img {max-height:50px}
    #newsletter .regulations {width:80%}
    .sub_menu li {border: 1px solid white;padding: 10px;margin-bottom: 10px;}
    .sub_menu li {width:95%!important; display:block; margin-left:auto; margin-right:auto}
    .sub_menu li:last-child {margin-bottom:0;}
    #footer ul {width:100%;margin-left:auto; margin-right:auto;}
    #footer ul li {font-size:15px; display:block; width:100%!important; border: 1px solid white;padding: 10px;margin-bottom: 10px;}
    .bands_social li {width:100%!important;border: 1px solid white;padding: 10px;margin-bottom: 10px; box-sizing:border-box}
    .bands_social li a img {height:33px}
    .news_content span {font-size:11px!important}
    .news_content h3 {margin-bottom:0; font-size:20px;}
    .news_content {max-width:55%}
    .single_news_img {width:40%;}
    #home_main .menu_right .super_headliners {  font-size:50px; font-weight:700;}
    #home_main .menu_right .headliners {font-size: 40px; font-weight:700;}
    #home_main .menu_right .sub_headliners {  font-size:35px; font-weight:700;}
    #home_main .menu_right .medium {font-size: 30px; font-weight:700;}
    #home_main .menu_right .location {font-size:25px; margin-top:30px; font-weight:700;}
    #logo img {max-width:120px;}
    #logo {top:10px;}
    video {
    height: 107%;
    }
}
@media(max-width: 900px) {
    #home_date .column, #home_social .column { font-size:28px;}
    #home_video, #home_slideshow, .home_slide {
    height: 509px!important;
    }
    #header_dropdown li {padding:11px}
    .home_slide {height:508px!important}
    #home_top {height:508px}
    #home_video {height:510px!important}
    #partners img {max-height:50px}
    #header_menu {display:none}
    #header_menu_mobile {display:block;}
    #newsletter {width:80%}
    .news_content span {font-size:11px!important}
    .news_content h3 {margin-bottom:0; font-size:20px;}
    .news_content {max-width:45%}
    .single_news_img {width:50%;}
    #home_date {display:none}
    #home_date_mobile {
    display: block;
    position: absolute;
    top: 70%;
    color:white;
    font-size:20px;
    width:100%;  
    }        
    #home_main {height:470px!important; padding-top:50px;}
    #home_date_mobile .column {width:100%; display:block; font-size:22px; text-align:center; text-transform:uppercase;}
    #home_main .logo_left {width:100%}
    #home_main .menu_right .super_headliners {  font-size:50px; font-weight:700;}
    #home_main .menu_right .headliners {font-size: 40px; font-weight:700;}
    #home_main .menu_right .sub_headliners {  font-size:35px; font-weight:700;}
    #home_main .menu_right .medium {font-size: 30px; font-weight:700;}
    #home_main .menu_right .location {font-size:25px; margin-top:30px; font-weight:700;}
}
@media(max-width: 800px) {
    #home_top {height:425px}
    #home_date .column, #home_social .column { font-size:24px;}
    .home_slide {height:575px!important}
    #home_video {height:435px!important}
    #partners img {max-width:20%}
    #newsletter .rules_box {width:100%}
    #nonfood {width:80%}
    .sub_menu li {width:95%!important; display:block; margin-left:auto; margin-right:auto}
    .sub_menu li:last-child {margin-bottom:0;}
    .single_news {width:100%!important; margin-bottom:20px;}
    .single_news_img {width:100%;}
    .news_content {max-width:100%; margin-left:0;}
    #running_order_mobile {display:block;}
    #running_order {display:none}
    #running_order_mobile h2 {/*background:#11404e;*/ border:1px solid white; color:white; padding:10px; box-sizing:border-box; font-weight:300; text-transform:uppercase;}
    #running_order_mobile h3  {border:1px solid white; color:white; padding:5px; box-sizing:border-box; font-weight:300; text-transform:uppercase;}
    .plateau {/*background:#2b9fc1;*/}
    .jazz {/*background:#8f3737; */}
    .mobile_table span {float:right}
    .mobile_table {margin-bottom:50px}
    #home_date_mobile {top:80%}
    .ticket_mobile_btn {width:50%}
    .single_band a h3 {font-size:20px;}
    .single_band {min-height:340px}                                           
    .intro_mobile {display:block}
    .intro_desktop {display:none;}
    .lineup_home_desktop {display:none;}
    .lineup_home_mobile  {display:block; width:100%; margin: 0 auto; position:absolute; top:0; left:0}
    #home_main {height:1400px!important}
    #header_dropdown li {padding:12px}
}
/* END OF TABLET */

/*MOBILE */
@media(max-width: 700px) {
    #home_top {height:100vh}
    #home_date .column, #home_social .column { font-size:20px;}
    .home_slide {height:455px!important}
    #home_video {height:375px!important}
    #logo img {max-width:80%;}
    #header_dropdown li {padding:10px;}
    .bands_social li {width:50%!important}
    #page {background-image: url(../img/mobile-bg.jpg);}
    #home_date_mobile {top:55%} 
    #home_main .menu_right .super_headliners {  font-size:40px; font-weight:700;}
    #home_main .menu_right .headliners {font-size: 30px; font-weight:700;}
    #home_main .menu_right .sub_headliners {  font-size:25px; font-weight:700;}
    #home_main .menu_right .medium {font-size: 20px; font-weight:700;}
    #home_main .menu_right .location {font-size:15px; margin-top:30px; font-weight:700;}
    #page h1 {font-size:20px}
    #logo img {max-width:80px;}
}
@media(max-width: 700px) and (min-width:600px) {
   #home_date_mobile .column {width:33%; float:left; font-size:21px} 
   #home_date_mobile  {top:73%;}
   #home_date_mobile .inner {width:90%; margin-left:auto; margin-right:auto;} 
   #home_main {height:1060px!important}
   #home_video, #home_slideshow, .home_slide {
    height: 456px!important;
    }  
}
@media(max-width: 600px) {
#home_date_mobile {top:70%}
#header_dropdown li {padding:5px}
}
@media(max-width: 500px) {
    #home_top {height:100vh; background-image: url(../uploads/home/mobile-bg.jpg);}
    #home_date .column, #home_social .column { font-size:30px;}
    .home_slide {height:250px!important}
    #home_video {height:236px!important; padding-top:82px; background:black}
    #logo {left:20px}
    #home_date .column {width:100%}
    #home_social .inner {width:100%}
    #footer li {width:100%!important; display:block;}
    #partners img {display:inline-block; max-width:50%;}
    #header_dropdown li {padding:20px; margin-right:10px}
    .single_band, .single_news {width:100%!important}
    .sub_menu li {width:95%!important; margin-left:auto;margin-right:auto; display:block;}
    .bands_social li {width:100%!important}
    .page_container, .news_container {padding:10px}
    #home_date_mobile {top:50%}
    .single_news_img {background-position:left}
    .ticket_mobile_btn {width:80%}
    #footer ul {width:90%; margin-left:inherit;}
    #home_slideshow, .home_slide {
    height: 280px!important;
    }
    #home_main {height:690px!important}
}
@media(max-width: 430px) {
    .home_slide {height:280px!important}
    #home_main {height:735px!important}
    #newsletter input {width:100%}
}
@media(max-width: 380px) {
    #home_top {height:100vh}
    #home_date .column, #home_social .column { font-size:30px;}
    #home_video {height:213px!important; padding-top:82px; background:black}
    #home_social img {max-width:90%}
    .social_mobile {margin-right:6px}
    #home_main {height:680px!important}
}
@media(max-width: 380px) {
    #home_main {height:550px!important}
}
/* END OF MOBILE */