body {

	position: relative;

	width: 100%;

	height: 100%;

	margin: 0;

	padding: 0;

	background-color: #111;

	background-image: url(../images/bg-fullpage_limefull.jpg);

	background-repeat: no-repeat;

	background-position:center top;

	background-size: 100%;

	/*overflow-x: hidden;*/

}



.bg-shift {

	background-position: center bottom;

}



@font-face {

	font-family: 'BebasNeueBold';

	src: url('fonts/subset-BebasNeueBold.eot');

	src: url('fonts/subset-BebasNeueBold.eot?#iefix') format('embedded-opentype'),

		url('fonts/subset-BebasNeueBold.woff2') format('woff2'),

		url('fonts/subset-BebasNeueBold.woff') format('woff'),

		url('fonts/subset-BebasNeueBold.ttf') format('truetype');

	font-weight: normal;

	font-style: normal;

}



h2 {

	margin-bottom:40px;

	padding: 0;

	font-family: BebasNeueBold;

	font-size: 100px;

	color: #fff;

	opacity: 0.2;

	line-height: 1em;

}



.clear {

	clear:both;

}





/*=======================================*/

/* MAIN NAV */



.kj-nav {

	font-family: BebasNeueBold;

	font-weight: normal;

	font-style: normal;

	margin: 0;

    padding: 0;

    width: 292px;

    background-color: rgba(61, 54, 48, 0.5);

    height: 100%; /* Full height */

    position: fixed; /* Make it stick, even on scroll */

    overflow: visible; /* Enable scrolling if the sidenav has too much content */

    z-index: 999;

}



.kj-nav-parent {

	height: 100%;

	position: relative;

}



.kj-nav-child {

	position: absolute;

	top: 50%;

	/*height: 100px;*/

	margin-top: -180px;

}



.kj-nav h1 {

	cursor: pointer;

	font-size: 70px;

	color: #fff;

	margin: 0 0 0 90px;

	padding: 0;

	font-weight: normal;

	line-height: 60px;

}



.kj-nav-james {

	margin-left: -5px;

}



.kj-hr {

	width: 340px;

	height: 2px;

	background-color: #B9FF40;

	margin-top: 15px;

}



.kj-nav ul {

	font-size: 25px;

    list-style-type: none;

    margin: 20px 0 0 90px;

    padding: 0;

}



.kj-nav ul li a {

	cursor: pointer;

	color: #fff;

	text-decoration: none;

}



.kj-nav ul li a:hover {

	color: #B9FF40;

	text-decoration: none;

}



.kj-nav ul li a.active {

	color: #B9FF40;

}



.kj-nav .sm {

	margin-top: 12px;

}



.kj-nav .sm a {

	margin-right: 8px;

}



.sp-bubble {

	position: absolute;

	left: 100px;

	top: -146px;

	-webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */

	transition: all 1s;

}



.hide-bubble {

	margin-left: -300px;

	opacity: 0;

	

}





.side {

	/*max-width: 64px;*/
	/*Burn Orange*/
	/*background-color: #f54c09;*/
	background-color: #B9FF40;
	margin: 0;
    padding: 0;
    width: 4%;
    height: 100%; /* Full height */
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;

}



.menu-toggle {

	display: none;

}



.brand-mobile {

	display: none;

}

/**************13-nov**********/
.footer_custom_logo.display_mobile {

    display: none;

}
.footer_custom_logo.display_desktop {

    float: left;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 80%;
    margin-bottom: 50px;

}
.footer_custom_logo.display_desktop img {

    width: 20%;

}



