@charset "UTF-8";
.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_menu a {
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
}

.zdo_drawer_menu a:visited {
  color: #000;
}
ul.zdo_drawer_nav {
	width: 90%;
}
.zdo_drawer_nav li {
	border-bottom: solid 2px #00bfd4;
	font-size: 16px;
}
.zdo_drawer_nav li a {
	display: block;
	padding: 15px 16px 14px;
}

.zdo_drawer_nav li a:hover { color: #000}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 100px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  text-align: center;
  outline: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
	position: absolute;
	top: 8px;
	right: 5px
}

.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 260px;
  height: 100%;
  padding-top: 68px;
  padding-left: 40px;
  transition: all 0.2s;
  transform: translate(260px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
	background: #fff;
	border-left: solid #00bfd4 5px
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-260px);
  right: auto;
  left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/


/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button,
.zdo_drawer_menu .language {
  color: #000;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #fff;
}


.zdo_drawer_menu .zdo_drawer_button { width: 40px}
.zdo_drawer_menu .zdo_drawer_button img { width: 100%; height: auto}

.header-nav__list span { display: inline-block; margin-right: 16px}

.drawer_language li span{
	display: block;
	border: solid 1px #eae5e3;
	border-radius: 5px;
	text-align: center;
	color: #000;
	line-height: 40px;
	font-size: 13px;
	width: 90%;
}
.drawer_language a {
	display: block;
	border: solid 1px #eae5e3;
	border-radius: 5px;
	text-align: center;
	color: #000;
	line-height: 40px;
	font-size: 13px;
	width: 90%;
	background: #eae5e3;
	font-weight: normal;
}
.en .drawer_language a {
	display: block;
	border: solid 1px #eae5e3;
	border-radius: 5px;
	text-align: center;
	color: #000;
	line-height: 40px;
	font-size: 13px;
	width: 90%;
	background: #fff;
	font-weight: normal;
}
.en .drawer_language li span {
	display: block;
	border: solid 1px #eae5e3;
	border-radius: 5px;
	text-align: center;
	color: #000;
	line-height: 40px;
	font-size: 13px;
	width: 90%;
	background: #eae5e3
}

.drawer_language li:first-of-type{
	margin-bottom: 20px
}
.drawer_language li:last-of-type{
	margin-bottom: 30px
}

.zdo_drawer_close {
  transform: translate(-16px,10px);
}