/* ************************* MEGA MENUS ************************* */
#megamenu_lightbox {
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: none;
  /* JS will fade in */ }

/* ******************* GENERIC FOR ALL MENUS ******************* */
/* ************************* MAIN MENU ************************* */
.header_menu {
  clear: both; }

/*.header_menu .hamburger {
	display: none;
	background-image: url("../images/icons/hamburger1_black.png");
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: center;
	height: 84%;
	width: 60px;
	position: relative;
	left: 800px;
}*/
nav#access {
  width: 67%;
  float: left;
  background-color: #00ace8;
  /*overflow-y:hidden;*/ }

.header_menu ul li a {
  box-sizing: border-box; }

.header_menu div[class*="-menu-container"] {
  display: inline-block;
  vertical-align: bottom;
  position: relative; }

.header_menu ul.menu {
  list-style-type: none;
  /*font-family: "";*/
  text-transform: uppercase; }

.header_menu ul.menu .menu-image-title-hide .link {
  display: none; }

.header_menu .access ul.menu > li {
  display: inline-block;
  position: relative;
  margin: 0;
  float: left;
  /* use `margin: 0 -2px;` if not minifying HTML */
  /*HT*/ }

.header_menu .access ul.menu > li > a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0 1.1em;
  /*HT*/
  font-size: 1.1em;
  /*HT*/
  color: #fff;
  /*HT*/
  background-color: #00ace8;
  /*HT*/
  height: 52px;
  /*HT*/
  line-height: 53px;
  /*HT*/
  font-family: "DIN Bold";
  /*JC*/
  -webkit-transition: all 0.3s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.3s ease;
  /* Firefox */
  -o-transition: all 0.3s ease;
  /* IE 9 */
  -ms-transition: all 0.3s ease;
  /* Opera */
  transition: all 0.3s ease; }

.header_menu .access ul.menu > li.menu-item-has-children > a {
  padding: 0 1.8em 0 1.1em; }

li.menu-item-has-children > a:after {
  position: absolute;
  top: 23px;
  right: 5px;
  content: "";
  background: url("../images/menudownarrow.png") no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 10px; }

li.menu-item-has-children[class*="current-"] > a:after,
li.menu-item-has-children.hover > a:after {
  background: url("../images/menudownarrow_hover.png") no-repeat center;
  background-size: contain; }

.header_menu ul.sub-menu li.menu-item-has-children > a:after {
  top: 21px; }

.header_menu ul.sub-menu > li.menu-item-has-children > a:after {
  background: url("../images/menurightarrow_w.png") no-repeat center; }

.header_menu ul.sub-menu > li.menu-item-has-children[class*="current-"] > a:after,
.header_menu ul.sub-menu > li.menu-item-has-children.hover > a:after {
  background: url("../images/menurightarrow_b.png") no-repeat center; }

 			/*.header_menu ul.menu > li {

 				&:nth-child(3) > a {
 					margin: 0 -0.1em;
 				}

 				&:nth-child(4) > a {
 					margin: 0 0.2em;
 				}

 				&:nth-child(5) > a {
 					margin: 0 0.9em;
 				}

 				&:nth-child(6) > a {
 					margin: 0 -0.8em;
 				}
 			}*/
