/*
	
	
*/


body {
	margin:0px;
	padding:0px; 
	font-family: sans-serif;
}

a:link {
	color: #a93226;
	text-decoration: none;
}
a:visited {
	color: #a93226;
	text-decoration: none;
}
a:hover {
	color: #36454F;
	text-decoration: none;
}
a:active {
	color: #a93226;
	text-decoration: none;
}


a.bottom:link {
	font-family: sans-serif;
	color: #a93226;
	font-size:13px;
	text-decoration: none;
}
a.bottom:visited {
	font-family: sans-serif;
	color: #a93226;
	font-size:13px;
	text-decoration: none;
}
a.bottom:hover {
	font-family: sans-serif;
	color: #36454F;
	font-size:13px;
	text-decoration: none;
}
a.bottom:active {
	font-family: sans-serif;
	color: #a93226;
	font-size:13px;
	text-decoration: none;
}



.content {
	width: 90%; 
	margin: 0 auto; 
	max-width: 600px;"
	font-size: 16px;
}

h1 {
	font-family: 'Zilla Slab', serif;
	color: #000000;
	font-size:26px;
	text-align:center;
}


h2 {
	font-family: 'Zilla Slab', serif;
	color: #a93226;
	font-size:24px;
}

h3 {
	font-family: 'Zilla Slab', serif;
	color: #fff;
	font-size:18px;
	text-align:center;
	background-color:#666;
	padding: 8px 0px 8px 0px;
}

span.out {
	color: red; 
	font-weight: bold; 
	font-size: 14px;
}

span.variety {
	color: #a93226;
	font-weight: bold; 
}

span.gray {
	color: #b2b1aa; 
	font-weight: bold; 
}

section.gray {
	color: #b2b1aa;  
}



textarea {
   font-family: inherit;
   font-size: 16px; 
}

.border {
	padding:5px;
	border: 1px solid #666;
	background-color:#fff; 
}

.heatlevel {
	height: 25px;
	width: 65px; 
	border: 0px; 
	padding: 3px 0px 7px 0px;
}



a.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #000000));
	background:-moz-linear-gradient(top, #666666 5%, #000000 100%);
	background:-webkit-linear-gradient(top, #666666 5%, #000000 100%);
	background:-o-linear-gradient(top, #666666 5%, #000000 100%);
	background:-ms-linear-gradient(top, #666666 5%, #000000 100%);
	background:linear-gradient(to bottom, #666666 5%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000',GradientType=0);
	background-color:#666666;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Zilla Slab', serif;
	font-size:24px;
	padding:26px 41px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #666666));
	background:-moz-linear-gradient(top, #000000 5%, #666666 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #666666 100%);
	background:-o-linear-gradient(top, #000000 5%, #666666 100%);
	background:-ms-linear-gradient(top, #000000 5%, #666666 100%);
	background:linear-gradient(to bottom, #000000 5%, #666666 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666',GradientType=0);
	background-color:#000000;
		color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
		color:#ffffff;
}


hr {
    border: none;
    border-top: 4px double #ccc;
    color: #ccc;
    overflow: visible;
    text-align: center;
    height: 5px;
}

hr:after {
    background: #eee;
    content: '«»';
    padding: 0 4px;
    position: relative;
    top: -12px;
}

.prices {
	background-color:#eee; 
	width:300px; 
	padding:3px 15px 5px 20px; 
	text-align:left; 
	border:2px solid #ccc; 
	box-shadow: 5px 5px #888888;
}

.varieties {
	background-color:#eee; 
	width:80%; 
	padding:3px 15px 5px 20px; 
	text-align:left; 
	border:2px solid #ccc; 
	box-shadow: 5px 5px #888888;
}






.navwidth {
	max-width:768px;
}


    .header {
      background-color: #e6e6e6;
      position: relative;
      width: 100%;
      z-index: 3;
    }
     
    .header ul {
      margin: 0;
      padding: 0;
      list-style: none;
      overflow: hidden;
    }

    .header li a {
      display: block;
 	font-family: 'Zilla Slab', serif;
	color: #a93226;
        font-size: 18px;
      padding: 20px 20px;
      text-decoration: none;
    }
     
    .header li a:hover,
    .header .menu-btn:hover {
      background-color: #ddd;
    }

        .header .logo {
  	font-family: 'Zilla Slab', serif;
	color: #a93226;
        font-size: 13px;
          display: block;
          float: left;
          padding: 22px 20px;
          text-decoration: none;
        }

    .header .menu {
      clear: both;
      max-height: 0;
      transition: max-height .2s ease-out;
    }
     


    /* menu icon */
     
    .header .menu-icon {
      cursor: pointer;
      display: inline-block;
      float: right;
      padding: 28px 20px;
      position: relative;
      user-select: none;
    }
     
    .header .menu-icon .navicon {
      background: #a93226;
      display: block;
      height: 2px;
      position: relative;
      transition: background .2s ease-out;
      width: 18px;
    }
     
    .header .menu-icon .navicon:before,
    .header .menu-icon .navicon:after {
      background: #a93226;
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      transition: all .2s ease-out;
      width: 100%;
    }
     
    .header .menu-icon .navicon:before {
      top: 5px;
    }
     
    .header .menu-icon .navicon:after {
      top: -5px;
    }
     
    /* menu btn */
     
    .header .menu-btn {
      display: none;
    }
     
    .header .menu-btn:checked ~ .menu {
      max-height: 340px;
    }
     
    .header .menu-btn:checked ~ .menu-icon .navicon {
      background: transparent;
    }
     
    .header .menu-btn:checked ~ .menu-icon .navicon:before {
      transform: rotate(-45deg);
    }
     
    .header .menu-btn:checked ~ .menu-icon .navicon:after {
      transform: rotate(45deg);
    }
     
    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
      top: 0;
    }



    /* Responsive */
    @media only screen and (max-width: 768px){
        .header ul{
            background-color: #eee;
        }  
        .header li a {
        padding: 15px;
        border-bottom: 1px solid #ddd;
      
      }
    }
     
    @media only screen and (min-width: 768px) {
        .menu-wrapper{
            background: #e6e6e6;
            height: 55px;
            line-height: 55px;
            width: 100%;
        }
      .header li {
        float: left;
      }
        .header .logo{
            line-height: 1;
        }
      .header li a {
	font-family: 'Zilla Slab', serif;
	color: #a93226;
	font-size: 18px;
        padding: 0px 30px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
      
      }
      .header .menu {
        clear: none;

        max-height: none;
      }
      .header .menu-icon {
        display: none;
      }
    }
	
	
	
	
#expend {
  display:none;  
}

#expend + .smalldesc {
  max-height:70px;
  overflow:hidden;
  transition:all .3s ease;
}

#expend:checked + .smalldesc {
  max-height:250px;  
}

label {
  color:#bb9d24;
  font-weight: bold;
  font-size: 11px; 
  text-decoration:none;
  cursor:pointer;
}

label:hover {
  text-decoration:underline;  
}


   .hidden {
display : none;
}
