/**************** default styles ****************/
body {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#211e38+0,2f3249+100 */
	background: rgb(33,30,56); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(33,30,56,1) 0%, rgba(47,50,73,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(33,30,56,1) 0%,rgba(47,50,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(33,30,56,1) 0%,rgba(47,50,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211e38', endColorstr='#2f3249',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-size: 14px !important;
}

 /*    carousel styles    */

 .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0; 
  margin-right: auto !important;
  margin-left:  auto !important;
  margin-bottom: 35px !important;
  list-style: none;
  width: auto !important;
}

 .carousel-indicators li {
    width:  15px !important;
    height:  15px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    margin-bottom: 0px !important;
    text-indent:  none !important;
    cursor: pointer;
    background-color: white;
    background-clip: padding-box;
    border: none !important;
    border-radius: 50% !important;
    opacity: .3;
    transition: 0.5s !important;
  }

  .active {
    opacity: 1 !important;
    border: none !important;
    margin-bottom: 0px !important;
  }

 /**********************************************/

.row {margin: 0px}

/*  scroll bar  */

	body::-webkit-scrollbar {
	  width: 10px;
	}
	/* Track */
	body::-webkit-scrollbar-track {
	  background: #494853;
	}
	/* Handle */
	body::-webkit-scrollbar-thumb {
	  background: #8BCFBE;
	}
	/* Handle on hover */
	body::-webkit-scrollbar-thumb:hover {
	  background: #EEA6F7;
	}

/*  scroll ends  */

.clear {
	clear: both;
}

/*--- button styles --- */

	#button {
	  display: inline-block;
	  background-color: #EEA6F7;
	  width: 50px;
	  height: 50px;
	  text-align: center;
	  border-radius: 4px;
	  position: fixed;
	  bottom: 30px;
	  right: 30px;
	  transition: background-color .3s, 
	    opacity .5s, visibility .5s;
	  opacity: 0;
	  visibility: hidden;
	  z-index: 1000;
	}
	#button::after {
	  content: "\f077";
	  font-family: FontAwesome;
	  font-weight: normal;
	  font-style: normal;
	  font-size: 2em;
	  line-height: 50px;
	  color: #fff;
	}
	#button:hover {
	  cursor: pointer;
	  background-color: #333;
	  text-decoration: none;
	}
	#button:active {
	  background-color: #555;
	}
	#button.show {
	  opacity: 1;
	  visibility: visible;
	}

/*--- button styles ends --- */

a, a:active, a:focus {
    color: #EEA6F7 !important;
    -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  /* ...and now for the proper property */
	  transition:.5s;
	  text-decoration: none;
	}

a:hover {
    color: #8BCFBE !important;
    text-decoration: none;
}

.container {
	margin: 0px !important;
	padding: 0px !important;
	width: 100%;
	height: auto;
	max-width: none !important;
	font-size: 1em !important;
}

#overtime {
	/*background-color: #403E4B;*/
	color: white !important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#211e38+0,2f3249+100 */
	background: rgb(33,30,56); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(33,30,56,1) 0%, rgba(47,50,73,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(33,30,56,1) 0%,rgba(47,50,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(33,30,56,1) 0%,rgba(47,50,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211e38', endColorstr='#2f3249',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#entertainment {
	background-image: url(../images/OT_website_bg.jpg);
	margin-top: 0px;
}

#eventInfo {
	background-image: url(../images/HHOF_building_white.png);
	background-size: 150% auto;
	background-position: 50%;
	margin-top: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#211e38+0,2f3249+100 */
	background: rgb(33,30,56); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(33,30,56,1) 0%, rgba(47,50,73,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(33,30,56,1) 0%,rgba(47,50,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(33,30,56,1) 0%,rgba(47,50,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211e38', endColorstr='#2f3249',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#buyTicketsSec {
	margin-top: 0px;
	background-image: url(../images/OT_website_bg.jpg);
}

#fodAndbev-Sec {
	margin: 0;
}

.entertainment-sec {
	/*background-color: white;*/
	color: #262431;
	text-align: center;
	color: white;
}

.heroSec {
	width: 100%;
	text-align: center;
	background-image: url(../images/OT_website_bg_hero2.jpg);
}

.overtime-content {
	margin: auto;
}

.overtime-desc {
	text-align: center;
}

.themeBox {
	border: 2px solid white;
	float: left;
	text-align: center;
}

.themeNights a {
	color: white !important;
	transition: 0.5s;
}

.themeNights a:hover {
	color: #2affca !important;
}

#genericTheme {
	background-image: url(../images/HHOF_OT_generic.jpg);
}

#halloweenTheme {
	background-image: url(../images/HHOF_OT_halloween.jpg);
}

#countryTheme {
	background-image: url(../images/HHOF_OT_country.jpg);
}

.entertainmentBox {
	border: 0px;
	float: left;
	text-align: center;
	position: relative;
}

.entertainmentBox02 {
	border: 0px;
	float: left;
	text-align: center;
	position: relative;
}

.entertainmentBox03 {
	border: 0px;
	float: left;
	text-align: center;
	position: relative;
}

.genEntPhoto {
	background-image: url(../images/noPhoto.jpg) !important;
}

.genEntPhoto01 {
	background-image: url(../images/DJ_LissaMonet.jpg) !important;
}

.genEntPhoto02 {
	background-image: url(../images/JP_headshot.jpg) !important;
}

.genEntPhoto03 {
	background-image: url(../images/jimHunt_photo.jpg) !important;
}

.genEntPhoto04 {
	background-image: url(../images/DJTILT_12.jpg) !important;
}

.genEntPhoto05 {
	background-image: url(../images/tara_tarot.jpg) !important;
}

.genEntPhoto06 {
	background-image: url(../images/adamWylde.jpg) !important;
}

.genEntPhoto08 {
	background-image: url(../images/countryArtist.jpg) !important;
}

.genEntPhoto09 {
	background-image: url(../images/jimBob_bull.jpg) !important;
}

.halEntPhoto {
	/*background-image: url(../images/DJ_Lissa-Monet.jpg);*/
	background-size: auto 130%;
	background-position: 50%;
}

.conEntPhoto {
	/*background-image: url(../images/DJ_Lissa-Monet.jpg);*/
	background-size: auto 130%;
	background-position: 50%;
}

.otlogo {
	margin-right: auto;
	margin-left: auto;
}

.greenLine {
	height: 1px;
	background-color: #8BCFBE;
}

.eventInfo-content {
	margin: auto;
}

.eventInfoBox {
	border: 2px solid white;
	float: left;
	text-align: center;
}

.finePrint {
	color: white;
	text-align: center;
}

.tickets-left {
	float: left;
}

#eventBar-gen {
	background-image: url(../images/HHOF_OT_generic.jpg);
	background-size: 100% auto;
}

#eventBar-hal {
	background-image: url(../images/HHOF_OT_halloween.jpg);
	background-size: 100% auto;
}

#eventBar-cou {
	background-image: url(../images/HHOF_OT_country.jpg);
	background-size: 100% auto;
}

#eventBar-SM {
	background-color: rgba(0,0,0,0.5);
}

.tickets-right {
	float: left;
	position: relative;
}

.ticketWindow iframe[style] {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
}

/*.beverages {
	width: auto;
	height: auto;
	margin: auto;
}*/

.food {
	width: auto;
	height: auto;
	margin: auto;
}


footer {
	color: white !important;
}


/*********************************************************/

