
.flex-row {
    display: flex;
    flex-flow: wrap;
    margin: 0 -15px;
}
.flex-col {
    width: 100%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.row-cols .flex-row {
    margin: 0 -15px;
}
.row-cols .flex-col {
    padding: 0 15px;
	margin-bottom: 30px;
}
.flex-row.flex-row-center {
    justify-content: center;
    text-align: center;
}
.text-36 {
    font-size: 36px;
    line-height: 1.4;
    color: #112632;
}
.text-light {
	font-weight: 300;
}
body .layout-region--main, body .layout-region--footer {
    width: 100%;
    max-width: 1380px;
}
.btn, .field-btn .field--name-field-odkaz a {
    padding: 9px 23px;
    background: #0076BE;
    border: 1px solid #0076BE;
    border-radius: 4px;
    color: white;
    font-weight: 700;
    margin-bottom: 30px;
    margin-right: 15px;
    transition: all 0.3s;
	text-decoration: none;
	display: inline-block;
}
video {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.field-video-ikon .field--name-field-nahled-videa {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}
.field-video-ikon .field--name-field-nahled-videa:before, .field-video-ikon .field--name-field-nahled-videa:after {
    content: "";
    background-image: url(/themes/contrib/aeto/images/video-ikon-black.svg);
    width: 68px;
    height: 48px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: opacity 0.3s;
    z-index: 3;
    opacity: 0;
}
.field-video-ikon .field--name-field-nahled-videa:before {
    opacity: 1;
    filter: invert(46%) sepia(95%) saturate(1462%) hue-rotate(130deg) brightness(97%) contrast(102%);
}
.field-video-ikon .field--name-field-nahled-videa:after {
    z-index: 2;
    filter: invert(53%) sepia(87%) saturate(2304%) hue-rotate(86deg) brightness(96%) contrast(111%);
}
.field-video-ikon a.fancy-video:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 30px;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 1;
}
.field-video-ikon a.fancy-video {
    display: block;
    position: relative;
}
.paragraph--type--sloupce h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0076BE;
    margin-bottom: 20px !important;
}
.paragraph--type--sloupce {
    font-size: 16px;
}
.paragraph--type--sloupce p {
    margin-bottom: 18px;
}
.paragraph--type--sloupce .field ul {
    margin-bottom: 16px;
}
.paragraph--type--sloupce .field ul > li {
    padding-bottom: 6px;
}

.field--name-field-sloupec > .field--item:last-child {
    margin-bottom: 0;
}
@media (min-width: 500px){
	.flex-col-6 {
		width: 50%;
	}
}
@media (min-width: 768px){
	.flex-col-3, .flex-col-2, .flex-col-4, .flex-col-5 {
		width: 50%;
	}
}
@media (min-width: 992px){
	.flex-col-6 {
		width: 33.33333333%;		
	}
}
@media (min-width: 1200px){
	.flex-col-3, .flex-col-4, .flex-col-5 {
		width: 33.33333333%;
	}
}
@media (min-width: 1400px){
	.flex-col-4 {
		width: 25%;
	}
	.flex-col-5 {
		width: 20%;
	}
	.flex-col-6 {
		width: 16.66666666%;
	}	
}
@media (min-width: 1600px){
	
}
@media (min-width: 1920px){
	
}

@media (max-width: 1919px){
	
}
@media (max-width: 1599px){
	
}
@media (max-width: 1399px){
	
}
@media (max-width: 1199px){
	
}
@media (max-width: 991px){
	
}
@media (max-width: 767px){
	

}
@media (max-width: 550px){
	
}
@media (max-width: 400px){
	
}