BODY {
	font-family: arial;
	font-size: 11pt;
	color: rgb(0,51,51);
	text-align: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #e9f3f7;
}
a:link {
	color: #3a77f7;
	line-height: 1.4
}
a:visited {
	color: #3a77f7;
}
a:hover {
	color: purple;
}
@keyframes roll {
0% {
	transform: rotate(0)
}
100% {
	transform: rotate(360deg)
}
}

h1 {
	color: #004EF7;
	background-color: white;
	opacity: 0.75;
	text-align: center;
	font-size: 30pt;
	margin: 1px 20px;
}
@media (max-width:580px) {
h1 {
	margin-top: 5px;
	font-size: 20pt
}
}
@media (max-width:480px) {
h1 {
	margin-top: 5px;
	font-size: 18pt
}
}
h2 {
	text-align: center;
	color: dfeeff;
    padding: 0 5px;
}
@media (max-width:580px) {
h2 {
	margin: 20px 0;
	font-size: 14pt
}
}
@media (max-width:480px) {
h2 {
	margin-top: 20px;
	font-size: 12pt
}
}
.h3 {
    color: black;
    font-size: 12pt;
    text-decoration: none;
}
@media (max-width:580px) {
h3 {
	margin: 0 0;
	font-size: 11pt
}
}
@media (max-width:480px) {
h3 {
	margin-top: 0;
	font-size: 10pt
}
}
h4 {
    margin-top: 2px;
    color: white;
    background: darkgrey;
    font-size: 12pt;
    padding: 2px 0;
    text-align: center
}
@media (max-width:580px) {
h4 {
	margin: 0 0;
	font-size: 11pt
}
}
@media (max-width:480px) {
h4 {
	margin-top: 0;
	font-size: 10pt
}
}
.container {
	margin-right: auto;
	margin-left: auto;
    max-width: 1400px;
}

.infotext {
    width: 99%;
    text-align: justify;
}

.button a {
	background: #88F7FF;
	color: black;
	font-size: 10pt;
	text-decoration: none;
	margin: 2px;
	padding: 2px 6px;
	border-radius: 12px;
	text-align: center;
	position: relative;
	top: 2px;
	border: 1px solid grey;
}
.button a:hover {
	background: #07f;
	color: #ff0;
	border: none;
	border-color: #8ff;
	text-align: center;
	border: 1px solid grey;
}
.closebutton a {
	background: #88F7FF;
	color: black;
	font-size: 150%;
	text-decoration: none;
	padding: 2px 6px;
    text-align: center;
	position: relative;
	top: 2px;
	border: 1px solid grey;
}
.closebutton a:hover {
	background: #07f;
	color: #ff0;
	border: none;
	border-color: #8ff;
	text-align: center;
	border: 1px solid grey;
}

/* galeryBox */
.galeryBox {
	display: inline-block;
	position: relative;
    margin-bottom: 10px;
    padding: 0 2px;
	vertical-align: middle;
	width: 100%
}
.galeryBox .inner {
	background-color: rgba(245,231,241,0.2);
	border: 1px solid #fff;
	padding: 1px;
}
.galeryBox .title {
	margin-top: 0;
	font: 400 14px/16px "OpenSansCondBold", Arial, sans-serif;
    min-height: 30px;
	text-align: center;
	overflow: hidden
}
.galeryBox .title a {
	color: #1a1a1a;
    font-weight: 500;
    padding: 1px
}
.galeryBox .titleCond {
	margin-top: 0;
	font: 400 14px/16px "OpenSansCondBold", Arial, sans-serif;
    font-stretch: condensed;
    min-height: 30px;
	text-align: center;
	overflow: hidden
}
.galeryBox .long-note {
	margin-top: 0;
	font: 400 12px/14px "OpenSansCondBold", Arial, sans-serif;
    min-height: 90px;
    padding: 3px 5px;
	text-align: left;
	overflow: hidden;
    background: #73CCFF
}
.galeryBox .short-note {
	margin-top: -5px;
	font: 400 11px/13px "OpenSansCondBold", Arial, sans-serif;
    padding: 3px 5px;
	text-align: center;
	overflow: hidden;
}
.galeryBox .mid-note {
	margin-top: 3px;
	font: 400 12px/14px "OpenSansCondBold", Arial, sans-serif;
    min-height: 45px;
    padding: 0 5px;
	text-align: center;
	overflow: hidden
}
.galeryBox .skryt {
	margin-top: -25px;
    z-index: 9999;
	font: 400 12px/14px "OpenSansCondBold", Arial, sans-serif;
    min-height: 70px;
    max-width: 260px;
    padding: 3px 5px;
	text-align: left;
	overflow: hidden;
    background: #F5E7F1
}
.galeryBox .image {
    max-height: 700px;
	margin-bottom: 10px;
	text-align: center;
    vertical-align: middle;
}
.skryt {
    display: none
}
.galeryBox .image img {
	width: 100%;
	height: auto
}
.galeryBox .image a {
	display: block;
	margin: 0 auto
}
.galeryBox .image img.extra {
	display: none
}
	color: #000;
	text-decoration: underline
}
}
@media (min-width:300px) and (max-width:767px) {
.galeryBox {
	width:49%
}
}
@media (min-width:768px) {
.galeryBox {
	width: 49%
}
}
@media (min-width:992px) {
.galeryBox {
	width: 30%
}
}
.webcam {
  width: 1600px;
  text-align: center;
  top: 0;
  left: 0;
}
.webcam img {
    width: 100%;
    height: auto;
}
@media (max-width:599px) {
.webcam {
    width: 100%;
}
}
@media (min-width:600px) {
.webcam {
    width: 98%;
}
}
note {
	color: black;
	font-size: 10pt;
	max-width: 800px;
	text-align: justify;
}
.vc-social {
	font: 400 14px/16px "OpenSansCondBold", Arial, sans-serif;
	display: inline-block;
	position: relative;
	margin-top: 5px;
	padding: 0 2px;
	vertical-align: middle;
}
.vc-social .image img {
	display: block;
	width: 35px;
	height: auto;
	border: solid 1px;
	border-radius: 5px
}
.vc-social .image a {
	display: block;
	margin: 0 auto
}