.omot-zag {
  background-color: #163568;
  overflow: hidden;
  padding-top: 15px;
  width: 100%;
}

.sren {
  width: auto;
  height: auto;
	margin: 0 10px 0 20px;
	float: right;
	color: #fff;
  font-size: 0.875em;
	line-height: 1.25em;
}

.sren a { color: #ddd;	text-decoration: none; }
.sren a:hover {color: #ddd;	text-decoration: underline;}
.sren a:active {color: #fff;	text-decoration: none;}

p.tel-mail {
  text-align: right;
  color: #e8e8e8;
  font-size: 0.875em;
	line-height: 1.25em;
	margin: 0 100px 0 0;
}

.logo {
	overflow: auto;
	display: inline-block;
	padding-bottom: 16px;
	color: #5284d0;
	font-size: 1em;
}

.logo img {width: 6em; vertical-align: baseline;}


.omot-nav {
  background-color: #fff;
  /*background: linear-gradient(to bottom, #d6d6d6, #f8f8f8);*/
  border-bottom: 1px solid #777;
  height: 35px; 
}

/* CSS Document */

nav a {
	color: #fff;
}


#container {
	margin: 0 auto;
	max-width: 890px;
}

.toggle,
[id^=drop] {
	display: none;
}

nav:after {
	content: "";
	display: table;
	clear: both;
}

nav img {vertical-align: middle;}
/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:relative" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
}

/* Styling the links */
nav a {
	display: block;
	padding: 0 20px;	
	color: #333;
	font-size: 14px;
	line-height: 34px;
	text-decoration: none;
	transition: background-color .3s;
}


nav ul li ul li:hover { background-color: #ddd; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #ddd; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 34px; 
  z-index: 1000;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
  background-color: #f8f8f8;
	width: 170px;
	float: none;
	display: list-item;
	position: relative;
}

nav img {vertical-align: middle;}
	
nav .toggle > img {vertical-align: text-baseline; width: 16px;}

img.dole {vertical-align: text-bottom; width: 16px;}

header {
  width: 100%;
  background-color: #3e3e3e;
  padding: .5em 0;
}

header h1 {
  display: inline-block;
  color: #fff;
  font-size: 1.125em;
  line-height: 1.175em;
  font-weight: normal;
  width: 100%;
}

header h1 > span {
  display: inline-block;
  font-size: .9375em;
  line-height: 1.25em;
  margin: .5rem 2%;
  padding: 0 2%;
  border-left: 1px solid #eee;}

/* Media
--------------------------------------------- */

@media all and (max-width : 768px) {
  .nos {display: none;}
  
  .logo img {width: 5em; margin-left: .5em;}
  
  header h1 {
    margin-left: .5em;
  }
	
	nav {
		margin: 0;
		z-index: 1000;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
  nav .toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
  nav .toggle {
		display: block;
		padding: 0 20px;	
		color:#333;
		font-size: 14px;
		line-height: 34px;
		text-decoration: none;
		border: none;
	}

	nav .toggle:hover {
		cursor: pointer;
	}

	/* Display Dropdown when clicked on Parent Lable */
	nav [id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		background-color: #fff;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 30px;
	}

	nav a:hover,

  
	nav ul li ul li .toggle,
	nav ul ul a{
	  background-color: #fff;
		padding:0 20px;	
		color:#333;
		font-size:14px;
		line-height: 34px;
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #f8f8f8; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position: static;
		color: #fff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}
}

@media all and (max-width : 370px) {

	nav ul li {
		display: block;
		width: 100%;
	}

}

