/* NAV BAR
-------------------#800000=Red------#F7EFB5=Yellow---#489AB4=Blue----------------*/

@viewport {
        width: device-width;
    }

.clearfix:after					{ visibility: hidden; display: block; font-size: 0; content: ' '; clear: both; height: 0;}
* html .clearfix 				{ zoom: 1; }
*:first-child+html .clearfix	{ zoom: 1; }
.cleaner 						{ height: 0; line-height: 0; clear: both; }

a 						{ text-decoration: none; }
a:hover 				{ text-decoration: none; }
a:active				{ background: none; } /* removes grey background in IE>=10 */
ul, ol					{ list-style: none; }

*, *:before, *:after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	-webkit-overflow-scrolling: touch;
}

p,blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s,
samp, small, strike, strong, sup, sub, tt, var, b, u, i, center,
ul, ol, li, dl, dt, dd,article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
 
#mobilheader{
  display:none;
}

img {
  max-width:100%;
  height:inherit;
}

#nav
	{
	width: 65.5em;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Verdana, sans-serif";
	position: absolute;
	top: auto;
	z-index:2000 !important;
		}

#nav > a
	{
	display: none;
	}

#nav li
	{
	position: relative;
	}
	
#nav li a
	{
	color: #F7EFB5;
	display: block;
	}
	
#nav li a:active
	{
	background-color: #F7EFB5 !important;
	color: #489AB4;	
	}

#nav span:after
	{
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #F7EFB5;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
	}
	

/* first level */

#nav > ul
	{
	height: 2.5em; /* 60 */
	background-color: #800000;
	}
#nav > ul > li
	{
	width: 16.66%;
	height: 100%;
	float: left;
	}

#nav > ul > li > a
	{
	height: 100%;
	line-height: 2.5em; /* 60 (24) */
	text-align: center;
	}

#nav > ul > li:not( :last-child ) > a
	{
	border-right: 1px solid #F7EFB5;
	}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a
	{
	background-color: #F7EFB5;
	color: #489AB4 !important;
	}


/* second level */

#nav li ul
	{
	background-color: #800000;
	color: #F7EFB5;
	display: none;
	position: absolute;
	top: 100%;
	
	}

#nav li:hover ul
	{
	display: block;
	left: 0;
	right: 0;
	}
						
#nav li:not( :first-child ):hover ul
	{
	left: -1px;
	}
	
#nav li ul a
	{
	border-top: 1px solid #F7EFB5;
	padding: 0.75em; /* 15 (20) */
	}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
	{
	background-color: #F7EFB5;
	color: #489AB4 !important;
	}


/* TOOLBAR ON SCREEN - MEDIUM
-----------------------------------------------*/

@media only screen and ( max-width: 60em )  
        {

#mobilheader {
  display:none;
  }

#nav
	{
	width: 98%;
	margin: 0;
	font-size: 85%;
			}
			
			
/* CONTENT ON TABLET - MEDIUM
-----------------------------------------------*/

#cheeselocator {
	width: 35%;
	padding-left: 8%;
	}
	
#hidesooner{
  display:none;
}

#imageheader {
  width:100%!important;
  padding: 0 5 0 5;
}	

#content {
   width:100%!important;
   padding: 0 5 0 5;
}

#footer-block{
   width:100%!important;
}

#cheesephototext2 {
	font-size: 75%;
}	

}
		
/* TOOLBAR ON TABLET - SMALL
-----------------------------------------------*/

@media only screen and ( max-width: 40em )  
        {
.cheeseboxtall {width: 50%; }
			
#mobilheader{
  display:block;
  width: 100%;
  height: 2.80em;
  text-align: center;
  background-color: #800000;
  color: #F7EFB5;
  font-weight:bold;
  font-size: 22px;
  line-height: 2.80em;
  letter-spacing: 2px;
  border-bottom: 1px solid #F7EFB5;

}

#imageheader{
  display:none;
}

#photohalfpg {
	width: 100%;
}

#splashtext4 {
	width: 100%;
}	

