/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  font-family: titling-gothic1-fb,sans-serif;
font-weight: 300;
font-style: normal;
color: #000;

}
body {
  /* Margin bottom by footer height */
/*   margin-bottom: 350px; */
  margin-left: 0;
  margin-right: 0;


font-family: titling-gothic-fb, sans-serif;
font-weight: 300;
font-style: normal;


color: #000;
		background: url('../img/sand_bg.jpg');

		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;

  display: flex;
  flex-flow: column;
  
}

html, body { overflow-x: hidden; }
.footer {
/*   position: absolute; */
position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height:auto;
  /*   background-color: #f5f5f5; */
  margin-top: auto;
  
  
}


@media (max-width: 420px) { 
/* 	.footer {height: 600px;} */
/* 	body {margin-bottom: 600px;} */
	
}


.page-wrapper {
	background: url('../img/green_swirl.png');
	background-size: 100% auto;
	background-position: center -200px;
	background-repeat: no-repeat;
	min-height: 85vh;
}
@media (max-width: 768px) { 
	.page-wrapper {
		background-position: center top;
		background-size: 150% auto;
		}21
}
p {
	color: #000;
font-family: titling-gothic-fb, sans-serif;
font-weight: 300;
font-style: normal;
}

b, strong {
/*     font-weight: 500; */
}


a {
	color: #000;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #35ff29;
}
 
 ul {
	     list-style-type: square;
 }
 
 ul li {
/* 	 font-weight: 400; */
 }
@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}

