
#m_top {position:absolute; width:100%; float:left; box-sizing:border-box; border-bottom:1px solid #ddd; z-index:99; padding:5px 0 5px 3%;}

#m_top ul.nav {width:100%; float:left; text-align:center; position:relative;  margin-top:10px; background-color:#333;  }
#m_top ul.nav li { letter-spacing:0.2px; border-right:1px solid #999;  font-size:0.92em; font-weight:400;  color:#fff; display:inline-block; padding:0px 60px; line-height:15px;}
#m_top ul.nav li:last-child {border-right:none;}

#m_top .logo {width:185px;float:left;  text-align:center; display:inline-block; }


div.line {
  width: 35px;
  height: 2px;
  background:#fff;
  margin: 7px 0;
}

body {
	left: 0;
	position: relative;
}


.lead {
	font-size: 0.9em !important;
	line-height: 1.44;
	max-width: 260px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}


.btn-open {
	/*background:#fff;*/
	background:none;
	box-shadow:none;
	border: 0;	
	color: #ddd;
	display: inline-block;
	font-size: 0.9em !important; 
	font-weight: bold;	
	min-width: 72px;
	outline: 0;
	padding:15px 20px;	
	cursor: pointer;
}

.btn-open:active {
	box-shadow: inset 0 3px 5px 0px rgba(0, 0, 0, .1);
}

/* zeynepjs menu styles */
html.zeynep-opened {
	overflow-x: hidden;
}

html.zeynep-opened body {
	position: fixed;
	width: 100%;
}

html.zeynep-opened .zeynep {
	pointer-events: auto;
}

.zeynep {
	background-color: #ffffff;
	bottom: 0;
	color: #404143;
	left: 0;
	overflow: hidden;
	overflow-y: auto;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: translateX(-100%);
	z-index: 1011;
	width: 0;
	-webkit-overflow-scrolling: touch;
}

html:not(.no-transition) body,
.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition) {
	transition: all 375ms;
	transition-property: left, right, transform;
}

.zeynep-overlay {
	background-color: rgba(0, 0, 0, .42);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1010;
}

.zeynep-opened .zeynep-overlay {
	display: block;
}

.zeynep ul {
	list-style-type: none;
	padding: 0;	
	-webkit-overflow-scrolling: touch;
}

.zeynep ul > li {
	display: block;
}


.zeynep ul > li.close_btn {
	color: inherit;
	display: block;	
	padding: 18px 20px;
	text-decoration: none;
	transition: all 150ms;
	margin-bottom:22px;
}

.zeynep ul > li > a {
	width:100%;
	float:left;
	color: inherit;
	display: block;
	font-size: 0.95em !important; 
	font-weight: 500;
	padding: 18px 20px;
	text-decoration: none;
	transition: all 120ms;	
	border-bottom: 1px solid #efefef;
}

.zeynep ul > li > a:hover {
	background-color: #efefef;
	border-radius: 3px;
}
/*
.zeynep ul > li:not(:last-child) > a {
	border-bottom: 1px solid #efefef;
}
*/

.zeynep ul > li.has-submenu > a {
	background-image: url("/mobile/img/common/submenu-arrow.svg");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
	font-size:1em !important;
}

.zeynep ul > li.has-submenu > a:hover {
	background-image: url("/mobile/img/common/submenu-arrow-active.svg");
}

/* zeynepjs submenu styles */
.zeynep .submenu {
	background-color: #ffffff;
	bottom: 0;
	left: 100%;
	min-height: 100%;
	overflow: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100%;
}

.zeynep .submenu.opened {
	left: 0;
}

.zeynep .submenu-header {
	background-image: url("/mobile/img/common/menu-back.svg");
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
	border-bottom: solid 1px #efefef;
	cursor: pointer;
	position: relative;
}

.zeynep .submenu-header > a {
	color: inherit;
	display: block;
	font-size: 0.92em !important;
	font-weight: 500;
	padding: 18px 20px;
	padding-left: 40px;
	text-decoration: none;
}

.zeynep .submenu-header > a:before {
	background-image: url("/mobile/img/common/submenu-arrow.svg");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
	content: "";
	height: 100%;
	left: 26px;
	position: absolute;
	top: 0;
	transform: rotate(-180deg);
	width: 20px;
}

.zeynep .submenu > label {	
	display: block;
	font-size: 1.1em !important;
	color:#0c3773;
	padding: 15px 20px;	
	border-bottom:1px solid #ddd;
	background:#fff;
	font-weight: 500;	
	width: 100%;
	box-sizing:border-box;
}