/* CONTENT ON TABLET - Small
-----------------------------------------------*/

#framerightvideo {
width: 100% !important;
padding: 5 5 5 5;	 
}

#framrighttext{
	width:95%!important;	   
}

#video{
    width: 95%;
    height: 100%;
	float:left;
	padding-bottom: 8%;
	padding-top:0;
}	

	
#grazing {
	width: 25%;
}	
	
#locatorbig {
	width: 100%;
	}	
	
#splashtext {
	width: 100%;
}

#contact {
	width: 100%;
	padding-top:3%;
	padding-bottom:2%;
}

#contact2 {
	width: 100%;
	padding-left: 0;
	margin-left:0!important;
	padding-top:3%;
	}
	
#quote {
	width: 100%;
}

#quote2 {
	width: 100%;
	margin-left:0%;
	min-height: 0px;
}

#splashtext3 {
	width: 100%;
	padding-left: 5%;
}

#logo {
width: 100%;
}

#cheesephototext2 {
	height: 15em;
}	

	
#cheesebox {
	height: 13em;
}

#cheesephototext {
	font-size: 80%;
}

#wholecheesephoto {
	height: 70%;
}


#framecontact {
  width:100%;	   
}

#recipbox{
	width: 50%!important;
}

#cheeselist{
	width: 100%;
	}		
	
	
/* NAV BAR ON PHONES and tablets - SMALL
-----------------------------------------------*/

#nav
	{
	position: relative;
	top: auto;
	left: auto;
	font-size: 100%;
	z-index:2000 !important;
	}

#nav > a
	{
	width: 3.125em;
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #800000;
	position: relative;
	}
#nav > a:before,
#nav > a:after
	{
	position: absolute;
	border: 2px solid #F7EFB5;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
	}

#nav > a:after
	{
	top: 60%;
	}

#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type
	{
	display: block;
	}

/* first level */

#nav > ul
	{
	height: auto;
	display: none;
	position: absolute;
	z-index: 1010;
	left: 0;
	right: 0;
	}
#nav:target > ul
	{
	display: block;
	}
#nav > ul > li
	{
	width: 100%;
	float: none;
	}
#nav > ul > li > a
	{
	height: auto;
	text-align: left;
	padding: 0 0.833em; /* 20 (24) */
	}

#nav > ul > li:not( :last-child ) > a
	{
	border-right: none;
	border-bottom: 1px solid #F7EFB5;	
}

/* second level */

#nav li ul
	{
	position: static;
	padding-left: 2.5em; 
	padding-top: 0;
	}	
	
}	
		


/* CONTENT ON PHONES - SMALL
-----------------------------------------------*/
@media only screen and ( max-width: 30em ) 
		{
.cheeseboxtall {width: 100%; height: inherit}
			
#cheeseboxbig {
  height:20%;
  width:25%;
  margin-left:37%;
	margin-right: 0%;
	margin-top: 5%;
	margin-bottom: 0%;
}

#hide {
  display:none;
}

#cheeselocator {
	width: 100%;
	padding-left:0;
	font-size:100%;
}

#content {
   width:100%!important;
   padding: 0 5 0 5;
}

#footer-block{
   width:100%!important;
}

#leftside {
   width:100%!important;
}

#cheesetext {
width:100%!important;
}


#label {
	width:100%!important;
	padding-bottom: 5% !important;
	padding-top: 5% !important;
	}

img {
	width: 100%;
	height:inherit;
	}
	

#cheesebox2 {
	width:80%;
	height: inherit;
	padding-right:0;
	padding-top:5%;
	padding-bottom:0;
	padding-left:17%;
}

#cheesephototext2 {
	height: inherit;
	font-size: 100%;
}

#cheesebox {
	width:75%;
	height:auto;
    padding-left: 20%;
	padding-right: 0%;
	padding-top: 5%;
	padding-bottom: 0%;
}

#cheesephototext {
	font-size: 100%;
	margin-top:100%;
}



#recipbox{
	width: 100%!important;
}	


}


