/* CSS Document by sladek*logiq.cz */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
}
strong {
	/*font-weight: 700;*/
}
.seo {
	display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #000;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #000;
}
input:-moz-placeholder, textarea:-moz-placeholder {   /* Older versions of Firefox */
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #000;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #000;
}
*:focus {
    outline: none;
   }
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
* {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.center {
	text-align: center;
}








/* BASIC STYLING */


* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
	min-width: 1024px;
	min-height: 576px;
    overflow-y: auto;
	overflow: hidden;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #333;
	background-color: #fff;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/bgr.jpg);
}
.content {
	width: 1204px;
	height: 576px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin: -318px 0 0 -632px;
	background-color: rgba(255,255,255,0.5);
	padding: 30px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	background-repeat: no-repeat;
	background-image: url(../img/loading.gif);
	background-position: 50% 50%;
}
.navig {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 180px;
	height: 576px;
	background-color: #1e4b5d;
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/navig.png);
-webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
}
.navig1 {
	text-align: center;
	color: #fad77b;
	font-weight: 700;
	font-size: 18px;
}
.navig1 strong {
	color: #27b1e6;
	font-size: 20px;
	line-height: 20px;
	display: block;
	font-weight: 400;
	padding: 20px 0 10px 0;
}
.navig1 strong span {
	font-size: 28px;
	font-weight: 700;
}
a.navig3, a.navig3n {
	position: absolute;
	top: 160px;
	left: 27px;
	width: 53px;
	height: 62px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/navig1.png);
}
a.navig3n {
	background-image: url(../img/navig1n.png);
}
a.navig4, a.navig4n {
	position: absolute;
	top: 160px;
	left: 100px;
	width: 53px;
	height: 62px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/navig2.png);
}
a.navig4n {
	background-image: url(../img/navig2n.png);
}
a.navig3:hover, a.navig4:hover {
	background-position: 0 100%;
}
a.navig5 {
	position: absolute;
	top: 228px;
	left: 38px;
	width: 104px;
	height: 120px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/navig-pause.png);
}
a.navig5s {
	background-image: url(../img/navig-play.png);
}
a.navig5:hover {
	background-position: 0 100%;
}

a.navig0, a.navig0ajax {
	display: none;
	position: absolute;
	top: 50%;
	left: -34px;
	width: 34px;
	height: 80px;
	margin: -40px 0 0 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/navig0a.png);
}
a.navig0b {
	background-image: url(../img/navig0b.png);
}


#enableSound {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 1204px;
    height: 576px;
	background-position: 0 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-image: url(../img/nosound.png);
    display: block;
}

