@charset "utf-8";

@font-face {
	font-family: CGFont;
	src: url(../fnt/gothic.ttf), url(../fnt/gothic.eot);
}

html {
	font: 100%/1.7em CGFont, Verdana, Arial, Helvetica, sans-serif;
	background: #E0E0E0;
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333;
}

.page {
	width: 790px;
	margin: 0 auto;
}

a {
	color: #0072b5;
	text-decoration: underline;
	opacity: 0.6;
	transition: opacity .25s ease-in-out;
}

.flags a {
	text-decoration: none;
}

h4 a {
	text-decoration: none;
}

.menu a {
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	opacity: 1;
}

.note {
	border-radius: 15px;
	background-color: #F2F2F2;
	padding: 1em;
	margin: 1em 0em;
	font-size: 90%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.note h4 {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 110%;
	font-weight: normal;
}

.note p {
	margin-top: 0.5em;
	margin-bottom: 0px;
	line-height: 1.5em;
}

header {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	background-color: #dcddeb;
	background-image: url(../img/bg-hdr.jpg);
	background-repeat: repeat-x;
	box-shadow: 0 16px 16px -1px rgba(0, 0, 0, 0.1),
		0 8px 8px -1px rgba(0, 0, 0, 0.06);
	z-index: 10;
	position: relative;
}

header img.logo {
	float: left;
	margin-right: 60px;
	margin-left: 8px;
	margin-bottom: 20px;
}

header img.sticker {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

header img.flag {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.3;
	z-index: 50;
}

.flags {
	display: inline-block;
	position: absolute;
	top: 185px;
	right: 5px;
	z-index: 200;
}

.lang-flag img {
	margin-left: 5px;
	height: 32px;
	width: 32px;
}


h1,
h2,
h3,
h4 {
	font-family: CGFont, Arial, Helvetica, sans-serif;
	color: #0072b5;
	font-weight: normal;
	line-height: 1.5em;
}

h3 {
	margin-top: 1.5em;
}

p {
	margin: 0.4em 0;
}

h4 {
	font-size: 120%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

header h1 {
	padding-top: 1.5em;
	font-size: 2em;
	margin: 0;
}

header h2 {
	font-size: 1.5em;
	margin-top: 0em;
	color: #999;
}

main h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0.5em;
}

header .menu {
	font-size: 1.25em;
	clear: both;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #AAA;
	margin: 0;
}

header .menu ul {
	clear: both;
	padding: 0px;
	margin: 0px;
	display: table;
}

header .menu ul li {
	display: table-cell;
	line-height: 1em;
}

header .menu ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	padding: 10px 20px;
}

header .menu ul li.selected a {
	background-color: #CCC;
	opacity: 1;
}

img.product {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
}

img.app {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

main {
	clear: both;
	display: block;
	background-color: #FFF;
	z-index: 1;
	position: relative;
	padding-top: 1em;
}

main .menu {
	padding-right: 20px;
}

main .menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #666;
}

main .menu ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}

main .menu ul li a {
	display: block;
	padding: 5px;
	margin: 2px;
}

footer {
	border-top: 1px solid #CCCCCC;
	clear: both;
}

footer {
	text-align: center;
	font-size: 75%;
	color: #999;
}

main .page {
	display: table;
	padding-bottom: 2em;
}

main .page div.menu {
	display: table-cell;
	width: 170px;
}

main .page div.content {
	display: table-cell;
}

.listing {
	clear: both;
	position: relative;
}

.listing * {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	line-height: 1em;
}

.listing .listingContent {
	background-image: url(../img/bg-lines.gif);
	background-repeat: repeat;
	background-size: 256px 2em;
	padding: 0em 0.5em 0px 0.5em;
	margin: 0px;
	border: 1px solid #AAA;
	border-bottom: none;
}

.listing .listingGradient {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	height: 3em;
	/* adjust it to your needs */
	background: url(data:image/svg+xml;base64,alotofcodehere);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
}

.listing em {
	color: #0072b5;
}

em,
span.product {
	color: #0072b5;
	font-style: normal;
}

div.feat {
	width: 100%;
	margin-top: 30px;
	vertical-align: top;
	display: flex;
	gap: 20px;
}

div.feat div {
	padding: 0;
	flex: 1;
	vertical-align: top;
}

div.feat h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	text-align: center;
	font-weight: normal;
}

div.feat p {
	font-size: 0.95em;
	line-height: 1.5em;
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.feat img {
	float: left;
	margin-right: 12px;
}

#index div.feat p {
	font-size: 1em;
}

#index div.feat div {
	width: 47%;
}

#index div.feat h4 {
	font-size: 150%;
}