html, 
body, 
.container, 
.content-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
}


a:focus { outline: none; }
  img:focus { outline: none; }
  input:focus { outline: none; }
select:focus { outline: none; }
container:focus { outline: none; }
span:focus { outline: none; }
i:focus { outline: none; }
div:focus { outline: none; }
button:focus { outline: none; }


.container {
	/*  background: #373a47;  */
}

.menu-wrap a {
	color: #b8b7ad;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
	color: #c94e50;
}

.content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.content {
	position: relative;
/*	background: #b4bad2;  */
}

.content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
	transition: opacity 0.3s, transform 0s 0.3s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

/* Menu Button */
.menu-button {
	position: fixed;
	z-index: 1000;
	margin: 0em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
	background: transparent;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
    background: linear-gradient(#E8E8E8 20%, transparent 20%, transparent 40%, #e8e8e8 40%, #e8e8e8 60%, transparent 60%, transparent 80%, #e8e8e8 80%);
	content: '';
}

.menu-button:hover {
	opacity: 0.6;
}

/* Close Button */
.close-button {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5em;
    top: 2em;
    overflow: hidden;
    text-indent: 16px;
    border: none;
    z-index: 1001;
    background: transparent;
    color: transparent;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #95a5a6;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
	position: absolute;
	z-index: 1001;
	width: 300px;
	height: 100%;
	font-size: 1.15em;
	-webkit-transform: translate3d(-300px,0,0);
	transform: translate3d(-300px,0,0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.menu {
	background: #283744;
    width: calc(100% - 96px);
    height: 100%;
    padding: 2em 1em;
    z-index: 998;
    position: relative;

}

.icon-list {
	width: 235px;
    margin-top: 13px;
    margin-left: -27px;
}

.icon-list a {
	display: block;
	padding: 0.8em;
}

.icon-list a i {
	opacity: 0.5;
}

.icon-list a span {
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 0.75em;
}

/* Morph Shape */
.morph-shape {
    position: absolute;
    width: 104px;
    height: 100%;
    top: 0;
    right: 52px;
    fill: #283744;
    z-index: 888;
}

/* Shown menu */
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.show-menu .content-wrap {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translate3d(100px,0,0);
	transform: translate3d(100px,0,0);
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*==> 1.TASARIM  YATAY  BAŞLA   */  @media only screen and (max-height: 470px) { 
.close-button { right: 5em;top: 1em;}
.icon-list {width: 221px; margin-top: -20px;margin-left: -25px;}
.icon-list a {	display: block;padding: 0.7em;}
.menu { height: calc(100% - 105px);}
.morph-shape { height: calc(100% - 31px);}
}
/*    1.TASARIM  YATAY  BİTİR   */
 
/*==> 2.TASARIM  YATAY  BAŞLA   */  @media only screen and (max-height: 410px) { 
.close-button { right: 5em;top: 1em;}
.icon-list {width: 221px; margin-top: -20px;margin-left: -25px;}
.icon-list a {	display: block;padding: 0.6em;}
.menu {     }
.morph-shape {   }
 

}
/*    2.TASARIM  YATAY  BİTİR   */
 
/*==> 3.TASARIM  YATAY  BAŞLA   */  @media only screen and (max-height: 380px) { 
.close-button { right: 5em;top: 1em;}
.icon-list {width: 221px; margin-top: -20px;margin-left: -25px;}
.icon-list a {	display: block;padding: 0.5em;}
.menu {     }
.morph-shape {   }
 

}
/*    3.TASARIM  YATAY  BİTİR   */
 
/*==> 4.TASARIM  YATAY  BAŞLA   */  @media only screen and (max-height: 345px) { 
.close-button { right: 5em;top: 1em;}
.icon-list {width: 221px; margin-top: -20px;margin-left: -25px;}
.icon-list a {	display: block;padding: 0.4em;}
.menu {     }
.morph-shape {   }
 

}
/*    4.TASARIM  YATAY  BİTİR   */

/*==> 5.TASARIM  YATAY  BAŞLA   */  @media only screen and (max-height: 315px) { 
.close-button { right: 5em;top: 1em;}
.icon-list {width: 221px; margin-top: -20px;margin-left: -25px;}
.icon-list a {	display: block;padding: 0.3em;}
.menu {    }
.morph-shape {  }
 

}
/*    5.TASARIM  YATAY  BİTİR   */

/*==> 6.TASARIM  YATAY  BAŞLA   */  @media only screen and (max-height: 290px) { 
.close-button { right: 5em;top: 1em;}
.icon-list {width: 221px; margin-top: -20px;margin-left: -25px;}
.icon-list a {	display: block;padding: 0.2em;}
.menu {     }
.morph-shape {   }
 

}
/*    6.TASARIM  YATAY  BİTİR   */

/*==> 7.TASARIM  YATAY  BAŞLA   */  @media only screen and (max-height: 257px) { 
.close-button { right: 5em;top: 1em;}
.icon-list {width: 221px; margin-top: -20px;margin-left: -25px;}
.icon-list a {	display: block;padding: 0.1em;}
.menu {     }
.morph-shape {   }
 

}
/*    7.TASARIM  YATAY  BİTİR   */

/*==> 8.TASARIM  YATAY  BAŞLA   */  @media only screen and (max-height: 230px) { 
.close-button { right: 5em;top: 1em;}
.icon-list {width: 221px; margin-top: -20px;margin-left: -25px;}
.icon-list a {	display: block;padding: 1px;}
.menu {     }
.morph-shape {   }
 

}
/*    8.TASARIM  YATAY  BİTİR   */

/*==> 9.TASARIM  YATAY  BAŞLA   */  @media only screen and (max-height: 215px) { 
.close-button { right: 5em;top: 1em;}
.icon-list {width: 221px; margin-top: -20px;margin-left: -25px;}
.icon-list a {	display: block;padding: 1px;}
/*.icon-list a span {     font-size: 0.5em; }*/
.menu {     }
.morph-shape {   }


 
 
 
 
}
/*    9.TASARIM  YATAY  BİTİR   */









