html, body, h1
{
	padding: 0px;
	margin: 0px;
}
body, p
{
	font-family: arial;
	font-size: 17px;
}
h1 
{
	font-size: 50px;
}
h1, h2
{
	font-weight: 100;
	font-family: Avenir, sans-serif;
}
h2.center
{
	font-size: 40px;
}
#container
{
	width: 100%;
	background: #e6eff9;
}
#top_nav
{
	position: relative;
	z-index: +10;
	width: 100%;
	height: 40px;
	margin: auto;
	line-height: 40px;
	background: #fff;
}
#main-rsp
{
	position: relative;
	width: 100%;
	background: url('http://autoclicklil.noponfix.com/office.jpg');
	background-attachment: fixed;
	height: 500px;
}

.content-block
{
	position: relative;
	width: 95%;
	margin: auto;
	max-width: 1000px;
	vertical-align: middle;
}

.main-text
{
	position: absolute;
	font-family: arial;
	margin-top: 80px;
	max-width: 500px;
}
.main-text p
{
	font-size: 20px;
}
.main-dwn a
{	
	display: inline-block;
	padding: 10px;
	background: blue;
	max-width: 200px;
	color: white;
	text-align: center;
	text-decoration: none;
}
.main-dwn a:hover
{
	background: darkblue;
}
.main-dwn .in-icon
{
	display: inline-block;
	padding: 10px;
	margin-left: -5px;
	font-weight: bold;
	color: white;
	background: darkblue;
}
.main-img
{
	position: absolute;
	right: 100px;
	margin-top: 30px;
	z-index: 0;
}
.main-img img
{
	max-height: 400px;
}
@media screen and (max-width: 930px)
{
	.main-img
	{
		right: 5px;
	}
}
@media screen and (max-width: 820px)
{
	#main-rsp
	{
		height: auto;
	}
	.main-img img
	{
		width: 100%;
		max-width: 600px;
		max-height: 1000px;
		height: auto;
	}
	.main-img
	{
		position: relative;
		padding-bottom: 20px;
	}
	.main-text
	{
		position: relative;
		margin: auto;
		text-align: center;
		padding-top: 20px;
	}
}

#section-adv
{
	position: relative;
	text-align: center;
	font-family: arial;
	margin-top: -50px;
}

.sadv-block
{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
}
.sadv-img img
{
	max-width: 130px;
	max-height: 130px;
	vertical-align: middle;
}
.sadv-img
{
	width: 150px;
	height: 150px;
	line-height: 150px;
	border-radius: 50%;
	border: 4px solid #ceceff;
	background: #fafafa;
	text-align: center;
	margin: auto;
}
.sadv-title
{
	color: #006fff;
}
.sadv-content
{
	font-family: Arial, Helvetica, sans-serif;
}

#section-req
{
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	margin-top: -10px;
	padding-top: 20px;
}
.sreq-block
{
	display: inline-block;
	width: 49%;
	min-width: 200px;
	vertical-align: top;
}
.sreq-ico img
{
	vertical-align: top;
	max-width: 60px;
	max-height: 60px;
}
.sreq-ico
{
	float: left;
	margin-right: 20px;
	height: 200px;
}
.sreq-title
{
	text-align: left;
	font-weight: bold;
	color: #006fff;
}
.sreq-content
{
	text-align: left;
}

#section-vid
{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	text-align: center;
	font-size: 20px;
	background: url('http://autoclicklil.noponfix.com/gallery/waves_1.png');
}
.preview_vid
{
	width: 100%;
	height: 560px;
	border: 0px;
	margin: auto;
	text-align: center;
}

#section-download
{
	background: url('https://student.sps-prosek.cz/~ondode12it/web/2rocnik/ankety/img/bg.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-size: auto 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sdwn-block
{
	display: block;
	width: 100%;
	margin-bottom: 50px;
}
.swdn-left
{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	min-width: 300px;
}
.sdwn-image
{
	display: inline-block;
	text-align: right;
	width: 49%;
}
.sdwn-image img
{
    max-width: 100%;
}
p.sdwn-version
{
	font-size: 35px;
	margin-top: 0px;
}
@media screen and (max-width: 648px)
{
	.swdn-left
	{
		width: 100%;
		min-width: 0px;
	}
	.sdwn-image
	{
		text-align: center;
		width: 100%;
	}
}

#section-faq
{
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
#section-faq .question
{
	display: block;
	color: #006fff;
	margin-bottom: 5px;
}


#footer
{
	margin-top: 50px;
	background: #5a5a88;
	height: 200px;
	color: white;
}
#footer img
{
	width: 50px;
}
#footer a
{
	float: left;
	margin-right: 30px;
}
#footer .block-content
{
	vertical-align: top;
}

.center {text-align: center;}
.green {color: green;}
img.mini-nfx
{
	max-height: 50px;
}
.fb-button
{
	float: right;
	vertical-align: top;
	margin-top: -10px;
}
.bold {font-weight: bold;}
.ark-mix {display: none;}