/*
z-index: 910;
z-index: 911;
z-index: 900;

*/
/* header */
#top-head {
	top: 0;
	position: absolute;
	width: 100%;
	margin: 0 auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 910;
}
#top-head a,
#top-head {
	color: #000;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: -1.1em;
	top: 18px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 144%;
	font-weight: 400;
	color: #000;
}
#global-nav ul li {
	float: left;
	position: relative;
	margin:0 1em;
	letter-spacing: .1em;
}
#global-nav ul li a {
	padding:  0 ;
}
/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	bottom: -20px;
	transition: all .1s ease;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
}
#global-nav ul li:hover:after {
	background: #000;
	bottom: -10px;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.8);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	-moz-background-size:48% auto;
	background-size:auto 48% ;
	background-position: left 5px;
}
#top-head.fixed #global-nav ul{
	top: 9px;
}
#top-head.fixed #global-nav ul li a {
	color: #000;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li a:hover{
	
}
#top-head.fixed #global-nav ul li:after {
	bottom: -3px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #000;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 16px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 911;
	position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 66px;
    cursor: pointer;
    z-index: 911;
    padding: 16px;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}




@media screen and (max-width: 980px) {
	
	#global-nav ul li a {
		
	}
	#top-head.fixed #global-nav ul li a {
		
	}
}
@media screen and (max-width: 768px) {

	  #global-nav ul {
	      font-size: 117%;
	      margin: 0 30px 0 0;
	  }
	  #global-nav ul li {
	      margin: 0 .7em;;
	  }
	  #news div.boxBlock .boxB-2 div{
	  	height: 200px;
	  }

  }

@media screen and (max-width: 767px) {
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 60px;
		z-index: 910;
		position: relative;	
	}
	
	#top-head.fixed .logo,
	#top-head .logo {
		    margin: 0;
		    padding: 0;
		    position: absolute;
		    top: 0;
		    right: 0;
		    left: 0;
		    background: url(../img/logo.svg) no-repeat center 12px;
		    -moz-background-size: 100% auto;
		    background-size: auto 60%;
		    width:100%;
		    height: 60px;
		    text-indent: 100%;
		    white-space: nowrap;
		    overflow: hidden;  
	}
	#global-nav {
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		top: -1000px;
	    left: -200px;
	    left: 0;
	   	width: 100%; 
	   	height: 100%;
	    background: #000;
	    overflow: auto;
	    position: fixed;
	    z-index: 900;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 100%;
		margin: 0;
	}
	#global-nav ul li {
		margin: 0;
		float: none;
		position: static;
		font-size: 120%;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#global-nav ul li a:hover {
		color: #000;
		background: #666; 
		-webkit-transition: all .8s;
		transition: all .8s;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
		border-bottom: 1px solid #666;
	}
	#nav-toggle {
		display: block;
	}
	
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	
	.open #global-nav {
		-moz-transform: translateY(1056px);
		-webkit-transform: translateY(1056px);
		transform: translateY(1056px);
		padding: 0 0 56px;		
	}
	
}