@keyframes opaciting0 {
        0%   {opacity:0;}
        100% {opacity:1;}
}
@keyframes opaciting {
        0%   {opacity:1;}
        100% {opacity:0.7;}
}
@keyframes objectturny {
        0%   {transform:scaleY(1);}
        50%  {transform:scaleY(0);}
        100% {transform:scaleY(1);}
}
@keyframes objectturnx {
        0%   {transform:scaleX(1);}
        50%  {transform:scaleX(0);}
        100% {transform:scaleX(1);}
}
@keyframes rotate {
    0%{-webkit-transform:rotate(0deg)}
    0.5%{-webkit-transform:rotate(-15deg)}
    1%{-webkit-transform:rotate(0deg)}
    1.5%{-webkit-transform:rotate(-15deg)}
    2%{-webkit-transform:rotate(0deg)}
    2.5%{-webkit-transform:rotate(-15deg)}
    3%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(0deg)}
    }
* {
      box-sizing: border-box;
}
/*definice fontu*/
body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #212121;
    font-size: 14px;
    line-height: 1.5;
    background-color: #ffffff;
    margin: 0;
}

/* tagy */
a {
    color: #000000;
}
a:hover {
    color: #cc2127;
}
.clr-gray.no-underline:hover {
    color: #cc2127 !important;
}
a img {
    border: 0;
}
h1 a, h2 a, h3 a, h4 a {
    text-decoration: none;
}
h2 a {
    color: #cc2127;
}
small {
    font-size: 0.8em;
}
h1 {
    padding: 0;
    margin: 0px 0 1.5em;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
}
h1 small {
    text-transform: none;
    font-size: .87em;
}
h1.title {
    margin: 1em 0;
    font-size: 25px;
}
h2 {
    padding: 0;
    margin: 1.5em 0 1.4em;
    font-size: 15px;
    font-weight: 400;
    color: #cc2127;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
}
h2 span, h2 a {
    padding: 0 7px;
    margin: 0;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    top: 8px;
    font-weight: 600;
}
h3 {
    font-size: 17px;
    color: #000000;
    margin: 1em 0 1.5em;
    line-height: 1.1;
    font-weight: 600;
}
h3[style] {
    border: 0 !important;
    color: #cc2127;
}
h3[style] a {
    color: #cc2127;
    text-decoration: underline;
}
h4 {
    font-size: .9em;
    margin: 1.5em 0 1.5em;
    font-weight: 600;
    color: #cc2127;
    letter-spacing: .03em;
}
h5 {
    font-size: 1em;
    margin: 1em 0 1.5em;
    font-weight: 600;
    color: #000000;
}
.flt-text h2 {
    padding: 0;
    border: 0;
    color: black;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.flt-text h3 {
    font-size: 15px;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
p {
    margin: 0px 0 2em;
}
hr {
    border: none;
    border-top: 1px solid #dedede;
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
iframe {
    margin: 0 auto;
    height: 100vh;
}
form {
    margin:0;
    padding:0;
}
ol {
    padding-left: 14px;
}
::marker {
    font-weight: 600;
    color: #cc2127;
}
input, select, textarea {
    border: solid 1px #d2d2d2;
    padding: 0.5em 1em;
    font-family: "Open Sans";
    margin: 0 0 0.5em 0;
    background-color: #FFFFFF;
    line-height: 1.5;
    vertical-align: baseline;
    max-width: 100%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
select {
    padding-right: 0;
}
textarea {
    padding: 1em;
}
.bigger input, .bigger select {
    padding: 0.2em 0.5em;
    min-height: 33px;
}
input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
    margin: 0 0 3px 0 !important;
}
input[type="button"], input[type="submit"], .btn {
    background-color: #cc2127;
    border: 1px solid #0000;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0.5em 0;
    padding: 0.5em 1.7em;
    /* text-transform: uppercase; */
    line-height: 1.6;
    cursor: pointer;
}
.btn-l {
    background-color: #cc2127;
    padding: 0.8em 1.7em;
}
.btn-s {
    margin: 0 0 1em;
    padding: 0.7em 1.3em;
    line-height: 1.3;
    font-size: 13px;
    color: #000000;
    letter-spacing: .01em;
    text-transform: none;
    border: 1px solid #cc2127;
    background-color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.btn-s a {
    color: #000000;
}
.btn-xs {
    margin: 0;
    padding: 6px .9em 5px;
    line-height: 1.1;
    font-size: 10px;
    letter-spacing: .05em;
    color: #000000;
    border: 1px solid #6d6d6d;
    background-color: #fff;
}
.btn-xs a {
    color: #000000;
    text-decoration: none
}
input[type="button"]:hover, input[type="submit"]:hover, .btn:hover, .btn:hover a, .btn-s:hover {
    background-color: #3f3f3f !important;
    border-color: #3f3f3f;
    color: white;
}
input[type="button"].btn-secondary, input[type="submit"].btn-secondary, .btn-secondary {
    padding: 0.135em 0.7em;
    font-size: 13px;
}
.btn-l:hover {
    background-color: #000 !important;
}
.always-flex {
    display: flex;
    flex-wrap: nowrap;
}
.big {
    font-size: 30px;
    display: block;
    line-height: 41px;
}
.li {
    margin: 0 0 .3em 15px;
    display: block;
}
.li:before {
    content: " ";
    background-color: #cc2127;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    font-size: 18px;
    margin: 0 8px .1em -15px;
}
.ico {
    background: no-repeat center;
    background-size: 17px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 4px 4px;
}
.ico:before {
    display: block;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 52px;
    background-color: #c3ae72 ;
    text-align: center;
}
.ico-small {
    background-size: contain;
    width: 20px;
    height: 20px;
    margin: 0 5px 4px 0;
}
.ico.email {
    background-image: url(/img/ico-email.svg);
    opacity: .5;
}
.ico.more {
    background-image: url(/img/ico-arrow-white.svg);
    background-size: 20px;
	display: inline-block;
}
.ico-edit {
    background-image: url(/img/ico-edit-black.png);
}
.tisk {
    background-image: url(/img/ik-tisk.png);
    background-repeat: no-repeat;
    background-position: 7px center;
    padding-left: 28px;
}
*[onclick] {
    cursor: pointer;
}
.hidden {
    display: none;
}
.mobile-flex {
    display: flex;
}
.date {
    background: #cc2127;
    color: #ffffffdb;
    font-size: 12px;
    padding: 0 9px;
    line-height: 20px;
    display: inline-block;
    letter-spacing: 0.03em;
}
/* table */
table {
	border-collapse: collapse;
}
.scrollable {
  overflow-x: auto;
}
td, th {
    border: solid 1px #dedede;
    padding: .5em 1.5em;
}
td {
    vertical-align: top;
}
.row-tbl {
    border: solid 1px #dedede;
}
.row-tbl td {
    border-left: 0;
    border-right: 0;
}
.row-tbl tr td:last-child {
    border-right: solid 1px #dedede;
}
.head-tbl * {
    background-color: #000;
    color: #fff;
    border-color: #484848;
    border-top-color: #000;
    padding-top: .7em;
    padding-bottom: .7em;
    font-weight: normal;
    vertical-align: inherit;
}
.head-tbl *:first-child {
    border-left-color: #000000;
}
.row-tbl .head-tbl *:last-child {
    border-right: #000000 solid 1px;
}
/* list */
.normal-list ul {
    padding-left: .5em;
    padding-bottom: 1em;
}
/**/
.tab-list-row {
    display: flex;
    margin-bottom: 2px;
    margin-left: 8px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(239, 237, 233, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(239, 237, 233, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(239, 237, 233, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 );
}
.tab-list-row > span  {
    padding: 10px 20px 7px;
    border: solid 1px #d8d8d8;
    border-bottom: 0;
    background-color: #ededed;
    color: #4a4a4a;
    cursor: pointer;
    margin-left: -1px;
}
.tab-list-row > span:hover {
    background-color: #fcfcfc;
}
.tab-list-row *.active {
    border-bottom-color: transparent;
    border-top-color: #d8d8d8;
    background-color: white;
    color: #cc2127;
    display: inline-block;
}
.tab-list-row *.active + * {
    /* border-left-color: #cecece; */
}
.tab-list-row span.end {
    border-color: transparent;
    border-bottom: solid 1px #eaeaea;
    flex: 1;
    background-color: transparent;
}
/* header */
.mainmenu {
    display: none;
    margin-top: 7px;
}
.mainmenu ul {
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1350px;
    margin-bottom: -8px;
    background-color: white;
}
.mainmenu li {
    flex: 1 1 auto;
    line-height: 16px;
    border-bottom: solid 8px #3f3f3f;
    margin: 0 1px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.02em;
    list-style: none;
    position: relative;
}
.mainmenu a {
    display: block;
    padding: 8px 2px 8px;
    margin-left: -1px;
    border-left: solid 1px #e0e0e0;
    text-decoration: none;
    font-weight: 600;
    color: #000;
}
.mainmenu li:first-child  {
    margin-left: 2px;
}
.mainmenu li:first-child a  {
    border-left: 0;
}
.mainmenu li:last-child  {
    margin-right: 2px;
}
/**/
.mainmenu > ul li ul {
    display: none;
    position: absolute;
    flex-direction: column;
    width: 100%;
    z-index: 10000;
    top: 32px;
    border-top: solid 10px transparent;
    background: transparent;
}
.mainmenu > ul li:hover > ul {
    display: flex;
}
.mainmenu li ul li {
    border: 0;
    margin: 0 !important;
    background-color: #3f3f3f;
}
.mainmenu > ul li ul ul {
    top: -10px;
    right: -260px;
    left: inherit;
    z-index: 4;
    width: 260px;
}
.mainmenu > ul li ul ul li {
    background: #6b6b6b;
}
.mainmenu > ul li ul ul li a {
    text-align: left;
}
.mainmenu > ul li ul ul ul {
    top: -10px;
    right: -260px;
    left: inherit;
    z-index: 4;
    width: 260px;
}
.mainmenu li ul li:first-child {
    padding-top: 8px;
}
.mainmenu li ul li:last-child {
    padding-bottom: 10px;
}
.mainmenu li ul a {
    border: 0;
    color: white;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0.03em;
    padding-left: 10%;
    padding-right: 10%;
}
.mainmenu li ul li:hover {
    background: #505050;
}
/**/
.mainmenu .inpath:nth-child(1), .mainmenu li:hover:nth-child(1),
.mobilmenu li:nth-child(1),
.submenu ul {
    border-color: #cb2127;
}
.mainmenu .inpath:nth-child(2), .mainmenu li:hover:nth-child(2),
.mobilmenu li:nth-child(2),
.dotacni-programy .submenu ul  {
    border-color: #f37022;
}
.mainmenu .inpath:nth-child(3), .mainmenu li:hover:nth-child(3),
.mobilmenu li:nth-child(3),
.ekis .submenu ul   {
    border-color: #feb914;
}
.mainmenu .inpath:nth-child(4), .mainmenu li:hover:nth-child(4),
.mobilmenu li:nth-child(4),
.odborne-vzdelavani .submenu ul  {
    border-color: #fee900;
}
.mainmenu .inpath:nth-child(5), .mainmenu li:hover:nth-child(5),
.mobilmenu li:nth-child(5),
.projekt-elena .submenu ul  {
    border-color: #bbde2d;
}
.mainmenu .inpath:nth-child(6), .mainmenu li:hover:nth-child(6),
.mobilmenu li:nth-child(6),
 .kontakt .submenu ul   {
    border-color: #1c9546;
}
.mobilmenu  {position: absolute;right: 0;top: 0;}
.ico-menu {
    display: inline-block;
    background-color: black;
    font-size: 20px;
    text-align: center;
    width: 33px;
    height: 33px;
    line-height: 30px;
}
.mobilmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    text-align: left;
}
.mobilmenu .header-boxes {
    display: none;
}
.mobilmenu.active {
    width: 100%;
    z-index: 100;
    background-color: #000;
    text-align: right;
}
.mobilmenu.active .header-boxes {
    display: flex;
    flex-direction: column;
}
.mobilmenu.active ul {
    display: block;
}
.mobilmenu li {
    margin: 0;
    padding: 0;
    border-left: 7px solid transparent;
}
.mobilmenu li li {
    border-left: 0;
}
.mobilmenu a {
    display: block;
    padding: 8px 25px 4px 25px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    border-top: solid 1px #ededed59;
    letter-spacing: .05em;
    font-weight: 600;
	text-decoration: none;
}
.mobilmenu ul ul a {
    padding: 1px 25px 1px 40px;
    text-transform: none;
    border: 0;
    font-size: 13px;
    letter-spacing: normal;
    font-weight: 400;
}
.mobilmenu ul ul ul a {
    padding-left: 60px;
}
.mobilmenu ul ul li:last-child a {
    padding-bottom: 10px;
}
.mobilmenu.active .header-boxes {
    padding: 0;
}
.mobilmenu .header-boxes article {
    padding: 5px 20px;
    min-height: auto;
}
.mobilmenu .header-boxes img {width: 50%;}
.mobilmenu .header-boxes h1 {font-size: 12px;text-transform: uppercase;letter-spacing: .05em;font-weight: 600;}
.submenu {
    display: none;
}
.submenu ul {
    background: #ededed;
    list-style: none;
    margin: 0 0 25px 0;
    padding: 22px 0 22px 0;
}
.submenu a {
    display: block;
    padding: 4px 25px;
    text-decoration: none;
    line-height: 1.3;
}
.submenu .inpath.active > a:first-child {
    color: #cc2127;
}
.submenu ul ul  {
    border: 0;
    margin: 0 0 .5em;
    padding: 0;
}
.submenu ul ul a {
    padding-left: 50px;
}
.submenu ul ul ul a {
    padding-left: 70px;
    padding-bottom: 0;
}
#menu-e8a58ce6ec9d2610915815020d226c9b a, #menu-a1679e1c239ca5a4d9017f40b563c99f a {
    padding-left: 40px;
}
.submenu #menu-e8a58ce6ec9d2610915815020d226c9b a, .submenu #menu-a1679e1c239ca5a4d9017f40b563c99f a {
    padding: 2px 0 2px 70px;
}
.submenu ul ul ul ul a {
    padding-left: 80px;
}
.submenu ul ul ul a:before, #menu-e8a58ce6ec9d2610915815020d226c9b a:before, #menu-a1679e1c239ca5a4d9017f40b563c99f a:before {
    content: "- ";
    display: inline-block;
    width: 10px;
    margin-left: -10px;
}
h3.menutitle {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.02em;
    list-style: none;
    position: relative;
    margin: 30px 0 7px 0;
}
.dateblock {
    color: rgb(255 255 255 / 78%);
    text-align: center;
    font-size: 11px;
    padding: 2px 0;
    width: 64px;
    background: #cc2127;
}
.dateblock span {
    display: block;
    margin: -2px 0;
    font-size: 2.5em;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1;
}
.dtbl + .abstract {
    padding: 0;
    margin-left: 15px;
    text-align: left;
    vertical-align: top;
    position: relative;
}
.events strong {
    margin: 1px 0 0 0;
    font-size: 14px;
    line-height: 1.3;
    display: block;
}
.events p {
    margin: 4px 0 0 0;
}
.events article {
    display: flex;
    padding: 17px 20px;
    align-items: flex-start;
    background: #ededed;
    border-top: solid 1px #d1d1d1;
}
.events article:first-child {
    border-top: 0;
}
.events a {
    text-decoration: none;
}
.border-box {
    margin: 25px 0 0 0;
    border: solid 1px #d1d1d1;
    padding: 25px 25px 20px;
}
.border-box h2, .border-box h3, .item h2, .item h3  {
    margin: 0 0 1em;
}
.border-box.red, .border-box.red a {
    background-color: #cc2127;
    color: white;
    border-color: #cc2127;
}
/* ---------header---------*/
header, .main {
    background-color: white;
}
.header-logos {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}
.logoefekt, .logompo {
   max-width: 38%;
   text-align: center;
}
.logoefekt {
   max-width: 30%;
}
.logoefekt img, .logompo img {
    max-width: 100%;
}
.search {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}
.searchinput {
    width: 100%;
    padding: .4em .5em .4em 45px;
    background-color: #ededed;
    border-color: transparent;
}
.big-select {
    padding: .4em .5em .4em .5em;
} 
.searchinput + input[type="submit"] {
    width: 37px;
    height: 34px;
    padding: 3px 0px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url(/img/ico-search.svg) no-repeat center;
    background-size: 25px;
    border: 0;
}
.searchinput:focus + input[type="submit"] {
    background-color: #969696;
}
.content {
    max-width: 1350px;
    padding: 0 25px;
}
.main > .content {
    display: flex;
    flex-direction: column
}
.maincontent {
    order: 1;
}
.leftmenu-box {
    order: 2;
}
/* header boxes */
.content.header-boxes {
    margin-top: 45px;
}
.home .header-boxes {
    display: block;
}
.header-boxes article {
    border: solid rgb(204 33 39 / 60%) 1px;
    background: white no-repeat 19px center;
    background-size: auto 32px;
    font-size: 13px;
    padding: 13px 17px;
    min-width: 161px;
    display: flex;
    align-items: center;
    line-height: 1.1;
    margin-bottom: 13px;
}
.header-boxes a {
    text-decoration: none;
    display: block;
    margin-left: 50px;
}
.header-boxes article:hover {
    background-color: #cc2127;
    color: rgb(255 255 255 / 95%);
}
.header-boxes article:hover a {
    color: rgb(255 255 255 / 95%);
}
.header-boxes h1 {
    margin: 0 0 0 91px;
    font-weight: 400;
    font-size: 16px;
}
.header-boxes .box-vyzvy {
    background-image: url(/img/ico-vyzvy-red.png);
}
.header-boxes .box-vyzvy:hover {
    background-image: url(/img/ico-vyzvy-white.png);
}
.header-boxes .box-dotace {
    background-image: url(/img/ico-dotace-red.png);
}
.header-boxes .box-dotace:hover {
    background-image: url(/img/ico-dotace-white.png);
}
.header-boxes .box-ekis {
    background-image: url(/img/ico-ekis-red.png);
}
.header-boxes .box-ekis:hover {
    background-image: url(/img/ico-ekis-white.png);
}
.header-boxes .box-publikace {
    background-image: url(/img/ico-down-red.png);
}
.header-boxes .box-publikace:hover {
    background-image: url(/img/ico-down-white.png);
}
.f-4 {
    margin-left: -29px;
}
.f-4 article {
    flex: 0 0 25%;
    padding-left: 29px;
    padding-bottom: 29px;
}
.f-4 article:hover h3 {
    color: #cc2127;
}
.f-4 article:hover img {
    animation: 0.5s opaciting forwards;
}
.f-4 .date {
    position: absolute;
    right: 0;
    top: 0;
}
.main {
    padding: 45px 0 60px;
}
/* home */
.home .main {
    display: none;
}
.content.opener {
    background: #cc2127 no-repeat right top;
    background-size: contain;
}
.content.opener.red {
    background-image :url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='64' height='64' viewBox='0 0 40 40' patternUnits='userSpaceOnUse' patternTransform='rotate(112)'%3E%3Crect width='100%25' height='100%25' fill='rgba(204, 33, 39,1)'/%3E%3Cpath d='M0 0L20 0L20 20L0 20L0 0zM2.1 2.1L6 14L20 20L14 6zM20 20L40 20L40 40L20 40L20 20zM20 20L26 34L37.9 37.9L34 26z' fill='rgba(0, 0, 0,0.07)'/%3E%3Cpath d='M26 6L37.9 2.1L34 14L20 20zM6 26L20 20L14 34L2.1 37.9z' fill='rgba(0, 0, 0,0.05)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E ");
}
.content.opener.blue {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='57' height='57' viewBox='0 0 40 40' patternUnits='userSpaceOnUse' patternTransform='rotate(300)'%3E%3Crect width='100%25' height='100%25' fill='rgba(50, 92, 143,1)'/%3E%3Cpath d='M0 8.5a 11.5 11.5 0 0 1 11.5 11.5a 8.5 8.5 0 0 0 8.5 8.5v3a-11.5-11.5 0 0 1-11.5-11.5a-8.5-8.5 0 0 0-8.5-8.5z' fill='rgba(248, 250, 252,0.05)'/%3E%3Cpath d='M20 12a 9-9 0 0 0 9-9a 11-11 0 0 1 11-11v2a-9 9 0 0 0-9 9a-11 11 0 0 1-11 11zM20 52a 9-9 0 0 0 9-9a 11-11 0 0 1 11-11v2a-9 9 0 0 0-9 9a-11 11 0 0 1-11 11z' fill='rgba(248, 250, 252,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E ");
    background-color: rgba(50, 92, 143,1);
}
.content.opener.blue2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='94.11' height='163' viewBox='0 0 34.64101615137755 60' patternUnits='userSpaceOnUse' patternTransform='rotate(150)'%3E%3Crect width='100%25' height='100%25' fill='rgba(23, 93, 140,1)'/%3E%3Cpath d='M51.96 30L51.96 50L17.32 30L34.64 20L34.64 60L17.32 50L34.64 40z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.01)'/%3E%3Cpath d='M34.64 40L34.64 60L0 40L17.32 30L17.32 70L0 60L17.32 50z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.01)'/%3E%3Cpath d='M17.32 30L17.32 50L-17.32 30L0 20L0 60L-17.32 50L0 40z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.01)'/%3E%3Cpath d='M17.32 10L17.32 30L-17.32 10L0 0L0 40L-17.32 30L0 20z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.01)'/%3E%3Cpath d='M34.64 0L34.64 20L0 0L17.32-10L17.32 30L0 20L17.32 10z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.01)'/%3E%3Cpath d='M51.96 10L51.96 30L17.32 10L34.64 0L34.64 40L17.32 30L34.64 20z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.01)'/%3E%3Cpath d='M34.64 48L41.57 44L27.71 36L27.71 44L41.57 36L34.64 32L34.64 40z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.1)'/%3E%3Cpath d='M17.32 58L24.25 54L10.39 46L10.39 54L24.25 46L17.32 42L17.32 50z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.1)'/%3E%3Cpath d='M0 48L6.93 44L-6.93 36L-6.93 44L6.93 36L0 32L0 40z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.1)'/%3E%3Cpath d='M0 28L6.93 24L-6.93 16L-6.93 24L6.93 16L0 12L0 20z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.1)'/%3E%3Cpath d='M17.32 18L24.25 14L10.39 6L10.39 14L24.25 6L17.32 2L17.32 10z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.1)'/%3E%3Cpath d='M34.64 28L41.57 24L27.71 16L27.71 24L41.57 16L34.64 12L34.64 20z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.1)'/%3E%3Cpath d='M34.64 20L34.64 40L0 20L17.32 10L17.32 50L0 40L17.32 30z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.01)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E ");
    background-color: rgba(23, 93, 140,1);
}
.content.opener.green {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='57' height='57' viewBox='0 0 40 40' patternUnits='userSpaceOnUse' patternTransform='rotate(300)'%3E%3Crect width='100%25' height='100%25' fill='rgba(23, 140, 121,1)'/%3E%3Cpath d='M5.5 5.5a 14.5 14.5 0 0 1 29 0a 14.5 14.5 0 0 1 0 29a 14.5 14.5 0 0 1-29 0a 14.5 14.5 0 0 1 0-29M10 15a 5 5 0 0 0 0 10a 5 5 0 0 1 5 5a 5 5 0 0 0 10 0a 5-5 0 0 1 5-5a 5 5 0 0 0 0-10a-5-5 0 0 1-5-5a 5 5 0 0 0-10 0a-5 5 0 0 1-5 5z' fill='rgba(248, 250, 252,0.05)'/%3E%3Cpath d='M1.5 1.5a 18.5 18.5 0 0 1 37 0a 18.5 18.5 0 0 1 0 37a 18.5 18.5 0 0 1-37 0a 18.5 18.5 0 0 1 0-37M10 15a 5 5 0 0 0 0 10a 5 5 0 0 1 5 5a 5 5 0 0 0 10 0a 5-5 0 0 1 5-5a 5 5 0 0 0 0-10a-5-5 0 0 1-5-5a 5 5 0 0 0-10 0a-5 5 0 0 1-5 5z' fill='rgba(248, 250, 252,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E ");
    background-color: rgba(23, 140, 121,1);
}
.content.opener.green2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='94.11' height='163' viewBox='0 0 34.64101615137755 60' patternUnits='userSpaceOnUse' patternTransform='rotate(150)'%3E%3Crect width='100%25' height='100%25' fill='rgba(23, 140, 121,1)'/%3E%3Cpath d='M51.96 30L51.96 50L17.32 30L34.64 20L34.64 60L17.32 50L34.64 40z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.03)'/%3E%3Cpath d='M34.64 40L34.64 60L0 40L17.32 30L17.32 70L0 60L17.32 50z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.03)'/%3E%3Cpath d='M17.32 30L17.32 50L-17.32 30L0 20L0 60L-17.32 50L0 40z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.03)'/%3E%3Cpath d='M17.32 10L17.32 30L-17.32 10L0 0L0 40L-17.32 30L0 20z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.03)'/%3E%3Cpath d='M34.64 0L34.64 20L0 0L17.32-10L17.32 30L0 20L17.32 10z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.03)'/%3E%3Cpath d='M51.96 10L51.96 30L17.32 10L34.64 0L34.64 40L17.32 30L34.64 20z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.03)'/%3E%3Cpath d='M34.64 41L35.51 40.5L33.77 39.5L33.77 40.5L35.51 39.5L34.64 39L34.64 40z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0)'/%3E%3Cpath d='M17.32 51L18.19 50.5L16.45 49.5L16.45 50.5L18.19 49.5L17.32 49L17.32 50z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0)'/%3E%3Cpath d='M0 41L0.87 40.5L-0.87 39.5L-0.87 40.5L0.87 39.5L0 39L0 40z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0)'/%3E%3Cpath d='M0 21L0.87 20.5L-0.87 19.5L-0.87 20.5L0.87 19.5L0 19L0 20z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0)'/%3E%3Cpath d='M17.32 11L18.19 10.5L16.45 9.5L16.45 10.5L18.19 9.5L17.32 9L17.32 10z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0)'/%3E%3Cpath d='M34.64 21L35.51 20.5L33.77 19.5L33.77 20.5L35.51 19.5L34.64 19L34.64 20z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0)'/%3E%3Cpath d='M34.64 20L34.64 40L0 20L17.32 10L17.32 50L0 40L17.32 30z' stroke-linejoin='miter' fill='rgba(248, 250, 252,0.03)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E ");
    background-color: rgba(23, 140, 121,1);
}
.opener .text {
    padding: 45px 30px 35px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 21px;
    color: white;
    margin: auto;
}
.opener .btn-s {
    border: 0;
}
.opener .btn-s:hover {
    background-color: black !important;
}
.opener h1 {
    font-size: 2.3em;
    margin-bottom: .2em;
    font-weight: 600;
    line-height: 1;
}
.opener h1 strong {
    font-weight: 700;
}
.opener .subtitle {
    line-height: 1.3;
    margin-bottom: .7em;
}
.blocklogo {
    background: #ffffff;
    width: 124px;
    height: 103px;
    padding: 15px;
    line-height: 69px;
    /* transform: rotate(-4deg); */
    box-shadow: 0 0 32px #ededed;
    text-align: center;
}
.blocklogo span {
    display: inline-block;
    line-height: 27px;
    padding-top: 13%;
}
/* boxes */
.item{
    padding: 18px 0;
}
.item:hover {
    background-color: #ededed5c;
}
.item.childitem {
    border-left: solid 1px #d1d1d1;
    padding: 15px 0 10px 25px;
}
.item-photo-img img, .fit-photo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    animation: opaciting 1s;
}
.item h2 {
    margin: 0 0 .7em 0;
    line-height: 1;
    font-size: 21px;
}
.box {
    padding: 25px;
    position: relative;
}
.color-block {
    padding: .2em 1.5em;
    display: inline-block;
}
.povinne {
    color: #cc2127;
    font-weight: 700;
    text-decoration: none;
    padding-left: 7px;
}
.tabsmenu .item{
    border-left: 0;
    text-align: left;
    padding: 16px;
}
.list-box > * {
    display: list-item;
    margin: 0 0 6px;
    text-decoration: none;
    line-height: 15px;
    text-align: left;
}
.list-box > * > * {
    display: block;
    background-color: white;
    padding: 0 1em;
    line-height: 30px;
}
.list-box *:hover {
    color: #464f5e;
    background-color: #E4F2F9;
}
.list-box *.active, .list-box *.active * {
    color: #ffffff;
    background-color: #c3ae72 ;
}
.col {
    margin: 0.5em 0 1.5em 0;
}
.menu-list a {
    display: inline-block;
    padding: .5em 0 .5em 5px;
}
.menu-list li:before {
    content: "\2012";
    display: inline-block;
    color: #ffffff61;
}
.odpovida {
    background: url(/img/ico-disk-outline.png) no-repeat left top;
    padding-left: 29px;
}
.mapa {
    width: 460px;
    height: 292px;
    background: url(/img/mapa-cr.gif) no-repeat 4px 11px;
}
#okraj {
	position:relative;
}
#okraj  a {
  border-bottom: 0px;
  text-decoration: none;
  cursor: pointer;
}
#okraj .relative {
    top: 0;
    position: relative;
}
#ekisesholder {
    height: 36px;
}
.obr_div {
	position: absolute;
	text-align:left;
	margin:33px 0 0 -3px;
	padding:0;
    font-size:1px;
}
.obr_div_a {
	margin:0;
}
.flex-form label {
    font-weight: 600;
}
/* colors (fonts)*/
.clr-light, .clr-light h1, .clr-light h2, .clr-light h3, .clr-light h4 {
    color: #ffffff !important;
}
.clr-black {
    color: #000 !important;
}
.clr-gray {
    color: #737373 !important;
}
.clr-gray2 {
    color: #b7b7b7 !important;
}
.clr-red {
    color: #cc2127 !important;
}
.clr-orange1 {
    color: #f37022 !important;
}
.clr-orange2 {
    color: #feb914 !important;
}
.clr-yelow {
    color: #fff200 !important;
}
.clr-green1 {
    color: #bed730 !important;
}
.clr-green2 {
    color: #00964a !important;
}
.clr-light select, .clr-light input {
    border: 0;
}
/* colors (background)*/
.bg-gradient {
    background: -moz-linear-gradient(top, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, #ededed 0%,#fff 100%);
    background: linear-gradient(to bottom, #ededed 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
    Current gradient has opacity, switching color format to 'rgba';
}
.bg-clr-white {
    background-color: #fff !important;
}
.bg-clr-black {
    background-color: #000 !important;
}
.bg-clr-gray {
    background-color: #ededed !important;
}
.bg-clr-red {
    background-color: #cc2127 !important;
}
.bg-clr-orange {
    background-color: #f37022  !important;
}
.bg-clr-orange2 {
    background-color: #feb914 !important;
}
.bg-clr-yelow {
    background-color: #fff200 !important;
}
.bg-clr-green1 {
    background-color: #bed730 !important;
}
.bg-clr-green2 {
    background-color: #00964a !important;
}
/* border color */
.bo {
    border: solid 1px #cecece !important;
}
.bo-l {
    border-left: solid 1px #cecece !important;
}
.bo-r {
    border-right: solid 1px #cecece !important;
}
.bo-t {
    border-top: solid 1px #cecece !important;
}
.bo-b {
    border-bottom: solid 1px #cecece !important;
}
.bo-red {
    border-color: #cc2127 !important;
}
/* fonts style */
sup {
    font-size: .7em !important;
}
.fnt-light {
    font-weight: 300 !important;
}
.fnt-bold, strong, bold {
    font-weight: 600 !important;
}
.fnt-extrabold {
    font-weight: 700 !important;
}
.sz-xs {
    font-size: 12px !important;
}
.sz-s {
    font-size: 13px !important;
}
.sz-m {
    font-size: 15px !important;
}
.sz-l {
    font-size: 16px !important;
}
.sz-xl {
    font-size: 22px !important;
}
.sz-xxl {
    font-size: 2.55vw !important;
}
/* box text style */
.right {
    text-align: right !important;
}
.left, .left th {
    text-align: left !important;
}
.center {
    text-align: center !important;
}
.float-r {
    float: right !important;
}
.float-l {
    float: left !important;
}
/* box margin */
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 10px !important;
}
.m-2 {
    margin: 25px !important;
}
.m-3 {
    margin: 35px !important;
}
.m-4 {
    margin: 30px 45px !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-1 {
    margin-left: 10px !important;
}
.ml-2 {
    margin-left: 25px !important;
}
.ml-3 {
    margin-left: 35px !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-1 {
    margin-right: 10px !important;
}
.mr-2 {
    margin-right: 25px !important;
}
.mr-3 {
    margin-right: 35px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 10px !important;
}
.mt-2 {
    margin-top: 25px !important;
}
.mt-3 {
    margin-top: 35px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 10px !important;
}
.mb-2 {
    margin-bottom: 25px !important;
}
.mb-3 {
    margin-bottom: 35px !important;
}
/* box padding */
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 5px 5px 1px !important;
}
.p-2 {
    padding: 25px !important;
}
.p-3 {
    padding: 35px !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-1 {
    padding-left: 10px !important;
}
.pl-2 {
    padding-left: 25px !important;
}
.pl-3 {
    padding-left: 35px !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-1 {
    padding-right: 10px !important;
}
.pr-2 {
    padding-right: 25px !important;
}
.pr-3 {
    padding-right: 35px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 10px !important;
}
.pb-2 {
    padding-bottom: 20px !important;
}
.pb-3 {
    padding-bottom: 35px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 10px !important;
}
.pt-2 {
    padding-top: 20px !important;
}
.pt-3 {
    padding-top: 35px !important;
}
.f-between {
    justify-content: space-between !important;
} 
.f-baseline {
    align-items: baseline !important;
}
.f-top {
    align-items: flex-start !important;
}
.f-bottom {
    align-items: flex-end !important;
}
.f-middle, .f-center {
    align-items: center !important;
}
.f-nowrap {
    flex-wrap: nowrap !important;
}
.nowrap {
    white-space: nowrap;
}
.no-underline, .no-underline a {
    text-decoration: none !important;
}
/* vertical */
.vertical-bottom-box {
    display: table;
    height: 100%;
}

.vertical-bottom-box > * {
    display: table-cell;
    vertical-align: bottom;
}
.col {
    -moz-column-gap: 0;
    -webkit-column-gap: 16px;

    column-gap: 0;
    -moz-column-width: 6em;
    -moz-columns: 6em;
    -webkit-columns: 6em;
    columns: 6em;
}
.col2 {
    -moz-column-width: 12em;
    -moz-columns: 12em;
    -webkit-columns: 12em;
    columns: 12em;
    column-gap: 33px;
    margin-bottom: 4em;
}
ul.col2  {
    padding-left: 16px;
}
/* pager */
.pager {
    clear: both;
    width: 100%;
}
.pager a,.pager span.active  {
    background-color: #d1d1d1;
    padding: 1px 7px;

    margin: 0 1px;
    color: #000000;
    text-decoration: none;
    border: solid 1px #d1d1d1;
    display: inline-block;
}
.pager span.active {
    background-color: #3f3f3f;

    color: #FFF;
    border-color: #3f3f3f;
}
.pager a:hover {
    background-color: #a5a2a2;
    color: #FFFFFF !important;
    border-color: #a5a2a2;
}
.pager .delimiter {
    display: none;
}
.maincontent *[style], .maincontent font {
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
    margin: inherit;
}
.maincontent .osa-icon[style], .ne-osa {
    color: white;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    text-align: center;
    font-size: 22px !important;
    line-height: 48px !important;
    margin-right: 17px;
    background-color: #ededed;
}
.ne-osa {
    color: #00000045;
    font-size: 14px !important;
    line-height: 16px !important;
}
.prijem, .prijem-ukoncen, .pripravena, .pozastavena {
    text-transform: uppercase;
    font-weight: 600;
    color: #1bbb0b;
}
.pripravena {
    color: #d7792f;
}
.pozastavena {
    color: #f37022;
}
.prijem-ukoncen {
    color: #cc2127;
}
.mt-0 {
    margin-top: 0 !important;
}
.relative {
    position: relative;
}
.scrollarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 6%);
    background-color:#fafafa;
}
.scrollarea::-webkit-scrollbar {
    width: 15px;
    background-color: #F5F5F5;
}
.scrollarea::-webkit-scrollbar-thumb {
    border: 3px solid #fafafa;
    border-radius: 6px;
    background-color: #c2c2c2;
}
.scrollarea .item {
    border-bottom: solid 1px #d1d1d1;
    padding: 14px 0;
    position: relative;
    background-color: white;
}
.str-list .images {
    margin: 15px 0 20px;
}
.str-list .images div {
    width: 50%;
    background: #ededed;
    flex: 0 0 50%;
}
.hover-img {
	display: none;
}
.div1 {
    width: 50px;
    flex-shrink: 0;
    text-align: right;
}
.div2 {
    flex: 0 1 auto;
    padding-left: 20px;
}
.rozbal-ico {
    padding: 15px 1px 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.rozbal-ico img {
    transform: rotate(182deg);
    pointer-events: none;
}
.rozbaleno .rozbal-ico img {
    transform: rotate(0deg);
}
.detail {
    display: none;
}
.rozbaleno .detail {
    display: inherit;
}
.misto-block {
    padding: 20px 0;
    grid-area: misto-block;
}
.misto-block input[type="checkbox"] {
    margin: 0 12px 0 5px !important;
}
.str-list {
    grid-area: str-list;
}
.str-mapa {
    grid-area: str-mapa;
    display: none;
}
#map {
    height: 400px;
}
span.misto-btn {
    background: #cc2127 url(/img/ico-search-white.svg) no-repeat center;
    vertical-align: middle;
    margin: 0;
    height: 45px;
    width: 23%;
    padding: 0;
    max-width: 60px;
    display: inline-block;
    border: solid 1px #cc2127;
    border-left: 0;
}
input.misto-input {
    vertical-align: middle;
    height: 45px;
    margin: 0;
    border-right: 0;
    font-size: 17px;
    width: 77%;
    max-width: 223px;
    outline: none !important;
}
input.misto-input:focus + .misto-btn {
    background: white;
    border-color: #d1d1d1;
}
i.ico-marker-s {
    display: inline-block;
    width: 24px;
    height: 20px;
    margin-right: 10px;
    background: url(/img/ico-marker.svg) no-repeat center;
    background-size: 14px;
    vertical-align: middle;
}
i.ico-list {
    display: inline-block;
    width: 24px;
    height: 20px;
    margin-right: 10px;
    background: url(/img/ico-list.svg) no-repeat center;
    background-size: 14px;
    vertical-align: middle;
}
ul.smap-suggest {
    max-width: 280px;
    z-index: 810;
}
#find-me {
    text-indent: -33px;
    padding-left: 33px;
    line-height: 1.2;
    margin: 17px 0 6px 0;
}
.zo-en-konzult {
    text-indent: -33px;
    padding-left: 33px;
}
#status {
    display: block;
    color: red;
    font-size: 12px;
    text-indent: 0;
}
/*foot*/
.foot-logos .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 1.2;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 20px 0;
}
.foot-logos article {
    padding: 20px;
    max-width: 50%;
}
footer {
    margin: 0;  
    color: rgba(255, 255, 255, 0.9);
}
footer .content {
    background: #3f3f3f;
    padding: 12px 0 0;
}
footer h1 {
    font-size: 1.2em;
    margin-top: 0;
}
footer article {padding: 10px 30px;}
footer a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
footer a:hover {
    color: white;
    text-decoration: underline;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media print, (min-width: 768px) {
/*cokoliv nad 600 do nekonecna */
.no-screen {
    display: none;
}
* > p:last-child {
    margin-bottom: 0;
}
.header-logos {
    display: flex;
    width: 71%;
    padding: 0 21px 0 19px;
}
.search {
    width: 29%;
    align-self: flex-end;
}
.searchinput {
    margin-bottom: 28px;
    padding: .4em 45px .4em 28px;
    background-color: #ededed;
    border-color: #0000;
}
.search .searchinput {
    margin-left: 14%;
    width: 86%;
}
.header-boxes {
    display: flex;
    flex-wrap: wrap;
} 
.home .header-boxes {
    display: flex;
    flex-wrap: wrap;
}
.home .header-boxes img {
    width: 78px;
    max-width: 78px;
}
.header-boxes h1 {
    margin: 0 0 0 91px;
    font-size: 18px;
}
.home .header-boxes article {
    padding: 27px 17px;
    background-size: auto;
    flex: 1;
    font-size: 16px;
    min-width: 206px;
    min-height: 74px;
    margin-right: 30px;
}
.home .header-boxes span {
    display: block;
}
.header-boxes .box-dotace h1 {
    margin-left: 100px;
}
.header-boxes .box-ekis h1 {
    margin-left: 113px;
}
.content {
    margin: 0 auto;
    padding: 0 35px;
}
.main > .content {
    flex-direction: row;
}
.mainmenu {
    display: block;
    border-bottom: solid 8px #d1d1d1;
}
.submenu {
    display: block;
}
.mobilonly {
    display: none;
}
.mobilmenu {
    display: none;
}
.leftmenu-box {
    order: 1;
}
.maincontent {
    padding-left: 33px;
    order: 2;
}
.flex-pr-1, .otazka {
    padding-right: 10px;
}
.flex-pr-2, .vyzva {
    padding-right: 25px;
}
.flex-pr-3 {
    padding-right: 35px;
}
.flex-pl-1 {
    padding-left: 10px;
}
.flex-pl-2 {
    padding-left: 25px;
}
.flex-pl-3 {
    padding-left: 35px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.h-100 {
    height: 100%;
    min-height: 100vh;
}
.h-90 {
    height: 87%;
}
.h-80 {
    height: 80%;
}
.h-70 {
    height: 70%;
}
.h-60 {
    height: 60%;
}
.h-50 {
    height: 50%;
}
.h-40 {
    height: 40%;
}
.h-30 {
    height: 30%;
}
.h-20 {
    height: 20%;
}
.h-10 {
    height: 10%;
}
.w-100 {
    width: 100%;
}
.max-100 {
    max-width: 100%;
}
.box-1 {
    width: 6.25%;
}
.box-2 {
    width: 12.5%;
}
.box-3 {
    width: 18.75%;
}
.box-4 {
    width: 25%;
}
.box-5 {
    width: 31.25%;
}
.box-6 {
    width: 37.5%;
}
.box-7 {
    width: 43.75%;
}
.box-8 {
    width: 50%;
}
.box-9 {
    width: 56.25%;
}
.box-10 {
    width: 62.5%;
}
.box-11 {
    width: 68.75%;
}
.box-12 {
    width: 75%;
}
.box-13 {
    width: 81.25%;
}
.box-14 {
    width: 87.5%;
}
.box-15 {
    width: 93.75%;
}
.box-16 {
    width: 100%;
}
/* padding only screen */
.p-0-scr {
    padding: 0 !important;
}
.p-1-scr  {
    padding: 5px 5px 1px !important;
}
.p-2-scr  {
    padding: 25px !important;
}
.p-3-scr  {
    padding: 35px !important;
}
.pl-0-scr  {
    padding-left: 0 !important;
}
.pl-1-scr  {
    padding-left: 10px !important;
}
.pl-2-scr  {
    padding-left: 25px !important;
}
.pl-3-scr  {
    padding-left: 35px !important;
}
.pr-0-scr  {
    padding-right: 0 !important;
}
.pr-1-scr  {
    padding-right: 10px !important;
}
.pr-2-scr  {
    padding-right: 25px !important;
}
.pr-3-scr  {
    padding-right: 35px !important;
}
.pb-0-scr  {
    padding-bottom: 0 !important;
}
.pb-1-scr  {
    padding-bottom: 10px !important;
}
.pb-2-scr  {
    padding-bottom: 20px !important;
}
.pb-3-scr  {
    padding-bottom: 35px !important;
}
.pt-0-scr  {
    padding-top: 0 !important;
}
.pt-1-scr  {
    padding-top: 10px !important;
}
.pt-2-scr  {
    padding-top: 20px !important;
}
.pt-3-scr  {
    padding-top: 35px !important;
}
.flex > .border-box {
    width: 31.5%;
    margin: 0 25px 25px 0;
}
.flex > .border-box:nth-child(3n) {
    margin-right: 0;
}
.flex > .border-box.box-8 {
    width: 46.5%;
    margin: 0 25px 25px 0;
}
.new +.new {
    margin-top: 35px;
}
.header-boxes article {
    width: 23.1%;
    margin-right: 15px;
    margin-bottom: 15px;
    flex: 0;
}
.header-boxes article:last-child {
    margin-right: 0;
}
.header-boxes article.active:after {
    content: " ";
    border: solid 13px #f000;
    border-top-color: #cc2127;
    border-bottom: 0;
    position: absolute;
    bottom: -13px;
    left: 46%;
}
.content.opener {
    margin: 25px auto 25px;
}
.opener .btn-l {
    background-color: rgb(255 255 255 / 30%);
}
h2 {
    padding: 0 0 0 60px;
    text-align: left;
}
.center h2 {
    padding: 0;
    text-align: center;
    margin-top: -11px;
}
.border-box {
    margin-right: 22px;
}
.blocklogo {
    width: 200px;
    height: 151px;
    padding: 26px;
    line-height: 86px;
    margin-right: 20px;
}
.end-line {
    background-color: #d1d1d1;
    flex: 1;
    height: 1px;
}
.str-block {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 37% 63%;
    grid-template-areas:
        "misto-block str-mapa"
        "str-list str-mapa";
    background-color: #fafafa;
}
.str-list {
	background-color: #fafafa;
	transform: scale(1);
	z-index: 800;
}
.str-mapa {
	display: inherit;
}
#map {
    height: 647px;
}
.scrollarea {
    overflow: auto;
    height: 492px;
    position: relative;
}
.scrollarea .item {
    border-left: solid 1px #d1d1d1;
    border-right: solid 1px #d1d1d1;
    padding: 14px 20px;
}
.rozbal-ico {
    padding: 15px 15px 0 6px;
}
.misto-block {
    padding: 20px;
    border: solid 1px #d1d1d1;
    margin-right: 15px;
    background-color: white;
}
.spodni {
    position: absolute;
    bottom: 0;
    border-bottom: solid 1px #d1d1d1;
    width: 95%;
}
.smap-suggest {
    max-width: 265px;
}
.img-plus:hover .hover-img {
    display: block;
    position: fixed;
    width: 600px;
    max-width: 600px;
    z-index: 1000;
    right: -100px;
    top: 80px;
    box-shadow: 0 0 18px #00000042;
    border: solid 10px white;
}
#strediska.zvetseno {
    position: fixed;
    width: 96vw;
    height: 96vh;
    bottom: 2vh;
    left: 2vw;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    grid-template-columns: 348px auto;
}
#strediska.zvetseno .scrollarea {
    height: calc(100vh - 129px - 4vh);
}
#strediska.zvetseno #map {
    height: calc(100vh - 4vh);
}
#strediska.zvetseno .img-plus:hover .hover-img {
    right: auto;
    left: -21px;
    top: 20%;
    max-width: 700px;
    width: 700px;
}
i.ico-plus-minus {
    position: absolute;
    right: 9px;
    top: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: solid 5px white;
    box-shadow: 0 0 2px black;
    background: white url(/img/ico-zoom.svg) no-repeat center;
    background-size: 100%;
    z-index: 1000;
}
#strediska.zvetseno i.ico-plus-minus {
    background-image: url(/img/ico-x.svg);
}
.big, .scr-center {
    text-align: center;
} 
}
@media print {
.noprint {
    display: none;
}
.maincontent {
    width: 100% !important;
}
.sz-xxl {
	font-size: 22px;
}
.sz-xl {
    font-size: 17px;
}
.sz-l {
    font-size: 14px;
}
.sz-m {
    font-size: 11.5px;
}
.sz-s { 
	font-size: 10px;
} 
.sz-xs { 
	font-size: 9px;
} 
}
@media print, (max-width: 767px) {
.item-skryj {
    display: none;
}
#scrollarea {
    border-top: solid 1px #d1d1d1;
    height: 80vh;
    overflow: hidden;
}
.vse #scrollarea {
    height: inherit;
    overflow: visible;
}
.vse #scrollarea {
    height: inherit;
    overflow: visible;
}
.vse .vse-btn {
    display: none;
}
.div2 strong:first-child {
    display: block;
    padding-right: 20px;
}
}
@media (min-width: 1350px) {
.content {
    padding: 0;
}
}
.hlaska.ok {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 40px;
    text-align: center;
}
.hlaska p {
    background: #ffffff94;
    display: inline-block;
    padding-bottom: 10px; 
    color: red;
}
.hlaska.ok p {
    font-size: 18px;
    color: #00a507;
    padding: 30px;
    border: solid 1px;
    box-shadow: 0 0 19px #00000066;
}
.no-nzu-light {
    color: #3ca56a;
    font-size: small;
}
.no-komunitni {
    color: #005ba9;
    font-size: small;
}
span.npo {
    min-width: 196px;
}
span.npo img {
    margin-top: -5px;
    width: 148px;
}