/*-------------------------------------------------*/
.gnav li a:before {/*------------------*/
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid rgba(10,10,10,0.8);
	position: absolute;
	display: block;
}
.gnav li a:hover:before {
	width: 50%;
	border-bottom: 1px solid rgba(10,10,10,0.8);
}
.gnav li a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid rgba(10,10,10,0.8);
	position: absolute;
	display: block;
}
.gnav li a:hover:after {
	width: 50%;
	border-bottom: 1px solid rgba(10,10,10,0.8);
}



/*-------------------------------------------------*/
.accecs_map {
	overflow: hidden;
 width:;
 height:;
}
.ggmap {
	width: 500px;
	position: relative;
	float: left;
	padding-bottom: 360px;
	padding-top: 300px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,  .ggmap object,  .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
}
.accecs_img {
	float: right;
}
img.accecs_img {
	max-width: 40%;
}

@media screen and (max-width : 856px ){
.ggmap {
	width: 100%;
	float: none;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.accecs_img {
	float: none;
	margin: 0 auto;
}
img.accecs_img {
	max-width: 70%;
}
}

@media screen and (max-width : 480px ) {
}