@media (max-width: 900px) {

	.menu-toggle {

		display: block;

		position: fixed;

		top: 6px;

		right: 30px;

		background-color: #B9FF40;

		z-index: 999;

	}

	.menu-text {

		color: #18293B;

		font-family: BebasNeueBold;

		font-size: 28px;

		padding: 5px 15px;

	}

	.kj-nav {

		margin: 0;

	    padding: 0;

	    width: 100%;

	    background-color: rgba(61, 54, 48, 0.5);

	    height: auto; 

	    position: fixed; /* Make it stick, even on scroll */

	    overflow: visible; /* Enable scrolling if the sidenav has too much content */

	    z-index: 999;

	}

	.kj-nav-parent {

		display: none;

		height: auto;

		position: relative;

	}



	.show-menu {

		display: block;

	}



	.kj-nav-child {

		position: absolute;

		top: 64px;

		right: 30px;

		/*height: 100px;*/

		margin-top: 0;

		background-color: #18293B;

	}

	.kj-nav h1 {

		display: none;

	}



	.kj-hr {

		display: none;

	}



	.kj-nav ul {

		width: 140px;

		font-size: 28px;

		line-height: 1.75em;

	    list-style-type: none;

	    margin: 20px 40px 20px 20px;

	    padding: 0;

	}



	.kj-nav ul li a:hover {

		
		color: #B9FF40
		/*color: #fff;*/

	}



	.kj-nav ul li a.active {

		color: #B9FF40
		/*color: #fff;*/

	}



	.side {

	    width: 100%;

	    height: 6px;

	    z-index: 999;

	    position: fixed;

	    top: 0;

	    right: 0;

	}



	.brand-mobile {

		display: block;

		position: fixed;

		top: -6px;

		right: 124px;

		z-index: 999;

		opacity: 0;

		-webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */

		transition: all 1s;

	}



	.brand-mobile h1 {

		cursor: pointer;

		font-family: BebasNeueBold;

		font-size: 30px;

		color: #fff;

		

	}



	.show-brand {

		opacity: 1;

	}

}















/*=======================================*/

/* HOME */



.home {

	width: 100%;

	position: relative;

	min-height: 400px;

}



.home .hero {

	/*float: left;*/

	width: 96%;

}



.home .hero img {

	width: 100%;

}



.home .hero-mobile {

	display: none;

}



.home .hero-kj {

	display: none;

}



.home .hero-mobile img {

	width: 100%;

}



.hero .soliloquy-container .soliloquy-next {

	display: none !important;

}



.hero .soliloquy-container .soliloquy-prev {

	display: none !important;

}



.hero .soliloquy-container {

	z-index: 99 !important;

}



.hero .soliloquy-container .soliloquy-pager {

    width: auto !important; 

    margin: 0 auto;

    text-align: center;

    position: absolute;

    bottom: 60%;

    right: -40px;

    /*height: 14px;*/

    /*z-index: 9999;*/

}



@media (max-width: 1300px) {

	.hero .soliloquy-container .soliloquy-pager {

	    bottom: 60%;

	    right: -34px;

	}

}



.hero .soliloquy-container .soliloquy-pager-item:first-child {

	margin-left: 7px;

}



.hero .soliloquy-container .soliloquy-pager-item {

	display: block !important;

	margin-bottom: 10px;

}







.hero .soliloquy-container .soliloquy-pager-link {

    background: url(../images/pager-rect.png) no-repeat scroll 0 0;

    width: 18px;

    height: 60px;

}



.hero .soliloquy-container .soliloquy-pager-link:hover, .hero .soliloquy-container .soliloquy-pager-link.active {

    background: url(../images/pager-rect-hover.png) no-repeat scroll 0 0 !important;

    width: 18px;

    height: 60px;

}





/*=======================================*/

/* TOUR */



.tour {

	width: 96%;

	min-height: 860px;

	background-image: url(../images/tour-bg-image.png);

	background-size: 100%;

	background-position:right top;

	background-repeat: no-repeat;

	box-sizing: border-box;


}



@media (max-width: 1450px) {

	.tour {

		background-position:150px 100px;

	}

}



.tour .parent{

	width: 100%;

	position: relative;

	box-sizing: border-box;

}



.tour .child {

	box-sizing: border-box;

	position: absolute;

	top: 75px;

	left: 400px;

	width: 500px;

}



.tour-dates {

	width: 100%;

	height: 550px;

	/*overflow-y: scroll;*/

	overflow: hidden;

	-webkit-overflow-scrolling: touch;

	box-sizing: border-box;

}





.tour-dates .jspPane {

	border-right: 1px solid #645a51;

}



.dates-container {

	/*width: 400px;*/

	padding-right: 20px;

	box-sizing: border-box;

}



@media (max-width: 1200px) {

	.tour .child {

		left: 360px;

		/*width: 440px;*/

	}

	.dates-container {

		width: 390px;

		padding-right: 20px;

	}

}



.tour .gig {

	border-bottom: 1px solid #3d3630;
	padding: 10px 0px;
	/*margin-bottom: 16px;

	padding-bottom: 16px;*/

}



.tour .gig:last-child {

	border-bottom: none;

}



.tour .date {

	font-family: 'Open Sans', sans-serif;

	color: #fff;

	float: left;

	width: 80px;

	margin-right: 20px;

	font-size: 21px;

    padding-top: 3px;

    text-align: center;

}



