﻿@media (max-width: 1199px) { 

  ul {
    padding: 0;
    list-style-type: none; }
  
  a {
    text-decoration: none; }
    a:hover {
      text-decoration: none; }
  
  .mobile-big-wrapper {
    position: relative;
    overflow-x: hidden; }
  
  .mobile-wrapper {
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    /* background-color: blue; */
    z-index: 2;
    /* height: 120vh; */      
   }
  .mobile-menu-trigger {
  	/*background: #00acee;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9999;*/ }
    .mobile-menu-trigger i {
    color: #fff;}
  .mobile-nav {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #00acee;
    color: #fff;
    /* background-color: #fafafa; */ }
    .mobile-nav ul {
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .mobile-nav a {
      color: #fff;
      font-size: 13px;
      display: block;
      padding: 4px 0px; }
      .mobile-nav a.hasChildren:after {
        font-family: "FontAwesome";
        float: right;
        content: "";
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .mobile-nav a.reverse-caret.hasChildren:after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .mobile-nav li {
      line-height: 2;
      padding: 0 0.5em; }
      .mobile-nav li > ul {
        display: none; }
      .mobile-nav li .hide-level {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.1);
        cursor: pointer;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
    .mobile-nav.horizontal a.hasChildren:after {
      content: "\f105"; }
    .mobile-nav.horizontal ul.opened {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); 
           
    }
    .mobile-nav.horizontal ul {
       padding: 0px;  
    }
    .mobile-nav.horizontal li {
      border-bottom: 1px solid #e8e8e8;
      width: 100%; !important; }
      .mobile-nav.horizontal li > ul {
        height: 100%;
        position: absolute;
        display: block;
        top: 0;
        left: 100%;
        width: 80%;
        font-weight: 300;
        background-color: #00acee;
  		border: none; }
    .mobile-nav.vertical a.hasChildren:after {
      content: "\f107"; }
    .mobile-nav.vertical ul.opened {
      display: block;
      margin: 0 -0.5em 0 0;
      border-left: 1px solid #aaa; }
}


.mobile-menu-opened {
  height: 100vh !important;
  width: 100vw !important;
  overflow: hidden !important;
}
.mobile-menu-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(42, 59, 143, 0.5);
  z-index: 999;
}
.mobile-nav {
  height: 100vh;
  overflow-y: auto;
}


.mobile-nav .M2.opened {
  display: block;
  border-top: 1px solid #2a3b8f;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #2a3b8f;
}
.mobile-nav .M2 {
  position: relative !important;
  padding: 0px !important;
  left: 0 !important;
  width: 100% !important;
  background-color: #2a3b8f;
  min-height: 1px !important;
}
.mobile-nav .M2 .level-3 {
  background-color: inherit;
}

/*# sourceMappingURL=mobile-menu.css.map */
