
html .row-45 {
	margin-bottom: -45px;
}

html .row-45:empty {
	margin-bottom: 0;
}

html .row-45 > * {
	margin-top: 0;
	margin-bottom: 45px;
}
.rowz {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-lg-3{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
	
@media (min-width: 992px) {	
	.col-lg-3 {
		flex: 0 0 20%;
		max-width: 25%;
	}
}

.counter {
	margin-bottom: 0;
	font-size: 72px;
	line-height: 1.1;
	font-weight: 700;
	font-family: "Roboto Slab", serif;
	color: #008cba;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

.b_zapis {color: white;
    background-color: #ec9718;
    padding: 10px;
    font-size: x-large;
    border-radius: 10px;
    border-color: #1c4d8f;
	}
.video2 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}	