@import "fonts/dinpro-web/dinpro.css";
@import "fonts/open-sans/stylesheet.css";

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'open_sans', sans-serif;
	line-height: 1.6em;
	background: white;
	min-width: 960px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'open_sans_light', sans-serif;
	color: #007399;
	font-weight: normal;
}
h1 {
	font-size: 50px;
}

/* links */
a, a:link, a:visited {
	color: #007399;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a.nolink {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.nolink:hover {
	text-decoration: none;
	cursor: pointer;
}

	
/* /links */

#ms-header-wrapper {
	background: #007399;
	color: #fff;
	width: 100%;
	height: 720px;
}

#ms-header-wrapper a {
	color: #fff;
}
	
#ms-logobar-wrapper {
	background: transparent url(img/header-sides.png) repeat-x;
	height: 112px;
	width: 100%;
}
#ms-logo-wrapper {
	width: 900px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}
#ms-kamek-logo {
	position: absolute;
	left: 35px;
	top: 43px;
	width: 191px;
	height: 62px;
}
#ms-logo {
	position: absolute;
	right: 20px;
}
#ms-nav-wrapper {
	float: right;
	margin-top: 70px;
}
#ms-nav-wrapper a {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	transition: all .25s;
	
	background: transparent;
	border-radius: 2px;
	padding: 5px 10px;
}
#ms-nav-wrapper a:hover {
	text-decoration: none;
	background: #fff;
	background: hsla(0,0%,100%,.9);
	color: #007399;
}

#ms-header-content-wrapper {
	margin: 0 auto;
	width: 900px;
	padding: 0 30px;
}

#ms-slider-wrapper {
	margin-top: 2em;
}
.flexslider {
	border: 10px solid white;
	background-color: transparent;
	box-shadow: none;
}
.flex-control-nav {
	bottom: -55px;
}

#ms-content-wrapper {
	width: 100%;
}
#ms-content-col {
	width: 900px;
	padding: 0 30px 30px 30px;
	margin: 0 auto;
	
}

.ms-custom-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ms-custom-list li {
	float: left;
	display: inline-block;
	border-left: 3px solid #007399;
	padding: 3px 15px;
	margin: 0 .5em .5em 0;
}

.ms-nav-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ms-nav-ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
}

#ms-footer-wrapper {
	width: 100%;
	background: #007399;
	color: white;
	font-size: 13px;
	padding: 30px 0;
}
#ms-footer-content {
	width: 900px;
	padding: 0 30px;
	margin: 0 auto;
}

.ms-return2top {
	text-align: right;
	margin-top: 1em;
}
.ms-return2top a {
	display: inline-block;
	background: #007399;
	color: #fff;
	padding: 3px 10px;
	border-radius: 2px;
}
.ms-return2top a:hover {
	text-decoration: none;
}

.ms-events-wrapper ul{
	list-style: none;
}