header
{
	position: fixed;
	width: 100%;
	z-index: 1000;
	left: 0;
	top: 0;
	background-color: white;
	box-shadow: 0 1px 3px rgba(0,0,0,.11);
}

.header-div
{
	max-width: 1100px;
	text-align: center;
	margin: 0 auto;
}

.header-logo-div
{
	display: inline-block;
	padding-left: 45px;
  padding-top: 5px;
	vertical-align: top;
}

.header-menu
{
	display: none;
}

.header-logo-img
{
	width: 60px;
}

.header-nav
{
	display: inline-block;
}

.header-nav-ul
{
	font-size: 0;
	margin: 0;
}

.header-nav-ul > li
{
	display: inline-block;
	line-height: 57px;
	list-style-type: none;
	cursor: pointer;
}

.header-nav-ul > li > a
{
	color: #1e1e1e;
}

.header-nav-ul > li > a:hover
{
	color: #dd3333 !important;
	text-decoration: none;
}

.header-nav-span
{
	font-size: 17px;
	letter-spacing: 1px;
	padding: 18px 17px;
}

/* cookie */
.co-okie-div-main
{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background-color: rgb(221, 51, 51);
	color: white;
	text-align: center;
	z-index: 1000;
	font-family: 'Raleway', 'Arial', sans-serif;
}

.co-okie-text
{
	font-size: 13px;
	display: inline-block;
}

.co-okie-button
{
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 2px 12px;
	margin-left: 6px;
	background: linear-gradient(to bottom,#FEFEFE,#F4F4F4) repeat scroll 0 0 #F3F3F3;
	border-color: #BBB;
	color: #333;
	text-shadow: 0 1px 0 #FFF;
	-moz-box-sizing: border-box;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}

@media (max-width: 999px)
{
	header
	{
		position: static;
		box-shadow: inherit;
		padding: 0 62px 1px 62px;
		margin: 0;
	}

	.header-logo-div
	{
		position: relative;
		text-align: center;
		display: block;
		padding-top: 25px;
		margin-bottom: 24px;
	}

	.header-menu
	{
		display: block;
		font-family: FontAwesome;
		font-size: 14px;
		color: #9d9d9d;
		position: absolute;
		left: 0;
		top: 20px;
		padding: 16px 16px 16px 0;
		cursor: pointer;
	}

	.header-menu::before
	{
		content: "\f0c9"
	}

	.header-nav
	{
		display: block;
		display: none;
	}

	.header-nav-ul
	{
		padding: 0;
	}

	.header-nav-ul > li
	{
		display: block;
		font-family: 'Raleway', 'Arial', sans-serif;
		border-bottom: 1px solid #eaeaea;
		line-height: 26px;
	}

	.header-nav-ul > li > a
	{
		display: block;
		padding: 10px 0;
		text-align: left;
	}

	.header-nav-span
	{
		font-size: 13px;
		color: #303030;
		line-height: 26px;
		padding: 0;
	}
}

@media (min-width: 1000px)
{
	.header-nav
	{
		display: inline-block!important;
	}
}
