/* CSS Document */
#message{
	text-align: left;
	line-height: 150%;
}
#menu_bottom{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
#menu_bottom div{
	margin: 10px;
}
#catch{
	/*width: 50%;*/
	display: flex;
	align-items: center;
	justify-content: center;
}
#catch>div{
	/*width: 50%;*/
	text-align: center;
}
/*	#catch ul{
	text-align: left;
	list-style: none;
	line-height: 400%;
	list-style-image: url("../images/char_bird.png")

}*/
#catch li{
	text-align: left;
	line-height: 200%;
	padding-top: 16px;
	list-style-type:none;
	background-image:url("../images/char_bird.png");
	background-repeat:no-repeat;
	background-position:left 20px;
	/*background-position:left 0.2em;*/
	padding-left:36px;
}
#map{
	text-align: center;
}
#map iframe{
	width: 320px;
	height: auto;
	margin: 0 auto;
}
#EdgeID{
	width: 320px;
	height: 320px;
	margin: 0 auto;
}
/*Tablet View ----------------------------------------------------------------------------------------------*/
@media (min-width: 768px){
	#slide .frame{
/*		width: 960px;
		height: 200px;

*/	}
	#container{
		display: flex;
		flex-wrap: wrap;
	}
	#message{
		width: 800px;
		margin: 10px auto;
	}
	#catch{
		width: 50%;
		display: flex;
		align-items: center;
	}
	#catch>div{
		width: 50%;
		text-align: center;
	}
/*	#catch ul{
		text-align: left;
		list-style: none;
		line-height: 400%;
		list-style-image: url("../images/char_bird.png")
		
	}*/
	#catch li{
		/*text-align: left;*/
		line-height: 400%;
		padding-top: 0px;
		/*list-style-type:none;
		background-image:url("../images/char_bird.png");
		background-repeat:no-repeat;
		background-position:left 20px;
		padding-left:36px;*/
	}
	
	#map{
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#map iframe{
		width: 400px;
		height: 300px;
	}
	#privacy{
/*		width: 100%;
		text-align: right;
		padding-right:10px;
*/	}
	#EdgeID{
		width: 420px;
		height:420px;	
	}

}

/*Desktop View ----------------------------------------------------------------------------------------------*/
@media (min-width: 1024px){
		
}

#EdgeID2 {
	width: 960px;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
