.toggleMenu {
  z-index:2000;
  display:  none;
  color: #1e2a4d;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:bold;
  font-size:13px;
  height:50px;
  line-height:50px;
  text-align:left;
}
  .toggleMenu span{
    padding-left:20px;
  }


.mainNav {
  margin:0px;
  margin-top: 27px;
  margin-bottom: -5px;
  display:inline-block;
  width:auto;
  list-style:none;
  background:#ffffff;
}
.mainNav .selected{
  background:#00b2ea;
  color: #ffffff !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.mainNav > li{
  margin: 0px;
  float: left;
  display: inline-block;
  text-align: left;

}
.mainNav > li > a {
  display: block;
  font-family: 'Poppins', sans-serif;
  transition: all 0.2s ease-in-out;
  color: #161616;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
  padding:14px 16px;
}


/* -------------- Dropdown -------------- */
.dropbtn{
  background:url(../images/menu_chevron_small.png) 90% center  no-repeat;
}
.mainNav > li > a.dropbtn{
  padding-right:20px;
}


.dropdown {
transition: all 0.2s ease-in-out;
}


.mainNav > a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  color:#111111;
}


.dropdownFlag{
  display: none;
  z-index: 10;
  text-align:left;
}
  #flag.show{
    height: auto;
  }

.dropdownContent{
  z-index: 20;
  display: block;
  /* set height and overflow to use opacity transistion */

  height:0px;
  overflow: hidden;
  opacity: 0;

  width:100%;
  left:0px;
  position: absolute;
  color:#111111;
  min-width: 160px;

  text-align:left;



}

.dropdownContentInner{
  width: 1140px;

  margin-left:auto;
  margin-right:auto;
  color:#282828;
  background:#ebebeb;
  font-size:17px;
  letter-spacing: .01rem;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}

  .dropdownContentInner a{
    color:#111111;
    text-decoration:none;
  }
  .dropdownContentInner a:hover{
    text-decoration:none;
  }

.dropdown-content a:hover {
  background-color: #ddd;
}

.show{
  height:auto;
  opacity: 1;
  display: block !important;

  transition: all 0.2s ease-in-out;
  transition: visibility 0s, opacity 0.5s linear;
  transition: all 0.3s ease-in-out;

}
/* -------------- /Dropdown -------------- */


/* -------------- Flag Dropdown -------------- */
  .dropdownFlag{
    position: absolute;
    background:#ffffff;
    padding:5px 10px;
    border-top:2px solid #7c7c7c;
    border-bottom:2px solid #7c7c7c;
    text-align: center;
  }
    .dropdownFlag a{
      text-decoration: none;
    }

  .flagIcon{
    padding-left:40px;
    font-size:16px;
  }
    /* slightly offset the padding when it's in the main menu */
    .mainNav > li > a.flagIcon {
      padding-left:50px;
    }

  .flagNZ{
    background:url(../images/flag_nz.png) left center no-repeat;
  }
    /* slightly offset the background image when it's in the main menu */
    .mainNav > li > a.flagNZ {background:url(../images/flag_nz.png) 8px center no-repeat;}
  .flagAU{
    background:url(../images/flag_au.png) left center no-repeat;
  }
    /* slightly offset the background image when it's in the main menu */
    .mainNav > li > a.flagAU {background:url(../images/flag_au.png) 5px center no-repeat;}
  .chevron{
    display: inline-block;
    margin-left:3px;
    width:10px;
    height: 7px;
    background:url(../images/menu_chevron_small.png) center right no-repeat;
  }
/* -------------- /Flag Dropdown -------------- */




.dropdownLayout{
  width: 100%;
  /*min-height: 480px;*/
  display: block;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: center;
  background:#ebebeb;
}
  .dropdownLayoutLeft{
    width:34%;
    border-right:1px solid #dddddd;
  }

    .dropdownSubmenu{
      list-style: none;
      margin:0px;
      width:100%;
    }
      .dropdownSubmenu .dropbtn{
        background:none;
      }
      .dropdownSubmenu li{
        margin: 0px;
      }
      .dropdownSubmenu li a.selected{
        border-radius: 0px;
        background: #d4d6da;
        color:inherit !important;
      }
      .dropdownSubmenu li a:hover{
        border-radius: 0px;
        background: #d4d6da;
        color:inherit;
      }
      .dropdownSubmenu li a{
        display: block;
        padding:2vw 3vw;
      }


  .dropdownLayoutRight{
    width:66%;
    background:url(../images/bg_submenu_grad.png) bottom center repeat-x;
    background-size:auto 10vw;
    padding:50px;

    padding:4vw 2vw 2vw 4vw;
  }