@media screen and (min-width: 320px) {

	.gallery {
		width: auto;
		margin: auto auto 30px auto;
	}

	.shrinker {
		width: 100%;
		margin: auto auto 30px auto;
	}

	.carousel-indicators {
		margin-bottom: 10px !important;
	}

	.navbar {
		padding: 10px !important;
	}

	.navbar-nav {
		width: auto;
	}

	.navbar-dark {
		border: 0px !important;
	}

	.navbar-collapse {
		margin-top: 10px !important;
	}

	.nav-link {
		float: left;
		width: auto;
	}

	.heroSec {
		width: 100%;
		height: 350px;
		background-size: auto 110%;
		background-position: 50%;
	}

	.otlogo {
		width: 90%;
		margin: 145px auto 0 auto;
	}

	.overtime-content {
		width: 100%;
		margin: auto;
		padding: 0 15px 0 15px;
	}

	.greenLine {
		width: 100%;
		margin: 30px auto 30px auto;
	}

	.overtime-desc {
		margin: 4vh auto 3vh auto;
	}

	.overtime-desc p {
		font-size: 1em;
	}

	.themeNights {
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
	}

	.themeBox {
		width: 100%;
		height: auto;
		padding: 10px;
		margin: 0px 0px 5px 0;
		background-size: 100% auto;
		background-position: 50%;
	}

	.themeBox h3 {
		margin: 0;
		font-size: 1.4em;
	}

	#entertainment {
		background-size: auto 300%;
		background-position: 0%;
	}

	.entertainment-content {
		width: 100%;
		height: auto;
		margin: auto;
		padding: 0 15px 0 15px;
	}

	.entertainment-sec {
		width: 100%;
		height: auto;
		margin: 30px auto 0px auto;
		padding: 10px 0 ;
	}

	#bannerSO {
		background-image: url('../images/HHOF_OT_generic.jpg');
		background-size: 100% auto;
		background-position: 50% 50%;
	}

	#bannerKC {
		background-image: url('../images/HHOF_OT_country.jpg');
		background-size: 100% auto;
		background-position: 50% 50%;
	}

	.entertainment-sec h2 {
		color: white;
		font-size: 2.34em;
		float: none;
		margin-top: 10px;
	}

	.smallGreenLine {
		/*float: left;
		width: 230px;
		height: 1px;
		background-color: #8BCFBE;
		margin: 35px 20px 0 20px;*/
		display: none;
	}

	.smallGreenLine02 {
		/*float: left;
		width: 230px;
		height: 1px;
		background-color: #8BCFBE;
		margin: 35px 20px 0 20px;*/
		display: none;
	}

	.boxContainer01 {
		width: 100%;
		height: auto;
		margin: 10px auto 20px auto;
	}

	.boxContainer02 {
		width: 100%;
		height: auto;
		margin: 10px auto 20px auto;
	}

	.boxContainer03 {
		width: 100%;
		height: auto;
		margin: 10px auto 5px auto;
	}

	.entertainmentBox {
		width: 100%;
		height: auto;
		padding: 0px;
		margin: 0 0 5px 0;
	}

	.entertainmentBox02 {
		width: 100%;
		height: auto;
		padding: 0px;
		margin: 0 0 5px 0;
	}

	.entertainmentBox03 {
		width: 100%;
		height: auto;
		padding: 0px;
		margin: 0 0 5px 0;
	}

	.genEntPhoto {
		width: 100%;
		height: 150px;
		/*background-color: lightgrey;*/
		background-size: 100% auto;
		background-position: 50% 50%;
	}

	.genEntPhoto01 {
		width: 100%;
		height: 150px;
		background-size: auto 200%;
		background-position: 50%;
	}

	.genEntPhoto02 {
		width: 100%;
		height: 150px;
		background-size: auto 230%;
		background-position: 50% 20%;
	}

	.genEntPhoto03 {
		width: 100%;
		height: 150px;
		background-size: 100% auto;
		background-position: 50% 10%;
	}

	.genEntPhoto04 {
		width: 100%;
		height: 150px;
		background-size: 100% auto;
		background-position: 50% 10%;
	}

	.genEntPhoto05 {
		width: 100%;
		height: 150px;
		background-size: 100% auto;
		background-position: 50% 10%;
	}

	.genEntPhoto06 {
		width: 100%;
		height: 150px;
		background-size: 100% auto;
		background-position: 50% 50%;
	}

	.genEntPhoto08 {
		width: 100%;
		height: 150px;
		background-size: auto 230%;
		background-position: 50% 5%;
	}

	.genEntPhoto09 {
		width: 100%;
		height: 150px;
		background-size: 100% auto;
		background-position: 50% 50%;
	}

	.performerName {
		width: 100%;
		height: 65px;
		background-color: #262431;
		color: white;
		text-align: left;
	}

	.performerInfo {
		float: left;
		padding: 0 0 0 20px;
		width: auto;
		height: 65px;
	}

	.performerInfo02 {
		float: left;
		padding: 0 0 0 20px;
		width: auto;
		height: 65px;
	}

	.performerInfo02 h3 {
		font-size: 1.25em;
		padding: 15px 0 0 0;
		margin: 0;
	}

	.performerInfo02 p {
		font-size: 0.9em;
		padding: 0;
		margin: 0;
	}

	.performerInsta{
		float: right;
		width: 65px;
		height: 65px;
	}

	.performerInsta02{
		float: right;
		width: 65px;
		height: 65px;
	}

	.performerInfo h3 {
		font-size: 1.25em;
		padding: 15px 0 0 0;
		margin: 0;
	}

	.performerInfo p {
		font-size: 0.9em;
		padding: 0;
		margin: 0;
	}

	.performerInsta i {
		font-size: 3.5em;
		margin: auto;
		padding: 8px 11.0625px 8px 11.0625px;
	}

	.performerInsta02 i {
		font-size: 3em;
		margin: auto;
		padding: 12px 11.0625px 8px 5px;
	}

	#eventInfo {
		padding: 0 15px;
	}

	.eventInfo-sec {
		width: 100%;
		margin: auto;
		padding: 0;
	}

	.eventInfo-content {
		width: 100%;
		height: auto;
		margin: auto;
		color: white;
	}

	.eventInfoBox {
		width: 100%;
		height: auto;
		padding: 10px;
		margin: 5px 0;
	}

	.eventInfoBox h3 {
		font-size: 1.75em;
		margin: 5px 0;
	}

	.eventInfoBox h4 {
		font-size: 1.75em;
		margin: 5px 0;
	}

	.eventInfoBox p {
		font-size: 1em;
		line-height: 1em;
		margin: 3px 0;
	}

	.finePrint {
		font-size: 0.7em;
		margin: 10px 0 0 0;
	}

	#buyTicketsSec {
		background-size: auto 110%;
		background-position: 50%;
	}

	.ticketContainter {
		width: 100%;
		margin: 30px auto 30px auto;
	}

	.tickets-left {
		height: auto;
		width: 100%;
		padding: 0 15px;
		/*display: none;*/
	}

	.tickets-right {
		height: auto;
		width: 100%;
		padding: 0 15px;
	}

	.ticketWindow {
		width: 100%;
		height: 100%;
		margin: auto;
		background-color: white;
		padding: 15px 15px 15px 15px;
	}

	.ticketWindow h3 {
		font-size: 2em;
		margin: 10px 0 20px 0;
	}

	.eventWindow {
		width: 100%;
		height: auto;
		/*margin: 30px auto auto 17px;*/
		padding: 0 0;
	}

	.eventBar {
		width: 100%;
		height: auto;
		padding: 7% 5%;
		color: white;
	}

	.eventBar h1 {
		margin: 20px 0 0 0;
		font-size: 3.25em;
	}

	.eventBar h2 {
		margin: 20px 0 0 0;
		font-size: 2.5em;
	}

	.eventBar h3 {
		margin: 0;
		font-size: 1em;
	}

	.ticketWindow iframe[style] {
		margin-top: auto;
		margin-bottom: auto;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
		height: 120px !important;
		border: 1px solid #8BCFBE;
		padding: 0 20px 0 20px;
	}

	.ticketWindow iframe[style]::-webkit-scrollbar {
	  width: 10px !important;
	}
	/* Track */
	.ticketWindow iframe[style]::-webkit-scrollbar-track {
	  background: #494853 !important;
	}
	/* Handle */
	.ticketWindow iframe[style]::-webkit-scrollbar-thumb {
	  background: #8BCFBE !important;
	}
	/* Handle on hover */
	.ticketWindow iframe[style]::-webkit-scrollbar-thumb:hover {
	  background: #EEA6F7 !important;
	}

	.sponsorContainter {
		width: 100%;
		margin: 0px auto 0px auto;
		padding: 0 15px;
	}

	.stepbar div [style]{
		width: 10px !important;
	}

	.foodAndbev-containter {
		width: 100%;
		height: auto;
		background-color: white;
		margin: 30px auto auto auto;
		padding: 10px;
		text-align: center;
	}

	.genFood {
		float: left;
		margin: 15px auto 25px auto;
		width: 100%;
		height: auto;
	}

	.conFood {
		float: left;
		margin: 15px auto 25px auto;
		width: 100%;
		height: auto;
	}

	.conFood div {
		padding: auto;
	}

	.food div img {
		width: 35%;
		height: auto;
		margin: 10px;
	}
	
	footer {
		width: 100%;
		padding: 0 15px;
	}

	.sponsorFooter {
		width: 100%;
		border-top: 1px solid white;
		margin: 15px 0 0 0;
		padding: 0;
	}

	.sponsorFooter img {
		width: auto;
		float: none;
	}

	.vertLine {
		background-color: none;
		width: 1px;
		height: 75px;
		float: left;
		margin: 0px;
	}

	#hhof_logo {
		width: 35%;
		margin: 14px;
	}

	#wwb_logo {
		width: 35%;
		margin: 25px;
	}

	#bsb_logo {
		width: 65%;
		margin: 14px;
	}

	#corby_logo {
		width: 50%;
		margin: 14px;
	}

	#cmm_logo {
		width: 65%;
		margin: 35px;
	}

	#ccr_logo {
		width: 55%;
		margin: 14px;
	}

	#dle_logo {
		width: 30%;
		margin: 14px;
	}

	.beverages {
		width: auto;
		height: auto;
		margin: 0 0 40px 0;
	}

	.beverages h3 {
		margin-top: 15px;
	}


	.beverages .sponsorLogo {
		margin: 15px;
	}

	#WWB {
		width: 125px;
	}

	#BSB {
		width: 200px;
	}

	#corby {
		width: 200px;
	}

}
/*********************************************************/
@media screen and (min-width: 375px) {

	#entertainment {
		background-size: auto 300%;
		background-position: 0%;
	}

	.entertainment-content {
		width: 100%;
		height: auto;
		margin: auto;
		padding: 0 15px 0 15px;
	}

	.entertainment-sec {
		width: 100%;
		height: auto;
		margin: 20px auto 0px auto;
		padding: 10px 0 ;
	}

	.entertainment-sec h2 {
		color: white;
		font-size: 2.34em;
		float: none;
		margin-top: 10px;
	}

	#buyTicketsSec {
		background-size: 110% auto;
		background-position: 50%;
	}

}
/*********************************************************/
@media screen and (min-width: 414px) {
}
/*********************************************************/

