<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container img {
	max-width: 100%;
}
.flR {
	float: right;
}

.section1 {
	background-color: #212121;
	background-image: url('data/top_banner.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	color: #fff;
}
.section1 h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 58px;
	margin: 140px 0px 180px 0px;
	text-shadow: 2px 2px 10px #000;
}
.section1 h1 strong {
	font-weight: bold;
}
.section1 .container {
	padding-bottom: 80px;
}
.section1 .greenTop {
	background: rgba(3, 170, 165, 0.6);
	padding: 60px 40px 30px 40px;
	display: inline-block;
	width: 300px;
	max-width: 75%;
	margin-bottom: 40px;
}



.section2 .txtBox, .section3 .txtBox, .section5 .txtBox, .section6 .txtBox {
	padding: 60px;
}
.section2 h2, .section3 h2, .section5 h2, .section6 h2 {
	color: #03aaa5;
	margin-bottom: 40px;
}
.section2 p, .section3 p, .section5 p, .section6 p {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}


.section4 {
	background: #03aaa5;
	color: #fff;
}
.section4 .container {
	padding: 30px 0px;
}
.section4 img {
	width: 360px;
	margin: 30px 0px;
}
.section4 .txtBox {
	font-size: 18px;
	line-height: 24px;
}


.section7 {
	background-color: #03aaa5;
	background-image: url('data/odolnost.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.section7 .container {
	padding-top: 180px;
	padding-bottom: 180px;
}
.section7 h2 {
	margin-bottom: 40px;
}
.section7 p {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}



table.techTab {
	width: 100%;
}
table.techTab td {
	border-bottom: 1px solid #eee;
	padding: 8px 20px;
}
table.techTab td.thg {
	background: #eee;
	font-weight: bold;
}

.section11 .videoFrame, .section11 .videoFrame iframe {
	max-width: 100%;
}



.partnerBuyBox {
	margin-bottom: 90px;
}
.partnerBuyBox.empty {
	margin-bottom: 0px;
}
.partnerBuyBox .imgBox {
	width: 400px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.partnerBuyBox img {
	max-width: 100%;
	max-height: 40px;
}
.partnerBuyBox img.bigger {
	max-width: 100%;
	max-height: 80px;
}
.partnerBuyBox .imgBox img {
	filter: grayscale(100%);
}
.partnerBuyBox:hover .imgBox img{
	filter: grayscale(0%);
}

.partnerBuyBox .btn {
	text-transform: uppercase;
	background: #9f9f9f;
	color: #fff;
	padding: 5px 15px;
}
.partnerBuyBox:hover .btn {
	background: #3a9f9c;
}





@media (max-width: 1000px) {
	.section1 {
		background-image: url('data/top_banner_mob.jpg');
	}
	
}


@media (max-width: 460px) {
	.section1 h1 {
		text-transform: uppercase;
		font-weight: normal;
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.section1 .container {
		text-align: center;
	}
	.partnerBuyBox .imgBox {
		display: block;
		height: auto;
		width: auto;
	}
	.section2 .flR, .section3 .flR, .section5 .flR, .section6 .flR {
		float: none;
	}
}
@media (max-width: 540px) {
	.section2 .txtBox, .section3 .txtBox, .section5 .txtBox, .section6 .txtBox {
		padding: 30px 15px;
	}
}
@media (max-width: 480px) {
	.partnerBuyBox {
		margin-bottom: 50px;
	}
	.partnerBuyBox img {
		max-height: 30px;
	}
}</pre></body></html>