.article0 #enableSound {
	background-image: url(../img/title/0.png);
}
.article1 #enableSound {
	background-image: url(../img/title/1.png);
}
.article2 #enableSound {
	background-image: url(../img/title/2.png);
}
.article3 #enableSound {
	background-image: url(../img/title/3.png);
}
.article4 #enableSound {
	background-image: url(../img/title/4.png);
}
.article5 #enableSound {
	background-image: url(../img/title/5.png);
}
.article6 #enableSound {
	background-image: url(../img/title/6.png);
}
.article7 #enableSound {
	background-image: url(../img/title/7.png);
}
.article8 #enableSound {
	background-image: url(../img/title/8.png);
}
.article9 #enableSound {
	background-image: url(../img/title/9.png);
}
.article10 #enableSound {
	background-image: url(../img/title/10.png);
}
.article11 #enableSound {
	background-image: url(../img/title/11.png);
}
.article12 #enableSound {
	background-image: url(../img/title/12.png);
}
.article13 #enableSound {
	background-image: url(../img/title/13.png);
}
.article14 #enableSound {
	background-image: url(../img/title/14.png);
}
.article15 #enableSound {
	background-image: url(../img/title/15.png);
}
.article16 #enableSound {
	background-image: url(../img/title/16.png);
}
.article17 #enableSound {
	background-image: url(../img/title/17.png);
}
.article18 #enableSound {
	background-image: url(../img/title/18.png);
}
.article19 #enableSound {
	background-image: url(../img/title/19.png);
}
.article20 #enableSound {
	background-image: url(../img/title/20.png);
}
.article21 #enableSound {
	background-image: url(../img/title/21.png);
}
.article22 #enableSound {
	background-image: url(../img/title/22.png);
}
.article23 #enableSound {
	background-image: url(../img/title/23.png);
}
.article24 #enableSound {
	background-image: url(../img/title/24.png);
}
.article25 #enableSound {
	background-image: url(../img/title/25.png);
}
.article26 #enableSound {
	background-image: url(../img/title/26.png);
}
.article27 #enableSound {
	background-image: url(../img/title/27.png);
}
.article28 #enableSound {
	background-image: url(../img/title/28.png);
}
.article29 #enableSound {
	background-image: url(../img/title/29.png);
}
.article30 #enableSound {
	background-image: url(../img/title/30.png);
}
.article31 #enableSound {
	background-image: url(../img/title/31.png);
}
.article32 #enableSound {
	background-image: url(../img/title/32.png);
}
.article33 #enableSound {
	background-image: url(../img/title/33.png);
}
.article34 #enableSound {
	background-image: url(../img/title/34.png);
}
.article35 #enableSound {
	background-image: url(../img/title/35.png);
}
.article36 #enableSound {
	background-image: url(../img/title/36.png);
}
.article37 #enableSound {
	background-image: url(../img/title/37.png);
}
.article38 #enableSound {
	background-image: url(../img/title/38.png);
}
.article39 #enableSound {
	background-image: url(../img/title/39.png);
}
.article40 #enableSound {
	background-image: url(../img/title/40.png);
}
.article41 #enableSound {
	background-image: url(../img/title/41.png);
}
.article42 #enableSound {
	background-image: url(../img/title/42.png);
}
.article43 #enableSound {
	background-image: url(../img/title/43.png);
}
.article44 #enableSound {
	background-image: url(../img/title/44.png);
}
.article45 #enableSound {
	background-image: url(../img/title/45.png);
}
.article46 #enableSound {
	background-image: url(../img/title/46.png);
}
.article47 #enableSound {
	background-image: url(../img/title/47.png);
}
.article48 #enableSound {
	background-image: url(../img/title/48.png);
}
.article49 #enableSound {
	background-image: url(../img/title/49.png);
}
.article50 #enableSound {
	background-image: url(../img/title/50.png);
}
.article51 #enableSound {
	background-image: url(../img/title/51.png);
}

.alert {
	background-color: #535154;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-size: 33% auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/rotate-device.png);
	display: none;
}


#ajax {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 1024px;
	height: 576px;
	z-index: 100;
	background-color: #466a78;
	display: none;
}
#ajax .navig {
	background-color: #fff;
	top: 0;
	right: -180px;
	z-index: 100;
}
.ajaxcontent {
	color: #fff;
	padding: 50px 60px;
	font-size: 15px;
	font-weight: 700;
}
.ajaxcontent p {
	padding: 0 0 30px 0;
	line-height: 26px;
}
.ajaxcontent h2 {
	font-size: 24px;
	color: #1e4b5d;
	font-weight: 700;
	background-color: #fad77b;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 20px 0;
}
.ajaxcontent table {
	background-color: #fff;
	color: #1e4b5d;
	min-width: 50%;
}
.ajaxcontent table tr:nth-child(odd) {
	background-color: #d4e2e7
}
.ajaxcontent table td {
	padding: 3px 10px;
	font-size: 15px;
	font-weight: 700;
}
.ajaxcontent table tr:first-child {
  	color: #fff;
	background-color: #1e4b5d;
}
.ajaxcontent a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
.ajaxcontent a:hover, .ajaxcontent a.menus {
	color: #27b1e6;
}
.ajaxcontent h3 {
	color: #fad77b;
	font-size: 20px;
}
.ajaxcontentindex {
	float: left;
	width: 33.333%;
	font-size: 16px;
	line-height: 32px;
}

