@keyframes objectturnx {
        0%   {transform:scaleX(1);}
        50%  {transform:scaleX(0);}
        100% {transform:scaleX(1);}
}
@keyframes opaciting {
        0%   {opacity:1;}
        100% {opacity:0;}
}
/*srollbar*/
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: rgba(72, 72, 72, 0.09);
    border-left: none;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(101, 165, 217, 0.46);
}
::-webkit-scrollbar-thumb:hover {
  background-color: #517bb2;
}
body {
  scrollbar-face-color: rgba(101, 165, 217, 0.46);
  scrollbar-shadow-color: rgba(101, 165, 217, 0.46);
  scrollbar-highlight-color:rgba(101, 165, 217, 0.46));
  scrollbar-3dlight-color: rgba(101, 165, 217, 0.46));
  scrollbar-darkshadow-color: rgba(101, 165, 217, 0.46);
  scrollbar-track-color: rgba(72, 72, 72, 0.09);
  scrollbar-arrow-color: #333;
}
/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      font-weight: inherit;
      font-style: inherit;
      font-size: 100%;
      vertical-align: baseline;
}
:focus {
      outline: 0;
}
body {
      line-height: 1;
      color: black;
      background: transparent;
}
ol, ul {
      list-style: none;
}
table {
      border-collapse: separate;
      border-spacing: 0;
}
caption, th, td {
      text-align: left;
      font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
      content: "";
}
blockquote, q {
      quotes: "" "";
}
* {
      box-sizing: border-box;
}
/*definice fontu*/
body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
/* layout */
html {
    width: 100%;
    height: 100%;
}
body {
    font-size: 62.5%;
    line-height: 1.2;
	background-color: #f2fcfd;
	background: #F5FBFD;
}
.page {
    font-size: 1.3em;
    color: #464F5E;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
    text-align: center;
    background: #F5FBFD;
}
/* tagy */
a {
    color: #464F5E;
    text-decoration: none;
}
a:hover {
    color: #63A6E2;
}
h1 a, h2 a, h3 a, h4 a {
    text-decoration: none;
}
a img {
    border: none;
}
form {
    margin:0;
    padding:0;
}
input, select, textarea {
    border: solid 1px #65a5d9;
    padding: 0.2em 0.5em;
    font-family: "Open Sans";
    margin: 0 0 1em 0;
	background-color: #FFFFFF;
}
input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
    margin: 0 0 3px 0;
}
input[type="button"], input[type="submit"], .btn {
    background-color: #65a5d9;
    border-color: transparent;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 15px;
    display: inline-block;
    margin: 0 0 0.5em 0;
    padding: 0.4em 1.7em;
    text-transform: uppercase;
    line-height: 1.6;
}
input[type="button"]:hover, input[type="submit"]:hover, .button:hover {
    background-color: #4d4d4f;
    color: white;
}
input[type="button"].btn-secondary, input[type="submit"].btn-secondary, .btn-secondary {
    border-color: #65a5d9;
    background-color: white;
    color: #65a5d9;
    text-transform: none;
    font-weight: 600;
    padding: 0.135em 0.7em;
}
small {
    font-size: 0.8em;
}
h1 {
    padding: 0;
    margin: 0 0 2.5%;
    font-size: 1.69vw;
    font-weight: 400;
}
h2 {
    padding: 0;
    margin: 1em 0 2.5%;
    font-size: 1.69vw;
    font-weight: 400;
    color: #65A5D9;
}
h3 {
    font-size: 1.2675vw;
    color: #65A5D9;
    margin: 1em 0 3.5%;
    line-height: 1.1;
    font-weight: 600;
}
h4 {
    font-size: 1em;
    font-weight: 400;
    color: #65A5D9;
}
p {
    margin: 0px 0 7%;
}
hr {
    border: none;
    border-top: 1px solid #fff;
    width: 100%;
}
hr.blue {
    border-color: #65a5d9;
}
.box hr {
    margin: 1% 0;
}
strong {
    font-weight: 700;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
iframe {
    margin: 0 auto;
    height: 100vh;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.ico:before {
    display: block;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 52px;
    background-color: #65a5d9;
    text-align: center;
}
.icon-crime:before {
    content: "\f1ba";
}
.icon-industry:before {
    content: "\f275";
}
.icon-leaf:before {
    content: "\f06c";
}
.icon-education:before {
    content: "\f19d";
}
.icon-service:before {
    content: "\f1cd";
}
.icon-health:before {
    content: "\f0fe";
}
.icon-pound:before {
    content: "\f154";
    font-size: 36px;
}
/* left search culom */
.searchbox {
    border-right: solid 1px white;
    text-align: left;
	position: relative;
}
.search {
    background-color: white;
    position: relative;
}
.search input {
    border: none;
    margin: 10px 0 0 0;
    font-size: 1.69vw;
    font-weight: 300;
    width: 100%;
    padding-left: 2em;
}
.search-icon:before {
    content: "\f002";
    height: 36px;
    width: 25px;
    color: #474F5E;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 36px;
    position: absolute;
    left: 12px;
    top: 4px;
}
.searchmenu {
    background: #F5FBFD;
    position: relative;
    min-height: 100vh;
}
.searchmenu .nofound {
    padding: .5em 1em;
	display: block;
}
.search input:focus + i.aa-utiltag {
    display: block;
    background: #F5FBFD;
    height: 100vh;
    margin-top: 11px;
}
.home .searchmenu, .home .search input:focus + i.aa-utiltag {
    background: #f7f7f7;
}
.search .itemgroup {
    position: absolute;
    z-index: 100;
    top: 44px;
    width: 100%;
	transition: width 2s;
}
.leftmenu a {
    display: block;
    padding: 0.5em 1em;
    margin: 0;
    text-decoration: none;
    line-height: 15px;
    text-align: left;
}
.leftmenu a:hover {
    color: #464f5e;
    background-color: #E4F2F9;
}
.leftmenu .active {
    color: #ffffff;
    background-color: #65A5D9;
}
.ptype40 {
	font-weight: 700;
}
.intro-ico * {
    flex: 1 0;
    text-align: center;
    margin: 12px;
}
.intro-ico .ico:before {
    margin: 0 auto;
}
i.help {
    position: absolute;
    display: block;
    z-index: 3;
    color: #65A5D9;
    box-shadow: 0 0 5px;
    padding: 11.25% 1% 0;
    background-color: #fff;
    border-radius: 500%;
    top: 0px;
    right: 3px;
    width: 86px;
    height: 86px;
    text-align: center;
    opacity: 0;
    animation: opaciting 10s linear;
}
/* ---------header---------*/
.pageheader {
    width: 100%;
    background-color: white;
}
.click-home {
    display: block;
    cursor: pointer;
    background-color: white;
}
.pageheader img {
    margin: 0;
    color: #000;
}
.pageheader img:hover {
    animation: objectturnx 0.5s linear;
}
.headtitle  {
    padding: .7em 0 1em;
}
.headtitle h1 {
    font-weight: 700;
    margin: 0;
}
.pageheader nav li {
    display: inline-block;
}
.pageheader nav li.logo {
    display: none;
}
.pagemenu a {
    display: block;
    padding: 0px 7px 0px 17px;
    margin: 0;
    text-decoration: none;
    color: #9ed3ec;
    font-size: 0.9em;
    line-height: 15px;
    font-weight: 600;
}
.pagemenu a:hover, .pagemenu a.active {
    color: #65A5D9;
    background-color: #F5FBFD;
}
/* main wrapers */
.mainwraper {
}
.maincontent {
}
/* boxes */
.box {
    border-left: solid 1px white;
    text-align: left;
    padding: 18px;
}
.searchbox .box {
    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: #65A5D9;
}
.col {
    margin: 1.5em 0;
}
/* report table */
.table-div:hover {
    background-color: #dcf3f9;
}
.table-cel {
    border-bottom: solid 2px #A3A7AD;
    border-right: 1px solid #C5C6C8 !important;
    justify-content: space-between;
    align-items: flex-end;
    min-width: 130px;
    height: 40px;
}
.col-legend {
    flex: 0;
    display: flex;
    flex-direction: column;
    text-align: right;
}
.tbl-legeng {
    height: 40px;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.clr-legend {
    height: 39px;
    width: 30px;
    margin-left: 5px;
    flex: none;
}
.table-div > div {
    padding: 5px;
}
.cel1 {
    height: 53px;
}
.cel2 {
    height: 100px;
}
.cel3 {
    height: 38px;
}
.cel4 {
    height: 54px;
}
.col-legend .cel1, .col-legend .cel2, .col-legend .cel3, .col-legend .cel4 {
    margin-right: 30px;
}
/* colors (fonts)*/
.clr-gray {
    color: #A3A7AD;
}
.clr-blue {
    color: #65A5D9;
}
.clr-lightblue {
    color: #9ed3ec;
}
.clr-red {
    color: #ff3502;
}
.clr-0 {
    color: #4A79CC;
}
.clr-1 {
    color: #63A6E2;
}
.clr-2 {
    color: #98B6EA;
}
.clr-3 {
    color: #7AB84F;
}
.clr-4 {
    color: #9BDC57;
}
.clr-5 {
    color: #FEF7A4;
}
.clr-6 {
    color: #FFE66E;
}
.clr-7 {
    color: #FFBC8B;
}
.clr-8 {
    color: #FF3303;
}
.clr-9 {
    color: #BB2206;
}
/* colors (background)*/
.bg-gradient {
    background: -moz-linear-gradient(top, rgba(228,242,249,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(228,242,249,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(228,242,249,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f2f9', endColorstr='#00ffffff',GradientType=0 );
    Current gradient has opacity, switching color format to 'rgba'
}
.bg-gray {
    background-color: #A3A7AD;
}
.bg-blue {
    background-color: #65a5d9;
}
.bg-lightblue {
    background-color: #E4F2F9;
}
.bg-clr-0 {
    background-color: #4A79CC;
}
.bg-clr-1 {
    background-color: #63A6E2;
}
.bg-clr-2 {
    background-color: #98B6EA;
}
.bg-clr-3 {
    background-color: #7AB84F;
}
.bg-clr-4 {
    background-color: #9BDC57;
}
.bg-clr-5 {
    background-color: #FEF7A4;
}
.bg-clr-6 {
    background-color: #FFE66E;
}
.bg-clr-7 {
    background-color: #FFBC8B;
}
.bg-clr-8 {
    background-color: #FF3303;
}
.bg-clr-9 {
    background-color: #BB2206;
}
/* border color */
.bo-clr-0 {
    border-color: #4A79CC;
}
.bo-clr-1 {
    border-color: #63A6E2;
}
.bo-clr-2 {
    border-color: #98B6EA;
}
.bo-clr-3 {
    border-color: #7AB84F;
}
.bo-clr-4 {
    border-color: #9BDC57;
}
.bo-clr-5 {
    border-color: #FEF7A4;
}
.bo-clr-6 {
    border-color: #FFE66E;
}
.bo-clr-7 {
    border-color: #FFBC8B;
}
.bo-clr-8 {
    border-color: #FF3303;
}
.bo-clr-9 {
    border-color: #BB2206;
}
/* fonts style */
.fnt-light {
    font-weight: 300;
}
.fnt-bold {
    font-weight: 600;
}
.fnt-extrabold {
    font-weight: 700;
}
.sz-s {
    font-size: 13px;
}
.sz-m {
    font-size: 15px;
}
.sz-l {
    font-size: 1.27vw;
}
.sz-xl {
    font-size: 1.69vw;
}
.sz-xxl {
    font-size: 2.55vw;
}
/* box text style */
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
/* page with map */
.page.home {
    background: #f7f7f7;
}
.home .pageheader {
    display: none;
}
.logo {
    padding: 15px;
}
@media (min-width: 600px) {
/*cokoliv nad 600 do nekonecna */
.page {
    font-size: 1.5em;
    display: flex;
}
.searchbox {
    flex: 1 0 15vw;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}
.search input {
    margin: 28px 0 0 0;
}
.search-icon:before {
    top: 23px;
	font-size: 26px;
}
.mainwraper {
    flex: 1 1 85vw;
}
/* head */
.pageheader {
    max-width: 85vw;
}
.pageheader .content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 78px;
}
.logo {
    display: none;
}
.pageheader nav li.logo {
    display: inline-block;
    padding: 0;
    margin: 0 22px 0 15px;
}
.home .logo {
    display: block;
    position: absolute;
    z-index: 3;
    right: 7px;
    top: 8px;
    box-shadow: 2px 2px 10px rgba(71, 79, 94, 0.57);
}
.pagemenu {
    order: 2;
    text-align: right;
    flex: auto;
    align-self: flex-end;
    align-items: flex-end;
}
.pagemenu ul {
    display: flex;
    flex: 0;
    align-items: flex-start;
    justify-content: flex-end;
}
.pagemenu a {
    padding: 1.1em;
    font-size: 1.27vw;
}
.search {
    height: 78px;
}
.search .itemgroup {
    top: 78px;
}
.headtitle {
    order: 1;
    flex: 1 0 auto;
    text-align: left;
    padding: 0 18px;
}
.pageheader img {
    width: 102px;
}
.maincontent {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
}
.maincontent > .h-100 {
    display: flex;
    flex-wrap: wrap;
    height: 91.5vh;
    max-height: 100%;
    position: relative;
    align-content: flex-start;
}
.nowrap {
    flex-wrap: nowrap;
}
.h-100 {
    height: 100%;
}
.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%;
}
.box-1 {
    width: 6.66%;
}
.box-2 {
    width: 13.33%;
}
.box-3 {
    width: 19.99%;
}
.box-4 {
    width: 26.66%;
}
.box-5 {
    width: 33.33%;
}
.box-6 {
    width: 39.99%;
}
.box-7 {
    width: 46.666%;
}
.box-8 {
    width: 53.333%;
}
.box-9 {
    width: 59.99%;
}
.box-10 {
    width: 66.66%;
}
.box-11 {
    width: 73.32%;
}
.box-12 {
    width: 79.99%;
}
.box-13 {
    width: 86.658%;
}
.box-14 {
    width: 93.32%;
}
.box-15 {
    width: 100%;
}
.col {
    -moz-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    -moz-column-width: 17em;
    -moz-columns: 17em;
    -webkit-columns: 17em;
    columns: 17em;
}
}
/* font size */
@media (min-width: 1420px) {
.sz-xxl {
	font-size: 36px;
}
h1, h2, .sz-xl, .search input {
    font-size: 24px;
}
h3, .sz-l, .pagemenu a {
    font-size: 18px;
}
.page, h4, sz-m {
    font-size: 15px;
}
.sz-s { 
	font-size: 13px;
} 
p {
    margin: 0 0 1.4em;
}
}
@media (max-width: 1182px) {
.sz-xxl {
	font-size: 23px;
}
h1, h2, .sz-xl, .search input {
    font-size: 16px;
}
h3, .sz-l, .pagemenu a {
    font-size: 15px;
}
.page, h4, sz-m {
    font-size: 12.5px;
}
.sz-s { 
	font-size: 11px;
} 
p {
    margin: 0 0 1.05em;
}
.table-cel, .tbl-legeng {
    height: 35px;
}
.clr-legend {
    height: 34px;
}
}




