.fat-nav,.hamburger__icon,.hamburger__icon:after,.hamburger__icon:before{
	-moz-transition-duration:.4s;
	-o-transition-duration:.4s;
	-webkit-transition-duration:.4s
}
.hamburger {
	display: block;
	width: 50px;
	/* max-width: 1250px; */
	height: 40px;
	position:fixed;
	top: 10px;
	/* top:-300px; */
  /* right: 2.5%; */
  right: 20px;
  z-index: 99999;
	padding: 5px;
  /* border-radius: 50%; */
  background-color: rgba(255,255,255,.7);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	-ms-touch-action:manipulation;
	touch-action:manipulation
}
@media screen and (max-width: 450px) {
	.hamburger {
		top: 0;
	}
}
.hamburger__icon{
	top: 15px;
	position:relative;
}
.hamburger__icon,.hamburger__icon:after,.hamburger__icon:before{
	display:block;
	width: 100%;
	height: 2px;
	background-color:#231815;
	-moz-transition-property:background-color,-moz-transform;
	-o-transition-property:background-color,-o-transform;
	-webkit-transition-property:background-color,-webkit-transform;
	transition-property:background-color,transform;
	transition-duration:.8s;
}
.hamburger__icon:after,.hamburger__icon:before {
	position:absolute;
	content:"";
}
.hamburger__icon:before{top:-10px}
.hamburger__icon:after{top:10px}
.hamburger.active .hamburger__icon{background-color:transparent}
.hamburger.active .hamburger__icon:after,.hamburger.active .hamburger__icon:before{background-color:#231815}
.hamburger.active .hamburger__icon:before{-moz-transform:translateY(10px)rotate(45deg);
	-ms-transform:translateY(10px)rotate(45deg);
	-webkit-transform:translateY(10px)rotate(45deg);
	transform:translateY(10px)rotate(45deg)
}
.hamburger.active .hamburger__icon:after{
	-moz-transform:translateY(-10px)rotate(-45deg);
	-ms-transform:translateY(-10px)rotate(-45deg);
	-webkit-transform:translateY(-10px)rotate(-45deg);
	transform:translateY(-10px)rotate(-45deg)
}
/*
#fat-nav_title {
	position: fixed;
	top: -100px;
	font-weight: 600;
	z-index:9999;
	text-align: center;
}
*/
.fat-nav {
	top: 0;
	left: 0;
	z-index:9990;
	position: fixed;
	display:none;
	width:100%;
	height:100%;
	background:rgba(255,255,255,1);
	-moz-transform:scale(1.4);
	-ms-transform:scale(1.4);
	-webkit-transform:scale(1.4);
	transform:scale(1.4);
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-webkit-transition-property:-webkit-transform;
	transition-property:transform;
	transition-duration:.4s;
	overflow-y:auto;
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch
}


.fat-nav__wrapper{
	width:100%;
	height:100%;
/*	display:table;*/
/*	table-layout:fixed*/
}
.fat-nav.active {
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1);
}
.fat-nav img {
  width: 250px;
  max-width: 60%;
  margin: 30px auto;
}
.fat-nav ul {
/*	display:table-cell;*/
/*	vertical-align:middle;*/
	list-style-type:none;
	margin: 0 auto;
	padding:0;
  width: 90%;
	max-width: 800px;
  /* border: 1px solid #ccc; */
}
.fat-nav li{
	text-align: left;
	padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.fat-nav li:nth-child(8) {
  display: none;
}
.fat-nav li a {
  color:#231815;
	display: block;
	padding: 20px 0;
  /* font-size: 18px; */
}
.fat-nav li a{text-decoration:none}

.fat-nav .head_logo {
  text-align: center;
  letter-spacing: 3px;
  font-size: 0.8rem;
  font-weight: 300;
	line-height: 50px;
}



@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	.hamburger {
	}
	.hamburger__icon,.hamburger__icon:after,.hamburger__icon:before{
	}
}
@media screen and (max-width: 450px) {
}

