.left {
	float: left;
}

.right {
	float: right;
}

.line-tb {
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

.line-top {
	border-top: 1px solid #a0a0a0;
}

.line-bottom {
	border-bottom: 1px solid #a0a0a0;
}

.line-right {
	border-right: 1px solid #d5d5d5;
}

.line-left {
	border-left: 1px solid #d5d5d5;
}

.selection {
	border: 1px dotted #999;
}

.devbck {
	background-color: rgba(170, 170, 170, 0.182);
}

.minh400 {
	min-height: 400px;
}

.minh800 {
	min-height: 800px;
}

.animate {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.px2 {
	height: 2px;
}

.px3 {
	height: 3px;
}

.gap10 {
	height: 10px;
}

.gap20 {
	height: 20px;
}

.gap30 {
	height: 30px;
}

.gap40 {
	height: 40px;
}

.clear {
	clear: both;
	display: block;
}

.clear::after {
	clear: both;
	display: block;
	content: "";
	height: 0; 
}

.hide {
	display: none !important;
}

/* toto potom oddelime co ineho css */
.reklama {
	color: #ccc;
	text-align: center;
	display: block;
	padding: 10px 0px;
}
