/*
 * Navigataur: A pure CSS responsive navigation menu
 * Author: Mike King (@micjamking)
 */

/*
 	Notes:
 
 	- Media queries should be edited in both style sections if you require 
	  a different breakpoint for your navigation.
	  
	- Toggle class & menu anchor tags in list items have box-sizing: border-box 
	  style property to allow padding inside the container without conflicting with layout.	

*/


/*--------------------------------
 Functional Styles (Required)
---------------------------------*/
/* Tim Pietrusky advanced checkbox hack (Android <= 4.1.2) */
body{ -webkit-animation: bugfix infinite 1s; }
@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }

.header {
	position: relative;
	z-index: 200;
}
#toggle, .toggle { display: none; }
.menu > li { list-style: none; float:left;	}

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

@media only screen and (max-width: 960px){
	.menu { display: none; opacity: 0; width: 100%; position: absolute; right: 0; }

	.menu > li { display: block; width: 100%; margin: 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; }
	.toggle { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	#toggle:checked ~ .menu { display: block; opacity: 1;}
}


/*--------------------------------
 Presentation Styles (Editable)
---------------------------------*/


.header-wrap{
	height: auto !important;
	height: 100%;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
		}



 
.header{
	height: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.logomin {
	width: 280px;
	float: left;
	padding-top: 10px;
}

.nav{
	display: block;
	float: right;
}

.nav, .menu, .menu > li, .menu > li > a{ 
	height: 100%; 
}

.menu > li > a{
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	padding-top: 42px;
	padding-right: 15px;
	padding-bottom: 42px;
	padding-left: 15px;
	text-align: center;
	color: #007AC2;
}

.menu > li > a:hover, .menu > li > a:focus{
	box-shadow: inset 0px 5px #007AC2;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 34px;
	background-color: #007AC2;
}

.toggle{ 
	z-index: 2; 
}

@media only screen and (max-width: 960px){
.TABLET{  
}	
	
	.header-wrap{
	height: 100%;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
		}
		
.header{
!important
	padding-right: 20px;
	height: auto;
	padding-right: 15px;
}		
		
.logomin {
	width: 260px;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
}

.nav{
}
		
.menu{
	background: #FFFFFF;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #007AC2;
	}
	
	.menu, .menu > li, .menu > li > a{
	height: auto;
	padding-right: -15px;
	}
	
	.menu > li > a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	
	.menu > li > a:hover, .menu > li > a:focus{
	box-shadow: inset 5px 0px #007AC2;
	padding: 15px 15px 15px 25px;
	color: #FFFFFF;
	background-color: #007AC2;
	}
	
.menu br {
  display: none;
}
	
	.toggle:after {
	content: 'MENU';
	display: block;
	width: 120px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	-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;
	margin-top: 33px;
	margin-right: 15;
	margin-bottom: 33px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #007BC6;
	}
	
	.toggle:hover:after{
	background-color: #007AC2;
	}
	
	#toggle:checked + .toggle:after{
		content: 'CLOSE';
	}
}

@media only screen and (max-width: 481px){
.MOBILE { 
	}
	
	.header-wrap{
	width: 100%;
	padding: 0%;
	margin: 0;
		}	
	
	.header{
	margin-right: 0px;
	padding-right: 0px;
}

.logomin {
	float: none;
	text-align: center;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}

.nav{
}
	.header > h1, .nav, .toggle:after{ 
		float: none; 
	}
	.toggle:after {
	text-align: center;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-right: 0px;
	padding-right: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}
	
.menu > li > a{
	text-align: left;
	}
}