.tour .date .month {

	text-align: center;

	font-size: 12px;

	text-transform: uppercase;

}



.tour .date .day {

	text-align: center;

	font-size: 35px;

	line-height: 40px;



}



.tour .city {

	float: left;

	font-family: BebasNeueBold;

	font-size: 31px;

	line-height: 30px;

	color: #B9FF40;

	margin-right: 20px;

	padding-top: 3px;

}

/* 2025 */
.city.year-25 {
  color: #F54C09;
}

/* 2026 */
.city.year-26 {
  color: #B9FF40;
}



.tour .tickets {

	float: right;

	padding-top: 0px;

}





.tour-sidebar {

	height: 100%;

	position: absolute;

	top: 40%;

	left: -43px;

	cursor: pointer;

	-webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */

	transition: all 1s;

}



.hide-tour-sidebar {

	left: 150px;

	-webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */

	transition: all 1s;

}



.tour-map {

	height: 100%;

	width: 100%;

	position: fixed;

	top: 10%;

	left: 0;

	z-index: 9;

	-webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */

	transition: all 1s;

}



.close-map {

	font-family: BebasNeueBold;

	font-size: 36px;

	color: #fff;

	margin-left: 360px;

	margin-bottom: 10px;

	margin-top: -10px;

	cursor: pointer;

}



.map-panel {

	background-color: #f54c09;

	width: 80%;

	height: 76%;

	max-height: 700px;

	margin-left: 360px;

	overflow: hidden;

}



#map {

    width: 100%;

    height: 700px;

}



.hide-tour-map {

	left: 110%;

}



.swipe-right {

	display: none;

}





/*google map infowindow*/



.gm-style-iw {

   overflow: hidden !important; 

   line-height: 1.35;

   white-space: nowrap;

}



.info_content .map-date {

	float: left;

	width: 80px;

}



.info_content .map-date .map-month {

	text-align: center;

	font-size: 10px;

	text-transform: uppercase;

}



.info_content .map-date .map-day {

	text-align: center;

	font-size: 36px;

	/*line-height: 42px;*/

	margin-top: -5px;

}



.info_content .map-city {

	float: left;

	font-family: BebasNeueBold;

    font-size: 22px;

    color: #f54c09;

    margin-right: 15px;

    margin-top: 15px;

}



.info_content .map-tickets {

	float: left;

    margin-top: 12px;

}







/*=======================================*/

/* PROJECTS */



.pside {

	margin: 0;

    padding: 0;

    width: 0;

    height: 100%; /* Full height */

    z-index: 10;

    position: fixed;

    top: 0;

    right: 0;

}



.proj-sidebar {

	height: 100%;

	position: absolute;

	top: 40%;

	left: -43px;

	cursor: pointer;

	-webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */

	transition: all 1s;

}



.hide-proj-sidebar {

	left: 150px;

	-webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */

	transition: all 1s;

}



.proj-pager {

	display: block;

}



.proj-pager-item {

	display: block;

	margin: 0 0 10px 0px;

	position: relative;

}



.proj-pager-item a {

	display: block;

	text-indent: -9999px;

	background: url(../images/pager-rect.png) no-repeat scroll 0 0;

	width: 18px;

	height: 60px;

}



.proj-pager-item a.active {

	background: url(../images/pager-rect-hover.png) no-repeat scroll 0 0;

}



.projects {

	

	width: 91%;

	padding-left: 366px;

	padding-top: 75px;

	overflow: hidden;

	box-sizing: border-box;

}



.projects-container {

	width: 100%;

	box-sizing: border-box;

}



.project-posters {

	width: 100%;

	/*overflow: hidden;*/

	height: 720px;

	/*padding-top: 60px;*/

	margin-top: -60px;

	/*padding-bottom: 60px;*/

	/*margin-bottom: 80px;*/

	-webkit-overflow-scrolling: touch;

}



.posters {

	white-space: nowrap;

	width: auto;

	height: 650px;

	/*border-bottom: 1px solid #645a51;*/

}



.project {

	/*float: left;*/

	display: inline-block;

	position: relative;

	margin-right: 30px;

	opacity: 1;

	/*cursor: pointer;*/

	-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */

	transition: all 0.5s;

}



.project:last-child {

	margin-right: 280px;

}



.project:hover {

	opacity: 1;

}



