.menu_holder {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
}
.menu {
  background-repeat: no-repeat;
  background-color: #fff;
}
.menu_sep_bar {
  border-right: 1px solid #646464;
}
.menu a {
  text-decoration: none;
}
.menu-social_button a div {
  border-radius: 5px;
  border: 1px solid #fada0e;
  color: #fada0e;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative;
}
.menu-social_button a div:hover {
  color: #ffffff !important;
  background-color: #fada0e;
}
.stickymenu {
  position: fixed !important;
  top: 0px;
  left: 0px;
}
#mHeight_filler {
  display: block;
}
.menu-main_fillet {
  background-color: #fada0e;
  height: 10px;
  width: 100%;
}
.menu-second_fillet {
  background-color: #839ac6;
  height: 10px;
  width: 100%;
}
.lang_change img {
  max-width: 30px;
  margin-right: 5px;
}
.big_menu {
  padding: 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}
.logo {
  height: auto;
  display: block;
  max-width: 100%;
  margin: 0px auto;
}
.lang_holder {
  position: absolute;
  bottom: 2px;
  text-align: right;
  right: 0%;
  top: 0px;
}
.lang {
  display: inline-block;
  cursor: pointer;
  max-width: 100%;
  height: auto;
}
.menu-buttons_holder {
  background-color: #00b5ad;
  text-align: center;
}
.menu-buttons {
  padding-top: 33px;
  display: inline-block;
  list-style: none;
}
.menu-buttons li {
  float: left;
  display: block;
  text-align: center;
  position: relative;
  padding: 10px 20px;
  margin-bottom: -5px;
}
.menu-buttons li.client_area {
  background-color: #1787bf;
  border-radius: 10px;
}
.menu-buttons li.client_area p {
  color: #fff;
}
.sticky_holder {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
.bopcoes_menu {
  position: absolute;
  display: none;
  top: 91%;
  right: 0px;
}
.big_list_holder {
  z-index: 9999;
  list-style: none;
  text-align: center;
  font-size: 0px;
}
.big-list_item {
  color: #ffffff !important;
  display: inline-block;
  text-align: center;
  border-bottom: 2px solid rgba(228,228,228,0);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.big-list_item p {
  color: #646464;
  padding: 0px 25px;
}
.big-list_item p:hover,
.big-list_item.active p {
  color: #fada0e;
  font-family: Din-Medium !important;
}
.big-list_item.has-sub > a > p {
  padding-right: 30px;
  background: url("../../../images/drop.png") no-repeat right 10px top 49%;
}
.submenu_holder {
  padding-top: 40px;
  color: #fff;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 99999;
}
.submenu_holder p {
  padding: 10px 30px;
}
.submenu_holder ul {
  list-style: none;
  padding: 0px;
  background-color: rgba(50,50,50,0.7);
}
.submenu_holder ul li {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.submenu_holder ul p {
  color: #fff;
  margin: 0px;
}
.big-list_item.has-sub:hover .submenu_holder {
  opacity: 1;
  visibility: visible;
}
.submenu_holder li:hover > a > p,
.small_list_link.active > li > a > p {
  color: #fada0e !important;
  font-family: Din-Medium !important;
}
.second_submenu {
  min-width: 250px;
  color: white;
  top: 0px;
  left: 100%;
  position: absolute;
  display: none;
  cursor: pointer;
}
.second_submenu {
  margin: 0px;
}
.second_submenu p {
  margin: 0px;
}
.submenu_holder li:hover .second_submenu {
  display: block;
}
.menu_hover:hover {
  color: #333d47;
}
.small_menu {
  display: none;
  overflow: auto;
}
.slang.active .h5,
.slang:hover .h5 {
  color: #839ac6;
}
.slang_holder {
  padding: 0px 25px;
  padding-top: 24px;
  text-align: right;
}
.slang img {
  display: inline-block;
  cursor: pointer;
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: auto;
  margin-top: -6px;
}
.button_small_menu {
  position: relative;
  border: none;
  height: 50px;
  color: #323232;
  font-size: 20px;
  padding: 0;
  background-color: transparent;
}
.button_small_menu:hover {
  border: none;
  height: 50px;
  color: #839ac6;
}
.button_small_menu > i {
  color: #839ac6;
}
.button_small_menu img {
  display: inline-block;
  max-width: 25px;
  margin-top: -5px;
}
.sopcoes_menu {
  display: none;
  width: 100%;
  background-color: transparent;
}
.small-menu_buttons {
  padding: 20px;
  text-align: right;
}
.small_list_holder {
  text-align: right;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0px;
}
.small_list_item {
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.small_list_item p {
  padding: 20px 20px;
}
.small_list_link:last-child li {
  border: none;
  margin-bottom: -15px;
}
.small-submenu_holder {
  display: none;
}
.small-submenu_holder {
  display: none;
}
.small-submenu_holder ul {
  padding: 0px;
  list-style: none;
  border-top: 2px solid #dcdcdc;
}
.small_list_submenu_item {
  border-bottom: 1px solid #dcdcdc;
}
.small_list_submenu_item > a > p {
  padding-right: 25px;
}
.sopcoes_menu {
  padding: 0px;
}
.sprodopcoes_menu .small_list_item p {
  color: #333d47 !important;
}
.small-second_submenu {
  display: none;
}
.small-second-toggle p {
  margin: 0px;
}
.small-second_submenu p {
  padding: 20px 50px;
}
.small-second_submenu-item p {
  margin: 0px;
}
.small_list_holder {
  background-color: rgba(50,50,50,0.2);
}
.small_list_item:hover > a > p,
.small_list_item.active  > a > p,
.small_list_item:hover > p,
.small_list_item.active > p {
  background-color: rgba(50,50,50,0.4);
  color: white;
}
.small_list_submenu_item {
  background-color: rgba(50,50,50,0.4);
}
.small_list_submenu_item > a > p {
  color: white;
}
.small_list_submenu_item:hover,
.small_list_submenu_item.active {
  background-color: #fada0e;
}
.small-second_submenu-item {
  border-bottom: 1px solid #dcdcdc;
}
.small-second_submenu-item > a > p {
  color: white;
}
.small-second_submenu-item:hover > a > p {
  background-color: #d4b90c;
}
@media (max-width: 1421px) {
  #mHeight_filler {
    display: none;
  }
  .menu_holder {
    position: relative;
  }
  .big_menu {
    display: none;
  }
  .small_menu {
    display: block;
  }
  .small_line {
    display: block;
  }
}
