
@media only screen and (min-width: 768px) {
	body {
		max-width: 768px !important;
		margin: 0 auto !important;
	}
}

body {
	margin: 0;
	background-color: #f0f0f0;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	word-wrap: break-word;
}

h1 {
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 1;
	font-family: Times New Roman, Times, serif;
	color: #cc6600;
	display: block;
	margin: 0;
	padding: 0;
}

h2 {
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
	font-family: Times New Roman, Times, serif;
	color: #000000;
	display: block;
	margin: 0;
	padding: 0;
}

h3 {
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	font-family: Times New Roman, Times, serif;
	color: #cc6600;
	display: block;
	margin: 0;
	padding: 0;
}

a, a:visited, a:active, a:hover {
	color: #000000;
	text-decoration: underline;
}

p {
	margin: 0;
}

.icon {
	width: 32px;
	height: 32px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	display: block;
	background-color: #cc6600;
	color: #ffffff;
	margin: 0 auto;
}

.icon_big {
	width: 64px;
	height: 64px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	display: block;
	background-color: #cc6600;
	color: #ffffff;
	margin: 0 auto;
}

.background-top {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.background-top > img {
	width: 100%;
	height: auto;
}

.background-center {
	background-image: url("../images/style/background-center.jpg");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-origin: padding-box;
	background-clip: border-box;
	background-attachment: scroll;
	display: block;
	padding: 16px;
}

.background-bottom {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.background-bottom > img {
	width: 100%;
	height: auto;
}

.header {
}

.logo {
	margin: 16px;
}

.logo > img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 256px;
	display: block;
	margin: 0 auto;
}

.lang {
	margin: 16px;
}

.lang img {
	width: 24px;
	height: 24px;
	margin: 0 8px;
}

.photo {
	position: relative;
	margin: 16px;
	overflow: hidden;
}

.photo > img {
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.zoom {
	position: absolute;
	right: 16px;
	bottom: 16px;
}

.zoom .icon {
}

.heading {
	padding: 16px;
	background-color: transparent;
	overflow: hidden;
}

.heading > h1 {
}

.heading > h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
}

.heading h1 + h2 {
	margin-top: 8px;
}

.content {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #000000;
}

.disclaimer {
	padding: 16px;
	overflow: hidden;
}

.disclaimer > h2 {
	color: #cc6600;
}

.section {
	padding: 16px;
	overflow: hidden;
}

.section:first-child {
}

.section:last-child {
}

.section + .section {
	border-top: 0 solid #cc6600;
}

.section .icon {
}

.section .icon + h3 {
	margin-top: 8px;
}

.section > h3 {
}

.section > h3 + p {
	margin-top: 8px;
}

.box {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.box > .heading {
	padding: 16px;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background-color: #cc6600;
}

.box > .heading > h1 {
	font-size: 18px;
	color: #cc6600;
}

.box > .content {
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	background-color: #f0f0f0;
	color: #000000;
}

.box > .content > .section {
	padding: 16px;
}

.box > .content > .section:first-child {
}

.box > .content > .section:last-child {
}

.box > .content > .section + .section {
	border-top: 2px solid #cc6600;
}

.box > .content > .section > .icon {
	background-color: #cc6600;
}

.box > .content > .section > .icon + a > h3 {
	margin-top: 8px;
}

.box > .content > .section h3 {
	color: #cc6600;
}

.calendar {
	margin: 16px 0 0 0;
	padding: 0;
	background-color: transparent;
}

.calendar > [class|=row] {
	height: 48px;
}

.calendar > [class|=row] + [class|=row] {
	margin-top: 8px;
}

.calendar > [class|=row] > [class|=cell] {
	display: -moz-inline-stack;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.calendar > [class|=row] > [class|=cell] + [class|=cell] {
	padding-left: 8px;
}

.calendar > [class|=row] > [class|=cell] .button {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	width: 48px;
	height: 48px;
	font-size: 14px;
	overflow: hidden;
	line-height: 48px;
	text-align: center;
}

.calendar > [class|=row] > .cell-on > .button {
	background-color: #cc6600;
	color: #ffffff;
	font-weight: bold;
}

.calendar > [class|=row] > .cell-off > .button {
	background-color: #f0f0f0;
	color: #212121;
}

.footer {
	font-size: 12px;
	padding-top: 32px;
}

.footer h3 {
	font-size: 14px;
	color: #000000;
}

.footer > div {
	padding: 16px;
}

.footer > div + div {
	padding-top: 0;
}

.footer > div:first-child {
}

.footer > div:last-child {
}

.hint > .inline-block {
	padding: 16px 0;
}

.inline-block {
	display: inline-block;
}

.inline-block +.inline-block {
	margin-left: 32px;
}

.hint .icon_big {
}

.hint .icon_big + h3 {
	margin-top: 8px;
}

.eduli {
	font-style: italic;
}

.credits {
	color: #757575;
}