/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

	#footer {
		width: 90%;	
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}
	


}



/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 960px) {

#navwrap {
	display: none;
}

/* content */
	#content {
		width: 90%;
		padding: 3% 4%;
	}
	
	#content-nosidebar {
		width: 90%;
		padding: 3% 4%;
	}
	
	
	#zombiecontent {
		width: 90%;
		padding: 3% 4%;
	}
	
#zombiesubtitle {
		width: 90%;
		padding: 0px;
}	

#zombiesubtitle p {
	padding: 3% 4%;
}


	#bczombie {
	width: 90%;
}
	
	#zombiewrap {
	padding: 0px;
	width: 90%;
}

	
	#contactsidebar {
		display: none;	
	}
	
	#sidebar {
	position: relative;
	width: 100%;
	float: none;	
	
}

#fridge {
	display: none;	
}

	#recentpostsicon {
	float: left;
	margin: 0 30px 0 20px;
}

	#testimonialsicon {
	float: none;
	margin: 20px auto;
	width: 100%;
	max-width: 312px;
	clear: both;
}

	#recentlist {
	width: 50%;
	margin: 0 0 0 20px;
	float: left;
	}
	
#header {
	background: url(images/bclogo.png) no-repeat center bottom;
	position: relative;
	width: 100%;
	max-width: 980px;	
	margin: 30px auto;
	min-height: 147px;
	overflow: hidden;
}

#content {
	float: none;
}

#content-nosidebar {
	float: none;
}
	
	/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
	
	menu {
	height: 47px;
	width: 100%;
	background: #d33333;
	font-size: 16px;
	font-family: 'source_sans_problack', Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
	text-transform:uppercase;
	display: block;
	position: fixed;
	top: 0;
	z-index: 99999;
	margin: 0;
	padding: 0;
	color: #fff;
}
menu ul {
	padding: 20px 0 0 0;
	margin: 0 auto;
	width: 100%;
  	display: none;
  	height: auto;
	background: #d33333;
}
menu li {
	display: inline;
	float: left;
  	position: relative;
	width: 50%;
	text-align: left;
	padding: 0 0 0 20%;
}
menu a {
	color: #fff;
	display: inline-block;
	width: 200px;
	text-decoration: none;
	line-height: 24px;
	text-shadow: 0px 1px 0px #cc1e1e;
}

menu .sub-links {
	padding: 0 0 0 22%;	
	font-family: 'source_sans_proregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

menu a:hover {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

menu a#pull {
		display: block;
		width: 100%;
		position: relative;
		text-align: center;
		background: #d33333;
		padding: 0;
		height: 47px;
	}
	menu a#pull:after {
		content:"";
		background: url('images/pull.png') no-repeat;
		width: 30px;
		height: 26px;
		display: inline-block;
		margin: 10px auto;
		width: 100%;
		max-width: 30px;
		text-align: center;
	}
	
	#imgheaderwrap {
	width: 90%;
}

#zombietitle {
	font-size: 48px;
	line-height: 48px;
}

ol.zombieform li {  
	margin: 20px 0px 0 0;
	width: 100%;
	float: none;
}

	
}

/************************************************************************************
smaller than 750
*************************************************************************************/
@media screen and (max-width: 750px) {


#recentlist {
	width: 90%;
	float: none;
	clear: both;
	}
	
	#recentpostsicon {
	float: none;
	margin: 20px auto;
	width: 100%;
	max-width: 312px;
	clear: both;
}

#footer {
	background: none;
}

#footerleft {
	float: none;
	width: 100%;
	clear: both;
	text-align: center;	
	padding: 20px 0 0 0;
	max-width: 540px;
	margin: 0 auto;
}

	#footerright {
	float: none;
	text-align: center;	
}

#ftricons {
	width: 100%;
	max-width: 110px;
	margin: 0 auto;	
}

.copyright {
	text-align: center;	
}

#zombietitle {
	font-size: 40px;
	line-height: 40px;
}

#prc-overview {
display:none;
}
.prc-point-left {
float:none;
margin-left:auto;
margin-right:auto;
width:90%;
margin-bottom:20px;
}
.prc-point-right {
float:none;
margin-left:auto;
margin-right:auto;
width:90%;
margin-bottom:20px;
}
.prc-icon-left {
float:none;
margin-left:auto;
margin-right:auto;
width:50%;
padding-right:0%;
}
.prc-icon-right {
float:none;
margin-left:auto;
margin-right:auto;
width:50%;
padding-right:0%;
}
.prc-description {
width:100%;
margin-left:auto;
margin-right:auto;
margin-top:10px;
}
.prc-arrow {
display:none;
}
.prc-description h1 {
text-align:center;
}


#prc-contact {
margin-top:40px;
}
#prc-contact-arwlft {
display:none;
margin:0px;
}
#prc-contact-arwrt {
display:none;
margin:0px;
}
#prc-contact-cta {
width:190px;
}
#prc-contact-button-wrap {
margin-top:0px;
float:none;
margin-left:auto;
margin-right:auto;
}
#contact-button {
height:180px;
}
	
}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	/* content */
	#content {
		float: none;
		margin: 20px 0;
	}
	
	#content-nosidebar {
		float: none;
		margin: 20px 0;
	}
	
	#zombiecontent {
		float: none;
		margin: 0px 0;
		padding: 3% 4% 30px 4%; 
	}
	
	

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}
	
	ol.forms textarea { width: 95%; }
	
	#zombiesubtitle p {
		font-size: 30px;
		line-height: 34px;
}

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	
	ol.forms li.buttons button {
	width: 95%;
}

#zombietitle {
	font-size: 36px;
	line-height: 36px;
}

ol.zombieform li.buttons button {
	font-size: 22px;
	max-width: 300px;
}

.contentlrg {
	padding: 10px;	
}

#sharebuttonswrap p img {
	display: none;
}

#zombiesubtitle p {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0px;
}

#zombielrg p {
	font-size: 18px;	
}


}