.header_menu .register_btn {
  /*nav#access .register_btn {*/
  position: absolute;
  right: 0;
  width: 33%;
  float: right;
  background-color: #e6df00;
  -webkit-transition: all 0.3s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.3s ease;
  /* Firefox */
  -o-transition: all 0.3s ease;
  /* IE 9 */
  -ms-transition: all 0.3s ease;
  /* Opera */
  transition: all 0.3s ease; }
  .header_menu .register_btn:hover {
    background-color: #fff; }
  .header_menu .register_btn .register_text {
    display: block;
    width: 100%;
    color: #000;
    font-size: 2em;
    font-family: "DIN Bold";
    line-height: 52px;
    padding-left: 4.5%;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none; }
  .header_menu .register_btn .arrow_icon {
    position: absolute;
    top: 15px;
    right: 13px;
    background: url("../images/arrowbutton.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    height: 25px;
    width: 25px; }

.header_menu ul.menu > li > a:hover,
.header_menu ul.menu > li.hover > a,
.header_menu ul.menu > li[class*="current-"] > a {
  color: #00ace8;
  background-color: #fff; }

/*HT*/
.header_menu li.menu-item-has-children > a > img.menu-image {
  display: none; }

/* hide image attached to mega menu items at top level */
.header_menu li.menu-item a.menu-image-hovered img {
  /* disable transitions built in to menu-image */
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

/* ----- MEGA MENUS ----- */
.header_menu .megamenu_wrapper {
  background-color: #fff;
  /* adjust as per theme */
  font-size: 14px;
  /* adjust as per theme */
  top: 57px;
  /* equal to the height of main menu anchor elements */
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* this should be 100 to fix a bug in IE where it wouldn't fade in until the megamenu was actually hovered *directly* over - we were only using opacity for transition effects anyway */
  visibility: hidden;
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 960px !important;
  /* override JS calc */
  max-width: 960px;
  min-height: 350px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 30px;
  /* padding-bottom: 0; */
  /* you may want this if you have a megamenu footer, for example, flush at the bottom of the menu wrapper */
  line-height: 1.6em;
  cursor: initial; }

.header_menu .megamenu_image {
  float: right;
  margin-left: 30px;
  max-width: 330px;
  overflow: hidden; }

.header_menu .megamenu_image img {
  max-width: 330px;
  height: auto; }

.header_menu .megamenu_title {
  font-size: 24px;
  /* as per theme */
  font-family: inherit;
  /* as per theme */
  color: #777;
  /* as per theme */
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px; }

.header_menu .megamenu_description {
  text-transform: none;
  color: #444;
  /* as per theme */
  font-family: inherit;
  /* as per theme */
  font-size: 13px;
  /* as per theme */
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.6em; }

.header_menu .megamenu_wrapper ul.sub-menu {
  margin: 0 -0.90%;
  width: 90%; }

.header_menu .megamenu_wrapper ul.sub-menu.parent-has-image {
  float: left;
  width: 61%;
  margin: 0 -.50%;
  /* leave room for image */ }

.header_menu .megamenu_wrapper ul.sub-menu > li {
  display: block;
  float: left;
  width: 48%;
  margin: 1%; }

.header_menu .megamenu_wrapper ul.sub-menu > li:nth-child(odd) {
  float: left;
  clear: left; }

.header_menu ul.sub-menu > li.nth-child-odd {
  float: left;
  clear: left; }

.header_menu .megamenu_wrapper ul.sub-menu > li:nth-child(even) {
  float: right;
  clear: right; }

.header_menu ul.sub-menu > li.nth-child-even {
  float: right;
  clear: right; }

.header_menu .megamenu_wrapper ul.sub-menu > li > a {
  text-decoration: none;
  color: #555; }

.header_menu .megamenu_wrapper ul.sub-menu > li > a > img.menu-image + .link {
  padding-left: 15px; }

.header_menu .megamenu_wrapper ul.sub-menu > li > a:hover,
.header_menu .megamenu_wrapper ul.sub-menu > li[class*="current-"] > a {
  color: #111; }

/* show mega menu on hover, once positioned correctly by JS */
.header_menu ul > li.positioned:hover .megamenu_wrapper {
  opacity: 1;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* ----- SUB MENUS ----- */
/* should support an unlimited number of sub-menu trees automatically */
.header_menu ul.menu li > ul.sub-menu {
  display: none;
  position: absolute;
  left: 0%;
  top: 52px;
  z-index: 10;
  /*width: 100%;*/
  border: 1px #00ace8 solid; }

.header_menu ul.menu > li > ul.sub-menu > li > ul.sub-menu {
  position: absolute;
  left: 0px;
  top: -1px;
  border: 1px #00ace8 solid; }

.header_menu ul.menu li > ul.sub-menu > li {
  display: block;
  width: 100%;
  position: relative; }

.header_menu ul.menu li > ul.sub-menu > li > a {
  display: inline-block;
  color: #fff;
  font-size: 1.05em;
  font-family: "DIN Bold";
  text-decoration: none;
  white-space: nowrap;
  padding: 18px 25px 18px 20px;
  box-sizing: border-box;
  width: 100%;
  background-color: #00ace8;
  -webkit-transition: all 0.3s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.3s ease;
  /* Firefox */
  -o-transition: all 0.3s ease;
  /* IE 9 */
  -ms-transition: all 0.3s ease;
  /* Opera */
  transition: all 0.3s ease; }
  .header_menu ul.menu li > ul.sub-menu > li > a:hover {
    background-color: #fff;
    color: #00ace8; }

.header_menu ul.menu > li > ul.sub-menu > li > a:hover,
.header_menu ul.menu > li > ul.sub-menu > li.hover > a,
.header_menu ul.menu > li[class*="current-"] > ul.sub-menu > li[class*="current-"] > a {
  color: #00ace8;
  background-color: #fff; }

/*HT*/
.header_menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.header_menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li.hover > a,
.header_menu ul.menu > li[class*="current-"] > ul.sub-menu > li > ul.sub-menu > li[class*="current-"] > a {
  color: #00ace8;
  background-color: #fff; }

/*HT*/
.header_menu .access ul.menu > li:hover > ul.sub-menu {
  display: inline-block;
  background-color: #00ace8; }

.header_menu .access ul.menu li > ul.sub-menu > li:hover > ul.sub-menu {
  display: inline-block;
  left: 100%; }

/* ************************* RESPONSIVE MENU ************************* */
.mobile_opened.opened_state {
  background-color: #fff; }

.mobile_menu {
  display: none;
  width: 100%; }
  .mobile_menu .hamburger {
    width: 115px;
    color: #fff;
    font-size: 1.3em;
    font-family: "DIN Regular";
    text-transform: uppercase;
    line-height: 53px;
    cursor: pointer; }
    .mobile_menu .hamburger span {
      display: inline-block;
      margin-left: 5px; }
    .mobile_menu .hamburger .menu_open {
      display: inline-block; }
    .mobile_menu .hamburger .menu_close {
      display: none;
      color: #00ace8; }
    .mobile_menu .hamburger svg {
      display: inline-block;
      float: left;
      height: 28px;
      margin-top: 10px;
      margin-left: 5px; }
  .mobile_menu ul li a:after {
    display: none; }
  .mobile_menu ul.menu > li > a:hover, .mobile_menu ul.menu > li.hover > a, .mobile_menu ul.menu > li[class*="current-"] > a, .mobile_menu ul li a {
    display: block;
    padding: 18px 0;
    width: 100%;
    color: #fff;
    font-size: 1.7em;
    font-family: "DIN Regular";
    text-align: center;
    text-decoration: none; }
  .mobile_menu ul.menu > li[class*="current-"] > a, .mobile_menu ul.menu > li > a:hover, .mobile_menu ul.menu > li.hover > a {
    color: #00ace8;
    font-family: "DIN Medium"; }
    .mobile_menu ul.menu > li[class*="current-"] > a:after, .mobile_menu ul.menu > li > a:hover:after, .mobile_menu ul.menu > li.hover > a:after {
      display: none; }
    .mobile_menu ul.menu > li[class*="current-"] > a ~ .access_submenu, .mobile_menu ul.menu > li > a:hover ~ .access_submenu, .mobile_menu ul.menu > li.hover > a ~ .access_submenu {
      background: url("../images/bt-blue.png") no-repeat center;
      background-size: 80%; }
  .mobile_menu .menu-main-menu-container {
    width: 100%; }
    .mobile_menu .menu-main-menu-container .menu {
      display: none;
      position: absolute;
      top: -16px;
      width: 100%;
      padding-bottom: 15px;
      background-color: #00ace8;
      border-bottom: 15px solid #00ace8;
      z-index: 10; }
      .mobile_menu .menu-main-menu-container .menu .link {
        display: block;
        width: 75%;
        margin: 0 auto; }
      .mobile_menu .menu-main-menu-container .menu .access_submenu {
        position: absolute;
        right: 20px;
        height: 35px;
        width: 35px;
        margin-top: -46px;
        background: url("../images/bt-white.png") no-repeat center;
        background-size: 80%;
        cursor: pointer; }
      .mobile_menu .menu-main-menu-container .menu .submenu_wrapper {
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        top: 0;
        left: 100%;
        z-index: 20;
        -webkit-transition: all 0.3s ease;
        /* Safari and Chrome */
        -moz-transition: all 0.3s ease;
        /* Firefox */
        -o-transition: all 0.3s ease;
        /* IE 9 */
        -ms-transition: all 0.3s ease;
        /* Opera */
        transition: all 0.3s ease; }
        .mobile_menu .menu-main-menu-container .menu .submenu_wrapper .mobile_back {
          position: absolute;
          top: 8px;
          color: #fff;
          font-size: 1.7em;
          padding: 10px 0;
          cursor: pointer; }
          .mobile_menu .menu-main-menu-container .menu .submenu_wrapper .mobile_back .back_button {
            display: inline-block;
            height: 25px;
            width: 25px;
            margin: -5px 15px;
            background: url("../images/bt-white.png") no-repeat center;
            background-size: contain;
            -ms-transform: rotate(180deg);
            /* IE 9 */
            -webkit-transform: rotate(180deg);
            /* Chrome, Safari, Opera */
            transform: rotate(180deg); }
      .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper {
        background-color: #00ace8;
        height: 100%; }
        .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu {
          background-color: #fff;
          height: calc(100% + 76px);
          border-bottom: 15px solid #00ace8; }
          .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu > li > a {
            color: #00ace8;
            font-family: "DIN Medium"; }
            .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu > li > a:hover {
              background-color: #00ace8;
              color: #fff;
              font-family: "DIN Regular"; }
              .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu > li > a:hover ~ .access_submenu {
                background: url("../images/bt-white.png") no-repeat center;
                background-size: 80%; }
          .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu > li .access_submenu {
            background: url("../images/bt-blue.png") no-repeat center;
            background-size: 80%; }
          .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu > li[class*="current-"] > a {
            background-color: #00ace8;
            color: #fff; }
          .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu > li[class*="current-"] .access_submenu {
            background: url("../images/bt-white.png") no-repeat center;
            background-size: 80%; }
          .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu > li > .submenu_wrapper {
            background-color: #00ace8;
            height: 100%;
            z-index: 30; }
            .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu > li > .submenu_wrapper .sub-menu {
              background-color: #fff;
              height: calc(100% + 76px);
              border-bottom: 15px solid #00ace8; }
              .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu > li > .submenu_wrapper .sub-menu > li > a {
                color: #00ace8;
                font-family: "DIN Medium"; }
                .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu > li > .submenu_wrapper .sub-menu > li > a:hover {
                  background-color: #00ace8;
                  color: #fff;
                  font-family: "DIN Regular"; }
                  .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu > li > .submenu_wrapper .sub-menu > li > a:hover ~ .access_submenu {
                    background: url("../images/bt-white.png") no-repeat center;
                    background-size: 80%; }
              .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu > li > .submenu_wrapper .sub-menu > li .access_submenu {
                background: url("../images/bt-blue.png") no-repeat center;
                background-size: 80%; }
              .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu > li > .submenu_wrapper .sub-menu > li[class*="current-"] > a {
                background-color: #00ace8;
                color: #fff;
                font-family: "DIN Regular"; }
              .mobile_menu .menu-main-menu-container .menu > li > .submenu_wrapper .sub-menu > li > .submenu_wrapper .sub-menu > li[class*="current-"] .access_submenu {
                background: url("../images/bt-white.png") no-repeat center;
                background-size: 80%; }

.move_menu.menu_left {
  left: 0 !important; }

/* ******************** The end, thanks for visiting! ******************* */

/*# sourceMappingURL=menu.css.map */