.poster {

	width: 390px;

	margin-top: 60px;

}



.poster img {

	width: 100%;

}



.play-vid {

	position: absolute;

	top: 0;

	left: 320px;

	cursor: pointer;

}



.scroll-right {

	position: relative;

	top: -50px;

	font-family: BebasNeueBold;

	font-size: 24px;

	color: #B9FF40;

	z-index: 33;

}



.media .scroll-right {

	/*top: -70px;*/

}



.projects .jspTrack, .news .jspTrack, .media .jspTrack  {

	/*border-bottom: 1px solid #645a51;*/

	background-image: url(../images/horiz-scroll-track.png);

	background-repeat: repeat-x;

}



.close-vid {

	font-family: BebasNeueBold;

	font-size: 28px;

	color: #fff;

	margin-bottom: 10px;

	margin-top: -10px;

	cursor: pointer;

}





@media (max-width: 1450px) {

	.project-posters {

		height: 660px;

	}

	.posters {

		height: 590px;

	}

	.poster {

		width: 350px;

	}

	.play-vid {

		/*top: -60px;*/

		left: 280px;

	}

	.proj-pager-item {

		margin: 0 0 10px 7px;

	}

	

}



@media (max-width: 1200px) {

	.project-posters {

		height: 555px;

	}

	.posters {

		height: 485px;

	}

	.poster {

		width: 280px;

	}

	.play-vid {

		/*top: -60px;*/

		left: 210px;

	}

	.proj-pager-item {

		margin: 0 0 10px 10px;

	}

}





/*=======================================*/

/* SOCIAL */



.social {

	padding-top: 70px;

}



.social-container {

	position: relative;

	padding-left: 366px;

	padding-right: 100px;

}



.big-icons {

	position: absolute;

	top: 0;

	right: 0;

	margin-right: 100px;

	margin-top: 0px;

	z-index: 2;

}



.big-icons div {

	display: inline-block;

	margin-right: 20px;

}



.ff-stream-wrapper {

	z-index: 0 !important;

}



.ff-stream {

	background-color: transparent !important;

	padding: 0 !important;

}



.ff-filter-holder:before {

    background: transparent !important;

}



.ff-filter-holder {

    text-align: left !important;

    padding: 0 !important;

}





.ff-filter-holder .ff-filter {

	background: transparent !important;

	font-family: BebasNeueBold;

	color: #f54c09 !important;

	border-radius: 0 !important;

	width: auto !important;

}



.ff-filter-holder .ff-filter--active {

	color: #fff !important;

}





.ff-filter-holder .ff-filter:after {

     font-family: BebasNeueBold !important;

}



.ff-filter-holder .ff-type-all {

    padding: 0px 0px 0px 14px !important;

}



.ff-filter-holder .ff-facebook .ff-icon-inner:after, .ff-type-facebook:after {

    content: 'facebook' !important;

}



.ff-filter-holder .ff-facebook .ff-icon-inner:after, .ff-type-twitter:after {

    content: 'twitter' !important;

}



.ff-filter-holder .ff-facebook .ff-icon-inner:after, .ff-type-instagram:after {

    content: 'instagram' !important;

}





.ff-filter-holder .ff-search {

	display: none !important;

}



.ff-item {

	opacity: 1 !important;

	font-family: 'Open Sans', sans-serif;

	background-color: #392318 !important;

	color: #fff !important;

	-webkit-transition: opacity 0.5s; /* For Safari 3.1 to 6.0 */

	transition: opacity 0.5s;

}



.ff-item:hover {

	opacity: 1 !important;

}



.ff-item-meta {

	font-family: BebasNeueBold;

}



.ff-theme-flat.ff-style-3 .ff-content+.ff-item-meta, .ff-theme-flat.ff-style-3 .ff-article+.ff-item-meta, .ff-theme-flat.ff-style-3 .readmore-js-toggle+.ff-item-meta, .ff-theme-flat.ff-style-3 h4+.ff-content:empty+.ff-item-meta, .ff-theme-flat.ff-style-3 h4+.ff-item-meta {

    padding: 24px 0 20px;

}



.ff-twitter a, .ff-instagram a, .ff-facebook a {

	color: #fff !important;

}



.social .ff-name {

	display: none !important;

	/*font-size: 17px;

	color: #f54c09;*/

}



.social .ff-facebook .ff-name {

	display : inline-block !important;

	font-size: 20px !important;

	color: #f54c09 !important;

	margin-right: 10px;

}



