/**
 * Styly stranky vyhody
 */

h2 {
	margin: 30px 0 30px 0;
	font-size: 25px;
	line-height: 38px;
	font-weight: normal;
	font-family: 'BebasNeue';
	color: #31306e;
}

div.description {
	margin: 30px 0 0 0;
	line-height: 25px;
}

div.description a {
	text-decoration: none;
}

#left-column {
	float: left;
	width: 464px;
	margin: 25px 0;
}

#right-column {
	float: right;
	width: 464px;
	margin: 25px 0;
}

div.description div.border {
	border-top: 1px solid #bfc1c1;
}

@media (max-width: 990px) {
	#left-column {
		/* float: left; */
		width: auto;
		max-width: 100%;
		margin: 0;
		padding: 16px 24px;
	}

	#left-column p {
		text-align: justify;
	}

	#right-column {
		/* float: right; */
		width: auto;
		max-width: 100%;
		margin: 0;
		padding: 4px 24px 24px 24px;
	}

	#right-column p {
		text-align: justify;
	}

	div.description {
		margin: 0;
		padding: 0 24px;
		font-size: 16px;
		line-height: 22px;
		text-align: justify;
	}

	h2 {
		margin: 24px 0;
		font-size: 24px;
		line-height: 32px;
	}

	#wrapper > div.description > span.blue {
		font-size: 18px;
		line-height: 22px;
	}

	#wrapper > div.description > span.red {
		font-size: 18px;
		line-height: 22px;
	}

	#wrapper > div.description > span {
		display: block;
		font-size: 24px;
		line-height: 32px;
	}
}