h1 {
/* font-family: titling-gothic-fb,sans-serif; */
font-family: hwt-arabesque, sans-serif;
font-weight: 400;
font-style: normal;

    color: #000;
/*     text-shadow: -3px 2px 0px #fff; */
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.body-wrapper {
	padding-bottom: 60px;
}


hr.stars {
    height: 15px;
    border: none;
    background: url('../img/hr-star.png') repeat-x 50% 50%;
}

.featherlight .featherlight-content {
/* 		background: url('../img/light-bg.png'); */
	
}


.spin-hover {
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.spin-hover:hover {
-webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
/* HEADER STYLES */

.header-wrapper {
		height: 380px;
/* 	background: url('../img/2019/gradient-sky-1280.png'); */
	background-size: auto 100%;
	background-position: center center;

        padding-top: 35px;
	position: relative;
	width: 100%;
}

.header-logo {
	width: 400px;
    height: 320px;
	background: url('../img/ndmf-logo-black_nodate.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	z-index: 1;
	
}

.tenyearbadge {
	width: 200px;
	height: auto;
	position: absolute;
	top: 30px;
	right: 30px;

  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.tenyearbadge:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}


.elpasobadge {
		width: 300px;
	height: auto;
	position: absolute;
	top: 30px;
	left: 30px;
}
.elpasobadge:hover{-webkit-filter: invert(100%) !important; 
filter: invert(100%) !important;
}

@media (max-width: 1100px) { 
	.tenyearbadge {width: 140px;}
	.elpasobadge {width: 210px;}
}
@media (max-width: 860px) { 
		.tenyearbadge {width: 140px;}
	.elpasobadge {width: 210px;}
	.header-logo { width: 350px;height: 280px;margin: 50px auto 0;}
}

@media (max-width: 650px) { 
		.tenyearbadge {width: 100px;}
	.elpasobadge {width: 130px;}
	.header-logo {width: 290px;height: 235px;margin: 94px auto 0;}
}

.page-heading h1, .page-title h1 {
	text-align: center;
	    font-size: 60px;
    padding: 30px 0 10px;
}

@media (max-width: 860px) {
	.page-heading h1, .page-title h1 {font-size: 40px;}
}

/* NAVBAR */


.navbar.navbar-dark.bg-dark.box-shadow {
    background-color: transparent !important;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}



/* FULLSCREEN NAV */
	.main-menu{width: 100%; height: 100%; opacity: 0; visibility: hidden;}
.nav-open .main-menu {opacity: 1; visibility: visible; 	background: url('../img/nav_bg.jpg') #F2F2F2;; background-size: cover;} 
.main-menu .nav li a{color:#35ff29; font-size: 7vh; font-weight:600; text-align: center;     padding: 0;
	font-family: titling-gothic-fb, sans-serif;
font-weight: 500;
font-style: normal;
text-decoration: none;
}
.main-menu .nav li a:hover {
	color: #000;
}
.main-menu .nav li{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);

}
.nav-open .main-menu .nav li{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}

.nav-button{position:relative; z-index:1111; border:none;  height:42px; display:block; width:50px; padding:12px; }
.nav-button #nav-icon3{width:30px;height:22px;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}

.nav-open #nav-icon3 {display: none;}
.nav-button #nav-icon3 span{
	display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: transparent;
    border: 1px solid #000;
    border-radius: 0;
    opacity: 1;
    left: 0;
    ;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.nav-button #nav-icon3 span:nth-child(1){top:0}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:9px}
.nav-button #nav-icon3 span:nth-child(4){top:18px}
.nav-open #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%; display: none;}
.nav-open #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.nav-open #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.nav-open #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%; display: none;}

.flex-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}


.close-menu {
	position: fixed; top: 10%; right: 10%;
}
.close-menu-inner {
	height: 50px;
	width: 50px;
	background: url('../img/close-menu.png');
	background-size: 100% 100%;
}


/* PAGE HEADING */

.page-title h1 {
	text-align: center;
	}
/* HOMEPAGE STYLES */

.home-header {
	text-align: center;
}
.home-header2 {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 30px;
}
img.dates-location {
	width: 400px; height: auto;
}
.ticket-button-home {
    font-family: "BuiltTitlingSb-Regular";
    color: #fff;
    background: #B3D050;
    padding: 4px;
    font-size: 50px;
    border-radius: 8px;
        display: inline-block;
    margin-top: 20px;
}

.ticket-button-home:hover {
	text-decoration: none;
	    color: #B3D050;
    background: #fff;
}


@media (max-width: 992px) {
	.ticket-button-home {font-size: 38px;}
}
.bird-plant{
	width: 300px; height: auto; margin-top: 10px;
	}
	
	@media (max-width: 510px) {
		.bird-plant{width: 100%; height: auto; padding: 10px;}
		.ticket-button-home {font-size: 38px; margin-top: 0px;}
		img.dates-location {width: 100%; height: auto;}
		 }
	
	

h1.thankyouelpaso {
		color: #fff;
	font-family: 'SignPainter', sans-serif;
	text-align: center;
	font-size: 54px;
	text-shadow: none;
	
}

@media (max-width: 420px) {
	h1.thankyouelpaso {
		font-size: 40px;	
	}
}
h2.thankyouelpaso {
		color: #fff;
	font-family: 'SignPainter', sans-serif;
	text-align: center;
	font-size: 34px;
	text-shadow: none;
	
}

@media (max-width: 420px) {
	h2.thankyouelpaso {
		font-size: 28px;	
	}
}

.presented-by-xs {
	width: 170px;
    height: 90px;
    background: url('../img/presentedbySWU.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
	text-align: center;
	    margin: 0 auto;

}
.home-header h2 {
	color: #fff;
	font-family: 'SignPainter', sans-serif;
	text-align: center;
	font-size: 30px;

		margin-bottom: 14px;
}




.home-header h1 {
	margin-top: 60px;

	text-shadow: none;

}
.home-header h1 sup {
	    top: -0.7em;
	    font-size: 50%;
}
.home-header .star {
	width: 25px;
	height: 25px;
	margin-left: 8px;
	margin-right: 10px;
}
h3.mexico-tickets {
	text-align: center;
}

h3.mexico-tickets a {
	font-family: 'SignPainter', sans-serif;
}
h2.tickets-link {
    text-align: center;
    padding: 0 0 4px 0;
    font-size: 44px;
    margin: 10px 0 30px 0;
}
h2.tickets-link a {
    font-family: 'SignPainter', sans-serif;
    letter-spacing: 2px;
    color: #b63a7f;
/*     text-shadow: -3px 2px 0px #547e8a; */
    /* filter: dropshadow(color=#547e8a, offx=-4, offy=3); */
    text-decoration: none;
    text-align: center;
    padding: 4px 24px;
    border-radius: 6px;
/*     background: -webkit-linear-gradient(top, #009EDE 0%,#71939b 100%); */
    color: #fff;
    border: 2px solid #fff;
}
h2.tickets-link a:hover {
/* 	background: -webkit-linear-gradient(top, #71939b 0%, #7ca1aa 100%); */
	color: #ED145A;
	    border: 2px solid #ED145A;
	
}


.heading-row {
/*
	background: url('../img/crowd-bg6.jpg');
	background-size: cover;
*/
	    padding: 23px 0;
	    margin-top: -22px;
}

.newsletter-row {
	background: #009EDE;
}


.newsletter-row h1 {
	color: #fff;
	text-align: center;
	text-shadow: none;
}

.email-subscribe {
	text-align: center;
	margin-bottom: 40px;
}

input.tfly-email-subscribe-submit {
    background: #ED145A;
    border: none;
    PADDING: 5PX 10PX;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

input.tfly-email-subscribe-text {
	border: none;
    padding: 5px 6px;
    width: 186px;
    font-weight: 500;
    color: #8A8A8A;
}


@media (max-width: 420px) {
	.home-header h2 {font-size: 20px;}
	.home-header .star {width: 18px; height: 18px;}
	.home-header h1 {font-size: 36px;}
	h2.tickets-link {font-size: 22px;}
	h2.tickets-link a {padding:4px 15px;}
	input.tfly-email-subscribe-submit {margin-top: 10px;}
	.newsletter-row h1 {font-size: 30px;}
}


/* CONTACT PAGE */
h2.contact-title {

    text-align: center;
	
}

.contact-body  p{
	text-align: center;
}
/*

p.contact-body a {
	color: #009EDE;
}
*/

/* LINEUP PAGE */



.day-lineup ul {
	list-style: none;
	text-align: center;
	margin-left: 0;
	padding-left: 0;
}
.day-lineup ul li {
	display: inline;
}

@media (max-width: 510px) {
	.day-lineup ul li {
	display: block;
	}
	.day-lineup ul li:first-child {
	padding-right: 0;
	}
}
.day-lineup ul li:first-child {
	padding-right: 30px;
}
.day-lineup ul li a {
	font-family: 'SignPainter', sans-serif;
	font-size: 24px;
}
.day-lineup h2 {
	text-align: center;
}

.day-lineup h2 a {
	font-family: 'SignPainter', sans-serif;
	
}


div.lineup-header h1 {
	margin-bottom: 0px;
}
h3.past-lineups-intro {
	display: inline-block;
	text-align: center;
}
ul.past-lineups {
	    list-style-type: none;
    margin: 50px 0 20px;
    padding: 0;
	text-align: center;
	
}

ul.past-lineups li {
    display: inline-block;
    font-family: 'SignPainter', sans-serif;
    font-size: 20px;
    padding: 0 4px 0 0;
}


ul.past-lineups li a:hover {
	text-decoration: none;
}

ul.past-lineups li.intro {
	color: #009EDE;
}

@media (max-width: 420px) {
	ul.past-lineups li.intro {
		width: 100%;
	}	
}


/*
ul.lineup-row {
	list-style-type: none;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    border:1px solid red;
    display:table;
    overflow: hidden;
}
ul.lineup-row li{
    float: left;
    padding: 2px;
    width: 150px;
    margin-left: auto ;
    margin-right: auto ;
}
*/

ul.lineup-row {
display: table;
width: 100%;
list-style: none;
padding: 0;
margin: 0 0 10px;

display: -webkit-flex; 
display: flex;
justify-content: space-between;
webkit-justify-content: space-between;
}

ul.lineup-row li {
	font-family:"BuiltTitlingSb-Regular";
	color: #1A9FDB;
	
}

ul.lineup-row li:last-child {
	display: none;
}

ul.lineup-row li a {
display: block;
font-family:"BuiltTitlingSb-Regular";
/*   font-weight: 400; */
  line-height: 1;
/*   text-align: justify; */
color: #1A9FDB;
	  transition: color 500ms ease;
	
}

ul.lineup-row li a:hover {
	color: #ED145A;
	text-decoration: none;
	
}


.lineup-star {
	vertical-align: top;
    margin-top: 7px;
    width: 18px;
    height: 18px;
        margin-right: 3px;
	
}

/*    row 1 */

ul.lineup-row:nth-child(1) li a {
	font-size: 60px;
	text-align: center;
	letter-spacing: 3px;
	
}

ul.lineup-row:nth-child(1) .lineup-star {
    margin-top: 21px;
}

/*
ul.lineup-row:nth-child(1) li:nth-child(3) {
    padding-right: 10px;
} 
*/

/*
ul.lineup-row:nth-child(1) li:nth-child(9) span span:after {
   content: "+ special guests";
}
*/
/*

ul.lineup-row:nth-child(1) li:nth-child(9) span  {
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: -10px;
    margin-bottom: -10px;
}
*/

/* row 2 */
ul.lineup-row:nth-child(2) li a {
/* 	font-size: 40px; */
	
	font-size: 55px;
	letter-spacing: 3px;
}
ul.lineup-row:nth-child(2) li .lineup-star {
	margin-top: 18px;
}

/* row 3 */
ul.lineup-row:nth-child(3) li a {
/* 	font-size: 38px; */
	font-size: 48px;
	letter-spacing: 3px;
}


/* row 4 */
ul.lineup-row:nth-child(4) li a {
/* 	font-size: 34px; */
		font-size: 34px;
	letter-spacing: 1px;
}

.saturday-lineup-wrapper ul.lineup-row:nth-child(4) li a {
	letter-spacing: 5px
	}
	


/* row 5 */
ul.lineup-row:nth-child(5) li a {
	font-size: 30px;

	letter-spacing: 0px;
}

.saturday-lineup-wrapper ul.lineup-row:nth-child(5) li a {
	letter-spacing: 5px
	}
	


/* row 6 */
ul.lineup-row:nth-child(6) li a {

/* 	font-size: 40px; */
	font-size: 33px;
	letter-spacing: 2px;
}

ul.lineup-row:nth-child(6) .lineup-star {
    width: 10px;
    height: 10px;
    
}


/* row 7 */
ul.lineup-row:nth-child(7) li a {
/* 	font-size: 36px; */
font-size: 31px;
	letter-spacing: 1px;
}

ul.lineup-row:nth-child(7) .lineup-star {
    width: 10px;
    height: 10px;

}


/* row 8 */
ul.lineup-row:nth-child(8) li a {

/* 	font-size: 36px; */
font-size: 31px;
}

ul.lineup-row:nth-child(8) .lineup-star {
    width: 10px;
    height: 10px;
    
}


/* row 9 */
ul.lineup-row:nth-child(9) li a {
/* 	font-size: 32px; */
font-size: 30px;
	letter-spacing: 1px;

}

ul.lineup-row:nth-child(9) .lineup-star {
    width: 10px;
    height: 10px;
    
}

/* row 10 */
ul.lineup-row:nth-child(10) li a {
/* 	font-size: 22px; */
/* 	font-size: 32px; */
font-size: 28px;
	letter-spacing: 1px;

}

ul.lineup-row:nth-child(10) .lineup-star {
    width: 10px;
    height: 10px;
}

@media (max-width: 992px) {

	ul.lineup-row {
		display: inline-block;
		text-align: center;
		
	}

	ul.lineup-row li {
	    display: block;
	    padding: 0 0 6px;
	}
	.lineup-star {
		display: none;
	}
	.artist-lightbox {
    width: 200px;
    }
    .artist-lightbox .artist-photo {
    width: 100%;
    }
    .artist-lightbox .right-side {
    width: 100%;
    float: left;
	}
	div.artist-bio {
    max-height: none;
    }

}








/* VENDORS PAGE */
.vendors-header {
	margin-bottom: 40px;
}

.vendor-page h3 {
	font-family: 'SignPainter', sans-serif;
    color: #009EDE;
/*     text-shadow: -3px 2px 0px #fff; */
}

/* VOLUNTEER PAGE */
h3.volunteer {
	text-transform: uppercase;
}
/* GETTING HERE PAGE */

h2.location-h2 {
	text-align: center;
/* 	color: #009EDE; */
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 26px;
/* 	font-weight: 200; */
/*
		font-family: 'SignPainter', sans-serif;
    color: #009EDE;
*/
/*     text-shadow: -3px 2px 0px #fff; */
}

.getting-here h3 {

font-family: titling-gothic-fb, sans-serif;
font-weight: 700;
font-style: normal;
color: #000;
font-size: 20px;
}

/* TICKETS PAGE */

.tickets-header {
	margin-bottom: 60px;
}
.price-col {
	text-align: center;
	margin-bottom: 30px;
}
.price-col img {
	width: 100%;
	height: auto;
	padding: 0;

}

@media (max-width: 510px) {
	.price-col {
		margin-bottom: 30px;
		}
	}

@media (max-width: 768px) {
		.price-col img {width: 80%;}
}

.price-col a:hover img {
	opacity: .9;
}

.price-col a:hover {
	text-decoration: none;
}

.price-col a:hover h4 {
	opacity: .9;
	text-decoration: none;
}


.price-col h4 {
/* 	font-size: 20px; */
	color: #009EDE;
	text-transform: uppercase;
}
.price-col h4:hover {
	text-decoration: none;
}

.ticket-prices-row-1 {
	margin-bottom: 20px;
}

h2.ticket-cta {
    font-family: "BuiltTitlingSb-Regular";

    color: #ED145A;

    text-align: center;
}


.ticket-learn-more {
	font-family: titling-gothic-fb, sans-serif;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 4px 18px;
    border-radius: 0px;
    background: #35ff29;
    font-size: 16px;
    display: block;
    width: 139px;
    margin: 20px auto 10px;
}

.ticket-learn-more:hover, .ticket-learn-more:focus {
	color: #fff;
}

.vip-collapse {
	text-align: center;
}

.vip-collapse .card {
	background: transparent;
	border: none;
}

h3.retailer-name {
	font-family: 'SignPainter', sans-serif;
    margin-bottom: 0;
    color: #009EDE;
    text-align: center;

}

.retailer-address {
	color: #009EDE;
	text-align: center;
}

.retail-column {
	padding-left: 5px;
	padding-right: 5px;
	    height: 150px;
}
.mattress-locations .retailer-address {
	margin-bottom: 26px;
}

ul.vip-list,  ul.vip-list li {
	text-align: center;
	list-style: none;
	padding: none;
	padding-left: 0px;
	font-weight: 400;
	font-size: 13px;
}

ul.vip-list {
	margin-left: 0px;
	}
	
.payment-plans-button {
	font-family: 'SignPainter', sans-serif;
	color: #009EDE;
	background: #fff;
	padding: 10px;
	border-radius: 6px;
	font-size: 36px;
	border: 2px solid #009EDE;

}
.payment-plans-button:hover {
	text-decoration: none;
	color: #fff;
	background: #009EDE;
	border: 2px solid #fff;
}

@media (max-width: 510px) {
	.payment-plans-button {font-size: 18px}
}
/* FAQ PAGE */

h2.questions {
font-family: titling-gothic-fb, sans-serif;
font-weight: 700;
font-style: normal;
color: #000;
font-size: 20px;
}
/* FOOTER STYLES */

.footer {
	background: url('../img/footer_bg.jpg');
	background-size: cover;
	padding-top: 30px;
	border-top: 2px solid #000;
}

.footer p {
	color: #fff;
}

.footer ul.page-list {
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}
.footer ul.page-list li a  {
/* 	color: #fff; */
	color: #EC145A;
}
.footer ul.page-list  li {
	list-style: none;
}

.footer-social {
	text-align: center;
	margin-bottom: 30px;
	padding: 0;
}

.footer-social li {
	list-style: none;
	display: inline;
	text-align: center;
}

.footer-social li a {
/* 	color: #fff; */
	color: #35ff29;
	font-size: 42px;
	margin: 0 10px;
}
.footer-social li a .fa-snapchat {
	font-size: 37px;
}

.footer-social li a:hover {
	color: #fff;
}

@media (max-width: 420px) {
	.footer ul.page-list {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	}
}

h3.footer-mail {
		color: #000;
font-family: titling-gothic-fb, sans-serif;
font-weight: 500;
font-style: normal;

	color: #35ff29;
	display: inline;
	font-size: 22px;
}

@media (max-width: 420px) { 
	h3.footer-mail {display: block; margin-bottom: 2px;}
}


.subfooter {
	list-style: none;
	display: block;
	text-align: center;
	padding-left: 0;
	}
	.subfooter li  {
		display: inline-block;
	}
.subfooter li a {	
	color: #35ff29;
	 background: #000;
	 font-size: 10px;
	 padding: 4px;
	 }
	/* HIGHLIGHTS */

div.highlights-photo-slider img { width: auto; height: auto }


div.highlights-photo-slick {
	 height: 300px;
	 margin-top: 50px;
}

div.highlights-photo-slick .slick-slide {
    padding: 0 2px;
}

div.highlights-photo-slick .slick-prev:before, div.highlights-photo-slick .slick-next:before {
	color: #000;
}

div.highlights-video-slick {
	 height: 300px;
}

ul.video-recaps {
	    list-style-type: none;
    margin: 0;
    padding: 0;
	text-align: center;
	
	
}

ul.video-recaps li {
    display: inline-block;
    	font-family: 'SignPainter', sans-serif;
    color: #ED145A;
    font-size: 28px;
    padding: 0 0px;
}


ul.video-recaps li a {

    font-family: titling-gothic-fb, sans-serif;
    font-weight: 500;
    color: #000;

    text-decoration: none;
    text-align: center;
    padding: 4px 18px;
    border-radius: 0px;
    background: #35ff29;
	font-size: 14px;
}

ul.video-recaps li a:hover {
	background: #fff;
    color: #000;
}

h2.past-videos {
font-family: titling-gothic-fb, sans-serif;
font-weight: 700;
font-style: normal;
color: #000;
    text-align: center;
/*     margin-top: 80px; */
}

#2015-recap {
	display: none;
}

@media (max-width: 420px) {
	.slick-prev:before,
	.slick-next:before {
	   display:none;
	}
}
/* SPONSORS */

.sponsors-header h1 {
	text-align: center;
	font-size: 58px;
	margin-bottom: 0px;
}

@media (max-width: 510px) {
	.sponsors-header h1 {
		font-size: 34px;
	}
}

.sponsors-list {
list-style: none;
margin: 0 auto 0px;
padding: 0;
text-align: center;
width: 100%;
}

.sponsors-list li {
display: inline-block;
vertical-align: middle;
text-align: center;
/* width: 25%; */
padding: 0;
/* margin: 10px 5% 0 0; */
}

.presented-by-h2 {
    font-family: 'SignPainter', sans-serif;
    color: #41AFE4;
    font-size: 38px;
    padding-bottom: 0px;
    margin-bottom: 0;
    text-align: center;
    }
    
@media (max-width: 510px) {
   	.presented-by-h2 {
		font-size: 26px;
		}
}

.sponsors-list li.t1 {
	width: 30%;
}

/*
.sponsors-list li.t1:nth-child(2) {
	width: 27%;
}
*/


.sponsors-list li.t2 {
	width: 25%;
}
.sponsors-list li.t3 {
/* width: 16%; */
/* width: 13%; */
/* margin 0 70px; */

/* width: 14%; */
	width: 19%;

    
}

.sponsors-list li.t3:nth-child(1) {
/* padding: 0 24px; */
}

.sponsors-list li a img {
	max-width: 100%;
}


.sponsors-list li a:hover img {
	opacity: .9;
}

.sponsors-list.tier2 {
	padding: 0 16px;
}
 .sponsors-list.tier3 {
	padding: 0 16px;
}

@media (max-width: 420px) {
	.sponsors-list.tier2 {
		padding: 0 2px;
	}
	.sponsors-list.tier3 {
		padding: 0 0px;
	}
}

.sponsor-contact {
	text-align: center;

	font-size: 16px;
}

/* NAV OVERIDE */

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    
/*     nav animaytion */

.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}


/* 12NAV */

ul.perma-nav {

text-align: center;
	padding: 9px 0;
	    position: absolute;
    width: 100%;
}

ul.perma-nav li {
	display: inline;
	list-style: none;
	text-align: center;

}


ul.perma-nav li a {

	color: #000;
font-family: titling-gothic-fb, sans-serif;
font-weight: 500;
font-style: normal;

	font-size: 24px;
			padding: 0 26px;
			
			text-decoration: none;
}


ul.perma-nav li a:hover {
	color: #000;
	text-decoration: none;
}

ul.perma-nav li a:hover:before{
/* 	content: "Tickets"; */
	position: absolute;
	top: 0;
	  -webkit-text-stroke-width: 1px;
	  -webkit-text-stroke-color: black;
	  color: transparent;
}

ul.perma-nav li a:hover:after{
/* 	content: "Tickets"; */
	position: absolute;
	bottom: 0;
	  -webkit-text-stroke-width: 1px;
	  -webkit-text-stroke-color: black;
	  color: transparent;

}

ul.perma-nav li a.perma-tickets:hover:before{ 	content: "Tickets"; }
ul.perma-nav li a.perma-tickets:hover:after{ 	content: "Tickets"; 	  margin-left: -96px;}

ul.perma-nav li a.perma-lineup:hover:before{ 	content: "Lineup"; }
ul.perma-nav li a.perma-lineup:hover:after{ 	content: "Lineup"; 	  margin-left: -89px;}

ul.perma-nav li a.perma-highlights:hover:before{ 	content: "Highlights"; }
ul.perma-nav li a.perma-highlights:hover:after{ 	content: "Highlights"; 	  margin-left: -130px;}

ul.perma-nav li a.perma-faqs:hover:before{ 	content: "FAQs"; }
ul.perma-nav li a.perma-faqs:hover:after{ 	content: "FAQs"; 	  margin-left: -70px;}


/*
	ul.perma-nav { padding: 8px 0 0 10px; text-align: left;}
	ul.perma-nav li a { font-size: 30px;padding: 0 10px 0 0;}
}
*/


@media (max-width: 1000px) {
	ul.perma-nav li a {padding: 0 12px;}
	
}
@media (max-width: 740px) {
	ul.perma-nav li a {    padding: 0 5px;
    font-size: 14px;}
    ul.perma-nav {text-align: left;}
	
}
@media (max-width: 330px) {
/*
	ul.perma-nav { padding: 11px 0 0 10px; text-align: left;}
	ul.perma-nav li a { font-size: 22px;padding: 0 8px 0 0;}
*/
.navbar.navbar-dark.bg-dark.box-shadow { padding-left: 8px;}
	ul.perma-nav li a {    padding: 0 2px;}
	.container.d-flex.justify-content-between {
    padding: 0;
}

}





/* ARTIST LIGHTBOX */

.artist-lightbox {
	width: 800px;
	height: auto;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
    overflow: scroll;
	
}

.artist-lightbox .artist-photo {
	width: 50%;
	height: auto;
	float: left;
}

.artist-lightbox .right-side {
	width: 50%;
	float: right;
}

.artist-lightbox .right-side h1 {
    padding-left: 12px;
}

.lightbox-social {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

.lightbox-social li {
	display: inline-block;
	padding-right: 10px;
}
.lightbox-social li a {
	font-size: 20px;
}
.artist-videos {
	width: 100%;
}

div.artist-bio {
	max-height: 300px;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
    overflow: scroll;
    padding-left: 10px;
    margin-top: 10px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

div.artist-lightbox div.row iframe {
	    margin: 15px 0;
}



h1.thankyouelpaso {
		font-family: 'SignPainter', sans-serif;
	color: #fff;
	font-size: 62px;
	text-align: center;

}
h2.thankyouelpaso {
		font-family: 'SignPainter', sans-serif;
	color: #fff;
	font-size: 46px;
	text-align: center;

}


.email-capture {
	text-align: center;
	margin-top: 10px;
}

.email-capture input {
	border: none;
    padding: 5px 6px;
    width: 150px;

    color: #8A8A8A;
    
    font-family: titling-gothic-fb, sans-serif;
font-weight: 500;
font-style: normal;


 }
 
 
 .email-capture input#ss-submit {
	background: #35ff29;
    border: none;
    padding: 5PX 10PX;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    width: 138px;
 }
 
  .email-capture input#ss-submit:hover,  .email-capture input#ss-submit:focus {
	  background: #fff;
	  color: #000;
  }
 .newsletter-legal {
	 font-size: 10px;
	 text-align: center;
	 padding-top: 10px;
	 color: #fff;
 }
 
 .newsletter-row  .newsletter-legal{
	  color: #fff;
	  margin-bottom: 20px;
 }
 
 .newsletter-legal a{
	  color: #35ff29;
  }
    .newsletter-row  .newsletter-legal a:hover,  .newsletter-row  .newsletter-legal a:focus {
	    color: #fff; text-decoration: none;
    }
 
 @media (max-width: 767px) {
 
 .email-capture input {
     margin: 0 auto 10px;
    display: block;
    }
    

.ctcc-left-side {
    font-size: 14px;
    margin-right: 0;
}
button#catapultCookie { font-size: 14px;}


}
    
    