@media screen and (min-width: 568px) {

	.heroSec {
		width: 100%;
		height: 100vh;
		background-size: auto 110%;
		background-position: 50%;
	}

	.otlogo {
		width: 90%;
		margin: 30vh auto 0 auto;
	}

	.overtime-content {
		padding: 0 25px;
	}

	.themeNights {
		margin-top: 20px;
	}

	.themeBox {
		width: 100%;
		height: auto;
		padding: 10px;
		margin: 0 6px;
		background-size: 100% auto;
		background-position: 50%;
	}

	.themeBox h3 {
		margin: 0;
		font-size: 1.4em;
	}

	.boxContainer01 {
		width: 100%;
		height: auto;
		margin: 10px auto 20px auto;
	}

	.boxContainer02 {
		width: 100%;
		height: auto;
		margin: 10px auto 20px auto;
	}

	.boxContainer03 {
		width: 100%;
		height: auto;
		margin: 10px auto 5px auto;
	}

	.entertainmentBox {
		width: 44.3%;
		height: auto;
		padding: 0px;
		margin: 14.5px;
	}

	.entertainmentBox02 {
		width: 44.3%;
		height: auto;
		padding: 0px;
		margin: 14.5px;
	}

	.entertainmentBox03 {
		width: 44.3%;
		height: auto;
		padding: 0px;
		margin: 14.5px;
	}

	.genEntPhoto {
		width: 100%;
		height: 180px;
		/*background-color: lightgrey;*/
	}

	.genEntPhoto01 {
		width: 100%;
		height: 180px;
		background-size: 210% auto;
		background-position: 50%;
	}

	.genEntPhoto02 {
		width: 100%;
		height: 180px;
		background-size: auto 170%;
		background-position: 50% 5%;
	}

	.genEntPhoto03 {
		width: 100%;
		height: 180px;
		background-size: 130% auto;
		background-position: 50% 5%;
	}

	.genEntPhoto04 {
		width: 100%;
		height: 180px;
		background-size: 130% auto;
		background-position: 50% 5%;
	}

	.genEntPhoto05 {
		width: 100%;
		height: 180px;
		background-size: 130% auto;
		background-position: 50% 5%;
	}

	.genEntPhoto06 {
		width: 100%;
		height: 180px;
		background-size: 130% auto;
		background-position: 50% 50%;
	}

	.genEntPhoto08 {
		width: 100%;
		height: 180px;
		background-size: 130% auto;
		background-position: 50% 10%;
	}

	.genEntPhoto09 {
		width: 100%;
		height: 180px;
		background-size: 130% auto;
		background-position: 50% 55%;
	}

	.performerName {
		width: 100%;
		height: 65px;
		background-color: #262431;
		color: white;
		text-align: left;
	}

	.performerInfo {
		float: left;
		padding: 0 0 0 20px;
		width: 70%;
		height: 65px;
	}

	.performerInfo02 {
		float: left;
		padding: 0 0 0 20px;
		width: auto;
		height: 65px;
	}

	.performerInfo02 h3 {
		font-size: 1.25em;
		padding: 15px 0 0 0;
		margin: 0;
	}

	.performerInfo02 .longName {
		font-size: 1.25em;
		padding: 15px 0 0 0;
		margin: 0;
	}

	.performerInfo02 p {
		font-size: 0.9em;
		padding: 0;
		margin: 0;
	}

	.performerInsta{
		float: right;
		width: 65px;
		height: 65px;
	}

	.performerInfo h3 {
		font-size: 1.25em;
		padding: 15px 0 0 0;
		margin: 0;
	}

	.performerInfo p {
		font-size: 0.9em;
		padding: 0;
		margin: 0;
	}

	.performerInsta i {
		font-size: 3.5em;
		margin: auto;
		padding: 8px 11.0625px 8px 11.0625px;
	}

	.eventInfo-sec {
		width: 100%;
		margin: auto;
		padding: 0;
	}

	.eventInfo-content {
		width: 100%;
		margin: auto;
		color: white;
	}

	.eventInfoBox {
		width: 46%;
		height: auto;
		padding: 20px;
		margin: 8px 10.5px;
	}

	.finePrint {
		font-size: 0.85em;
		margin: 10px 0 0 0;
	}

	.ticketWindow iframe[style] {
		margin-top: auto;
		margin-bottom: auto;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
		height: 300px !important;
		border: 1px solid #8BCFBE;
		padding: 0 20px 0 20px;
	}

	.ticketWindow iframe[style]::-webkit-scrollbar {
	  width: 10px !important;
	}
	/* Track */
	.ticketWindow iframe[style]::-webkit-scrollbar-track {
	  background: #494853 !important;
	}
	/* Handle */
	.ticketWindow iframe[style]::-webkit-scrollbar-thumb {
	  background: #8BCFBE !important;
	}
	/* Handle on hover */
	.ticketWindow iframe[style]::-webkit-scrollbar-thumb:hover {
	  background: #EEA6F7 !important;
	}

	.stepbar div [style]{
		width: 10px !important;
	}

	#buyTicketsSec {
		background-size: 100% auto;
		background-position: 50%;
	}

	.foodAndbev-containter {
		width: 100%;
		height: auto;
		background-color: white;
		margin: 50px auto auto auto;
		padding: 30px;
		text-align: center;
	}

	.genFood {
		float: left;
		margin: 15px auto 0px auto;
		width: 50%;
		height: auto;
	}

	.conFood {
		float: left;
		margin: 15px auto 25px auto;
		width: 50%;
		height: auto;
	}

	.food div img {
		width: 35%;
		height: auto;
		margin: 10px;
	}

	.beverages h3 {
		margin-top: 5px;
	}

	.food h3 {
		margin-top: 5px;
	}

	.sponsorFooter {
		width: 100%;
		border-top: 1px solid white;
		margin: 20px auto auto auto;
		padding: 15px;
	}

	.sponsorFooter img {
		width: 7%;
		float: left;
	}

	.vertLine {
		background-color: white;
		width: 1px;
		height: 45px;
		float: left;
		margin: 5px 8px;
	}

	#hhof_logo {
		width: 8%;
		margin: 5px;
	}

	#wwb_logo {
		width: 8.5%;
		margin: 5px;
	}

	#bsb_logo {
		width: 15%;
		margin: 20px 5px;
	}

	#corby_logo {
		width: 9%;
		margin: 20px 5px;
	}

	#cmm_logo {
		width: 15%;
		margin: 25px 5px;
	}

	#ccr_logo {
		width: 12%;
		margin: 20px 5px;
	}

	#dle_logo {
		width: 7%;
		margin: 10px 5px;
	}

	.tickets-left {
		height: 230px;
		width: 70%;
		padding: 0 0 0 15px;
		/*display: none;*/
	}

	.tickets-right {
		height: 230px;
		width: 30%;
		padding: 0 15px;
	}

	.ticketWindow {
		width: 100%;
		height: 100%;
		margin: auto;
		background-color: white;
		padding: 15px 15px 15px 15px;
	}

	.ticketWindow h3 {
		font-size: 2em;
		margin: 10px 0 20px 0;
	}

	.eventWindow {
		width: 100%;
		height: 100%;
		/*margin: 30px auto auto 17px;*/
		padding: 0 0;
	}

	.eventBar {
		width: 100%;
		height: auto;
		padding: 7% 5%;
		color: white;
	}

	.eventBar h1 {
		font-size: 2em;
	}

	.eventBar h2 {
		font-size: 1.75em;
	}

}
/*********************************************************/
@media screen and (min-width: 667px) {

	.ticketContainter {
		height: auto;
	}

	.tickets-left {
		height: 100%;
		width: 70%;
		padding: 0 0 0 15px;
		/*display: none;*/
	}

	.tickets-right {
		height: 100%;
		width: 30%;
		padding: 0 15px;
	}
}

