/* screens smaller than 980---------------------------------------------------------- */
@media only screen and (min-width:691px) and (max-width:1000px) {


/*------------------------------------------------------------------------------*/
	#header_top_in{
		width:94%; 
	}

	#header_middle li:nth-child(1){
		top:0;
		right:3%;
		font-size:350%;
	color:#ffffff;text-shadow: 1px 1px 3px #000;
	}

	#header_middle li:nth-child(1) span {
		display:block;
		padding-top:20px;
	color:#ffffff;text-shadow: 1px 1px 3px #000;
		font-size:40%;
		line-height:2;
	}


	#header_middle li:nth-child(2){
		top:250px;
		left:20px;
	color:#ffffff;text-shadow: 1px 1px 3px #000;
	}

#header_bottom_in{ 
	width: 94%;
}
	

#globalnav ul{
	width: 100%;
	display: table;
	table-layout: auto;
}


.footnav{
	padding:0px 5px 30px;
}

#globalnav li{
	width:calc(100% / 3);
}
	
#globalnav_in_ul{
display:-webkit-box;
display:-ms-flexbox;
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
max-width:94%;
}

.globalnav_in_box{width:calc(94% / 3 - 10px);padding:0 5px; text-align:center;  margin:0 5px;}


.footnav li a{
	font-size:110%;
}


.footnav li li li a{
	font-size:80%;
	width:100%;
}
	.footnav li li li a:before{
		content:"";
		display:none;
	}


#fb_btn  {
	width:94%;
}

/*------------------------------------------------------------------------------*/
}