@media only screen and (min-width: 768px) and (max-width:1150px) {

	header .header .header2 .logo {
		display: none;
	}


	.m_hamburger {
  width: 45px;
  height: 45px;
  position: relative;
  float: right;
  -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;
  margin-top: 15px;
  margin-right: 15px;
  display: block;
  background-color: #ffef27;
  border:1px solid #000;
}
.m_hamburger.open {
	background-color: #c00;
}
.m_hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  background-color: #3b2a93;
  border-radius: 9px;
  opacity: 1;
  left: 10px;
  -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;
}


.m_hamburger span:nth-child(1) {
  top: 14px;
}

.m_hamburger span:nth-child(2),.m_hamburger span:nth-child(3) {
  top: 22px;
}

.m_hamburger span:nth-child(4) {
  top: 30px;
}

.m_hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.m_hamburger.open span {
	background-color: #fff;
}
.m_hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m_hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m_hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.m_nav {
	background-color: #252525;
	position: fixed;
	top: 75px;
	z-index: 999;
	display: none;
	overflow: scroll;
}
.m_nav h1 {
	color: #ffef27;
	display: inline-block;
	padding: 15px 0;
}
.m_nav .m_top {
	display: block;
	background-color: #fff;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.m_nav .m_top .social,.m_nav .m_top .donated,.m_nav .m_top .arrow,.m_nav .m_top .club {
	display: inline-block;
	vertical-align: middle;
}
.m_nav .m_top .social {
	margin-right: 10px;
}
.m_nav .m_top .social img {
	margin:0 5px;
}
.m_nav .m_top .donated {
	margin-right: 10px;
}
.m_nav .m_top .donated span {
	display: block;
	text-align: center;
}
.m_nav .m_top .donated span:nth-of-type(1) {
	color: #7a7a7a;
	font-size: 14px;
}
.m_nav .m_top .donated span:nth-of-type(2) {
	color: #f47625;
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 24px;
	line-height: 24px;
}
.m_nav .m_top .arrow {
	margin-right: 10px;
}

