/* 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;
}
.clear10 {
	clear: both;
	height: 10px;
}
.clear20 {
	clear: both;
	height: 20px;
}
strong {
	font-weight: 700;
}
.seo {
	display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	filter: alpha(opacity=80);
  	opacity: 0.8;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	filter: alpha(opacity=80);
  	opacity: 0.8;
}
input:-moz-placeholder, textarea:-moz-placeholder {   /* Older versions of Firefox */
	filter: alpha(opacity=80);
  	opacity: 0.8;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	filter: alpha(opacity=80);
  	opacity: 0.8;
}


/*         url('font/specialelite-webfont.woff2') format('woff2'),*/
@font-face {
    font-family: 'special_eliteregular';
    src: url('font/specialelite-webfont.eot');
    src: url('font/specialelite-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/specialelite-webfont.woff') format('woff'),
         url('font/specialelite-webfont.ttf') format('truetype'),
         url('font/specialelite-webfont.svg#special_eliteregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/loading.gif) center no-repeat #fff;
}





/* BASIC STYLING */

* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	background-color: #b2885b;
  background-size: 100% auto;
	background-position: 0 50%;
	background-repeat: repeat-y;
	background-image: url(../img/background.jpg);
}
a {
	color: #731414;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}



.content {
	width: 1024px;
  	margin: 0 auto;
	position: relative;
	padding: 0 0 0 0;
}
.index {
	padding: 400px 0 0 0;
	position: relative;
}


.nahled {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.35;
	display: none;
}
.krev {
	display: block;
	max-width: 700px;
	overflow: hidden;
	height: 6800px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	position: relative;
}
.krev img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}


.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.header0 {
	max-width: 1024px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.header h1 {
	display: none;
}
a.header1 {
	display: block;
	margin: 0 0 0 35px;
	max-width: 225px;
}
a.menubutt {
	position: absolute;
	top: 0;
	right: 0;
	width: 59px;
	height: 51px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/menubutt.png);
}
.osa {
	width: 66px;
	height: 700px;
	position: absolute;
	top: 100px;
	left: 8px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/osa.png);
}
a.osa-butt {
	display: block;
	position: absolute;
	left: -10px;
	width: 108px;
	height: 89px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/osa-butt.png);	
	color: #731414;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 27px;
	line-height: 37px;
}
a.osa-butt span {
	position: absolute;
	width: 90px;
	top: 16px;
	text-align: center;
}

#popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	min-height: 100%;
}
#popup img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}



.state {
	width: 62px;
	height: 387px;
	position: absolute;
	top: 100px;
	right: 0;
	padding: 20px 30px 0 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/state.png);
	text-align: right;
	font-size: 16px;
	line-height: 21px;
	font-weight: 800;
	font-family: 'Open Sans Condensed', sans-serif;
}

.state a {
	color: #979797;
	display: block;
}
a.states {
	color: #731414;
}


.motto {
	font-size: 22px;
	line-height: 28px;
	font-weight: 800;
	text-align: center;
	color: #053473;
	padding: 50px 5%;
	letter-spacing: 1px;
}

.pod {
	max-width: 900px;
	margin: 0 auto;
}
.pod a {
	display: block;
	width: 33.333%;
	float: left;
	position: relative;
}
.pod a img {
	display: block;
	max-width: 90%;
	margin: 0 auto;
}
.pod a:nth-child(4n+4) {  
	clear: both;
}


.person, a.person {
	position: absolute;
	display: block;
	/*display: none;*/
}
a.personalt {
 	position: absolute;
	display: none;
/*background-color: rgba(0,0,0,0.5); */
  height: 250px;
  width: 320px;
}
.person img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	/*opacity: 0.8;*/
}
.marx {
	top: 195px;
	left: 94px;
}
.marx .pin {
	left: 100px;
}
.marx .txt {
	left: 55px;
	top: -110px;
}
.engels {
	top: 418px;
	left: 630px;
}
.engels .pin {
	left: 30px;
	top: -45px;
}
.engels .txt {
	left: 55px;
	top: -110px;
}
.lenin {
	top: 640px;
	left: 85px;
}
.lenin .pin {
	left: -5px;
	top: 10px;
}
.lenin .txt {
	left: -15px;
	top: -115px;
}
.stalin {
	top: 1015px;
	left: 610px;
}
.stalin .pin {
	left: 25px;
	top: -30px;
}
.stalin .txt {
	left: 70px;
	top: -105px;
}
.tito {
	top: 1320px;
	left: 115px;
}
.tito .pin {
	left: 255px;
	top: -5px;
}
.tito .txt {
	left: 50px;
	top: -135px;
}
.hodza {
	top: 1490px;
	left: 650px;
}
.hodza .pin {
	left: 150px;
	top: 130px;
}
.hodza .txt {
	left: -3px;
	top: -120px;
}
.gottwald {
	top: 1840px;
	left: 115px;
}
.gottwald .pin {
	left: 100px;
	top: -25px;
}
.gottwald .txt {
	left: 70px;
	top: -165px;
}
.rakosi {
	top: 2080px;
	left: 625px;
}
.rakosi .pin {
	left: 150px;
	top: 10px;
}
.rakosi .txt {
	left: 30px;
	top: -110px;
}
.mao {
	top: 2515px;
	left: 115px;
}
.mao .pin {
	left: 110px;
	top: -15px;
}
.mao .txt {
	left: 65px;
	top: -115px;
}

