@charset "UTF-8";
@media (max-width: 1024px){
	body, html {
	overflow-x: hidden;
}
	.mainNews{
		height: 600px;
	}
	.highlight_item{
		box-shadow: inset 0px -10px rgba(120,120,120,1.0);
	}
	.highlight_item h1{
		font-size: 45px;
		letter-spacing: 3px;
	}
	.footer_column1_item h1{
		font-size: 20px;
	}
	.footer_column2_item h1{
		font-size: 20px;
	}
	.footer_column3_item h1{
		font-size: 20px;
	}

	.footer_column2_item p1{
		font-size: 12px;
	}
	.footer_column2_item p2{
		font-size: 12px;
	}

}



@media (max-width: 800px){
body, html{
	overflow-x: hidden;
}
.mainNews{
	height: 800px;
}
.eventType{
	position: absolute;
	left:15px;
	top:10px;
	font-size: 12px;
}
#section {
	float: left;
	width: 95%;
	margin-left: 2%;
}
.bigDate{
	position: absolute;
	left:10px;
	top:-100px;
	font-size: 80px;
}
#logo{
	width: 55px;
	height: 18.5px;
	top: 50px;
  	left: 50px;
}
#menuToggle_container
{
	display: block;
  position: fixed;
	top: 42px;
  right: 50px;
}
	.highlight{
		position: relative;
		top:0px;
		left: -20%;
		float: left;
		width: 200%;
		height: auto;
	}
	.highlight_item{
	box-shadow: inset 0px 0px rgba(120,120,120,1.0);
	width: 100%;
	}

.footer_column1{
	display: none;
	float: left;
	width: 0%;
}

.footer_column2{
	padding-left: 5%;
	float: left;
	width: 70%;
}
.footer_column3{
	float: left;
	width: 25%;
}


.footer_column1_item h1{
	font-size: 15px;
}
.footer_column2_item h1{
	font-size: 15px;
}
.footer_column3_item h1{
	font-size: 15px;
}

.footer_column2_item p1{
	font-size: 11px;
}
.footer_column2_item p2{
	font-size: 11px;
}
.footer_icon{
	left: 10px;
	width: 30px;
}
	#h-menu
{
	font-family: "Avenir Next", "Avenir", sans-serif;
  position: absolute;
  width: 115vw;
	text-align: center;
  //margin: -150px 0 0 150px;
	left: -115vw;
  padding-top: 120px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1500px;
	z-index: 2002;

  background: rgba(230,230,230,0.95);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

   transform-origin: 0% 0%;
  transform: translate(0, -100%);
	opacity: 0;

  transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
/* transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
}

#h-menu li
{
  padding: 10px 0;
  font-size: 18px;
}

#h-menu p1{
  font-size: 12px;
  color: gray;
}
#h-menu p2{
	font-family: 'Dosis', sans-serif;
  font-size: 35px;
  color: #000000;
}
.desc img{
  	width: 100%;
}
.descTxt{
	width: 100%;
}
	#back_container
	{
		width: 90px;
		right:0px;
	}
	#nav_shopping_cart {
		right: 0px;
	}
	#checkoutDiv{
	  float: right;
	  font-family: "Avenir Next", "Avenir", sans-serif;
		font-size: 15px;
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
	  border-radius:15px;
	  -webkit-border-radius: 15px;
	  -moz-border-radius: 15px;
	  width: 320px;
	  height: 40px;
	  background-color: #666666;
	}
	#paypal_logo {
	float: right;
	  width: 50px;
	  height: 30px;
	}
	#paypal_logo img{
		width: 50px;
	  padding-top: 6px;
	  padding-bottom: : 6px;
	  padding-right: 0px;
	  height: 28px;
	}

}
