* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 50px auto;
	padding: 20px;
	font-family: "Roboto", sans-serif;
	color: #555;
	background: #555 url("images/prihlaska.png") no-repeat center center fixed;
	background-size: cover;
	font-size: normal;
}

div {
	font-size: normal;
}

#clear {
	clear: both;
	 width: 100%;
}

#main {
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	width: 960px;
	background-color: #FFF;
	border-radius: 10px;
	/*text-align: center;*/
}

h1, h2, h3, h4, h5, h6 {
	width: 100%;
	clear:both;

}

h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 200%;
	margin-bottom: 20px;
	text-align: center;
}

h2 {
	font-size: 120%;
	margin-bottom: 20px;
	line-height: 140%;
	text-align: center;
}

h3 {
	font-size: 110%;
	margin-bottom: 10px;
	font-weight: bold;
}
p {
	font-size: 90%;
	line-height: 140%;
	padding-bottom: 10px;
	text-align: justify;
}

mark {
    color: red;
	background-color: #FFF;
}

form {
	font-size: normal;
}

#half {
	float: left;
	width: 50%;
	padding-bottom: 10px;
}

#third {
	float: left;
	width: calc(100%/3);
	padding-bottom: 10px;
}

#full {
	padding-bottom: 10px;
}

#submit {
	width: 100%;
	text-align: center;
}

#hidden0, #hidden1, #hidden2 {
	display: none;
	margin-bottom: 0px;
}

#hidden0 {
	display: block;
}

#success {
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.5em;
}

#info {
	color: #004085;
	background-color: #cce5ff;
	border: 1px solid #b8daff;
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.5em;
}

#alert {
	color: #721c24;
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.5em;
}

.g-recaptcha {
	width: 32%;
	margin: 0 auto;
}

input, textarea, select {
	font-family: "Roboto", sans-serif;
	padding: 6px;
	border: 1px solid #555;
	border-radius: 3px;
	color: #555;
	font-size: 90%;
	margin-bottom: 10px;
}

input[type="text"] {
	width: 90%;
}

input[type="submit"], input[type="button"] {
	border: 0;
	background-color: #8BC34A;
	border: 2px solid #8BC34A;
	padding: 15px 30px;
	color: #FFF;
	border-radius: 5px;
	font-size: 120%;
	transition: all 0.2s;
	display: inline-block;
}

input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #FFF;
	color: #8BC34A
}

input[type="checkbox"] + label, input[type="radio"] + label {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
}


button {
	border: 0;
	background-color: #e74c3c;
	border: 2px solid #e74c3c;
	padding: 10px 20px;
	color: #FFF;
	border-radius: 5px;
	font-size: 120%;
	transition: all 0.2s;
	display: inline-block;
	cursor: pointer;
	width: 90%;
}

button:hover {
	background-color: #FFF;
	color: #e74c3c;
}

select {
	width: 90%;
}

textarea  {
	width: 95%;
	resize: none;
	height: 150px;
}

label {
	display:block;
	margin-bottom:5px;
	font-weight:bold;
	font-size: 90%;
}

span.overview {
	font-family: "Roboto", sans-serif;
	padding: 6px;
	border-bottom: 1px dashed #555;
	color: #555;
	font-size: 90%;
	margin-bottom: 10px;
	width: 90%;
	display: block;
}

span.textarea {
	width: 95%;
}

span.payment {
	width: 45%;
}