.social .ff-nickname {

	/*display: none !important;*/

	font-size: 20px !important;

	color: #f54c09 !important;

}



.social .ff-timestamp {

	color: #fff !important;

	font-size: 16px !important;

}



.ff-theme-flat.ff-style-3 .ff-twitter .ff-icon:before {

    border-color: transparent #f54c09 transparent transparent !important;

}



.ff-twitter .ff-icon-inner {

    background-color: #f54c09 !important;

}



.ff-theme-flat.ff-style-3 .ff-instagram .ff-icon:before {

    border-color: transparent #f54c09 transparent transparent !important;

}



.ff-instagram .ff-icon-inner {

    background-color: #f54c09 !important;

}



.ff-theme-flat.ff-style-3 .ff-facebook .ff-icon:before {

    border-color: transparent #f54c09 transparent transparent !important;

}



.ff-facebook .ff-icon-inner {

    background-color: #f54c09 !important;

}



.ff-theme-flat.ff-style-3 .ff-item-cont:before {

    content: '';

    position: absolute;

    bottom: 0;

    width: 100%;

    left: 0;

    background: transparent !important;

    height: 84px;

}



.ff-loadmore-wrapper .ff-btn {

	background: #f54c09 !important;

	font-family: BebasNeueBold;

	font-size: 18px !important;

	line-height: 33px !important;

}



@media (max-width: 1340px) {

	.big-icons {

		margin-right: 80px;

	}

}



@media (max-width: 1500px) {

	.big-icons {

		display: none;

	}

}









/*=======================================*/

/* MEDIA */



.media {

	/* height: 800px; arbitrary - remove after plugin installed */

	padding-top: 70px;

	margin-bottom: 100px;

}



.media-container {

	padding-left: 366px;
	width:65%;

}



.gallery-container {

	width: 100%;

	/*height: 670px;*/

}



.gallery-container .gal {

	white-space: nowrap;

    width: auto;

	/*height: 670px;*/

}





.gallery-container #gallery-1 {

	width: auto;

	white-space : nowrap;

}







.gallery-container #gallery-1 img {

	width: auto;

	max-height: 530px;

	border: none;

}



.gallery-container #gallery-1 br {

	display: none !important;

}



.gallery-container #gallery-1 .gallery-item {

	float: none !important;

	width: auto !important;

	display: inline-block;

	padding: 10px;

	background: rgba(61,54,48,0.3);

	margin-right: 28px;

	opacity: 1;

	-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */

	transition: all 0.5s;

}



.gallery-container #gallery-1 .gallery-item:last-child {

	margin-right: 128px !important;

}



.gallery-container #gallery-1 .gallery-item:hover {

	opacity: 1;

}



.gal-content {

	display: block;

	/*min-width: 3000px;*/

	height: 678px;

	overflow-x: auto;

}



@media (max-width: 1200px) {

	.gal-content {

		height: 600px;

	}



	.gallery-container #gallery-1 img {

		max-height: 490px;

	}

}





/* Style The Dropdown Button */

.dropbtn {

	display: block;

	box-sizing: border-box;

	width: 100%;

	white-space: nowrap;

	font-family: BebasNeueBold;

	font-size: 24px;

    background-color: rgba(57,35,24,0.6);

    color: white;

    padding: 16px;

    border: none;

    cursor: pointer;

}



.dropbtn img {

	position: absolute;

	right: 15px;

	top: 22px;

}



/* The container <div> - needed to position the dropdown content */

.dropdown {

	display: block;

	box-sizing: border-box;

	font-family: BebasNeueBold;

	font-size: 24px;

	color: #fff;

    position: relative;

    /*display: inline-block;*/

    width: 420px;

	white-space: nowrap;

	margin-bottom: 8px;

}



/* Dropdown Content (Hidden by Default) */

.dropdown-content {

	box-sizing: border-box;

    display: none;

    position: absolute;

    background-color: #f54c09;

    width: 100%;

    min-width: 160px;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

    z-index: 1;

}



/* Links inside the dropdown */

.dropdown-content a {

    color: #fff;

    padding: 12px 16px;

    text-decoration: none;

    display: block;

    cursor: pointer;

}



/* Change color of dropdown links on hover */

