﻿@charset "UTF-8";


@media only screen and (max-width: 769px)
{    
    html, body { overflow-x: hidden; }

    #HeaderImage {display:none;} 
nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;  
  z-index: 0;
  width: 250px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content {
  position: absolute;
  padding:0!important;
  margin:0!important;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  -webkit-transition: -webkit-transform 0.2s linear;
  -moz-transition: -moz-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
.top-bar { 
  width: 100%;
  z-index: 5;
}
.top-bar label {
  display: block;
  width: 100%;
  position: inherit;
  padding: 10px 20px;      
  font-size: 1.6em;
  text-align: left;
}
.top-bar label span{
	font-size: 0.6em;
	display: block;
	position:absolute;
	top: 20px; left: 50px;
}
#menu-toggle:checked ~ #content {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(250px,0,0);
  -moz-transform: translate3d(250px,0,0);
  -ms-transform: translate3d(250px,0,0);
  -o-transform: translate3d(250px,0,0);
  transform: translate3d(250px,0,0);
}

#menu-toggle ~ .LunchNavigation, #menu-toggle ~ header
{
    display:none;
}

#menu-toggle:checked ~ .LunchNavigation, #menu-toggle:checked ~ header
{
    display:block;
}

#menu-toggle ~ #content {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
nav li a {  
  display: block;
  padding: 0 5px 0 25px;
  text-decoration: none;
  line-height: 2.6em;
  overflow: hidden;  
}
nav ul li {  
}
nav ul li:hover a, .nav-active a{
  cursor: pointer;
  background: white;
  color:#626262!important;
}
nav ul ul li a {
	color: white;
	padding: 0 5px 0 45px;
    margin: 0;
} 
nav ul ul li a:hover, .nav-active a{
	background: white;
    color:#626262!important;
}

    .InnerFooter
    {
        display:block;
    }

    .MainFooter
    {
        display:none;
    }
}

.menu-toggle {display: none;}
#content {background: white; }
html, body { width: 100%; height: 100%; padding:0; margin: 0;}

.img{ display: block; width: 100%;}

@media only screen and (min-width: 770px)
{

    .MainMediaContainerSmall, .real-logo-side-menu
    {
        display:none;
    }

    .MainMediaContainerLarge
    {
        display:block;
    }

.top-bar label {display:none}
.menu{width:100%;margin: 0 auto 0 auto;max-width:62.5em; text-align:center;}
nav {
	display: block;  
	width: 100%;
	/*position: absolute;*/
	z-index: 5;
	
}
nav ul ul {display: none;}
nav ul li:hover > ul {display: block;}
nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
	padding: 0;	
}
nav ul:after {content: ""; clear: both; display: block;}
nav ul li {float: left;}
nav ul li:hover, .nav-active {background: white; }
nav ul li:hover a, .nav-active a {color: #626262!important;}
nav ul li a {
	display: block; padding: 25px 25px;
	color: white; text-decoration: none;
}
nav ul ul {
	padding: 0;
	position: absolute; top: 100%;
	z-index: 100;
}
nav ul ul li {
	float: none; 
	border-top: 1px solid #899097;
}
nav ul ul li a {
	padding: 15px 25px;
	color: white;
}	
nav ul ul li a:hover, .nav-active a{
	background: white;
	color: #626262!important;
}	
nav ul ul ul {position: absolute; left: 100%; top:0;}

#content, .LunchNavigation, .FooterContent
{
    max-width:1200px; 
    margin:auto;
}

.InnerFooter
    {
        display:none;
    }

    .MainFooter
    {
        display:block;
    }


}



