﻿*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}


body{
	background: #faf8f1;
}

.content{
	width: 100%;
	max-width: 1142px;
	margin: 0 auto;
	padding: 0 0px;
}

a:focus{
	outline: 2px dashed #f7f7f7;
}



ul{
	padding: 0;
	margin: 30;
	list-style: none;
}

ul a{
	font-family: century gothic;
	display: block;
	background: rgb(167, 128, 45);
	color: #fff;
	border-radius: 15px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	height: 45px;
	box-shadow: 4px 4px 9px -4px rgb(167, 128, 45);
	transition: all linear .1s;
}




ul a span{ /**change*/
	display: block;
	position: relative;
}


.administration > li > a{
	margin-bottom: 25px;
}

.director > li > a{
	width: 20%;
	margin: 0 auto 0px auto;
}

.KAUH{
	position: absolute;
	width: 100%;
}

.KAUH > li:first-child{
	width: 40%;
	top: 4px;
	height: 0px;
	margin: 0 auto 72px auto;
	padding-top: 0px;
	z-index: 1;	
}


.KAUH > li:first-child{
	float: initial;
}


.KAUH > li:first-child a{
	width: 100%;
}


.category:first-child,
.KAUH li:nth-child(2){
	margin-left: 0;
	clear: left;	
}

.KAUH:after{
	content: "";
	display: block;
	position: absolute;
	width: 83.85%;
	height: 22px;	
	border-top: 4px solid rgb(152, 147, 147);
	border-right: 4px solid rgb(147, 149, 152);
	margin: 0 auto;
	top: 50px;/**edit*/
	left: 7.3%
}



.category:before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 22px;
	border-left: 4px solid rgb(152, 147, 147);
	z-index: 1;
	top: -22px;
	left: 50%;
	margin-left: -4px;
}

.category{/** edit*/
	width: 15%;
	float: left;
	margin-left: 1.751313485113835%;
}

.section:before{
	content: "";
	display: block;
	height: 70px;
	border-left: 4px solid rgb(152, 147, 147);
	z-index: 1;
	left: 50%;
	margin-left: 48%;/**sub line position*/
} 

.category > a{
	margin: 0 0 -26px -4px;
	z-index: 1;
}

.category > ul{
	margin-top: 1px;
	margin-bottom: 10px;
}

.category li{	
	padding-left: 2px;

	height: 70px;	
}

.category li a{
	color: #fff;
	top: 48px;	
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 60px;
	vertical-align: middle;
	
	background-image: linear-gradient(135deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
}

.category li a:hover{
	box-shadow: 8px 8px 9px -4px rgba(167, 128, 45);
	height: 70px;
	width: 95%;
	top: 39px;
	background-image: none!important;
}

.category > a:hover{	
	height: 50px;
}


/* category/ section colors */
.category a{ background: rgb(0, 87, 50); }


@media all and (max-width: 767px){
	.content{
		padding: 0 20px;
	}	
}

@media all and (max-width: 767px){
	ul a{
		font-size: 1em;
	}
}

@media all and (max-width: 767px){

	.KAUH > li:first-child{
		width: 40%;	
	}

	

	.KAUH > li:first-child{
		left: 10%;
		margin-left: 2px;
	}
}

@media all and (max-width: 767px){
	.KAUH:after{
		border-right: none;
		left: 0;
		width: 49.8%;
	}  
}

@media all and (min-width: 768px){
	.category:first-child:before,
    .category:last-child:before{
    border:none;
    }
}

@media all and (max-width: 767px){
	.category{
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.category:before{
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 60px;
		border-left: 4px solid rgb(152, 147, 147);
		z-index: 1;
		top: -60px;
		left: 0%;
		margin-left: -4px;
	}

	.category:nth-child(2):before{
		display: none;
	}
}