* {margin: 0;padding: 0;outline: 0;}
body{ -webkit-animation: bugfix infinite 1s; }
@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }

.header { position: fixed; width:1000px; left:50%; margin-left:-520px;	padding: 10px 20px 15px 20px;}
#toggle, .toggle { display: none; }
.menu > li { list-style: none; float:left;	}

/* micro clearfix */
.clearfix:before, .clearfix:after { display: block; content: ""; }
.clearfix:after { clear: both; }

@media only screen and (max-width: 1060px){
	.header { position: fixed; width:96%;padding: 10px 2% 15px 2%;left:50%; margin-left:-50%;}
}
@media only screen and (max-width: 768px){
	.menu { display: none; opacity: 0; position: absolute; right: 15px; top:100px; z-index:0;}
	.menu > li { display: block; width: 200px; margin: 0; float:none;z-index:0;}
	.menu > li > a { display: block; width: 100%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index:0;}
	.toggle { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; z-index:0;}
	#toggle:checked ~ .menu { display: block; opacity: 1; z-index:10;}
	#toggle ~ .menu {display:none;}
}

@media only screen and (max-width: 480px){
	.menu { display: none; opacity: 0; width: 100%; position: absolute; right: 0; top:165px;text-align:center;}
}
/*--------------------------------
 Presentation Styles
---------------------------------*/
.header{
	min-height: 90px;

	background-color:#ede3d3;
	z-index:10;
}

.header > .logo_container {
	float: left;
	padding: 0;		
	display:block;
	width:210px;
	height:90px;

}
.header > .logo_container img{
	width:210px;
	height:90px;
}
.header > .logo_container a{
	border:0;
}
.nav{ 
	display: block; 
	float: right; 
	background-color:#ede3d3;
}

.nav, .menu, .menu > li, .menu > li > a{ 
	height: 100%; 
}
.menu > li > a{
	margin-top:30px;
	display: block;
	padding:.5em .5em 20px .5em;
	text-decoration: none;
	font-weight: normal;
	font-family:'OpenSansRegular', Verdana, Geneva, sans-serif;
	font-size:1em;
	text-transform:uppercase;
	color: #8b0e04;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.menu > li > a:hover, .menu > li > a:focus{
	color: #c2c248;
}
.toggle{ 
	z-index: 2;
}
.reserve_button a:link{
	margin:20px 0 0 20px;
	width:100px;
	height:70px;
	background-image: url(http://www.basscottage.com/images/reserve.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display: block;
	padding:0;
	text-indent:-100000px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.reserve_button a:hover{
	background-position:0 -70px;
}
@media only screen and (max-width: 1060px){
	.header > .logo_container {
	float: left;
	padding: 0;		
	display:block;
	width:210px;
	height:90px;
	margin:0;
}
.header{
	min-height: 90px;

	background-color:#ede3d3;
}
.menu > li > a{
	font-size:1em;
}
}
@media only screen and (max-width: 960px){
.header > .logo_container {
	float: none;
	margin:0 0;
}
.menu{
	margin-top:-20px;
}
.menu > li > a{
	margin-top:40px;
	font-size:1em;
}
}
@media only screen and (max-width: 768px){
.header > .logo_container {
	float: left;
	padding: 0;		
	display:block;
	width:210px;
	height:90px;
	margin:0 0;
	
}
.menu{
	margin-top:0;
	border-top: 0;
	padding-top:0px;
	padding-bottom:15px;
	width:240px;
}
.menu, .menu > li, .menu > li > a{
	height: auto;background-color:#ede3d3;
	display:block;
	z-index:10;
}
.menu > li > a{
	padding: 6px 20px;
	font-size:.8em;
	display:block;
	background-color:#FFF;
	width:200px;
	margin:0 20px 6px 20px;
	text-align:center;
}
a#reserve{	
	background-color:#ede3d3;
}
.menu > li > a:hover, .menu > li > a:focus{
	color: #c2c248;
}
.toggle:after {
	content:url(http://www.basscottage.com/images/menu.png);
	display: block;
	width: 220px;
	margin: 20px 10px 0 0;
	padding: 0;
	text-align:center;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	
}
#toggle:checked + .toggle:after{
	content:url(http://www.basscottage.com/images/close.png);	
}
.reserve_button a:link{
	margin:10px 0 0 15px;
	width:210px;
	height:50px;
	background-image:url(http://www.basscottage.com/images/reserve_2.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display: block;
	padding:0;
	text-indent:-100000px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.reserve_button a:hover{
	background-position:0 -50px;
}
}

@media only screen and (max-width: 480px){

.header > h1, .nav, .toggle:after{ 
	float: none; 
}
.toggle:after { 
	text-align: center; 
	width: 120px;
	margin:10px auto 0 auto;
}
.header > .logo_container {
	float: none;
	padding: 0;		
	display:block;
	width:210px;
	height:90px;
	margin:0 auto;
	
}
.header{
	min-height: 90px;

	padding: 10px 3% 5px 3%;
	background-color:#ede3d3;
}
.menu > li > a{
	font-size:.8em;
	display:block;
	background-color:#FFF;
	width:200px;
	margin:0 auto 6px auto;
	text-align:center;
}
.menu > li {
	width:210px;
	margin:0 auto;
	display:block;
	padding:0;
}
.reserve_button a:link{
	background-color:#ede3d3;
	margin:10px auto 0 auto;
}
.menu { 
	width: 100%; 
	padding:10px 0 15px 0;
}
}