.dropdown-content a:hover {background-color: #f7703a}



/* Show the dropdown menu on hover 

.dropdown:hover .dropdown-content {

    display: block;

}

*/



.show-dropdwn {

	display: block;

}



/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {

    background-color: rgba(57,35,24,1);

}





/*=======================================*/

/* NEWS */



.news {

	height: 800px; /*arbitrary - remove after plugin installed*/

	padding-top: 100px;

}



.news-container {

	box-sizing: border-box;

	padding-left: 366px;

	width: 100%;

}



.posts-container {

	box-sizing: border-box;

	width: 100%;

	height: 462px;

	overflow-x: scroll;

}



.posts {

	box-sizing: border-box;

	white-space : nowrap;

	width: auto;

	height: 452px;

	/*border-bottom: 1px solid #645a51;*/

}



.post {

	box-sizing: border-box;

	white-space : nowrap;

	/*float: left;*/

	display: inline-block;

	background-color: rgba(57,35,24,0.6);

	padding: 15px;

	margin-right: 15px;

	opacity: 0.6;

	-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */

	transition: all 0.5s;

	/*white-space : normal;*/

}



.post:last-child {

	margin-right: 400px;

}



.post-image {

	display: inline-block;

	box-sizing: border-box;

	width: 0;

	height: 368px;

	/*float: left;*/

	max-height: 368px;

	overflow: hidden;

	-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */

	transition: all 0.5s;

	white-space : normal;

}



.post-image img {

	height: 100%;

}



.post-txt {

	box-sizing: border-box;

	position: relative;

	font-family: 'Open Sans', sans-serif;

	color: rgba(255,255,255,0.7);

	/*float: left;*/

	display: inline-block;

	background-color: #3e3e3e;

	width: 368px;

	height: 368px;

	padding: 0 15px;

	overflow: hidden;

	white-space : normal;

	vertical-align: top;

}



.post-txt a {

	color: #fff;

}



.post-txt h3 {

	color: #f54c09;

}





.post:hover {

	opacity: 1;

}



.post:hover .post-image {

	width: 368px;

}



.news-btn {

	/*box-sizing: content-box;*/

	position: absolute;

	bottom: 0;

	width: 338px;

	background-color: #3e3e3e;

	padding: 15px 0;

}



.news-btn .txt {

	/*box-sizing: content-box;*/

	display: block;

	width: 100%;

	border-top: 2px solid #f54c09;

	text-align: right;

}



.news-btn a {

	/*display: block;*/

	color: #fff;

	padding: 0 8px;

	background-color: #f54c09;

	text-decoration: none;

	/*line-height: 0em;*/

}





/*=======================================*/

/*MOBILE STICKY FOOTER*/



.ftr-mobile {

	display: none;

	box-sizing: border-box;

	width: 100%;

	position: fixed;

	bottom: 0;

	background-color: #B9FF40;

	padding: 15px;
	
	z-index: 1000;

}



.ftr-mobile .handle {

	float: left;

	font-family: BebasNeueBold;

	font-size: 24px;

	line-height: 38px;

}



.ftr-mobile .sm-icons {

	float: right;

}





.ftr-mobile .sm-icons img {

	width: 34px;

	margin-left: 8px;

}





/*=======================================*/

/*VIDEO OVERLAY*/





.vid-overlay {

	box-sizing: border-box;

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	padding: 85px 200px 0 200px;

	background-color: rgba(0,0,0,0.5);

	z-index: 9999;

	-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */

	transition: all 0.5s;

}



.vid-container {

	position: relative;

	padding-bottom: 52%;

	padding-top: 30px; 

	height: 0; 

	border: 8px solid #fff;

}



.vid-container iframe,

.vid-container object,

.vid-container embed {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}



.hide-vid {

	left: 110%;

}







/*=======================================*/

/*  MOBILE LAYOUT  */



@media (max-width: 900px) {



	body {

		background-image: url(../images/bg-fullpage_limefull.jpg);

		background-position:center top;

		background-size: 250%;

	}
	



	h2 {

		font-size: 72px;

	}

	

	.home .hero {

		display: none;

	}



	.home .hero-mobile {

		display: block;
		height:640px

	}



	.home .hero-kj {

		display: block;

		position: relative;

		width: 160px;

		height: 0;

		overflow: visible;

		border: 1px solid #ccc;

		margin-left: auto;

		margin-right: auto;

	}

 

	.home .kj-big {

		position: absolute;

		top: 260px;

	}



	.home .hero-kj h1 {

		font-family: BebasNeueBold;

		font-size: 78px;

		color: #fff;

		padding: 0;

		font-weight: normal;

		line-height: 66px;

	}



	.kj-hr {

		width: 0;

		height: 2px;

		background-color: #B9FF40;

		margin-top: 15px;

	}



	.kj-nav li.sm {

		display: none;

	}





	/*TOUR*/



	.tour-sidebar {

		display: none !important;

	}



	.tour {

		width: 100%;

		padding: 28px;

		min-height: 440px;

		background-image: none;

		background-size: 100%;

		background-position:right center;

	}



	.tour .child {

		position: absolute;

		top: 40px;

		left: 0;

		width: 100%;

	}



	.tour-dates {

		width: 100%;

		height: 260px;

		overflow-x: scroll;

		overflow-y: hidden;

		-webkit-overflow-scrolling: touch;

		box-sizing: border-box;

	}



	.dates-container {

		white-space: nowrap;

		width: auto;

		padding-right: 0;

	}



	.tour .gig {

		display: inline-block;

		width: 200px;

		border-bottom: none;

		border-right: 1px solid #3d3630;

	}



	.tour .gig:last-child {

		display: inline-block;

		width: 230px;

		border-bottom: none;

		border-right: none;

	}



	.tour .date {

		float: none;

		width: 100%;

	}



	.tour .date .month {

		font-size: 13px;

	}



	.tour .date .day {

		font-size: 48px;

	}







	.tour .city {

		text-align: center;

		float: none;

		margin-right: 0;

		padding-top: 0;

	}



	.tour .tickets {

		width: 100%;

		text-align: center;

		padding-top: 12px;

	}



	.swipe-right {

		text-align: center;

		display: block;

		color: #fff;

		font-family: BebasNeueBold;

		font-size: 22px;

		opacity: 0.3;

		margin-top: -50px;

	}







	/*PROJECTS*/



	.projects {

		padding-left: 28px;

		padding-top: 60px;

	}



	.project {

		margin-right: 18px;

	}



	.project-posters {

		overflow-x: scroll;

		height: 400px;

	}

	.posters {

		height: 305px;

		border-bottom: none;

	}

	.poster {

		width: 180px;

	}



	.play-vid img {

		width: 70%;

	}

	.play-vid {

		top: 30px;

		left: 140px;

	}

	.scroll-right {

		display: none;

		

	}



	.proj-pager {

		display: none;

	}



	.social-container {

		padding-left: 28px;

		padding-top: 54px;

	}



	.big-icons {

		display: none;

	}



	.media-container {

		padding-left: 28px;

		padding-top: 54px;

	}



	.gallery-container {

		height: 520px;

	}



	.gallery-container .gal {

		height: 500px;

	}



	.gal-content {

		height: 400px;

	}



	.gallery-container #gallery-1 img {

		max-height: 320px;

	}



	.news-container {

		padding-left: 28px;

		padding-top: 54px;

	}





	.ftr-mobile {

		display: block !important;

	}



	.vid-overlay {

		padding: 100px 0 0 0;

	}



}