/*********************************************************/
@media screen and (min-width: 736px) {

	.tickets-left {
		height: 200px;
		width: 50%;
		padding: 0 0 0 15px;
		/*display: none;*/
	}

	.tickets-right {
		height: 200px;
		width: 50%;
		padding: 0 15px;
	}
}
/*********************************************************/

@media screen and (min-width: 768px) {

	.gallery {
		width: 100%;
		margin: auto auto 50px auto;
	}

	.shrinker {
		width: 100%;
		margin: auto auto 50px auto;
	}

	.carousel-indicators {
		margin-bottom: 30px !important;
	}

	.navbar {
		padding: 0px !important;
	}

	.navbar-nav {
		width: 100%;
	}

	.navbar-collapse {
		margin-top: 0px !important;
	}

	.nav-link {
		float: left;
		width: 25% !important;
		text-align: center !important;
	}

	.heroSec {
		width: 100%;
		height: 500px;
		background-size: 110% auto;
		background-position: 50%;
	}

	.otlogo {
		width: 80%;
		margin: 200px auto 0 auto;
	}

	.overtime-content {
		width: 80%;
		margin: auto;
	}

	.overtime-desc {
		width: 80%;
		margin: 3vh auto 3vh auto;
	}

	.themeNights {
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.themeBox {
		width: 100%;
		height: auto;
		padding: 15px;
		margin: 0;
		background-size: 100% auto;
		background-position: 50%;
	}

	.themeBox h3 {
		margin: 0px 0 0 0;
		font-size: 1.5em;
	}

	.greenLine {
		width: 100%;
		margin: 50px auto 50px auto;
	}

	.boxContainer01 {
		width: 590px;
		height: auto;
		margin: 30px auto 30px auto;
	}

	.boxContainer02 {
		width: 100%;
		height: auto;
		margin: 30px auto 30px auto;
	}

	.boxContainer03 {
		width: 100%;
		height: auto;
		margin: 30px auto 5px auto;
	}

	.entertainmentBox {
		width: 265px;
		height: auto;
		padding: 0px;
		margin: 14.5px;
	}

	.entertainmentBox02 {
		width: 23.6%;
		height: auto;
		padding: 0px;
		margin: 5px;
	}

	.entertainmentBox03 {
		width: 31.85%;
		height: auto;
		padding: 0px;
		margin: 5px;
	}

	.genEntPhoto {
		width: 100%;
		height: 200px;
		/*background-color: lightgrey;*/
	}

	.genEntPhoto01 {
		width: 100%;
		height: 200px;
		background-size: 200% auto;
		background-position: 50%;
	}

	.genEntPhoto02 {
		width: 100%;
		height: 200px;
		background-size: 100% auto;
		background-position: 50% 5%;
	}

	.genEntPhoto03 {
		width: 100%;
		height: 200px;
		background-size: auto 130%;
		background-position: 50% 5%;
	}

	.genEntPhoto04 {
		width: 100%;
		height: 200px;
		background-size: auto 130%;
		background-position: 50% 5%;
	}

	.genEntPhoto05 {
		width: 100%;
		height: 200px;
		background-size: auto 130%;
		background-position: 50% 5%;
	}

	.genEntPhoto06 {
		width: 100%;
		height: 200px;
		background-size: auto 100%;
		background-position: 50% 50%;
	}

	.genEntPhoto08 {
		width: 100%;
		height: 200px;
		background-size: auto 120%;
		background-position: 50% 10%;
	}

	.genEntPhoto09 {
		width: 100%;
		height: 200px;
		background-size: auto 100%;
		background-position: 50% 50%;
	}

	.performerName {
		width: 100%;
		height: 65px;
		background-color: #262431;
		color: white;
		text-align: left;
	}

	.performerInfo {
		float: left;
		padding: 0 0 0 20px;
		width: auto;
		height: 65px;
	}

	.entertainmentBox03 .performerInfo {
		float: left;
		padding: 0 0 0 20px;
		width: 100px;
		height: 65px;
	}

	.performerInfo h3 {
		font-size: 1em;
		padding: 20px 0 0 0;
		margin: 0;
	}

	.performerInfo p {
		font-size: 0.8em;
		padding: 0;
		margin: 0;
	}

	.performerInfo02 {
		float: left;
		padding: 0 0 0 15px;
		width: auto;
		height: 65px;
	}

	.performerInfo02 h3 {
		font-size: 1em;
		padding: 18px 0 0 0;
		margin: 0;
	}

	.performerInfo02 .longName {
		font-size: 0.8em;
		padding: 20px 0 0 0;
		margin: 0;
	}

	.performerInfo02 p {
		font-size: 0.8em;
		padding: 0;
		margin: 0;
	}

	.performerInsta{
		float: right;
		width: 60px;
		height: 65px;
	}

	.performerInsta i {
		font-size: 3em;
		margin: auto;
		padding: 10px 11.0625px 8px 11.0625px;
	}

	.performerInsta02 i {
		font-size: 2.5em;
		margin: auto;
		padding: 15px 5px 8px 15px;
	}

	#entertainment {
		background-size: 100% auto;
		background-position: 50%;
	}

	.eventInfo-sec {
		width: 100%;
		margin: auto;
		padding: 0 15px;
	}

	.eventInfoBox {
		width: 44.9%;
		height: auto;
		padding: 20px;
		margin: 15px 18px;
	}

	.ticketContainter {
		width: 100%;
		margin: 30px 10 30px auto;
	}

	.tickets-left {
		height: 310px;
		width: 50%;
		display: inherit;
		padding: 0;
	}

	.tickets-right {
		height: 310px !important;
		width: 50%;
		padding: 0 25px 0 0 ;
	}

	.ticketWindow {
		width: 100%;
		height: 100%;
		margin: auto;
		background-color: white;
		padding: 20px 0 20px 20px;
	}

	.ticketWindow iframe[style] {
		margin-top: auto;
		margin-bottom: auto;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
		height: 215px !important;
		border: 1px solid #8BCFBE;
		padding: 0 20px 0 20px;
	}

	.ticketWindow h3 {
		font-size: 2em;
		margin: 10px 0 20px 0;
	}

	.eventWindow {
		width: 100%;
		height: 100%;
		/*margin: 30px auto auto 17px;*/
		padding: 0 15px 0 25px;
	}

	.eventBar {
		width: 100%;
		height: 100%;
		padding: 15px 20px 24px 25px;
		color: white;
	}

	.eventBar h1 {
		margin: 10px 0 0 0;
		font-size: 2.3em;
	}

	.eventBar h2 {
		margin: 10px 0 0 0;
		font-size: 1.75em;
	}

	.eventBar h3 {
		margin: 0;
		font-size: 1em;
	}

	.sponsorContainter {
		width: 100%;
		margin: 0px auto 0px auto;
		padding: 0 25px;
	}

	.stepbar div [style]{
		width: 10px !important;
	}

	.foodAndbev-containter {
		width: 100%;
		height: auto;
		background-color: white;
		margin: 30px auto auto auto;
		padding: 30px;
		text-align: center;
	}

	.beverages {
		margin-bottom: 0px;
	}

	.genFood {
		float: left;
		margin: 15px auto 0px auto;
		width: 50%;
		height: auto;
	}

	.conFood {
		float: left;
		margin: 15px auto 25px auto;
		width: 50%;
		height: auto;
	}

	.food div img {
		width: 34%;
		height: auto;
		margin: 11px;
	}

	.beverages .sponsorLogo {
		margin: 15px 30px 40px 30px;
	}

	#WWB {
		width: 100px;
	}

	#BSB {
		width: 170px;
	}

	#corby {
		width: 170px;
	}

	.sponsorFooter {
		width: 100%;
		border-top: 1px solid white;
		margin: 20px auto auto auto;
		padding: 15px;
	}

	.sponsorFooter img {
		width: 7%;
		float: left;
	}

	.vertLine {
		background-color: white;
		width: 1px;
		height: 75px;
		float: left;
		margin: 5px 10px;
	}

	#hhof_logo {
		width: 10%;
		margin: 5px;
	}

	#wwb_logo {
		width: 8.5%;
		margin: 10px;
	}

	#bsb_logo {
		width: 15%;
		margin: 30px 10px;
	}

	#corby_logo {
		width: 9%;
		margin: 30px 10px;
	}

	#cmm_logo {
		width: 15%;
		margin: 35px 10px;
	}

	#ccr_logo {
		width: 12%;
		margin: 30px 13px;
	}

	#dle_logo {
		width: 7%;
		margin: 20px 10px;
	}

}

