@charset "utf-8";

.off_menu-exit-link {
  border: 0px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index:3000;
  border: 1px solid rgba(255,255,255,0.0);
}

.off_menu-exit-link:hover, .off_menu-exit-link:focus {
  border: 1px solid rgba(255,255,255,0.75);
}

.off_menu-exit-link {
  background: transparent;
  padding: 0;
  border-radius: 3px;
}

.off_menu_submenu {
  list-style: none;
  margin: 0;
  padding: 0px 0px 0px 10px;
}

.off_menu_submenu a {
  color: rgba(255,255,255,0.75);
  font-size: 16px;
  display: block;
  font-weight: 300;
}

/* Screen Background */

#off_menu {
  background: rgba(2,46,91,0.95);
  /*background: #022e5b;*/
  position: fixed;
  top: 52px;
  bottom: 0;
  height: 100%;
  z-index: 1001;
  padding: 12px 0px 30px 0px;
  overflow: auto;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: 0.5s cubic-bezier(0,0.75,0.5,1);
  -moz-transition: 0.5s cubic-bezier(0,0.75,0.5,1);
  -o-transition: 0.5s cubic-bezier(0,0.75,0.5,1);
  transition: 0.5s cubic-bezier(0,0.75,0.5,1);
}

@media (max-width: 600px) {

  #off_menu {
    top: 90px;
  }

}

#off_menu.active {
  -webkit-transform: translate(-100%, 0px);
  -moz-transform: translate(-100%, 0px);
  -o-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

@media (min-width: 520px) {

  #off_menu {
    width: 50%;
    right: -50%;
  }

}

@media (max-width: 519px) {

  #off_menu {
    width: 95%;
    right: -95%;
  }

}



/* Deactivate Button in Desktop Size */
.off_menu-link {
  display: none;
  position: relative;
}

/* Listing Style */

.off_menu_list li:hover,
.off_menu_list ul li:hover,
.off_menu_list ul ul li:hover {
  background: rgba(255,255,255,0.25);
}

.off_menu_list a:focus, .off_menu_submenu a:focus {
  background: rgba(255,255,255,0.25);
}

.off_menu-list-toggle {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  background: rgba(255,255,255,0.0);
}

.off_menu-list-toggle img {
  display: block;
  height:32px;
  width: 32px;
}

.off_menu-list-toggle:hover, .off_menu-list-toggle:focus {
  background: rgba(255,255,255,0.25);
}

/*1st Level */
.off_menu_list {
  list-style: none;
  margin: 0;
  padding: 0;
/*  background: #022e5b;*/
}

.off_menu_list li {
  position: relative;
}

.off_menu_list a {
  display: block;
  padding: 5px 0px 4px 10px;
  color: white;
  font-size: 16px;
  border-bottom: 1px solid white;
}

.off_menu_list a:hover, .off_menu_list a:focus {
  text-decoration: none;
}

/*2nd Level */
.off_menu_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  /*background: #022e5b;*/
  background: rgba(2,46,91,0.6) !important;
}

.off_menu_list ul li {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.off_menu_list ul a {
  display: block;
  padding: 7px 0px 7px 10px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  border-bottom: 0px;
}

/*3rd Level */
.off_menu_list ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  border-top: 1px solid white;
}

.off_menu_list ul ul a {
  display: block;
  padding: 10px 0px 10px 20px;
  font-size: 12px;
  line-height: 12px;
  background: rgba(0,0,0,0.2);
}

.open_2>ul {
  display: block !important;
}



/*
#off_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#off_menu ul {
  color: rgba(255,255,255,0.5);
  list-style: circle;
  margin-left: 30px;
  padding-right: 30px;
}

#off_menu ul ul li {
  margin-bottom: 0px;
}


.off_menu_title {
  display: block;
  color: white !important;
  font-size: 24px;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
}

#off_menu .row {
  margin-bottom: 30px;
}

.off_menu_list li a {

  font-size: 18px;
  border: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  color: white;
}
*/


/* SEARCH BOX */

.off_menu-searchbox {
  background: white;
  border-radius: 5px;
  border: 0px;
  width: calc(100% - 40px);
}


.off_menu-search {
  background: transparent;
  border: 0;
  padding: 8px 5px;
  font-size: 18px;
  line-height: 18px;
  width: calc(100% - 40px);
  display: inline-block;
  vertical-align: middle;
}

.off_menu-button {
  width: 30px;
  display: inline-block;
  border: 0px;
  padding: 5px;
  font-size: 12px;
  vertical-align: middle;
  background: transparent;
  border-radius: 3px;
  position: absolute;
  right: 5px;
}

.off_menu-button:focus {
  background: white;
  outline: 2px solid #022e5b;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

}



.off_menu-button img {
  height: 20px;
  width: 20px;
}






@media (max-width: 1200px) {

  .off_menu-link {
    border: 1px solid rgba(255,255,255,0.0);
    display: inline-block;
    top: 0px;
    right: 0px;
    background: transparent;
    padding: 0;
    border-radius: 3px;
    margin: 0px 0px 5px 5px;
  }

  .off_menu-link:hover, .off_menu-link:focus {
    border: 1px solid rgba(255,255,255,0.5);
  }



}

@media (max-width: 480px) {
  .off_menu-link {
    display: inline-block;
    margin: 0px 0px 5px 5px;
  }

}