.m_nav .tickets {
	display: block;
	background-color: #000;
	padding: 5px;
	position: relative;
}
.m_nav .tickets p {
	display: block;
	padding: 0 25px;
	text-align: center;
}
.m_nav .tickets p:nth-of-type(1) {
	font-size: 20px;
	color: #fff;
}
.m_nav .tickets p:nth-of-type(2) {
	font-size: 30px;
	line-height: 35px;
	color: #fffabb;
}
.m_nav .tickets a {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.m_nav nav {
	display: block;
	padding: 15px;
}
.m_nav nav .mobile_nav {
	display: block;
}
.m_nav nav .mobile_nav .navitem {
	margin-bottom: 10px;
}
.m_nav nav .mobile_nav a {
	display: block;
	padding: 15px 25px;
	color: #fff;
	font-size: 30px;
	text-decoration: none;
	position: relative;
	background-color: #484849;
	border:1px solid #fff;
}
.m_nav nav .mobile_nav a span {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-image: url(/images/m_nav_up.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height:20px;
}
.m_nav nav .mobile_nav .m_subnav {
	display: none;
}
.m_nav nav .mobile_nav .m_subnav a {
	font-size: 18px;
	color: #484849;
	background-color: #fff;
}
.m_days {
    width: 100%;
}
.m_days table td {
	min-width: 200px;
}
.m_days table td span {
	color: #50b95c;
}
.m_days table td a {
	color: #0078bd;
}
	input[type=text],input[type=password],textarea,input[type=email],select,input[type=number] {
	  width:100%;
	  padding: 10px 5px;
	  font-size: 14px;
	  margin-bottom: 10px;
	    
	}
	input[type=submit] {
		padding: 10px 15px;
		font-size: 14px;
	}
	form,.form,.quantity,.updateteams,.sponsors,.review {
		width: 400px;
		padding: 15px;
	}
	table tr:nth-of-type(1) {
		font-size: 18px;
		font-weight: bold;	
	}
	table td {
		padding: 10px;
	}
	label {
		font-size: 16px;
	}
	input[type=submit]#add {
		font-size: 12px;
	}
	input[type=checkbox],input[type=radio] {
		border: 1px solid #cacece;
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
		padding: 12px;
		border-radius: 3px;
		margin-right: 5px;
	}
	input[type=checkbox]:active, input[type=checkbox]:checked:active,input[type=radio]:active, input[type=radio]:checked:active {
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	}

	input[type=checkbox]:checked,input[type=radio]:checked {
		border: 1px solid #adb8c0;
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	}
	input[type=checkbox]:checked:after,input[type=radio]:checked:after {
		font-size: 16px;
		top: 0px;
		left: 4px;
	}
	.checkbox input[type=checkbox] {
		top: 8px;
		right: 0;
		z-index: 997;
	}
	header .top {
		display: none;
	}
	header .header {
		height: 75px;
		-webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow:    0px 2px 30px 0px rgba(0, 0, 0, 0.75);
		box-shadow:         0px 2px 30px 0px rgba(0, 0, 0, 0.75);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
	}
	header .header .header2 {
		width: 100%;
		text-align:center;
	}
	header .header .header2 .m_logo {
		top: 0px;
		left: 0px;
		z-index: 999;
		width: 50px;
		height: 50px;
		padding: 5px;
		display: block;
	}
	header .header .header2 .slogan {
		left:0;
		right: 0;
		margin: 0 auto;	
		z-index: 998;
		width: 300px;
	}
	header .header .header2 .slogan span {
		padding-left: 0;
	}
	header .header .header2 .slogan span:nth-of-type(1) {
		font-size: 24px;
		font-weight: bold;
		height: 75px;
		line-height: 65px;
	}
	header .header .header2 .slogan span:nth-of-type(2) {
		display: none;
	}
	header .header .header2 .slogan img {
		display: none;
	}
	header .header .header2 nav {
		right: 0;
		top: 30px;
		display: none;
	}
	header .days .days2 {
		display: none;
	}
	.slideshow {
		margin-top: 75px;
	}
	.slideshow2 {
		width: 100%;
	}
	.slideshow2 .left, .slideshow2 .right {
		display: none;
	}
	.slideshow3 {
		display: block;
	}
	.slideshow2 .caption {
		position: static;
		padding: 5px 0;
		width: 100%;
		font-size: 24px;
		background-color: rgba(0,0,0,1);
	}
	.slideshow2 .subnav {
		display: none;
	}
	.slideshow2 .blackout,.slideshow2 .blackout2 {
		display: none;
	}
	.green {

	}
	.container {
		width: 100%;
		padding: 15px 0;
		text-align: center;
	}
	.container .box {
		width: 323px;
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.container .box h1 {
		margin-bottom: 15px;
		font-size: 24px;
	}
	.container .box:nth-of-type(3) {
		margin-right: 15px;
	}
	.container .box .box2 {
		width: 300px;
		height: 238px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		padding: 10px;
	}
	.container .box .box2 h1 {
		margin-bottom: 0;
		font-size: 24px;
	}
	.container .box .box2 h2 {
		font-size: 20px;
	}
	.container .box .box2 p {
		font-size: 14px;
	}
	.container .box .box2 hr {
		width: 100%;
		height: 1px;
	}
	.container .box .box2#new {
		width: 300px;
		height: 238px;
	}
	.container .box .box2#tonight h1 {
		font-size: 20px;
	}
	.container .box .box2 .map-locations {
		width: 300px;
		height: 238px;
		text-align: left;
	}
	.container .box .box2 .map-locations h1 {
		font-size: 14px;
	}
	.container .box .box2 .map-locations p {
		font-size: 12px;
	}
	footer .footer {
		width: 100%;
		padding: 10px 0;
	}
	footer .footer .copyright {
		padding: 3px 0;
		font-size: 14px;
	}
	footer .footer .webpros {
		padding: 3px 0;
		font-size: 12px;
	}

	.error {
		padding: 10px;
		margin: 0 0 10px 0;
		font-size: 18px;
	}
	.error2 {
		padding: 10px;
		margin: 0 0 10px 0;
		font-size: 18px;
	}
	.success {
		padding: 10px;
		margin: 0 0 10px 0;
		font-size: 18px;
	}


	.secondary .container {
		padding: 15px;
		width: 100%;
		text-align: left;
		-webkit-box-sizing : border-box;
		-moz-box-sizing : border-box;
		box-sizing : border-box;
	}
	.secondary .container h1 {
		padding-bottom:10px;
		font-size: 24px;
	}
	.secondary .container h2 {
		font-size: 18px;
	}
	.secondary .container p {
		font-size: 14px;
	}
	.secondary .container .content2 {
		padding-top: 15px;
	}
	.secondary .container .content .loader {
		width: 100%;
		z-index: 998;

	}
	.secondary .container .content2 .team {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.secondary .container .content2 .team:nth-of-type(2n) {
		margin-right: 0;
	}
	.secondary .container .content2 .team_image {
		border:1px solid #000;
		margin-right: 3%;
		width: 25%;
	}
	.secondary .container .content2 .team_content {
		width: 62%;
	}
	.secondary .container .content2 .team_content:nth-of-type(2n) {
		margin-right: 0;
	}

	.cart {
		top: 0;
		right: 0;
		padding: 15px;
		z-index: 997;
		font-size: 24px;
	}
	.secondary .container .m_progress {
		display: block;
		padding: 15px;
		background-color: #50b95c;
		color: #fff;
		cursor: pointer;
	}
	.secondary .container .progress {
		display: none;
	}
	.secondary .container .progress span {
		padding: 15px;
		font-size: 16px;
		display: block;
	}

	.terms {
		height: 100px;
		padding: 15px;
		font-size: 10px;
	}
	.receipt {
		width: 49%;
		margin-right: 2%;
	}
	.purchase {
		width: 49%;
	}
	.venue_content {
		width: 67%;
		margin-right: 3%;
	}
	.venue_image {
		width: 30%;
	}
	.blog {
		margin-top: 15px;
	}
	.secondary .container .blog h1 {
		padding: 5px 15px;
		font-size: 22px;
	}
	.secondary .container .blog .blog2 {
		padding: 15px;
	}
	.blog_photos {
		width: 125px;
		border:1px solid #000;
	}
	.blog_heading {
		padding: 5px;
	}
	.gallery {
		-webkit-box-sizing : border-box;‌​
		-moz-box-sizing : border-box;
		box-sizing : border-box;
		display: inline-block;
		vertical-align: bottom;
		width: 30%;
		margin-right: 5%;
		margin-top: 5%;
		border:1px solid #000;
	}
	.gallery:nth-of-type(4n) {
		margin-right: 5%;
	}
	.gallery:nth-of-type(3n) {
		margin-right: 0;
	}
	.gallery img {
		width: 100%;
		height: auto;
		display: block;
	}
	.gallery .gallery_title {
		display: block;
		padding:10px;
		text-align: center;
		background-color: #333;
		color: #fff;
	}
	.featured {
		width: 90%;
		margin: 25px auto 0 auto;
		padding: 25px;
		background-color: #ebebeb;
		-webkit-box-sizing : border-box;‌​
		-moz-box-sizing : border-box;
		box-sizing : border-box;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		text-align: center;
	}
	.featured h1 {
		font-size: 35px;
		color: #ff9000;
		line-height: 45px;
		margin-bottom: 15px;
	}
	.featured p {
		font-size: 20px;
		color:#3e3e3e;
	}
	.featured .content,.featured .image {
		display: inline-block;
		vertical-align: top;
	}
	.featured .content {
		width: 75%;
		text-align: left;
	}
	.featured .image {
		width: 20%;
		margin-left: 5%;
	}
	.featured .image img {
		width: 100%;
		height: auto;
		display: block;
		border:1px solid #000000;
	}
	.featured a {
		display: inline-block;
		vertical-align: top;
		background-color: #484849;
		padding: 15px 25px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		color: #ffffff;
		text-decoration: none;
	}
	.featured .image a {
		display: block;
		background-color: transparent;
		padding: 0 0 0 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}