/*********************************************************/
@media screen and (min-width: 812px) {

	.heroSec {
		width: 100%;
		height: 375px;
		background-size: 110% auto;
		background-position: 50%;
	}

	.otlogo {
		width: 80%;
		margin: 130px auto 0 auto;
	}

	.overtime-content {
		width: 80%;
		margin: auto;
	}

	.overtime-desc {
		width: 90%;
		margin: 0 auto 3vh auto;
	}

	.themeNights {
		width: 100%;
		height: 100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.themeBox {
		width: 100%;
		height: 100px;
		padding: 15px;
		margin: 5px;
		background-size: 100% auto;
		background-position: 50%;
	}

	.themeBox h3 {
		margin: 0px 0 0 0;
		font-size: 1.5em;
	}

	.greenLine {
		width: 100%;
		margin: 50px auto 50px auto;
	}

	.boxContainer01 {
		width: 590px;
		height: auto;
		margin: 30px auto 30px auto;
	}

	.boxContainer02 {
		width: 100%;
		height: auto;
		margin: 30px auto 30px auto;
	}

	.boxContainer03 {
		width: 100%;
		height: auto;
		margin: 30px auto 5px auto;
	}

	.entertainmentBox {
		width: 265px;
		height: auto;
		padding: 0px;
		margin: 14.5px;
	}

	.entertainmentBox02 {
		width: 23.6%;
		height: auto;
		padding: 0px;
		margin: 5px;
	}

	.entertainmentBox03 {
		width: 31.85%;
		height: auto;
		padding: 0px;
		margin: 5px;
	}

	.genEntPhoto {
		width: 100%;
		height: 200px;
		/*background-color: lightgrey;*/
	}

	.genEntPhoto01 {
		width: 100%;
		height: 200px;
		background-size: 200% auto;
		background-position: 50%;
	}

	.genEntPhoto02 {
		width: 100%;
		height: 200px;
		background-size: 100% auto;
		background-position: 50% 5%;
	}

	.genEntPhoto03 {
		width: 100%;
		height: 200px;
		background-size: auto 130%;
		background-position: 50% 5%;
	}

	.genEntPhoto04 {
		width: 100%;
		height: 200px;
		background-size: auto 130%;
		background-position: 50% 5%;
	}

	.genEntPhoto05 {
		width: 100%;
		height: 200px;
		background-size: auto 130%;
		background-position: 50% 5%;
	}

	.genEntPhoto06 {
		width: 100%;
		height: 200px;
		background-size: auto 100%;
		background-position: 50% 50%;
	}

	.genEntPhoto08 {
		width: 100%;
		height: 200px;
		background-size: auto 120%;
		background-position: 50% 10%;
	}

	.genEntPhoto09 {
		width: 100%;
		height: 200px;
		background-size: auto 100%;
		background-position: 50% 50%;
	}

	.performerName {
		width: 100%;
		height: 65px;
		background-color: #262431;
		color: white;
		text-align: left;
	}

	.performerInfo {
		float: left;
		padding: 0 0 0 20px;
		width: auto;
		height: 65px;
	}

	.entertainmentBox03 .performerInfo {
		float: left;
		padding: 0 0 0 20px;
		width: 100px;
		height: 65px;
	}

	.performerInfo h3 {
		font-size: 1em;
		padding: 20px 0 0 0;
		margin: 0;
	}

	.performerInfo p {
		font-size: 0.8em;
		padding: 0;
		margin: 0;
	}

	.performerInfo02 {
		float: left;
		padding: 0 0 0 15px;
		width: auto;
		height: 65px;
	}

	.performerInfo02 h3 {
		font-size: 1em;
		padding: 18px 0 0 0;
		margin: 0;
	}

	.longName {
		font-size: 0.6em;
		padding: 18px 0 0 0;
		margin: 0;
	}

	.performerInfo02 p {
		font-size: 0.8em;
		padding: 0;
		margin: 0;
	}

	.performerInsta{
		float: right;
		width: 60px;
		height: 65px;
	}

	.performerInsta i {
		font-size: 3em;
		margin: auto;
		padding: 12px 11.0625px 8px 11.0625px;
	}

	#entertainment {
		background-size: 100% auto;
		background-position: 50%;
	}

	.eventInfo-sec {
		width: 100%;
		margin: auto;
		padding: 0 15px;
	}

	.eventInfoBox {
		width: 44.9%;
		height: auto;
		padding: 20px;
		margin: 15px 18px;
	}

	.ticketContainter {
		width: 100%;
		margin: 30px 10 30px auto;
	}

	.tickets-left {
		height: 300px !important;
		width: 50%;
		display: inherit;
	}

	.tickets-right {
		height: 300px !important;
		width: 50%;
		padding: 0 25px 0 0 ;
	}

	.ticketWindow {
		width: 100%;
		height: 100%;
		margin: auto;
		background-color: white;
		padding: 15px 15px 15px 15px;
	}

	.ticketWindow h3 {
		font-size: 2em;
		margin: 10px 0 20px 0;
	}

	.eventWindow {
		width: 100%;
		height: 100%;
		/*margin: 30px auto auto 17px;*/
		padding: 0 25px;
	}

	.eventBar {
		width: 100%;
		height: 100% !important;
		padding: 15px 25px 24px 25px !important;
		color: white;
	}

	.eventBar h2 {
		margin: 10px 0 0 0;
		font-size: 2.3em;
	}

	.eventBar h3 {
		margin: 0;
		font-size: 1em;
	}

	.sponsorContainter {
		width: 100%;
		margin: 0px auto 0px auto;
		padding: 0 25px;
	}

	.stepbar div [style]{
		width: 10px !important;
	}

	.foodAndbev-containter {
		width: 100%;
		height: auto;
		background-color: white;
		margin: 30px auto auto auto;
		padding: 30px;
		text-align: center;
	}

	.beverages {
		margin-bottom: 0px;
	}

	.genFood {
		float: left;
		margin: 15px auto 0px auto;
		width: 50%;
		height: auto;
	}

	.conFood {
		float: left;
		margin: 15px auto 25px auto;
		width: 50%;
		height: auto;
	}

	.food div img {
		width: 34%;
		height: auto;
		margin: 11px;
	}

	.beverages .sponsorLogo {
		margin: 15px 30px 40px 30px;
	}

	#WWB {
		width: 100px;
	}

	#BSB {
		width: 170px;
	}

	#corby {
		width: 170px;
	}

	.sponsorFooter {
		width: 100%;
		border-top: 1px solid white;
		margin: 20px auto auto auto;
		padding: 15px;
	}

	.sponsorFooter img {
		width: 7%;
		float: left;
	}

	.vertLine {
		background-color: white;
		width: 1px;
		height: 75px;
		float: left;
		margin: 5px 10px;
	}

	#hhof_logo {
		width: 10%;
		margin: 5px;
	}

	#wwb_logo {
		width: 8.5%;
		margin: 10px;
	}

	#bsb_logo {
		width: 15%;
		margin: 30px 10px;
	}

	#corby_logo {
		width: 9%;
		margin: 30px 10px;
	}

	#cmm_logo {
		width: 15%;
		margin: 35px 10px;
	}

	#ccr_logo {
		width: 12%;
		margin: 30px 13px;
	}

	#dle_logo {
		width: 7%;
		margin: 20px 10px;
	}

}

