.drawer-hamburger{
	border: 0;
	background: 0;
	position: absolute;
	display: block;
	top: 12px;
	right: 0;
	padding: 15px 20px;
	width: 25px;
	height: 50px;
	background-color: transparent;
	border: 0;
	z-index: 90;
	outline: 0;
}
.drawer-hamburger:hover {
	cursor: pointer;
}
#header a span.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 10px;
}
#header a span.drawer-hamburger-icon, #header a span.drawer-hamburger-icon:before, #header a span.drawer-hamburger-icon:after {
	height: 2px;
	width: 100%;
	border-radius: 1px;
	background-color: #999;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#header a span.drawer-hamburger-icon:before, #header a span.drawer-hamburger-icon:after {
	position: absolute;
	content: " ";
	top: -10px;
	left: 0;
}
#header a span.drawer-hamburger-icon:after {
	top: 10px;
}
#header a span.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}
/* -remodal- */
.remodal-wrapper {
	text-align: left!important;
}
.remodal {
	padding: 20px 4% 25px;
	font-size: 13px;
}
.remodal a {
	text-decoration: none;
	display: block;
	padding: 5px 2em;
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	border-bottom: 1px solid #999;
}
.remodal a:hover{
	color: #fff;
}
.remodal .remodal-close, .remodal .remodal-close:hover {
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 32px;
	height: 32px;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	background: url(images/mod_icon_close.png)  no-repeat 0 6px;
	background-size: 25px;
}
.remodal-wrapper h2{margin-bottom: 50px;}
.remodal-wrapper h2 a, h2.remodal-search {
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
.remodal-wrapper h2 a span {
	font-size: 16px;
	font-weight: normal;
	display: block;
}
.remodal-wrapper h2 img{
	width: 40%;
	margin: 5px 0 5px 5%;
}
.remodal-wrapper ul {
	width: 80%;
	margin: 0 auto 50px;
}
.remodal-wrapper ul li {
	width: 100%;
}
.remodal-wrapper ul li.menu-home {
	float: none;
	width: 100%;
}
.remodal-wrapper ul li a {
	padding: 5px 0;
	font-size: 14px;
}
h2.remodal-search {
	width: 100%;
	padding: 5px 0;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	color: #5c5c5c;
	background: #eee;
	border-bottom: none;
}
.menu-search {
	width: 100%;
	margin: 0;
}
.menu-search input {
	float: left;
	width: 80%;
	padding: 5px 0;
	margin-right: 10px;
	border: 1px solid #ddd;
}
.menu-search input.s-btn {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	margin-right: 0;
	border: none;
}
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
.remodal-wrapper .remodal a.remodal-cancel {
	display: block;
	width: 80%;
	margin: 40px auto 0 auto;
	padding: 5px 0;
	border: 1px solid #999;
	font-size: 13px;
	color: #999;
	text-align: center;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
	overflow: hidden;
	touch-action: none;
}

/* Anti FOUC */

.remodal, [data-remodal-id] {
 display: none;
}
/* Necessary styles of the overlay */

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
	background: #fafafa;
}
/* Necessary styles of the wrapper */

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: "";
}
/* Fix iPad, iPhone glitches */

.remodal-overlay, .remodal-wrapper {
	backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */

.remodal {
	width: 92%;
	position: relative;
	outline: none;
	text-size-adjust: 100%;
}
.remodal-is-initialized {
	/* Disable Anti-FOUC */
	display: inline-block;
}




/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
  background: #000;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
	width: 100%;
	padding: 0;
	position: relative;
	outline: none;
	text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