@media (max-width: 640px) {



	.home .kj-big {

		position: absolute;

		top: 220px;

	}



	.tour .date .month {

		text-align: center;

		/*font-size: 10px;*/

	}



	.tour .date .day {

		text-align: center;

		/*font-size: 42px;

		line-height: 42px;*/

	}



	.tour .city {

		font-size: 26px;

		/*margin-right: 20px;*/

		margin-top: 20px;

	}
	



	.media-container .swipe-right {

		margin-top: -180px;

	}



	.gallery-container {

		height: 500px;

	}

	.gallery-container .gal {

		height: 490px;

	}



	.gal-content {

		overflow-x: scroll;

	}



	.gallery-container #gallery-1 img {

		max-height: 240px;

	}



	.dropbtn {

		font-family: BebasNeueBold;

		font-size: 18px;

	    background-color: rgba(57,35,24,0.6);

	    color: white;

	    padding: 14px;

	    border: none;

	    cursor: pointer;

	}



	.dropbtn img {

		top: 18px;

	}



	.dropdown {

		font-size: 18px;

	    width: 96%;

	}



}





@media (max-width: 400px) {



	.home .kj-big {

		position: absolute;

		top: 180px;

	}



	.post {

		padding: 0;

	}



	.post-image {

		width: 0;

		height: 300px;

		float: left;

		max-height: 300px;

		overflow: hidden;

		-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */

		transition: all 0.5s;

	}



	.post-image img {

		height: 100%;

	}



	.post-txt {

		box-sizing: border-box;

		font-family: 'Open Sans', sans-serif;

		color: rgba(255,255,255,0.7);

		float: left;

		background-color: #3e3e3e;

		width: 300px;

		height: 300px;

		padding: 0 15px;

	}



	.post:hover .post-image {

		width: 0;

	}



	.news-btn {

		width: 275px;

	}

}
@media (max-width:767px){
.media-container {
	
	width: 86%;
}
.swipe-right.gallery-custom-swipe-right {
    margin-top: -143px;
    float: left;
    width: 100%;
    text-align: center;
}	
.footer_custom_logo.display_mobile {

    margin-left: 20%;
    width: 56%;
    text-align: center;
    margin-top: -73px;
    margin-bottom: 130px;
	display:block;

}
.footer_custom_logo.display_mobile img {
	width: 38%;
}
}