.zapotocky {
	top: 2725px;
	left: 640px;
}
.zapotocky .pin {
	left: 160px;
	top: -20px;
}
.zapotocky .txt {
	left: 25px;
	top: -110px;
}
.zivkov {
	top: 3010px;
	left: 120px;
}
.zivkov .pin {
	left: 260px;
	top: -10px;
}
.zivkov .txt {
	left: 60px;
	top: -145px;
}
.kimirsen {
	top: 3340px;
	left: 660px;
}
.kimirsen .pin {
	left: 170px;
	top: 5px;
}
.kimirsen .txt {
	left: -45px;
	top: -105px;
}
.castro {
	top: 3470px;
	left: 100px;
}
.castro .pin {
	left: 100px;
	top: -30px;
}
.castro .txt {
	left: 175px;
	top: -95px;
}

.ulbricht {
	top: 3890px;
	left: 100px;
}
.ulbricht .pin {
	left: 100px;
	top: 60px;
}
.ulbricht .txt {
	left: 70px;
	top: -80px;
}

.hocimin {
	top: 4045px;
	left: 650px;
}
.hocimin .pin {
	left: 150px;
	top: -10px;
}
.hocimin .txt {
	left: 20px;
	top: -120px;
}
.ceausescu {
	top: 4340px;
	left: 90px;
}
.ceausescu .pin {
	left: 260px;
	top: -5px;
}
.ceausescu .txt {
	left: 90px;
	top: -90px;
}

.novotny {
	top: 4680px;
	left: 635px;
}
.novotny .pin {
	left: 150px;
	top: -10px;
}
.novotny .txt {
	left: 10px;
	top: -100px;
}

.husak {
	top: 4990px;
	left: 90px;
}
.husak .pin {
	left: 245px;
	top: -5px;
}
.husak .txt {
	left: 10px;
	top: -105px;
}

.breznev {
	top: 5385px;
	left: 610px;
}
.breznev .pin {
	left: 175px;
	top: 60px;
}
.breznev .txt {
	left: 70px;
	top: -95px;
}

.jeruzelski {
	top: 5485px;
	left: 80px;
}
.jeruzelski .pin {
	left: 175px;
	top: 60px;
}
.jeruzelski .txt {
	left: 65px;
	top: -105px;
}
.polpot {
	top: 6125px;
	left: 635px;
}
.polpot .pin {
	left: 0px;
	top: -10px;
}
.polpot .txt {
	left: 15px;
	top: -100px;
}

.putin {
	top: 6220px;
	left: 85px;
}
.putin .pin {
	left: 90px;
	top: 0px;
}
.putin .txt {
	left: -15px;
	top: -120px;
}


.pojem {
	POSITION: ABSOLUTE;
	display: none;
}
.pojem img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	/*opacity: 0.8;*/
}
.pojem-proletari {
	top: 260px;
	left: 330px;
}
.pojem-cenzura {
	top: 4980px;
	left: 600px;
}
.pojem-duvernik {
	top: 5655px;
	left: 585px;
}
.pojem-gulag {
	top: 935px;
	left: -20px;
}
.pojem-hranice {
	top: 4370px;
	left: 585px;
}
.pojem-komunismus {
	top: 6440px;
	left: 610px;
}
.pojem-kscm {
	top: 5810px;
	left: 65px;
}
.pojem-kulak {
	top: 655px;
	left: 585px;
}
.pojem-nepritel {
	top: 2950px;
	left: 590px;
}
.pojem-nesvoboda {
	top: 135px;
	left: 512px;
}
.pojem-perzekuce {
	top: 3660px;
	left: 625px;
}
.pojem-procesy {
	top: 1775px;
	left: 600px;
}
.pojem-propaganda {
	top: 2400px;
	left: 635px;
}
.pojem-velkybratr {
	top: 4620px;
	left: 75px;
}
.pojem-vrazdy {
	top: 2140px;
	left: 110px;
}
.pojem-prognostak {
	top: 6540px;
	left: 60px;
}





