#closebtn { width: 32px; height: 32px; position: fixed; top: 10px; left: 330px; z-index: 1100; cursor: pointer; display: none; }
#closebtn:before, #closebtn:after { position: absolute; left: 15px; content: ' '; height: 33px; width: 2px; background-color: #FFF; }
#closebtn:before { transform: rotate(45deg); }
#closebtn:after { transform: rotate(-45deg); }


/* ********* MOBILE MAIN MENU ********** */
header #main_menu_m { width: 100%; height: 100%; padding: 80px 15px; position: fixed; background: rgba(255,255,255,0.97); text-align: center; top: 0; left: 0; display: none; z-index: 15; }
header #main_menu_m #main_menu_m_container { width: 100%; height: 100%; display: table; }
header #main_menu_m #main_menu_m_container span { vertical-align: middle; display: table-cell; }
header #main_menu_m #main_menu_m_container span ul { display: none; }
header #main_menu_m #main_menu_m_container #language_selector_m ul { text-align: center;  }
header #main_menu_m #main_menu_m_container #language_selector_m ul li { text-align: center; display: inline-block; }
header #main_menu_m #main_menu_m_container #membership_button_m ul { text-align: center; }
header #main_menu_m #main_menu_m_container #membership_button_m ul li { text-align: center; display: inline-block; }
header #main_menu_m ul li { text-align: center; font-size: 14px; margin: 10px 5px; font-weight: 400; display: block; }
header #main_menu_m ul li a { padding: 10px; color: #484751; font-weight: 500; line-height: 32px; transition: 0.4s; }
header #main_menu_m ul li a:hover { color: #cec18a; }
header #main_menu_m .menu_button .cancel_menu { width: 40px; text-align: center; cursor: pointer; }

main.flex-1 { padding-top: 70px; }

#main_menu_m .close {
  position: absolute;
  right: 32px;
  top: 45px;
  width: 36px;
  height: 36px;
}
#main_menu_m .close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 40px;
  width: 2px;
  background-color: #cec18a;
}
#main_menu_m .close:before {
  transform: rotate(45deg);
}
#main_menu_m .close:after {
  transform: rotate(-45deg);
}

@media (max-width: 1199px) {
	
}

@media (max-width: 991px) {
  main { padding-top: 56px; }
}

@media (max-width: 767px ) {
	
}