/*custom scrollbar*/



._mCS_1 .mCSB_draggerRail{ 

	width: 2px !important; 

	/*margin: auto 0 !important;*/

}



._mCS_1 .mCSB_dragger_bar{ 

	background-color: #B9FF40 !important; 

	width: 16px !important;

	margin: auto !important;

}







/*horizontal scrollbar*/



._mCS_2 .mCSB_draggerRail, ._mCS_3 .mCSB_draggerRail{ 

	height: 2px !important; 

	/*margin: auto 0 !important;*/

}



._mCS_2 .mCSB_dragger_bar, ._mCS_3 .mCSB_dragger_bar{ 

	background-color: #B9FF40 !important; 

	height: 16px !important;

	margin: auto !important;

}


/* Make the icon container horizontal */
.sm-icons {
  display: flex;
  justify-content: center;  /* center icons horizontally */
  align-items: center;
  gap: 6px;                 /* space between icons */
  flex-wrap: nowrap;        /* keep icons in a single row */
}

/* Optional: constrain each anchor */
.sm-icons a {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Unified icon styling */
.social-icon {
  width: 24px;
  height: 24px;
  display: block;
  vertical-align: middle;
  transition: transform 0.2s ease;
}

/* Unified Tour banner styling */
.tour-banner {
  margin: 1.5em 0;
  text-align: center;
  font-family: BebasNeueBold;
  font-size: 31px;
  line-height: 30px;
  color: #B9FF40;
  background: #222;
  padding: 0.6em 1em;
  border-top: 2px solid #b9ff40;
  border-bottom: 2px solid #b9ff40;
}

.tour-banner span {
  color: #b9ff40;
}

/* Hide small-text on desktop */
.tour-banner .small-text {
  display: none;
}

/* 2025 banner - orange */
.banner-2025 {
  color: #F54C09;
  background: #222;
  border-top: 2px solid #F54C09;
  border-bottom: 2px solid #F54C09;
}
.banner-2025 span {
  color: #F54C09;
}

/* 2026 banner - neon green */
.banner-2026 {
  color: #B9FF40;
  background: #222;
  border-top: 2px solid #B9FF40;
  border-bottom: 2px solid #B9FF40;
}
.banner-2026 span {
  color: #B9FF40;
}


/* Mobile tweaks */
@media (max-width: 900px) {
  .banner-2025,
  .banner-2026 {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0;
    padding: 40px 10px;
    box-sizing: border-box;
    background: #111;
    white-space: normal;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  }

  .banner-2025 {
    border-left: 2px solid #F54C09;
    border-right: 2px solid #F54C09;
    border-top: none;
    border-bottom: none;
  }

  .banner-2026 {
    border-left: 2px solid #B9FF40;
    border-right: 2px solid #B9FF40;
    border-top: none;
    border-bottom: none;
  }

  .tour-banner .small-text {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
    opacity: 0.85;
  }

  .hide-mobile {
    display: none;
  }
}



/* Mobile styles (<900px) 
@media (max-width: 900px) {
  .tour-banner {
    display: inline-block;
    vertical-align: top;
    width: 200px;                
    height: 100%;               
    margin: 0;
    padding: 40px 10px;
    box-sizing: border-box;
    border-left: 2px solid #b9ff40;
    border-right: 2px solid #b9ff40;
    border-top: none;
    border-bottom: none;
    border-radius: 0;           
    background: #111;
    white-space: normal;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  }

  .tour-banner .small-text {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
    opacity: 0.85;
  }
	
  .hide-mobile {
    display: none;
  }
*/
 