.menu {
	background-color: #414042;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 990;
	width: 100%;
	padding: 50px 0 10px 0;
	display: none;
}
.menu a {
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 10px 0;
}
.menu a:hover {
	color: #ffc103;
}





.layer {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	z-index: 12000;
	display: none;
}
.layerloading {
	display: none;
	position: fixed;
	z-index: 11900;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
  background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/loading2.gif);
}
.layerbgr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.layercontent {
	width: 752px;
	height: 569px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -325px 0 0 -426px; 
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 40px 50px 40px 50px;
}
.layertxt {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.layerbgr1 .layertxt, .layerbgr3 .layertxt {
	height: 85%;
} 

.layerbgr0 {
	background-image: url(../img/layer-bgr0.png);
}
.layerbgr1 {
	background-image: url(../img/layer-bgr1.png);
}
.layerbgr2 {
	background-image: url(../img/layer-bgr2.png);
  width: 847px;
	height: 549px;
  margin: -324px 0 0 -440px; 
}
.layerbgr3 {
	background-image: url(../img/layer-bgr3.png);
}
.layerbgr4 {
	background-image: url(../img/layer-bgr4.png);
}
.layoutrejstrik {
	text-align: center;
}
.layoutrejstrik p  {
	/*line-height: 32px;*/
}
.layoutrejstrik a  {
	display: block;
	font-weight: 800;
}
.layoutrejstrik a:hover {
	color: #000;
}
.layoutrejstrik a span {
	font-weight: 400;
	color: #000;
}
.layoutrejstrik h2 {
	font-size: 54px;
	font-family: 'Amatic SC', cursive;
	color: #731414;
	font-weight: 700;
}
a.layerclose {
	display: block;
	position: absolute;
  z-index: 100;
	top: 20px;
	right: 5px;
	width: 63px;
	height: 63px;
	background-position: 0 50%;
	background-repeat: repeat-y;
	background-image: url(../img/layer-close.png);
}
.layerbgr2  a.layerclose {
	width: 85px;
	height: 53px;
	background-image: url(../img/layer-close1.png);
}
.layersoc {
  z-index: 99;
	width: 32px;
	position: absolute;
	top: 20px;
	left: 23px;
	text-align: left;
}
.ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline-block;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}



.layerajax1 {
	float: left;
	width: 50%;
}
.layerajax img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.layerajax2 {
	float: right;
	width: 47%;
	padding: 20px 0 0 0;
}
.layerbgr3 .layerajax1, .layerbgr3 .layerajax2 {
 	float: none;
	width: auto;
}
.layerajax12 {
	padding: 0 0 0 50px;
}
.layerajax h2 {
	font-size: 26px;
	font-weight: 800;
	color: #731414;
}
h2.layerajax10 {
	font-size: 54px;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
  text-align: center;
  height: 70px;
}
.layerajax a {
	font-weight: 700;
}
.layerajax h4 {
	color: #731414;
	text-align: center;
	font-family: 'Roboto Slab', 'special_eliteregular','Special Elite', cursive;
	padding: 0 0 20px 0;
}




@media screen and (min-width: 1px) and (max-width: 1024px) {
.pojem, .osa {
	display: none;
}
a.header1 {
	margin: 0;
}
.content {
	width: auto;
}
.index {
	padding: 200px  0 200px 0;
	overflow: hidden;
	background-size: 400px auto;
  background-position: 50% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/krev.png);
}
.person, a.person {
	position: relative;
	top: auto;
	left: auto;
	height: 400px;
	margin: 0 auto;
}
.krev {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 700px;*/
  display: none;
}
a.personalt {
  display: none;
}
}



@media screen and (min-width: 1px) and (max-width: 855px) {
.layercontent {
	width: 80%;
	left: 5%;
	top: 5%;
	height: 80%;
	margin: 0;
	padding: 5%;
}	
.layertxt {
	width: 100%;
	height: 100%;
	overflow: auto;
}
.layerajax12 {
	padding: 0 0 0 0;
}
}



@media screen and (min-width: 1px) and (max-width: 768px) {
.pod a {
	width: 50%;
}
.pod a:nth-child(4n+4) {  
	clear: none;
}
.pod a:nth-child(odd) {  
	clear: both;
}
.state {
	display: none;
}
}




@media screen and (min-width: 1px) and (max-width: 700px) {
.krev {
	left: 0;
	width: 100%;
}
.layerajax1, .layerajax2 {
	float: none;
	width: auto;
}
}



@media screen and (min-width: 1px) and (max-width: 600px) {
.pod a {
	width: auto;
	float: none;
}
}