
/* ==========================================================================
new menu
========================================================================== */

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}




/* position of menu */




.fulloutermenu {
  position:absolute;
  top: 0px;
  right: 0px;
  z-index: 100000;
}
.fulloutermenu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200000;
  cursor: pointer;
  width: 90px;
  height: 90px;
  opacity: 0;
}
.fulloutermenu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.fulloutermenu .checkbox-toggle:checked + .hamburger > div:before,
.fulloutermenu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fulloutermenu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.fulloutermenu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.fulloutermenu .checkbox-toggle:checked ~ .menu > div {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
}
.fulloutermenu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease 0.1s;
  transition: opacity 0.1s ease 0.1s;
}

/* Hover state */
.fulloutermenu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); 
  background-color:#2d3e50;
  -webkit-transition: opacity 0.1s ease 0.1s;
  transition: opacity 0.1s ease 0.1s;
}
.fulloutermenu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.fulloutermenu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 50px !important;
  height: 50px !important;
  padding: .5em 1em;
  background: #555;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  
  -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
  
  
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;

}
.fulloutermenu .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 2px;
  background: #FEFEFE;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fulloutermenu .hamburger > div:before,
.fulloutermenu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 100000;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.fulloutermenu .hamburger > div:after {
  top: 10px;
}
.fulloutermenu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fulloutermenu .menu > div {
  width: 400vw;
  height: 400vw;
  color: #FEFEFE;
  /* overlay colour*/
  background: rgba(45, 62, 80, 0.97);
  border-radius: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fulloutermenu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fulloutermenu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.fulloutermenu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 32px; line-height:38px;
  display: block; z-index:999999;
}
.fulloutermenu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  color: #FFF !important;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

	
.fulloutermenu .menu > div > div > ul > li > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.fulloutermenu .menu > div > div > ul > li > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 32px; line-height:38px;
  display: block; z-index:999999;
}
.fulloutermenu .menu > div > div > ul > li >  ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  color: #FFF !important;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}	

.fulloutermenu .menu > div > div > ul > li > a:hover { 
text-decoration:underline;
}

.fulloutermenu .menu > div > div > ul > li >  ul > li > a:hover { 
text-decoration:underline;
}




/* Search Icons styles */

.fulloutermenu .checkbox-toggle:checked + .searchicon > div {
  
}
.fulloutermenu .checkbox-toggle:checked + .searchicon > div:before,
.fulloutermenu .checkbox-toggle:checked + .searchicon > div:after {
 
}
.fulloutermenu .checkbox-toggle:checked + .searchicon > div:after {
  opacity: 0;
}




/* Hover state */
.fulloutermenu .checkbox-toggle:hover + .searchicon {
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
background: #222;
}
.fulloutermenu .checkbox-toggle:checked:hover + .searchicon > div {
 
}
.fulloutermenu .searchicon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 30px;
  height: 40px;
  padding: .5em 1em;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  -webkit-transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
		  color: #fff;
	background: #333;
	font-family: 'icomoon';
	
}
.fulloutermenu .searchicon > div {
  
}
.fulloutermenu .searchicon > div:before,
.fulloutermenu .searchicon > div:after {
 content: "\e000";
  position: absolute;
  z-index: 100000;
  top: 10px; padding:5px;
  left: 12px;
  width: 100%;
  font-size:26px;
  background: inherit;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.fulloutermenu .searchicon > div:after {
	
}









.normalmenu { display: block; padding-right:0%;}
.hamburgermenu {display: none;}







/* All Mobile Sizes (devices and browser) */
@media only screen and (min-width: 768px) and (max-width: 999px) {		

/* .navposition { display:none !important;} */

/* position of menu */

.normalmenu { display: none;}
.hamburgermenu {display:block;}
#navcolour  { display: none;}

/* position of menu */


.menualign2 {
	position: fixed; top:20px; right:40px; z-index:10000;
}

.menualign {
	position: fixed; top:20px; right:70px; z-index:10000;
}

}



/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

/* .navposition { display:none !important;} */

/* position of menu */

.normalmenu { display: none;}
.hamburgermenu {display:block;}
#navcolour  { display: none;}

/* position of menu */


.menualign2 {
	position: fixed; top:20px; right:40px; z-index:10000;
}

.menualign {
	position: fixed; top:0px; right:55px; z-index:10000;
}


	
.fulloutermenu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 21px !important; 
  line-height:24px !important;
  display: block; z-index:999999;
}	



.fulloutermenu .menu > div > div > ul > li > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 21px !important; 
  line-height:24px !important;
  display: block; z-index:999999;
}	



.fulloutermenu .menu {
 max-width: 800px;
  max-height: 1500px;
  width: 100%;
  height: 100%;
  
}
.fulloutermenu .menu > div {
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 1500px;
  
}
.fulloutermenu .menu > div > div {
   width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 1500px;
}
.fulloutermenu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100%;
}






	}

