/*body {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 18px;
}

#header {
    position: relative;
    background-color: #2a284f;
    padding-top: 40px;
    height: 80px;
    width: 100%;

}
*/

#supermenu #menu-wrap {
    position: relative;
    float: right;
    z-index: 1000;
}


#supermenu .mega-menu {
    /*margin: 10px 0 0 0;*/
    text-transform: uppercase;
}

#supermenu .mega-menu li a {
    text-decoration: none;
    padding: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;

    overflow: hidden;
}

#supermenu .mega-menu li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;

    display: block;
    transition-duration: 0.5s;

    font-size: 14px;
}

#supermenu .mega-menu .sub-menu-level-1 li {
  margin-bottom: 0;
}

#supermenu li:hover a,
#supermenu li:hover a ~ .content1,
#supermenu li:hover a ~ .content2,
#supermenu li:hover a ~ .content3 {
    color: #00DED7;
}

.sub-menu-level-1 a {
    color: #fff !important;
}

#supermenu li:hover .sub-menu-level-1 {
  visibility: visible;
  opacity: 1;
  display: block;
}

#supermenu .mega-menu .sub-menu-level-1 {
    border-top: 1px solid #646464;
    background: #2a284f;
    color: #fff;
    width: 789px;
    

    overflow: hidden;


  visibility: hidden;
  opacity: 0;
  display: none;

  position: absolute;
  left: 60px;
  top: 78px;
  transition: all 0.5s ease;
}

#supermenu .mega-menu .tab-content {
    display: none;
    position: absolute;
    left: 258px;
    top: 0;
    padding: 24px;

    height: 100%;

}



#supermenu .mega-menu input {
  display: none;
}

#supermenu .mega-menu label {
  /*display: inline-block;*/
  display: block;
  margin: 0 0 -1px;
  padding: 19px 25px;
  text-align: center;
  height: 100px;

  text-align: left;

  font-size: 15px;
}

#supermenu label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

#supermenu label:hover {
  cursor: pointer;
}

#supermenu input + label {
    background-color: #2a284f;
}

#supermenu input + label:hover {
    background-color: #38ded7;
    /*color: #2a284f;*/
}

#supermenu input:hover + label {
    background-color: #38ded7;
}

#supermenu input:hover + label:hover {
    /*background-color: #2a284f;*/
    color: #2a284f;
}

#supermenu .mega-menu .tab {
    background-color: #fff;
}

#supermenu .mega-menu li {
    line-height: 70px;
}

#supermenu .mega-menu .tab1:hover ~ .content1,
#supermenu .mega-menu .tab2:hover ~ .content2,
#supermenu .mega-menu .tab3:hover ~ .content3,
#supermenu .mega-menu .content1:hover,
#supermenu .mega-menu .content2:hover,
#supermenu .mega-menu .content3:hover {
    background-color: #38ded7;
    display: block;
}

/*#supermenu .mega-menu #content1 {
  display: block;
}
*/
#supermenu .mega-menu .sub-menu-level-2 {
    /*outline: 1px dashed orange;
    background-color: brown;*/

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -ms-align-items: center;
    align-items: center;

    width: 500px;
    overflow: hidden;

    padding-left: 0;
    margin-left: 0;

    align-content: flex-start;

    height: 85%;

    /*outline: 1px solid blue;*/

}

#supermenu .mega-menu .sub-menu-level-2 li {

    /*background-color: rgba(255,255,255,.6);
    outline: 1px solid rgba(255,255,255,.8);*/

    line-height: 1.24;

    width: 49%;


    padding: 1%;
    margin-bottom: 14px;

    text-indent: -14px;
}

#supermenu .mega-menu .sub-menu-level-2 li a {
    color: #fff !important;
}

#supermenu .mega-menu .sub-menu-level-2 li a:hover {
    color: #2a284f !important;
}