@charset "utf-8";
@media print {
@page {
	size: A4;
	margin: 0.5cm;
}
* {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h1, h2, h3, h4, h5, h6 {
	orphans: 3;
	widows: 3;
}
h1, h2, h3 {
	page-break-after: avoid;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	word-spacing: 1px;
	letter-spacing: 0.2px;
	font-family: "galano_grotesqueregular", sans-serif;
}
.header {
	height: 100px;
	position: relative;
	top: 0;
}
#loader, .navbar-mobile, .navbar-nav ,#footer, #mobile-nav {
	display: none !important;
}
.header.new-ci-header a.navbar-brand img {
	width: 120px !important;
	height: auto!important;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-family: 'galano_grotesquesemibold', sans-serif;
	text-decoration: underline;
}
.deck-wrapper  {
	width: 100%;
}
.deck-wrapper   a:link:after, .deck-wrapper  a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
.deck-wrapper  a[href^="/"]:after {
	content: " (http://www.zyxel.com/" attr(href) ") ";
}
.deck-wrapper  img {
	width: 250px !important;
	height: auto !important;
}
body:after {
	font-size: .8em;
	padding-top: 16px;
	border-top:1px solid #000;
	width: 100%;
	display:block;
	content: "COPYRIGHT 2016 Zyxel COMMUNICATIONS CORP. ALL RIGHTS RESERVED.";
}
}