/* --- SubDropdown right list --- */

.subDropdownContent{
  display: block;
  height:0px;
  opacity: 0;
  overflow: hidden;
  /*
  transition: all 0.3s ease-in-out;*/
}

    /* remove this later */
    .show{
      height:100%;
      opacity: 1;
      display: block !important;

    }
    /* /remove this later */

  .dropdownLayoutRightProductImage{
    display: block;
    width:100%;
    height: 100%;
    padding-bottom: 10vw;
    min-height: 1px;
    /*background:url(../images/content/submenu_product.png) bottom right no-repeat;*/

    background-repeat: no-repeat;
    background-position: bottom right;
    background-size:45% auto;
  }

  .dropdownList{
    list-style: none;
    margin:0px;
  }
  .dropdownList li{
    margin:0px;
  }
  .dropdownList li a{
    display: inline-block;
    padding:2vw;
  }

      .dropdownList li a.selected,
      .dropdownList li a:hover{
        border-radius: 0px;
        background: none;
        color:#00b2ea !important;
      }

.dropMenuChildList {
  padding: 30px 0;
  list-style: none;
  padding: 50px;
  width: 100%;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.dropMenuChildListItem {
  max-width: calc((100% - 2 * 40px) / 3);
  flex: 1 0 calc((100% - 243px)/3);
  padding-right: 40px;
  padding-bottom:10px;
  margin-right: 40px;
  border-right: 1px solid rgba(173,173,173,.15);
}
.dropMenuChildListItem:last-child{
  border:0px;
}

  /* Grand children items */
  .dropMenuChildListItem ul{
    list-style:none;
    margin:0px;
    margin-bottom:20px;
  }
  .dropMenuChildListItem ul > li{
    margin:0px;
    margin-bottom:5px;
    padding-top:3px;
    padding-bottom:3px;

  }
/* --- /SubDropdown right list --- */



/* ---------------------------------- */
/* -------------- 1170 -------------- */
@media (max-width: 1170px){


  .menuRight{
    clear: both;
    float:none;
    width: 100%;
    text-align: center;
  }
  .mainNav{padding:0px;}
  .dropdownContentInner{
    width: 100%;
  }
  .dropdownLayout{
    min-height: 0px;
  }
  .dropdownLayoutRightProductImage{
    padding-bottom: 25vw;
  }

  .mainNav > li > a {
      padding:14px 10px;
  }
}
/* -------------- /1170 -------------- */

/* ---------------------------------- */
/* -------------- 1024 -------------- */
@media all and (max-width:1024px){

  .menuContainer{
    margin-top:70px;
    margin-top:0px;
    width:auto;
    width:100%;
  }


}
/* -------------- /1024 -------------- */

/* ---------------------------------- */
/* -------------- 800 -------------- */
@media all and (max-width: 800px) {

  .menuContainer{
    padding:0px;
  }

    .mainNav{
      display:none;
      position:absolute;
      top:70px;
      left:0px;
      margin:0px;
      padding:10px;
      width:100%;
      background:#ffffff;
      z-index:6000;
      border-top:1px solid #f8f8f8;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    }
  .dropdownContent {
    position: relative;
  }
    .mainNav > li {display:block;float:none;}
    .mainNav > li a{
      padding-top:7px;
      padding-bottom:7px;
    }

.mainNav .selected {
  background: #00b2ea;
  color: #ffffff !important;
  border-radius:0px;
}

}
/* -------------- /800 -------------- */


/* Static paddings for larger that 1170 */
/* -------------- MIN-WIDTH 1170 -------------- */
@media all and (min-width:1170px){
  .dropdownLayoutLeft{
    padding:35px 0px;
  }

  .dropdownLayoutRight{
    padding:50px;

    background-size:auto auto;
  }

  .dropdownSubmenu li a{
    padding:20px 60px;
  }
  .dropdownLayoutRightProductImage{
    background-size:auto auto;
    padding-bottom: 140px;
    padding-bottom: 260px;

    min-height: 290px;
  }
  .dropdownList li a{
    padding:15px 20px;
  }
}
/* -------------- /MIN-WIDTH 1170 -------------- */
