* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

html {
	width:100%;
	min-height:100%;
	padding:0;
	margin:0;
}

body {
	width:100%;
	min-width:1180px;
	overflow:auto;
	min-height:100%;
	padding:0;
	margin:0;
	background:#FFF;
	font-family:'Source Sans Pro', sans-serif;
	font-size:14px;
}

.navbar {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-width:1180px;
	height:100px;
	background:#262626;
	color:#FFF;
	padding-left:300px;
	z-index:100;
}

.logo {
	position:fixed;
	top:10px;
	left:25px;
	z-index:150;
}

.navbar a:link, .navbar a:active, .navbar a:visited {
	display:inline-block;
	padding:0px 20px;
	height:100px;
	line-height:100px;
	font-size:20px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}

.navbar a:hover {
	text-decoration:underline;
}

#navlinks-mobile {
	position:absolute;
	top:0;
	right:0;
	display:none;
}

.mobile-menu {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background:#333;
	color:#FFF;
	text-transform:uppercase;
	font-size:20px;
}

.mobile-menu a:link, .mobile-menu a:visited {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:20px;
	text-align:center;
}

.panorama {
	margin-top:100px;
	left:0px;
	width:100%;
	height:540px;
	background:url(/images/pano-basic.jpg) bottom center no-repeat;
	background-size:cover;
	overflow:hidden;
}

.slogan {
	width:100%;
	text-align:center;
	font-size:24px;
}

.slogan g {
	font-weight:bold;
	font-style:italic;
}

.content {
	margin-top:100px;
	left:0px;
	padding:20px 20px 50px 20px;
	color:#262626;
	width:100%;
}

g {
	color:#bcda82;
}

.serif {
	font-family:'Roboto Slab', serif;
}

.divide3 {
	margin:0 auto;
	max-width:750px;
	font-family:'Roboto Slab';
	text-align:center;
	vertical-align:top;
	font-size:16px;
}

.divide3 b {
	font-size:20px;
}

.divide3 tr td {
	width:33%;
	padding:30px;
	vertical-align:top;
}

.footer {
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	margin:25px 0px 10px 0px;
}

.t_literature {
	margin:0 auto;
}

.t_literature a:link, .t_literature a:visited, .t_literature a:active {
	text-decoration:none;
	color:#000;
	font-size:16px;
	margin-top:10px;
}

.t_literature a:hover {
	color:#0066cc;
}

.t_literature tr td {
	width:50%;
	padding:20px;
	text-align:center;
	vertical-align:top;
}

.t_literature img {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #CCC;
	max-width:350px;
}

#demo-frame {
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-165px;
	width:330px;
	height:440px;
	border:none;
}

.align-right {
	margin:30px 0px 30px 30px;
}

.align-left {
	margin:30px 30px 30px 0px;
}

.titlerow {
	font-weight:bold;
}

.cattitle {
	font-size:200%;
	font-weight:bold;
}

.itemlist td:first-child {
	padding-right:15px;	
}

@media screen and (max-width: 568px), screen and (max-device-width: 568px) {
	body {
		min-width:1px;
		font-size:16px;
	}
	
	.navbar {
		height:50px;
		min-width:1px;
		padding-left:0px;
	}
	
	.navbar a {
		height:50px!important;
		line-height:50px!important;
	}
	
	.logo {
		top:5px;
		left:5px
	}
	
	.logo img {
		width:100px;
	}
	
	.content, .panorama {
		margin-top:50px;
	}
	
	.content img {
		max-width:100%;
	}
	
	.divide3 td {
		display:block;
		width:100%!important;
	}
	
	.align-left, .align-right {
		max-width:40%;
	}
	
	#navlinks-mobile {
		display:block;
	}
	
	#navlinks-desktop {
		display:none;
	}
}