/*********************************************************/
@media screen and (min-width: 1024px) {

	.gallery {
		width: 80%;
		margin: auto auto 50px auto;
	}

	.shrinker {
		width: 100%;
		margin: auto auto 50px auto;
	}

	.carousel-indicators {
		margin-bottom: 30px !important;
	}

	.heroSec {
		width: 100%;
		height: 575px;
		background-size: 110% auto;
		background-position: 50%;
	}

	.otlogo {
		width: 80%;
		margin: 230px auto 0 auto;
	}

	.overtime-content {
		width: 72%;
		margin: auto;
	}

	.overtime-desc {
		width: 80%;
		margin: 3vh auto 3vh auto;
	}

	.themeNights {
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.themeBox {
		width: 100%;
		height: auto;
		padding: 15px;
		margin: 5px;
		background-size: 100% auto;
		background-position: 50%;
	}

	.themeBox h3 {
		margin: 0px 0 0 0;
		font-size: 1.5em;
	}

	.greenLine {
		width: 100%;
		margin: 50px auto 50px auto;
	}

	.boxContainer01 {
		width: 590px;
		height: auto;
		margin: 30px auto 30px auto;
	}

	.boxContainer02 {
		width: 100%;
		height: auto;
		margin: 30px auto 30px auto;
	}

	.boxContainer03 {
		width: 100%;
		height: auto;
		margin: 30px auto 5px auto;
	}

	.entertainmentBox {
		width: 265px;
		height: auto;
		padding: 0px;
		margin: 14.5px;
	}

	.entertainmentBox02 {
		width: 23.6%;
		height: auto;
		padding: 0px;
		margin: 5px;
	}

	.entertainmentBox03 {
		width: 31.85%;
		height: auto;
		padding: 0px;
		margin: 5px;
	}

	.genEntPhoto {
		width: 100%;
		height: 200px;
		/*background-color: lightgrey;*/
	}

	.genEntPhoto01 {
		width: 100%;
		height: 200px;
		background-size: 200% auto;
		background-position: 50%;
	}

	.genEntPhoto02 {
		width: 100%;
		height: 200px;
		background-size: 100% auto;
		background-position: 50% 5%;
	}

	.genEntPhoto03 {
		width: 100%;
		height: 200px;
		background-size: auto 130%;
		background-position: 50% 5%;
	}

	.genEntPhoto04 {
		width: 100%;
		height: 200px;
		background-size: auto 130%;
		background-position: 50% 5%;
	}

	.genEntPhoto05 {
		width: 100%;
		height: 200px;
		background-size: auto 130%;
		background-position: 50% 5%;
	}

	.genEntPhoto06 {
		width: 100%;
		height: 200px;
		background-size: auto 130%;
		background-position: 50% 50%;
	}

	.genEntPhoto08 {
		width: 100%;
		height: 200px;
		background-size: auto 130%;
		background-position: 50% 10%;
	}

	.genEntPhoto09 {
		width: 100%;
		height: 200px;
		background-size: auto 100%;
		background-position: 50% 50%;
	}

	.performerName {
		width: 100%;
		height: 65px;
		background-color: #262431;
		color: white;
		text-align: left;
	}

	.performerInfo {
		float: left;
		padding: 0 0 0 20px;
		width: 180px;
		height: 65px;
	}

	.entertainment-content {
		width: 100%;
		height: auto;
		margin: auto;
	}

	.entertainment-sec {
		width: 80%;
		height: auto;
		margin: 50px auto 0px auto;
		padding: 10px;
	}


	.entertainmentBox03 .performerInfo {
		float: left;
		padding: 0 0 0 20px;
		width: 100px;
		height: 65px;
	}

	.performerInfo h3 {
		font-size: 1em;
		padding: 20px 0 0 0;
		margin: 0;
	}

	.performerInfo p {
		font-size: 0.8em;
		padding: 0;
		margin: 0;
	}

	.performerInfo02 {
		float: left;
		padding: 0 0 0 15px;
		width: 110px;
		height: 65px;
	}

	.performerInfo02 h3 {
		font-size: 1em;
		padding: 18px 0 0 0;
		margin: 0;
	}

	.performerInfo02 .longName {
		font-size: 1em;
		padding: 18px 0 0 0;
		margin: 0;
	}

	/*.longName {
		font-size: 0.6em;
		padding: 18px 0 0 0;
		margin: 0;
	}*/

	.performerInfo02 p {
		font-size: 0.8em;
		padding: 0;
		margin: 0;
	}

	.performerInsta{
		float: right;
		width: auto;
		height: 65px;
	}

	.performerInsta i {
		font-size: 3em;
		margin: auto;
		padding: 10px 11.0625px 8px 11.0625px;
	}

	.performerInsta02 i {
		font-size: 2.5em;
		margin: auto;
		padding: 15px 5px 8px 15px;
	}

	#entertainment {
		background-size: 100% auto;
		background-position: 50%;
	}

	.eventInfo-sec {
		width: 72%;
		margin: auto;
		padding: 0 15px;
	}

	.eventInfoBox {
		width: 44.7%;
		height: auto;
		padding: 20px;
		margin: 15px 18px;
	}

	.ticketContainter {
		width: 80%;
		margin: 30px 10 30px auto;
	}

	.tickets-left {
		height: 100%;
		width: 50%;
		display: inherit;
	}

	.tickets-right {
		height: auto;
		width: 50%;
		padding: 0 25px 0 0 ;
	}

	.ticketWindow {
		width: 100%;
		height: 100%;
		margin: auto;
		background-color: white;
		padding: 15px 15px 15px 15px;
	}

	.ticketWindow h3 {
		font-size: 2em;
		margin: 10px 0 20px 0;
	}

	.eventWindow {
		width: 100%;
		height: 100%;
		/*margin: 30px auto auto 17px;*/
		padding: 0 25px;
	}

	.eventBar {
		width: 100%;
		height: 25%;
		padding: 15px 10px 24px 10px;
		color: white;
	}

	.eventBar h2 {
		margin: 10px 0 0 0;
		font-size: 2.3em;
	}

	.eventBar h3 {
		margin: 0;
		font-size: 1em;
	}

	.sponsorContainter {
		width: 80%;
		margin: 0px auto 0px auto;
		padding: 0 25px;
	}

	.stepbar div [style]{
		width: 10px !important;
	}

	.foodAndbev-containter {
		width: 100%;
		height: auto;
		background-color: white;
		margin: 30px auto auto auto;
		padding: 30px;
		text-align: center;
	}

	.beverages {
		margin-bottom: 0px;
	}

	.genFood {
		float: left;
		margin: 15px auto 0px auto;
		width: 50%;
		height: auto;
	}

	.conFood {
		float: left;
		margin: 15px auto 25px auto;
		width: 50%;
		height: auto;
	}

	.food div img {
		width: 34%;
		height: auto;
		margin: 11px;
	}

	.beverages .sponsorLogo {
		margin: 15px 30px 40px 30px;
	}

	#WWB {
		width: 100px;
	}

	#BSB {
		width: 170px;
	}

	#corby {
		width: 170px;
	}

	.sponsorFooter {
		width: 72%;
		border-top: 1px solid white;
		margin: 20px auto auto auto;
		padding: 15px;
	}

	.sponsorFooter img {
		width: 7%;
		float: left;
	}

	.vertLine {
		background-color: white;
		width: 1px;
		height: 75px;
		float: left;
		margin: 5px 10px;
	}

	#hhof_logo {
		width: 10%;
		margin: 5px;
	}

	#wwb_logo {
		width: 8.5%;
		margin: 10px;
	}

	#bsb_logo {
		width: 15%;
		margin: 30px 10px;
	}

	#corby_logo {
		width: 9%;
		margin: 30px 10px;
	}

	#cmm_logo {
		width: 15%;
		margin: 35px 10px;
	}

	#ccr_logo {
		width: 12%;
		margin: 30px 13px;
	}

	#dle_logo {
		width: 7%;
		margin: 20px 10px;
	}
}
/*********************************************************/

