/**
 * Styly stranky ukazka
 */

div.live-demo {
	float: left;
	width: 317px;
	margin-top: 35px;
}

div.live-demo a.title {
	display: block;
	float: left;
	font-size: 25px;
	line-height: 38px;
	font-weight: normal;
	font-family: 'BebasNeue';
	margin-right: 11px;
	text-decoration: none;
}

div.live-demo a.text-link {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 43px;
	text-decoration: none;
}

div.live-demo a img {
	width: 306px;
	height: auto;
	border-width: 0;
}

div.more-info-row {
	margin: 42px 0;
}

div.more-info-row span.title {
	display: block;
	float: left;
	font-size: 25px;
	line-height: 32px;
	font-weight: normal;
	font-family: 'BebasNeue';
	margin-right: 7px;
}

div.more-info-row span.title * {
	font-size: 25px;
	line-height: 32px;
	font-weight: normal;
	font-family: 'BebasNeue';
	margin-right: 7px;
}

div.more-info-row a.pricelist {
	display: block;
	float: left;
	width: 65px;
	height: 28px;
	line-height: 31px;
	text-decoration: none;
	font-family: 'BebasNeue';
	color: #ffffff;
	font-size: 19px;
	text-align: center;
	background-image: url('../img/demo/pricelist.png');
	background-position: left top;
	background-repeat: no-repeat;
}

@media (max-width: 990px) {
	div.live-demo {
		/* float: left; */
		width: auto;
		max-width: 100%;
		margin: 0;
		padding: 0 24px;
	}

	div.more-info-row {
		font-size: 24px;
		line-height: 32px;
	}

	div.more-info-row span.title * {
		font-size: 24px;
		line-height: 32px;
		margin-left: 24px;
	}

	div.live-demo a.title {
		font-size: 24px;
		line-height: 32px;
	}

	div.live-demo a.text-link {
		font-size: 16px;
		line-height: 33px;
	}

	div.more-info-row a.pricelist {
		font-size: 24px;
		line-height: 32px;
	}
}
