/* CSS Document by sladek*logiq.cz */
.RationalTWText-Bold { font-family: RationalTWText-Bold; }
.RationalTWText-Book { font-family: RationalTWText-Book; }
.RationalTWText-ExtraBold { font-family: RationalTWText-ExtraBold; }

* {
	font-family: RationalTWText-Book, sans-serif;
}

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	line-height: 50px;
	font-size: 40px;
}
.header {
	padding: 0 0 0 0;
	position: absolute;
	top: 35px;
	left: 50px;
	z-index: 1000;
	
}
.ico {
	padding: 0 0 0 0;
	position: absolute;
	top: 50px;
	right: 20px;
	z-index: 1000;	
}
.ico a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 30px 0 0;
	background-position: 50% 50%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
a.ico-fb {
	background-image: url(ico-fb.png);
}
a.ico-ins {
	background-image: url(ico-ins.png);
}
a.ico-mail {
	background-image: url(ico-mail.png);
}

a {
  color: #000;
    text-decoration: none; 
}
a:hover {
	color: #000;
}
h1 {
	padding: 0 0 0 0;
	margin: 0;
	line-height: 50px;
	font-size: 40px;
	font-weight: normal;
	
}
.header p {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
a.move1, a.move2 {
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	background-position: 50% 50%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin: -45px 0 0 0;
	z-index: 10000;
}
a.move1 span, a.move2 span {
	display: none;
}
a.move1 {
	left: 30px;
	background-image: url(move1.png);
}
a.move2 {
	right: 30px;
	background-image: url(move2.png);
}

.img {
	width: 150%;
}
.img img {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 50%;
}


@media screen and (min-width: 1px) and (max-width: 600px) {
.img {
	width: 100%;
}
.img img {
	max-width: 100%;
	width: 100%;
}
.turn1, .turn2, .turn3, .turn4, .turn5, .turn6, .turn7, .turn8, .turn9, .turn10 {
	display: none;
}
.header {
	top: 25px;
	left: 25px;
}
.ico {
	top: 30px;
	right: 25px;
}
a.move1, a.move2 {
	width: 45px;
	height: 45px;
	margin: -22px 0 0 0;
}
h1, body {
	line-height: 26px;
	font-size: 16px;
}
.ico a {
	width: 16px;
	height: 16px;
	margin: 0 0 10px 0;
	display: block;
}
a.move1 {
	left: 20px;
}
a.move2 {
	right: 20px;
}
}