a.navig3ajax, a.navig3ajaxn {
	position: absolute;
	top: 325px;
	left: 27px;
	width: 53px;
	height: 62px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/navig1.png);
}
a.navig3ajaxn {
	opacity: 0.5;
	background-image: url(../img/navig1n.png);
}
a.navig4ajax, a.navig4ajaxn {
	position: absolute;
	top: 325px;
	left: 100px;
	width: 53px;
	height: 62px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/navig2.png);
}
a.navig4ajaxn {
	opacity: 0.5;
	background-image: url(../img/navig2n.png);
}
a.navig3ajax:hover, a.navig4ajax:hover {
	background-position: 0 100%;
}
a.navig6{
	position: absolute;
	top: 433px;
	left: 64px;
	width: 53px;
	height: 61px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/navig3.png);
}
a.navig6:hover {
	background-position: 0 100%;
}
.navigsubtitle {
	font-weight: 700;
	width: 100%;
	position: absolute;
	top: 520px;
	left: 0;
	text-align: center;
	color: #27b1e6;
	text-transform: uppercase;
}


a.navigi, a.navigin {
	position: absolute;
	top: 370px;
	left: 64px;
	width: 53px;
	height: 61px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/navig-i.png);
}
a.navigin {
	background-image: url(../img/navig-in.png);
}
a.navigpict, a.navigpictn {
	position: absolute;
	top: 427px;
	left: 27px;
	width: 53px;
	height: 61px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/navig-pict.png);
}
a.navigpictn {
	background-image: url(../img/navig-pictn.png);
}
a.navigmenu {
	position: absolute;
	top: 485px;
	left: 64px;
	width: 53px;
	height: 61px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/navig-menu.png);
}
a.navigi:hover, a.navigpict:hover, a.navigmenu:hover {
	background-position: 0 100%;
}
a.navigtn {
	position: absolute;
	top: 427px;
	left: 100px;
	width: 53px;
	height: 61px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/navig-testn.png);
}


.ajaxpict {
	width: 100%;
	height: 576px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.ajaxpict img {
	display: block;
	width: auto;
	height: 576px;
	margin: 0 auto;
}
.navigajaxpict1 {
	width: 140px;
	border-bottom: 1px solid #d4e2e7;
	font-size: 16px;
	padding: 0 0 10px 0;
	text-align: center;
	position: absolute;
	top: 140px;
	left: 20px;
	color: #2a6e89;
}
.navigajaxpict2 {
	width: 160px;
	font-size: 14px;
	padding: 0 0 10px 0;
	text-align: center;
	position: absolute;
	top: 185px;
	left: 10px;
	color: #2a6e89;
}
.navigajaxpict2 span {
	display: block;
	padding: 10px 0 0 0;
	font-size: 10px;
}



.titulky {
	width: 100%;
	max-width: 1024px;
	height: 576px;
	overflow-y: scroll; 
}
.titulky img {
	display: block;
	width: 100%;
	height: auto;
}




@media screen and (min-width: 1px) and (max-width: 1280px) {
.content {
	max-width: 1204px;
	width: 100%;
	padding: 0;
	position: relative;
	margin: 0 auto;
	top: auto;
	left: auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#enableSound {
    top: 0;
    left: 0;
	width: 100%;
}
.navig {
	top: 0;
	right: 0;
    
}
#ajax {
	top: 0;
	left: 0;
}
}






@media screen and (min-width: 1px) and (max-width: 1204px) {
.content {
	max-width: 1024px;
}
#ajax {
	width: 100%;
}
.navig {
	right: -180px;
}
a.navig0, a.navig0ajax {
	display: block;
}
}