@media screen and (min-width: 1280px) {

	.gallery {
		width: 100%;
		margin: auto auto 50px auto;
	}

	.shrinker {
		width: 90%;
		margin: auto auto 50px auto;
	}

	.heroSec {
		width: 100%;
		height: 720px;
		background-size: 110% auto;
		background-position: 50%;
	}

	.otlogo {
		width: 1024px;
		margin: 250px auto 0 auto;
	}

	.greenLine {
		width: 72.5%;
		margin: 50px auto 50px auto;
	}

	.overtime-content {
		width: 1280px;
		margin: auto;
	}

	.overtime-desc {
		width: 65%;
	}

	.overtime-desc p {
		font-size: 1.15em;
	}

	.themeNights {
		width: 60%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 75px;
	}

	.themeBox {
		width: 100%;
		height: auto;
		padding: 20px;
		margin: 15px;
		background-size: auto 100%;
		background-position: 50%;
	}

	.themeBox h3 {
		margin: 0 0 0 0;
		font-size: 2.5em;
	}

	#entertainment {
		background-size: 100% auto;
		background-position: 50%;
	}

	.entertainment-content {
		width: 1152px;
		height: auto;
		margin: auto auto 75px auto;
	}

	.entertainment-sec {
		width: 90%;
		height: auto;
		margin: 50px auto 0px auto;
		padding: 10px 0px;
	}

	.entertainment-sec h2 {
		font-size: 3em;
		float: left;
	}

	.entertainment-sec h3 {
		font-size: 1.5em;
	}

	.smallGreenLine {
		float: left;
		width: 290px;
		height: 1px;
		background-color: white;
		margin: 30px 20px 0 20px;
		display: initial;
	}

	.smallGreenLine02 {
		float: left;
		width: 285px;
		height: 1px;
		background-color: white;
		margin: 30px 20px 0 20px;
		display: initial;
	}

	.boxContainer01 {
		width: 590px;
		height: auto;
		margin: 30px auto 30px auto;
	}

	.boxContainer02 {
		width: 100%;
		height: auto;
		margin: 30px auto 30px auto;
	}

	.boxContainer03 {
		width: 100%;
		height: auto;
		margin: 30px auto 5px auto;
	}

	.entertainmentBox {
		width: 265px;
		height: auto;
		padding: 0px;
		margin: 14.5px;
	}

	.entertainmentBox02 {
		width: 192.5px;
		height: auto;
		padding: 0px;
		margin: 12px;
	}

	.entertainmentBox03 {
		width: 266px;
		height: auto;
		padding: 0px;
		margin: 11px;
	}

	.genEntPhoto {
		width: 100%;
		height: 280px;
		/*background-color: lightgrey;*/
		background-size: auto 100%;
		background-position: 50% 50%;
	}

	.genEntPhoto01 {
		width: 100%;
		height: 280px;
		background-size: auto 130%;
		background-position: 50%;
	}

	.genEntPhoto02 {
		width: 100%;
		height: 280px;
		background-size: auto 130%;
		background-position: 50% 5%;
	}

	.genEntPhoto03 {
		width: 100%;
		height: 280px;
		background-size: auto 130%;
		background-position: 40% 5%;
	}

	.genEntPhoto04 {
		width: 100%;
		height: 280px;
		background-size: auto 130%;
		background-position: 50% 5%;
	}

	.genEntPhoto05 {
		width: 100%;
		height: 280px;
		background-size: auto 130%;
		background-position: 30% 30%;
	}

	.genEntPhoto06 {
		width: 100%;
		height: 280px;
		background-size: auto 100%;
		background-position: 50% 50%;
	}

	.genEntPhoto08 {
		width: 100%;
		height: 280px;
		background-size: auto 100%;
		background-position: 50% 50%;
	}

	.genEntPhoto09 {
		width: 100%;
		height: 280px;
		background-size: auto 100%;
		background-position: 50% 50%;
	}

	.performerName {
		width: 100%;
		height: 65px;
		background-color: #262431;
		color: white;
		text-align: left;
	}

	.performerInfo {
		float: left;
		padding: 0 0 0 20px;
		width: 200px;
		height: 65px;
	}

	.performerInfo02 {
		float: left;
		padding: 0 0 0 20px;
		width: 127.5px;
		height: 65px;
	}

	.performerInfo02 h3 {
		font-size: 1.25em;
		padding: 15px 0 0 0;
		margin: 0;
	}

	.performerInfo02 .longName {
		font-size: 1em;
		padding: 18px 0 0 0;
		margin: 0;
	}

	.performerInfo02 p {
		font-size: 0.9em;
		padding: 0;
		margin: 0;
	}

	.performerInsta{
		float: right;
		width: 65px;
		height: 65px;
	}

	.performerInfo h3 {
		font-size: 1.25em;
		padding: 15px 0 0 0;
		margin: 0;
	}

	.performerInfo p {
		font-size: 0.9em;
		padding: 0;
		margin: 0;
	}

	.performerInsta i {
		font-size: 3.5em;
		margin: auto;
		padding: 8px 11.0625px 8px 11.0625px;
	}

	.performerInsta02 i {
		font-size: 2.55em;
		margin: auto;
		padding: 15px 11.0625px 8px 11.0625px;
	}


	#eventInfo {
		padding: 0;
	}

	.eventInfo-content {
		width: 76%;
		margin: auto;
		color: white;
	}

	.eventInfoBox {
		width: 46%;
		height: auto;
		padding: 20px;
		margin: 15px 18px;
	}

	.finePrint {
		font-size: 0.85em;
		margin: 10px 0 0 0;
	}

	.eventInfo-sec {
		width: 1280px;
		margin: auto;
		padding: 0 15px;
	}

	#buyTicketsSec {
		background-size: 100% auto;
		background-position: 50%;
		height: auto;
	}

	.ticketContainter {
		width: 928px;
		margin: 50px auto 50px auto;
	}

	.sponsorContainter {
		width: 928px;
		margin: 50px auto 50px auto;
	}

	.tickets-left {
		height: 472.5px !important;
		width: 50%;
		display: initial;
		padding: 0 0 0 23px;
	}

	.tickets-right {
		height: 472.5px !important;
		width: 50%;
		padding-left: 25px;
	}

	.ticketWindow {
		width: 100%;
		height: 100%;
		margin: auto;
		background-color: white;
		padding: 15px 15px 15px 15px;
	}

	.ticketWindow h3 {
		font-size: 3em;
		margin: 10px 0 20px 0;
	}

	.eventWindow {
		width: 100%;
		height: 100%;
		/*margin: 30px auto auto 17px;*/
		padding: 0 25px 0 0;
	}

	.eventBar {
		width: 105%;
		height: 100%;
		padding: 7% 5% 7% 5%;
		color: white;
	}

	.eventBar h1 {
		margin: 80px 0 0 0;
		font-size: 3.75em;
	}

	.eventBar h2 {
		margin: 20px 0 0 0;
		font-size: 2.8em;
	}

	.eventBar h3 {
		margin: 0;
		font-size: 1em;
	}

	.ticketWindow iframe[style] {
		margin-top: auto;
		margin-bottom: auto;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
		height: 362px !important;
		border: 1px solid #8BCFBE;
		padding: 0 20px 0 20px;
	}

	.ticketWindow iframe[style]::-webkit-scrollbar {
	  width: 10px !important;
	}
	/* Track */
	.ticketWindow iframe[style]::-webkit-scrollbar-track {
	  background: #494853 !important;
	}
	/* Handle */
	.ticketWindow iframe[style]::-webkit-scrollbar-thumb {
	  background: #8BCFBE !important;
	}
	/* Handle on hover */
	.ticketWindow iframe[style]::-webkit-scrollbar-thumb:hover {
	  background: #EEA6F7 !important;
	}

	.stepbar div [style]{
		width: 10px !important;
	}

	.foodAndbev-containter {
		width: 100%;
		height: auto;
		background-color: white;
		margin: 50px auto auto auto;
		padding: 30px;
		text-align: center;
	}

	.beverages {
		margin-bottom: 0px;
	}

	.genFood {
		float: left;
		margin: 15px auto 0px auto;
		width: 50%;
		height: auto;
	}

	.conFood {
		float: left;
		margin: 15px auto 0px auto;
		width: 50%;
		height: auto;
	}

	.conFood div {
		padding: 15px 0 0 0;
	}

	.food div img {
		width: 25%;
		height: auto;
		margin: 10px;
	}

	.sponsorFooter {
		width: 1000px;
		border-top: 1px solid white;
		margin: 20px auto auto auto;
		padding: 15px;
	}

	.sponsorFooter img {
		width: 7%;
		float: left;
	}

	.vertLine {
		background-color: white;
		width: 1px;
		height: 80px;
		float: left;
		margin: 13px;
	}

	#hhof_logo {
		width: 75px;
		margin: 14px 14px 0 0;
	}

	#wwb_logo {
		width: 82px;
		margin: 14px;
	}

	#bsb_logo {
		width: 145px;
		margin: 40px 14px 40px 14px;
	}

	#corby_logo {
		width: 87px;
		margin: 35px 18px 40px 18px;
	}

	#cmm_logo {
		width: 145px;
		margin: 40px 20px 40px 20px;
	}

	#ccr_logo {
		width: 116px;
		margin: 36px 20px 20px 14px;
	}

	#dle_logo {
		width: 68px;
		margin: 20px 20px 40px 20px;
	}

}

/*********************************************************/

@media screen and (min-width: 1366px) {

	

}

/*********************************************************/

@media screen and (min-width: 1920px) {

	

}

/*********************************************************/









