*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu_bar{
	display: none;
}

header{
	width: 100%;
	position: fixed;
	z-index: 1000;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,0.97)), color-stop(100%, rgba(237,237,237,0.93)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

header nav{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,0.97)), color-stop(100%, rgba(237,237,237,0.93)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

	max-width: 1000px;
	width: 90%;
	margin: auto;
}

header nav a img#logo{
	height: 55px;
	width: auto;
}

header nav ul{
	list-style: none;
	float: right;
	margin-top: 30px;
}

header nav ul li{
	display: inline-block;
	position: relative;

	color: #111757;
	font-family: 'Raleway', sans-serif;
	font-size: .85em;
	font-weight: 700;

	text-decoration: none;
	text-transform: uppercase;

	cursor: pointer;

	padding: 5px;
}

header nav ul li:hover{
color: #337ab7;

}

header nav ul li a{
	color: #111757;

	text-decoration: none;
	text-transform: uppercase;

	display: block;
}

header nav ul li a:hover{
	text-decoration: none;
}

header nav ul li:hover .children {
	display: block;

}

header nav ul li .children{
	margin-top: 0px;
	display: none;
	background: #333333;
	position: absolute;
	width: 250%;
	z-index: 1000;
	margin-left: 0;
}

header nav ul li .children li{
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.5)
	margin-top:3px;
}


header nav ul li .children li a{
	color: #fff;
	display: block;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
}

header nav ul li .children li:hover{
	background: #636363;
}

@media screen and (max-width: 1000px){
	header nav{
		width: 100%;
	}
}

@media screen and (max-width: 921px){
	body{
		padding-top: 65px;
	}

	.menu_bar{
		display: block;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 1000;

		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,0.97)), color-stop(100%, rgba(237,237,237,0.93)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,0.97) 47%, rgba(237,237,237,0.93) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

	}

	.menu_bar .bt-menu{
		display: block;
		padding: 5px;
		color: #111757;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}

	.menu_bar .bt-menu img{
		width: auto;
		height: 55px;
	}

	.menu_bar .bt-menu span{
		float: right;
		font-size: 40px;
	}

	header .menu-amerikooler{
		margin: 0;
	}

	header nav{
		width: 80%;
		height: 100%;
		position: fixed;
		right: 100%;
		margin: 0;
		overflow: scroll;
	}

	header nav a img{
		display: none;
	}

	header nav ul{
		float: left;
	}

	header nav ul li{
		display: block;
		padding: 10px;
		/*border-bottom: 1px solid rgba(92,209,255,.5)*/
	}

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

	header nav ul li:hover .children{
		display: none;
	}

	header nav ul li .children{
		width: 100%;
		position: relative;
		margin-top: 11px;
		background: none;

	}

	header nav ul li .children:hover{
		background: none;
	}

	header nav ul li .children li a{
		margin-left: 20px;
		color: #111757;
		font-size: 1.1em;
	}

	header nav ul li .children li:hover{
	background:none;
}

	header nav ul li span{
		float: right;
	}


}