/* Style guide

Background:									white
Text:										black
Headers + captions + legends + extra:		#153B88
Anchors (link | visited | hover + active):	#153B88 | #621588 | #D70019
Note:										#707070
Borders:									#959595
Backgrounds:								#F9F8F8

Type: Georgia, serif


*/
/* breakpoints
@include respond-to('lg') {
  color: blue;
}
*/
@media screen {
  /* @group Global */
  /* Global > Base */
  body,
  h1, h2, h3,
  address, blockquote, div, hr, iframe, object, p,
  dl, dt, dd, ul, ol, li,
  table, caption, col, colgroup, thead, tfoot, tbody, tr, th, td,
  form, fieldset, legend, label,
  img,
  a {
    border: none;
    margin: 0;
    padding: 0;
  }
  body, input, textarea, select {
    /*font: 80%/1.2 'Roboto', sans-serif;*/
    font-size: 14px;
    line-height: 1.25em;
    font-family: 'Roboto', sans-serif;
  }
  body {
    text-align: center;
    color: black;
    background-color: white;
    min-width: 100%;
    max-width: 980px;
  }
  /* Global > Heading */
  h1, .h1 {
    /*font: normal 1.4em/1.1 'Roboto', sans-serif;*/
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 600;
    color: black;
    margin: .6em 0 .6em 0;
    border-bottom: 1px solid #A7A7A7;
    padding-bottom: .3em;
  }
  h2, .h2 {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.3em;
    color: black;
    margin: .5em 0 .5em 0;
    border-bottom: 1px solid #A7A7A7;
    padding-bottom: .3em;
  }
  h3 {
    font: normal 1em/1.3 'Roboto', sans-serif;
    margin: .4em 0 .1em 0;
    color: black;
    padding-bottom: 0;
    border-bottom: none;
  }
   h5 {
    font: bold 1em/1.1 'Roboto', sans-serif;
    color: black;
	margin-bottom: .5em;
  }
  h6 {
    width: 1px;
    height: 1px;
    margin: 0;
    overflow: hidden;
  }
  /* Global > Block */
  address {
    margin: .4em 0;
  }
  blockquote {
    /*	margin: .4em 20px;*/
    border-left: 1px solid #E1E1E1;
    font-style: italic;
    margin: 20px 0 20px 20px;
    padding: 0 0 0 20px;
  }
  hr {
    display: block;
    height: 1px;
    overflow: hidden;
    border: solid #959595;
    border-width: 1px 0 0 0;
    margin: .8em 0;
  }
  p {
    margin: .4em 0;
  }
  /* Global > List */
  dl {
    margin: .4em 0;
  }
  dt {
    margin: .1em 0;
  }
  dd {
    margin: .1em 0 .1em 20px;
  }
  ul {
    display: block;
    list-style: none;
    margin: .4em 0;
  }
  ul li {
    display: block;
    list-style: none;
    margin: .1em 0;
    padding: 0;
  }
  ul ul {
    margin-top: 0;
    padding-left: 15px;
  }
  ol ul li {
    display: block;
    list-style: none;
    margin: .1em 0;
    padding: 0 0 0 10px;
  }
  ol {
    display: block;
    list-style: decimal;
    margin: .4em 0 .4em 30px;
  }
  ol li, ul ol li {
    display: list-item;
    /*list-style: decimal;*/
    margin: .1em 0;
    padding: 0;
    background: none;
  }
  ol.uroman {
    list-style-type: upper-roman;
  }
  ol.lroman {
    list-style-type: lower-roman;
  }
  ol.ualpha {
    list-style-type: upper-alpha;
  }
  ol.lalpha {
    list-style-type: lower-alpha;
  }
  /* Global > Table */
  table {
    border-collapse: collapse;
    margin: .7em .1em .8em .05em;
    font-family: sans-serif;
    font-size: .80em;
    width: 100%;
  }
  table table {
    font-size: 1em;
  }
  caption {
    margin: 0;
    padding: 0 0 .4em 0;
    text-align: center;
    color: #153B88;
  }
  th {
    border: 1px solid white;
    border-width: 1px 0;
    padding: .4em;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    background-color: #DEE8FD;
  }
  td {
    border: 1px solid white;
    border-width: 1px 0;
    padding: .4em;
    vertical-align: top;
    background-color: #F3F6FD;
  }
  thead td {
    background-color: #DEE8FD;
    font-weight: normal;
  }
  table.construct {
    border-collapse: collapse;
    border: none;
    margin: .8em 0;
    background: transparent none;
    font-size: 1em;
  }
  table.construct caption {
    text-align: left;
  }
  table.construct th, table.construct td {
    border: none;
    padding: 0 10px .4em 0;
    font-weight: normal;
    background: transparent none;
    color: black;
  }
  /* Global > Form */
  form {
    margin: .8em 0;
  }
  fieldset {
    border: 1px solid #959595;
    margin: .8em .05em .4em .05em;
    padding: 9px;
  }
  legend {
    margin: .4em 10px .4em 0;
    padding: 0 10px;
    color: #153B88;
  }
  input, textarea, select {
    font-size: 1em;
    font-family: sans-serif;
  }
  table.construct label {
    vertical-align: middle;
  }
  /* Global > Inline */
  abbr, acronym {
    border-bottom: 1px dotted;
    font-variant: small-caps;
    cursor: help;
  }
  dfn {
    border-bottom: 1px dotted;
    cursor: help;
  }
  cite, em, q, var {
    font-style: italic;
  }
  code, kbd, samp, pre, .monospace {
    font: 1em "Lucida Console", "Andale Mono", monospace;
  }
  sub {
    font-size: smaller;
    text-decoration: none !important;
    vertical-align: sub;
  }
  sup {
    font-size: smaller;
    text-decoration: none !important;
    vertical-align: super;
  }
  del {
    text-decoration: line-through;
  }
  ins {
    text-decoration: underline;
  }
  strong {
    font-weight: bold;
  }
  /* Global > Anchor */
  a:link {
    color: #153B88;
    text-decoration: underline;
    /* text-decoration: none; */
  }
  a:visited {
    color: #153B88;
    text-decoration: underline;
    /* text-decoration: none; */
  }
  a:active {
    color: #D70019;
    text-decoration: underline;
    /* text-decoration: none; */
  }
  a:hover {
    color: #D70019;
    text-decoration: underline;
  }
  a:focus {
    color: #D70019 !important;
    text-decoration: underline;
  }
  html > body a:active,
  html > body #content-news a:active {
    color: #D70019;
    /* text-decoration: none; */
    border: none;
    background-color: #FFF8C0;
  }
  * + html a:active,
  * + html #content-news a:active {
    color: #D70019 !important;
    background-color: #FFF8C0 !important;
  }
  html > body a:hover,
  html > body #content-news a:hover {
    color: #D70019;
    text-decoration: underline;
  }
  html > body a:focus, html > body a:hover:focus, body #content-news a:focus,
  html > html > body #content-news a:hover:focus {
    color: #D70019 !important;
    text-decoration: underline;
    border: none;
    background-color: #FFF8C0;
  }
  h1 a:link, h1 a:visited,
  h2 a:link, h2 a:visited,
  h3 a:link, h3 a:visited {
    /* text-decoration: none; */
  }
  #global a:link, #global a:visited {
    /* text-decoration: none; */
  }
  #global a:hover {
    text-decoration: underline;
  }
  /* @end Global */
  /* @group Layout */
  /* Layout > Base */
  #case {
    width: 100%;
    max-width: 980px;
    min-width: 320px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 998px) {
  #case {
    padding-bottom: 0;
  }
}

@media screen {
  /* Layout > Header */
  #header {
    position: relative;
    width: 100%;
    max-width: 980px;
    background: url(/images/vlada/bg_header_new.gif) no-repeat 230px -11px;
    border-bottom: 1px solid #959595;
  }
  #logo {
    float: left;
    width: 396px;
    height: 45px;
    margin: 0;
  }
}
#logo img {
  width: 387px;
  height: 45px;
}

@media screen and (max-width: 998px) {
  #logo {
    margin-left: 1em;
  }
  
}

@media screen and (max-width: 680px) {
  #site #logo {
    width: 100%;
    height: 34px;
    margin-top: .5em;
  }
  #logo img {
    display: block;
    width: 280px;
    height: 34px;
  }
 #logo img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  h2, .h2 {
    margin: .5em .5em .5em 0;
  }
}

@media screen and (max-width: 480px) {
  #logo {
    width: 235px;
  }
  #logo a, #logo img {
    width: 235px;
    height: 28px;
  }
}

@media screen {
  #accesslink {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    overflow: hidden;
    text-indent: -5000px;
  }
  #global {
    float: right;
    width: 386px;
    height: 145px;
    padding: 10px 0 14px 0;
    /*font: .95em 'Roboto', sans-serif;*/
  }
}

@media screen and (max-width: 998px) {
  #global {
    width: 70px;
  }
}

@media screen {
  html > body #global {
    height: auto;
    min-height: 145px;
  }
}

@media screen and (max-width: 998px) {
  html > body #global {
    min-height: 1px;
  }
}

@media screen and (max-width: 480px) {
  html > body #global {
    
    right: .5em;
    z-index: 300;
    top: 0; right: 0;
    padding-top: 5px;
    width: 70px;
  }
}

@media screen and (max-width: 360px) {
  html > body #global {
    top: 2.5em;
  }
}

@media screen {
  #global a {
    color: #666666;
  }
  #global a:hover {
    color: #D70019;
  }
  #nav {
    float: left;
    width: 188px;
    padding-top: .4em;
  }
}

@media screen and (max-width: 998px) {
  #nav {
    display: none;
  }
}

@media screen {
  #nav h2 {
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
  }
  #nav ul {
    margin: 0;
    text-transform: lowercase;
  }
  #nav a.selected, #nav strong {
    color: black;
    font-weight: bold;
  }
  #nav a {
    text-decoration: none !important;
  }
  .responsiveNav {
    position: relative;
    clear: both;
  }
  .responsiveNav .shortNav {
    padding: .8em 1em;
    margin: 0;
    padding-right: 45px;
    display: none;
    text-transform: uppercase;
    background-color: #fff;
  }
}

@media screen and (max-width: 998px) {
  .responsiveNav .shortNav {
    display: block;
  }
}

@media screen {
  .responsiveNav .shortNav a {
    display: inline-block;
    text-decoration: none;
    padding: .2em 0;
  }
  .responsiveNav .shortNav a:last-child:after {
    display: none;
  }
  .responsiveNav .shortNav a.act {
    font-weight: bold;
  }
  .responsiveNav .shortNav a:after {
    content: '|';
    display: inline-block;
    padding: 0 .2em 0 .4em;
  }
  .responsiveNav > ul {
    overflow: hidden;
    max-height: 0;
    padding: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 99;
    top: 42px;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.75);
    background-color: rgba(255, 255, 255, 0.98);
  }
  .responsiveNav > ul li {
    position: relative;
    padding: 0;
  }
  .responsiveNav > ul li ul {
    display: none;
  }
  .responsiveNav > ul li.act > a {
    font-weight: bold;
    cursor: text;
  }
  .responsiveNav > ul li.act > ul {
    display: block;
  }
  .responsiveNav > ul li a,
  .responsiveNav > ul li span {
    display: block;
    padding: .5em 1em;
    border-bottom: 1px solid #EBEBEB;
    text-decoration: none;
    color: #000;
  }
  .responsiveNav > ul li a.selected,
  .responsiveNav > ul li span.selected {
    font-weight: bold;
  }
  .responsiveNav > ul li label {
    display: inline-block;
    width: 35px;
    height: 26px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1675 971q0 51-37 90l-75 75q-38 38-91 38-54 0-90-38l-294-293v704q0 52-37.5 84.5t-90.5 32.5h-128q-53 0-90.5-32.5t-37.5-84.5v-704l-294 293q-36 38-90 38t-90-38l-75-75q-38-38-38-90 0-53 38-91l651-651q35-37 90-37 54 0 91 37l651 651q37 39 37 91z' fill='%23000'/%3E%3C/svg%3E");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    top: 0;
  }
  .responsiveNav > ul li .responsiveNav--toggle:checked ~ label {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .responsiveNav > ul li .responsiveNav--toggle:checked ~ ul {
    padding: 0;
  }
  .responsiveNav > ul li ul {
    position: relative;
    padding: .2em 0;
    border-bottom: 0;
    top: 0;
    left: 0;
  }
  .responsiveNav > ul li ul li a,
  .responsiveNav > ul li ul li span {
    display: block;
    border-bottom: 0;
    padding: .2em 1em .2em 2em;
  }
  .responsiveNav > ul li ul li ul li a,
  .responsiveNav > ul li ul li ul li span  {
    border-bottom: 0;
    padding: .2em 1em .2em 3em;
  }
  .responsiveNav > ul li ul li ul li ul li a,
  .responsiveNav > ul li ul li ul li ul li span  {
    border-bottom: 0;
    padding: .2em 1em .2em 4em;
  }
  .responsiveNav--toggle {
    display: none;
  }
  .responsiveNav > .responsiveUl--active {
    max-height: 1000px;
    padding: 1em 0;
    display: block;
  }
  .responsiveNav > .responsiveNavBtn {
    position: absolute;
    top: .5em;
    right: 1em;
    text-transform: uppercase;
    padding: .5em 0 .5em .5em;
    font-weight: bold;
    display: none;
    cursor: pointer;
    /* on activation */
  }
}

@media screen and (max-width: 998px) {
  .responsiveNav > .responsiveNavBtn {
    display: block;
  }
}

@media screen {
  .responsiveNav > .responsiveNavBtn span {
    top: .3em;
    margin-left: .3em;
  }
  .responsiveNav > .responsiveNavBtn span:after,
  .responsiveNav > .responsiveNavBtn span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  .responsiveNav > .responsiveNavBtn span:after {
    top: 9px;
  }
  .responsiveNav > .responsiveNavBtn span,
  .responsiveNav > .responsiveNavBtn span:after,
  .responsiveNav > .responsiveNavBtn span:before {
    width: 100%;
    height: 5px;
    background-color: #153B88;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 2px;
  }
  .responsiveNav > .responsiveNavBtn span {
    position: relative;
    display: block;
    width: 30px;
    float: right;
  }

  .responsiveNav > .responsiveNavBtn--active span {
    background-color: transparent;
  }
  .responsiveNav > .responsiveNavBtn--active span:before {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px);
  }
  .responsiveNav > .responsiveNavBtn--active span:after {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
            transform: rotate(-45deg) translate(7px, -8px);
  }
  .responsiveNav > .responsiveNavBtn #toggle.on span {
    background-color: transparent;
  }
  .responsiveNav > .responsiveNavBtn #toggle.on span:before {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px);
  }
  .responsiveNav > .responsiveNavBtn #toggle.on span:after {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
            transform: rotate(-45deg) translate(7px, -8px);
  }
  #global-in {
    float: right;
    width: 188px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 998px) {
  #global-in {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  #global-in {
    padding-bottom: 0;
    width: 100%;
    float: none;
    margin-left: 1em;
  }
}

@media screen {
  #global-in {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 998px) {
  #global-in {
    float: right;
    width: 70px;
    background-color: #fff;
    padding: 0 .1em;
  }
}

@media screen {
  #global-in .searchBtn {
    display: none;
  }
  #global-in .search--toggle {
    display: none;
  }
}

@media screen and (max-width: 998px) {
  #global-in .searchBtn {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1216 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z' fill='%23898989'/%3E%3C/svg%3E");
    background-size: 100%;
    cursor: pointer;
    float: left;
    position: relative;
    top: 5px;
    margin-right: 1em;
  }
  #global-in .searchBtn--active {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z' fill='%23898989'/%3E%3C/svg%3E");

  }


  #global-in .search--toggle ~ form {
    display: none;
  }
  #global-in .search--toggle:checked ~ form {
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    width: calc(100% - 21px);
    z-index: 100;
    background-color: #fff;
    padding: 1em;
    -webkit-box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.75);
  }
}

@media screen {
  #search h2 {
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
  }
  #search fieldset {
    margin: 0;
    padding: 0;
    border: none;
  }
  #search legend {
    width: 1px;
    height: 1px;
    line-height: 1px;
    visibility: hidden;
    margin: 0;
  }
  #search input {
    vertical-align: middle;
    float: left;
  }
  #searchtype {
    width: 115px;
  }
  #search #searchsubmit {
    border: 0;
    background-color: #153B88;
    color: #fff;
    padding: .4em .8em;
    float: right;
    margin-top: 1px;
    font-size: .95em;
    cursor: pointer;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
  }
  #search #searchsubmit input:focus::-webkit-input-placeholder {
    color: transparent;
  }
  #search #searchsubmit input:focus:-moz-placeholder {
    color: transparent;
  }
  #search #searchsubmit input:focus::-moz-placeholder {
    color: transparent;
  }
  #search #searchsubmit input:focus:-ms-input-placeholder {
    color: transparent;
  }
  #search #searchsubmit:hover {
    background-color: #D70019;
  }
  #searchinput {
    width: calc(100% - 19px);
    padding: .2em 8px;
  }
}

@media screen and (max-width: 998px) {
  #searchinput {
    width: calc(100% - 87px);
    margin-top: 1px;
  }
}

@media screen {
  #lang {
    margin: 10px 0;
  }
  #lang li {
    margin: 0 .1em;
    display: inline-block;
    font-weight: bold;
  }
  #lang li .resp {
    display: none;
  }
}

@media screen and (max-width: 998px) {
  #lang li .resp {
    display: block;
  }
}

@media screen and (max-width: 998px) {
  #lang li .desk {
    display: none;
  }
}

@media screen {
  #lang a {
    text-decoration: underline !important;
    font-weight: normal;
  }
  #today {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 188px;
  }
}

@media screen and (max-width: 998px) {
  #today {
    display: none;
  }
}

@media screen {
  #today span {
    font-weight: bold;
  }
  /* Layout > Content */
  #content {
    width: 100%;
    max-width: 980px;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  * html #content {
    font-size: .95em;
  }
  * + html #content {
    font-size: .95em;
  }
  /* -- grid */
  #content-news {
    width: 100%;
    max-width: 980px;
    overflow: hidden;
    color: white;
    background: #001A4F url(/images/vlada/bg_content-news.gif) repeat-y right top;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 998px) {
  #content-news {
    height: 348px;
  }
}

@media screen and (max-width: 820px) {
  #content-news {
    height: auto;
  }
}

@media screen {
  .content-main {
    float: left;
    width: 59.59183673%;
    overflow: hidden;
  }
}

@media screen and (max-width: 998px) {
  .content-main {
    width: 94%;
    float: none;
    margin: auto;
    font-size: 17px;
    line-height: 1.3em;
  }
}

@media screen {
  .content-side {
    float: right;
    width: 386px;
    overflow: hidden;
  }
}

@media screen and (max-width: 990px) {
  .content-side {
    width: 94%;
    float: none;
	margin: auto;
  }
}

@media screen {
  .content-full {
    width: 100%;
    max-width: 980px;
    overflow: hidden;
  }
  .cols-1 {
    width: 188px;
    overflow: hidden;
  }
  .cols-2 {
    width: 386px;
    overflow: hidden;
  }
}

@media screen and (max-width: 480px) {
  .cols-2 {
    width: 100%;
  }
}

@media screen and (max-width: 998px) {
  .content-side .col.lastcol {
    display: none;
  }
}

@media screen {
  /*.cols-3 {
	width: 584px;
	overflow: hidden;
}*/
  .cols-5 {
    width: 100%;
    max-width: 980px;
    overflow: hidden;
  }
  .cols-1.cols-left, .cols-2.cols-left, .cols-4.cols-left {
    float: left;
  }
  .cols-1.cols-right, .cols-2.cols-right, .cols-4.cols-right {
    float: right;
  }
  .col {
    float: left;
    width: 187.5px;
    overflow: hidden;
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 998px) {
  .col {
    width: 100%;
    float: none;
  }
}

@media screen {
  .footerCol {
    margin: 0 -6px;
  }
}

@media screen and (max-width: 992px) {
  .footerCol {
    width: 800px;
    margin: auto !important;
  }
  .footerCol  h2 {
	  font-size: 1.3em;
  }
}

@media screen and (max-width: 810px) {
  .footerCol {
    width: 600px;
  }
}

@media screen and (max-width: 610px) {
  .footerCol {
    width: 400px;
  }
}

@media screen and (max-width: 480px) {
  .footerCol {
    width: 100%;
  }
}

@media screen {
  .footerCol .cols-5 {
    max-width: 1010px;
  }

  .footerCol .col {
    width: 188px;
    float: left;
    margin: 0 6px;
  }
}

@media screen and (max-width: 810px) {
  .footerCol .col {
    margin: auto 6px !important;
  }
}

@media screen and (max-width: 810px) {
  .footerCol .col:nth-child(4) {
    clear: both;
  }
}

@media screen and (max-width: 480px) {
  .footerCol .col {
    width: calc(98% - 5px);
    margin: auto;
    float: none;
  }
}

@media screen {
  .col.mergecols-2 {
    float: left;
    width: 383px;
    overflow: hidden;
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 998px) {
  .col.mergecols-2 {
    width: 100%;
    float: none;
  }
}

@media screen {
  .mergecols-2 .cols-case {
    width: 396px;
  }
}

@media screen and (max-width: 998px) {
  .mergecols-2 .cols-case {
    width: 100%;
  }
}

@media screen and (max-width: 998px) {
  .mergecols-2 .cols-case .col .record-img .txt {
    width: calc(100% - 75px);
  }
}

@media screen {
  .mergecols-2 .cols-case .col .record-img .img {
    float: left;
    width: 65px;
    overflow: hidden;
  }
}

@media screen and (max-width: 998px) {
  .mergecols-2 .cols-case .col {
    width: calc(50% - 10px);
    float: left;
  }
}

@media screen and (max-width: 480px) {
  .mergecols-2 .cols-case .col {
    width: 100%;
  }
}

@media screen {
  .col.lastcol {
    margin: 0;
  }
  .col.col-1-5-left {
    float: left;
    width: 287px;
    overflow: hidden;
    margin: 0;
  }
  .col.col-1-5-right {
    float: right;
    width: 287px;
    overflow: hidden;
    margin: 0;
  }
  /* -- common */
  .color-standard {
    color: black;
  }
  .color-body {
    color: white;
  }
  h1.color-body {
    color: #000;
  }
  .ico {
    position: relative;
    padding-right: 48px;
  }
}

/* doplnĂ„â€šĂ‚ÂÄ‚ËĂ˘â€šÂ¬ÄąÄľĂ„â€šĂ‹ÂÄ‚ËĂ˘â‚¬ĹˇĂ‚Â¬Ä‚â€šÄąĹşno JN */
@media screen and (max-width: 992px) {
  .footerCol .col.lastcol {
    margin: 0 6px; !important;
  }
}

@media screen and (max-width: 480px) {
  .ico {
    padding-right: 0;
  }
}

@media screen {
  .ico img {
    position: absolute;
    top: .2em;
    right: 0;
    width: 38px;
    text-align: right;
  }
}

@media screen and (max-width: 480px) {
  .ico img {
    display: none;
  }
}

@media screen {
  .ico-a {
    padding-right: 48px;
    background: url(/images/vlada/ico_a.gif) no-repeat 100% 0.2em;
  }
  .ico-eu {
    padding-right: 48px;
    background: url(/images/vlada/ico_eu.gif) no-repeat 100% 0.2em;
  }
  .ico-f {
    padding-right: 48px;
    background: url(/images/vlada/ico_f.gif) no-repeat 100% 0.2em;
  }
  .ico-k {
    padding-right: 48px;
    background: url(/images/vlada/ico_k.gif) no-repeat 100% 0.2em;
  }
  .ico-p {
    padding-right: 48px;
    background: url(/images/vlada/ico_p.gif) no-repeat 100% 0.2em;
  }
  .ico-pm {
    padding-right: 48px;
    background: url(/images/vlada/ico_pm.gif) no-repeat 100% 0.2em;
  }
  .ico-r {
    padding-right: 48px;
    background: url(/images/vlada/ico_r.gif) no-repeat 100% 0.2em;
  }
  .ico-t {
    padding-right: 48px;
    background: url(/images/vlada/ico_t.gif) no-repeat 100% 0.2em;
  }
  .ico-tv {
    padding-right: 48px;
    background: url(/images/vlada/ico_tv.gif) no-repeat 100% 0.2em;
  }
  p.info {
    font: .95em sans-serif;
    margin-bottom: 0;
  }
  p.info .date {
    display: inline-block;
    width: 6em;
  }
  p.info .subject {
    padding-left: 15px;
  }
  p.next {
    font: .95em sans-serif;
    margin-top: 10px;
  }
  ul.next li {
    font: .95em sans-serif;
    margin: 0;
  }
  p.more {
    font: .95em sans-serif;
    margin-top: 0;
  }
  .mm-ctrl {
    width: 188px;
    overflow: hidden;
    margin: .4em 0;
  }
  ul.menulist li {
    margin: .8em 0;
  }
  ul.menulist a.selected {
    font-weight: bold;
  }
  ul.lightlist li {
    padding-left: 10px;
    background: url(/images/vlada/bullet-lightlist.gif) no-repeat 0 0.6em;
  }
  dl.lightlist dd {
    margin-left: 0;
    background: url(/images/vlada/bullet-lightlist.gif) no-repeat 0 0.6em;
  }
  /*dl.lightlist dd:first-letter {
padding-left: 10px;
}*/
  dl.lightlist dd {
    padding-left: 10px;
  }
  .hidden {
    width: 1px;
    height: 1px;
    line-height: 1px;
    visibility: hidden;
    margin: 0;
  }
  .offset-before {
    margin-top: 10px;
  }
  .offset-after {
    margin-bottom: 10px;
  }
  .offset-before-double {
    margin-top: 20px;
  }
  .offset-after-double {
    margin-bottom: 20px;
  }
  .offset-before-minus {
    margin-top: -10px;
  }
  .offset-after-minus {
    margin-bottom: -10px;
  }
  .box-light {
    height: 1%;
    overflow: visible;
    background-color: #F9F8F8;
    padding: 10px 0;
  }
  .box-light:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .perex {
    font-size: 1.8em;
    line-height: 1.1em;
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 5px;
  }
  h2 .subtitle {
    display: block;
    margin-top: .4em;
    color: black;
    font-size: .75em;
  }
  .imglabel {
    display: block;
    padding-top: .2em;
    font-family: sans-serif;
    font-size: .95em;
  }
}

@media screen and (max-width: 998px) {
  .imglabel {
    padding-bottom: 10px;
    border-bottom: 1px solid #A7A7A7;
    text-align: center;
  }
}

@media screen {
  .type-sans {
    font-family: sans-serif;
  }
  h2.subheading {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 1.2em;
    margin-top: 1em;
  }
  .record-offset .record {
    margin: 20px 0;
  }
  .record a {
    text-decoration: underline !important;
  }
  .pager {
    position: relative;
    /* sindlarv: definuje sirku odkaz pro navrat ke clanku */
    padding-left: 198px;
    text-align: right;
    font-family: sans-serif;
    font-size: .95em;
    margin-bottom: 10px;
    height: 1.3em;
	
  }
  @media screen and (max-width: 640px) {
		.pager {
			padding-left: 0;
			text-align: center;
		}
	}
  html > body .pager {
    height: auto;
    min-height: 1.3em;
  }
  * html .pager {
    display: inline-block;
  }
  .pager .counter {
    position: absolute;
    left: 0;
    top: 0;
    /* definuje rekneme odstup od okraje pro cislovani */
    /*	width: 188px; */
    margin: 0;
    text-align: left;
  }
  @media screen and (max-width: 640px) {
	.pager .counter {
		position: relative;
		text-align: center;
	}
  }
  .pager ul.control {
    display: inline;
    margin: 0;
  }
  .pager ul.control li {
    display: inline;
    margin: 0;
    padding: 0;
  }
  .pager ul.control li.skip {
    padding: 0 20px;
  }
  .required {
    color: #D70019;
  }
  .col .record-img, .col .record {
    width: 178px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 998px) {
  .col .record-img, .col .record {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .col .record-img, .col .record {
    margin: auto;
  }
}
@media screen and (max-width: 998px) {
  .col .record .nomargintop {
    float: left;
    margin-right: 10px;
  }
}
@media screen and (max-width: 820px) {
  #content-news-side .col .record-img, .col .record {
    width: 100%;
  }
  
}
@media screen and (max-width: 480px) {
  .col .record .nomargintop {
    float: none;
    margin-right: 0;
  }
}

@media screen {
  .col.mergecols-2 .record {
    width: 383px;
  }
}

@media screen and (max-width: 820px) {
  .col.mergecols-2 .record {
    width: 100%;
  }
}

@media screen {
  .col.col-1-5-left .record-img, .col.col-1-5-right .record-img,
  .col.col-1-5-left .record, .col.col-1-5-right .record {
    width: 287px;
  }
  .col .record-img h3, .col .record h3 {
    margin-top: 0;
  }
  .col .record-img a, .col .record a {
    text-decoration: underline !important;
  }
  .col .record-img .txt {
    float: right;
    width: calc(100% - 75px);
    /*
	@include respond-to('xs') {
		width: 100%;
	}*/
  }
}

@media screen and (max-width: 998px) {
  .col .record-img .txt {
    width: calc(100% - 75px);
    text-align: left;
  }
}

@media screen {
  .col.col-1-5-left .record-img .txt, .col.col-1-5-right .record-img .txt {
    width: 212px;
  }
  .col .record-img .txt h3, .col .record .txt h3 {
    color: black;
  }
  .col .record-img .img {
    float: left;
    width: 65px;
    overflow: hidden;
    /*@include respond-to('xs') {
		width: 100%;
		float: none;
		text-align: center;
		
	}*/
  }
  .h2.noborderbottom, h2.perex {
    border-bottom: none;
    padding-bottom: 0;
  }
  .record h2, .record-img h2 {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .keyword {
    background-color: #FFE8C0;
    padding: 2px 4px;
    font-style: normal;
    font-weight: normal;
  }
  #toc ul {
    padding-left: 40px;
  }
  #toc ul li {
    margin: .4em 0;
  }
  .content-main .record-offset .record-img {
    width: 584px;
  }
  @media screen and (max-width: 998px) {
    .content-main .record-offset .record-img {
      width: 100%;
    }
  }
  .content-main .record-offset .record-img .txt {
    float: right;
    width: 494px;
    overflow: hidden;
  }
  @media screen and (max-width: 998px) {
    .content-main .record-offset .record-img .txt {
      width: 100%;
    }
  }
  .content-main .record-offset .record-img .img {
    float: left;
    width: 80px;
    overflow: hidden;
  }
  .widetable {
    width: 100%;
    overflow: scroll;
    margin: 1em 0;
  }
  html > body .widetable {
    overflow: auto;
  }
  * + html > body .widetable {
    overflow: scroll;
  }
  .widetable table {
    margin: 0;
  }
  /* -- news */
  #content-news-main {
    float: left;
    width: 584px;
  }
}

@media screen and (max-width: 998px) {
  #content-news-main {
    width: calc(100% - 396px);
  }
}

@media screen and (max-width: 820px) {
  #content-news-main {
    width: 100%;
    float: none;
    background-color: #001A4F;
  }
}

@media screen and (max-width: 820px) {
  .perex {
    font-size: 1.6em;
    line-height: 1.1em;
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 5px;
  }
}

@media screen {
  #content-news-side {
    float: right;
    width: 386px;
  }
}

@media screen and (max-width: 820px) {
  #content-news-side {
    width: calc(100% - 2em);
    float: none;
    background-color: #001A4F;
    padding: 0 1em;
  }
}

@media screen and (max-width: 480px) {
  #content-news-side {
    text-align: left;
  }
  #content-news-side h2 {
    text-align: left;
  }
}

@media screen {
  #content-news-side .col {
    float: left;
    width: 188px;
  }
}

@media screen and (min-width: 820px) {
  #content-news-side .col.lastcol {
    width: 178px;
  }
}


@media screen and (max-width: 820px) {
  #content-news-side .col {
    width: 100%;
    float: none;
  }
}

@media screen {
  #content-news h1 {
    position: relative;
    width: 594px;
    margin: 0 -10px 0 0;
    padding: .4em 0 .3em 0;
    border-bottom: none;
    background-color: white;
  }
}

@media screen and (max-width: 998px) {
  #content-news h1 {
    width: calc(100% - 7px);
    padding-left: 1em;
    font-size: 1.45em;
  }
}

@media screen {
  #content-news h2 {
    margin: 0 0 0 0px;
    padding: .4em 0 .3em 0;
    border-bottom: none;
    background-color: white;
  }
}

@media screen and (max-width: 998px) {
  #content-news h2 {
    font-size: 1.45em;
    margin: 0 0 0 3px;
  }
}

@media screen and (max-width: 820px) {
  #content-news h2 {
    margin: 0 -1em;
    padding-left: 1em;
    position: relative;
  }
}

@media screen {
  #content-news-main dl {
    position: relative;
    width: 584px;
    height: 315px;
    margin: 0;
  }
}

@media screen and (max-width: 998px) {
  #content-news-main dl {
    width: 100%;
    height: auto;
  }
}

@media screen {
  #content-news-main dt {
    width: 584px;
    height: 315px;
    overflow: hidden;
    margin: 0;
  }
}

@media screen and (max-width: 998px) {
  #content-news-main dt {
    width: 100%;
    height: auto;
  }
}

@media screen {
  #content-news-main dt img {
    height: 316px;
    width: auto;
    float: right;
    max-width: 700px;
  }
}

@media screen and (max-width: 820px) {
  #content-news-main dt img {
    height: 320px;
  }
}

@media screen and (max-width: 820px) {
  #content-news-main dt img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }
}

@media screen {
  #content-news-main dd {
    position: absolute;
    top: 120px;
    left: 10px;
    width: 168px;
    margin: 0;
  }
}

@media screen and (max-width: 998px) {
  #content-news-main dd {
    min-width: 170px;
    width: calc(24% - 25px);
  }
}


@media screen {
  #content-news-main dd.bg {
    
   background:rgb(255,0,0);
   background: transparent\9;
   background:rgba(00,0,0,0.5);
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
   zoom: 1;
    width: 185px;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    
  }
  #content-news-main dd.bg a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    text-decoration: none;
	background-color: transparent !important;
  }
  #content-news-main dd.bg a:active {
	  background-color: transparent;
  }
  #content-news-main dd.bg a:hover {
	  text-decoration: none;
  }
  #content-news-main dd.bg a div,
	#content-news-main dd.bg a span  {
    padding: .7em;
	margin-top: 90px;
  }
}

@media screen and (max-width: 998px) {
  #content-news-main dd.bg {
    min-width: 190px;
    width: 30% !important;
  }
  #content-news-main dd.bg a div,
	#content-news-main dd.bg a span  {
   
	margin-top: 0;
  }
}

@media screen {
  #content-news-main .info {
    font: .95em sans-serif;
  }
  #content-news-main h3 {
    font-size: 1.4em;
    line-height: 1.1;
    margin-top: 0;
    color: white;
    padding-bottom: 25px;
  }
  #content-news-main h3.ico-tv {
    background: url(/images/vlada/ico_tv-dark.gif) no-repeat left bottom;
  }
  #content-news-main h3 a {
    color: white !important;
    text-decoration: underline !important;
  }
  #content-news-main h3 a:hover {
    text-decoration: underline;
  }
  #content-news-side .cols {
    padding: 5px 0;
  }
  #content-news-side .cols.cols-2 {
    width: 100%;
  }
  #content-news-side h3, #content-news-side a {
    color: #78CFEF !important;
    text-decoration: underline !important;
  }
  #content-news-side h2 a {
    color: #153B88 !important;
    text-decoration: underline !important;
  }
  #content-news-side h2 a:hover {
    color: #D70019 !important;
  }
  #content-news-side a:hover {
    color: white !important;
    text-decoration: underline;
  }
  #content-news-side .info {
    font: .95em sans-serif;
  }
  #content-news-side .record-top h3 {
    font-size: 1.4em;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 600px) {
  #content-news-main dd {
    top: 10px;
  }
  #content-news-main h3 {font-size: 1.25em;}
}

@media screen and (max-width: 998px) {
  #content-news-side .record-top p {
    float: left;
  }
  #content-news-side .record-top p img {
    margin-right: 1em;
  }
  #content-news-side .record-top p.info {
    float: none;
  }
}

@media screen and (max-width: 480px) {
  #content-news-side .record-top p {
    float: none;
  }
}

@media screen {
  #content-news-side .lastcol .record {
    padding-right: 10px;
  }
}

@media screen and (max-width: 820px) {
  #content-news-side .lastcol .record {
    clear: both;
  }
}

@media screen {
  #content-news-side .lastcol .record p.img {
    display: none;
  }
}

@media screen and (max-width: 820px) {
  #content-news-side .lastcol .record p.img {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  #content-news-side .lastcol .record p {
    float: left;
    margin: 10px 0 .5em 0;
  }
  #content-news-side .lastcol .record p img {
    margin-right: 1em;
  }
  #content-news-side .lastcol .record p.info {
    float: none;
  }
}

@media screen and (max-width: 480px) {
  #content-news-side .lastcol .record p {
    float: none;
  }
}

@media screen and (max-width: 820px) {
  #content-news-side .lastcol .record h3 {
    font-size: 1.4em;
    line-height: 1.1;
  }
}

@media screen {
  #content-news-side .next {
    padding-right: 10px;
  }
  #content-news * {
    letter-spacing: 0 !important;
  }
  #menu {
    font-family: sans-serif;
  }
}

@media screen and (max-width: 998px) {
  #menu {
    display: none;
  }
}

@media screen {
  #menu a.selected {
    font-weight: bold;
  }
  #menu span.selected {
    display: inline-block;
    padding-left: 15px;
    font-weight: bold;
    background: url(/images/vlada/bullet.gif) no-repeat 0 0.25em;
  }
  #menu ul span.selected {
    margin-left: -15px;
  }
  #menu a {
    text-decoration: none !important;
  }
  #menu h2 a {
    text-decoration: underline !important;
  }
  #mainphoto {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #mainphoto img {
    width: 100%;
    height: auto;
  }
  #mainphoto dt {
    margin: 0;
    line-height: 1px;
  }
  #mainphoto dd {
    position: relative;
    margin: 0;
    padding: 5px 5px 5px 10px;
    font-family: sans-serif;
    font-size: .85em;
    background-color: #EBEBEB;
  }
  #mainphoto dd.full {
    padding-right: 10px;
  }
  #mainphoto-more {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 168px;
    padding: 5px 10px;
    background-color: #CDCDCD;
  }
  p.tools {
    margin: 20px 0;
    padding: 5px 10px;
    background-color: #F6F6F6;
  }
  p.tools a {
    font-family: sans-serif;
    font-size: .85em;
    text-transform: uppercase;
    padding-right: 10px;
    text-decoration: underline !important;
  }
  .quote {
    margin: 0 0 20px;
  }
  .quote h3 {
    font: normal 1.4em/1.1 'Roboto', sans-serif;
    color: black;
    margin: 0 0 .6em 0;
    border-top: 1px solid #A7A7A7;
    padding: .6em 0 .3em 0;
  }
  .quote-img {
    margin: 0;
    line-height: 1px;
  }
  .quote-txt {
    margin: 0;
    padding: 10px 10px 20px 10px;
    background-color: #BFDEFE;
  }
  .quote-txt q {
    font-weight: bold;
    font-style: normal;
  }
  .quote-txt ul li {
    list-style: none outside url("/images/vlada/bullet.gif");
    background: none;
    display: list-item;
    margin-left: 15px;
    padding-left: 0;
  }
  dl.related dt {
    font: .95em sans-serif;
    margin: .4em 0 .1em 0;
  }
  dl.related dd {
    margin: .1em 0 .4em 0;
  }
  #toc {
    font-family: sans-serif;
  }
  .terms {
    font-family: sans-serif;
    font-size: .95em;
  }
  .terms dd {
    margin-left: 0;
    background: url(/images/vlada/bullet-lightlist.gif) no-repeat 0 0.5em;
  }
  .terms dd:first-letter {
    padding-left: 10px;
  }
  #qa {
    font-family: sans-serif;
    font-size: .95em;
  }
  #qa dt {
    margin: 8px 0;
  }
  #qa .from {
    font-weight: bold;
  }
  #qa dd {
    background-color: #DEE8FD;
    margin: 8px 0;
    padding: 4px 8px;
    font-weight: bold;
  }
  .gallery-cols-3 {
    width: 594px;
    margin-right: -10px;
  }
  .gallery {
    margin: 10px 0;
    height: 1%;
    overflow: visible;
  }
  .gallery:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .gallery li {
    float: left;
    margin: 0 10px 10px 0;
    width: 188px;
    /*	height: 124px; */
  }
  .gallery li.end-row {
    margin-right: 0;
  }
  .gallery li.next-row {
    clear: left;
  }
  /* Layout > Footer */
  #footer {
    margin: 20px 0 0 0;
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
    font-style: normal;
    font-family: sans-serif;
    font-size: .85em;
    padding: 1em 0;
    text-align: center;
  }
}

@media screen and (max-width: 998px) {
  #footer {
    padding: 1em;
  }
}

@media screen {
  ul#footer li {
    display: inline;
    margin: 0;
    padding: 0 10px 0 0;
    background: none;
  }
}

@media screen and (max-width: 998px) {
  ul#footer li {
    white-space: nowrap;
  }
}

@media screen {
  /* -- gallery */
  #g-detail {
    width: 584px;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: #DCDCDC;
    position: relative;
  }
}

@media screen and (max-width: 998px) {
  #g-detail {
    width: 100%;
    background-color: transparent;
  }
}

@media screen {
  #g-detail dt {
    width: 584px;
    height: 388px;
    overflow: hidden;
    line-height: 388px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
  }
}

@media screen and (max-width: 998px) {
  #g-detail dt {
    width: 100%;
    text-align: center;
  }
}

@media screen {
  #g-detail dt img {
    vertical-align: middle;
  }
  #g-detail dd {
    width: 564px;
    margin: 0;
    padding: 5px 10px;
    font-family: sans-serif;
    font-size: .95em;
  }
}

@media screen and (max-width: 998px) {
  #g-detail dd {
    width: calc(100%);
    padding: 5px 0;
    text-align: center;
  }
}

@media screen {
  #g-thumbs {
    /*	width: 600px; */
    margin: 10px 0 0 0;
    height: 1%;
    overflow: visible;
  }
  #g-thumbs:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #g-thumbs li {
    float: left;
    margin: 0 9px 10px 0;
    width: 88px;
  }
  #g-pager {
    margin-top: 0;
    font-family: sans-serif;
    font-size: .95em;
    height: 1%;
    overflow: visible;
  }
  #g-pager .control {
    font-family: sans-serif;
    font-size: 1.1em;
    float: left;
    margin-left: 10px;
    white-space: nowrap;
  }
  #g-pager .control .selected {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }
  #g-pager li {
    font-size: 1.2em;
    margin-left: 10px;
    /* sindlarv: v pripade inline a kodu, ktery vklada znacky li za sebe (nikoli 1 polozku na 1 radek), se cely seznam nezalamuje na potrebnou delku */
    /*	display: inline-block; */
  }
  #g-caption dd {
    font-family: sans-serif;
    font-size: .95em;
  }
  .galleryPageLink {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
  }
  .galleryPageLinkActive {
    color: #153B88;
    cursor: pointer;
    text-decoration: underline;
    white-space: nowrap;
  }
  /* @end Layout */
  /* @group My styles */
  /* custom styles */
  #related-sites {
    float: left;
    clear: left;
    width: 235px;
    height: 40px;
    margin: 0;
  }
}

@media screen and (max-width: 998px) {
  #related-sites {
    margin-left: 1em;
  }
}

@media screen and (max-width: 480px) {
  #related-sites {
    width: 200px;
  }
}

@media screen {
  #related-sites-cz {
    float: left;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #related-sites-cz span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(/images/vlada/bg_related-sites.png) no-repeat left top;
    cursor: pointer;
  }
  #related-sites-cz:hover span {
    background: url(/images/vlada/bg_related-sites.png) left bottom;
    opacity: .7;
  }
  #related-sites-eu {
    float: left;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #related-sites-eu span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(/images/vlada/ico_related-sites-eu.png) left top;
    cursor: pointer;
  }
  #related-sites-eu:hover span {
    background: url(/images/vlada/ico_related-sites-eu.png) left bottom;
  }
  #related-sites-info {
    float: left;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #related-sites-info span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(/images/vlada/ico_related-sites-info.png) left top;
    cursor: pointer;
  }
  #related-sites-info:hover span {
    background: url(/images/vlada/ico_related-sites-info.png) left bottom;
  }
  #related-sites-vlada span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(/images/vlada/ico_related-sites-gov2.gif) left top;
    cursor: pointer;
  }
  #related-sites-vlada:hover span {
    background: url(/images/vlada/ico_related-sites-gov2.gif) left bottom;
  }
  .archiv a:link {
    color: #666666;
    text-decoration: underline;
  }
  .archiv a:visited {
    color: #666666;
    text-decoration: underline;
  }
  .archiv {
    font-style: italic;
    color: #666666;
  }
  /* @end My styles */
  /* @group Universal */
  .fix-after {
    height: 1%;
    overflow: visible;
  }
  .fix-after:after, .fix {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .note {
    color: #666666;
    word-spacing: -.1em;
  }
  p.note {
    line-height: 1.2;
  }
  .float-left {
    float: left;
    margin: .8em 10px .8em 0;
  }
  .float-right {
    float: right;
    margin: .8em 0 .8em 10px;
  }
  .noscreen, .noshow {
    display: none;
  }
  .clear {
    clear: both;
  }
  .center {
    text-align: center !important;
  }
  .right {
    text-align: right !important;
  }
  .middle,
  .middle th, .middle td,
  .middle label, .middle input, .middle select, .middle img {
    vertical-align: middle;
  }
  .larger {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .smaller {
    font-size: .95em;
  }
  .extra {
    color: #153B88;
  }
  .bold {
    font-weight: bold;
  }
  .italic {
    font-style: italic;
  }
  .nowrap {
    white-space: nowrap;
  }
  .nomargin {
    margin: 0 !important;
  }
  .nomargintop {
    margin-top: 0 !important;
  }
  /* @end Universal */
  .no-image img {
    display: none;
  }
}

@media print {
  body {
    font-family: 'Roboto', sans-serif;
  }
  table {
    border-collapse: collapse;
    border: none;
  }
  th, td {
    border: 1px solid;
  }
  .noprint, .noshow, .fix, #accesslink, #related-sites, #global, .tools, .content-side, .mm-ctrl {
    display: none !important;
  }
  #header {
    border-bottom: 1px solid black;
  }
  h1 {
    font: normal 1.4em/1.1 'Roboto', sans-serif;
    color: black;
    margin-bottom: 10pt;
  }
  h2 {
    font: normal 1.4em/1.1 'Roboto', sans-serif;
    color: black;
    border-bottom: 1px solid #A7A7A7;
    padding-bottom: 5pt;
    margin-bottom: 5pt;
  }
  
  .bold {
    font-weight: bold;
  }
  .larger {
    font-size: larger;
  }
  .info {
    font: normal .95em sans-serif;
  }
  #footer {
    margin: 10pt 0 0 0;
    border-top: 1px solid #CCCCCC;
    padding: 5pt 0 0 0;
    display: block;
    list-style: none;
    font: normal .95em sans-serif;
  }
  #footer li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .no-image img {
    display: none;
  }
}

/* Special print add-ons (all media) */
#p {
  text-align: left;
  padding: 0 5pt;
}

#p #header {
  width: auto;
  background: none;
}

#p #content {
  width: auto;
}

#p-info {
  margin: 20pt 0 10pt 0;
  font-style: italic;
}

/* User styles */
.mergecols-2 .cols-case .record-img p.img {
  padding-bottom: 20px;
}

.col.mergecols-2 .col .record {
  width: 188px;
}

.min-height-100px {
  height: 100px;
}

html > body .min-height-100px {
  height: auto;
  min-height: 100px;
}

.cols-case h3 {
  font-weight: bold;
}

.h3 {
  font: bold 1em/1.3 'Roboto', sans-serif;
  margin: .4em 0 .1em 0;
  color: black;
  padding-bottom: 0;
  border-bottom: none;
}

.cols-5-negative-right {
  margin-right: -10px;
  width: 990px;
  overflow: hidden;
}

.imgobject {
  display: block;
  background-color: #EBEBEB;
  width: 188px;
  height: 106px;
  text-align: center;
}

@media (max-width: 998px) {
  .imgobject {
    width: 100%;
    float: none;
    background-color: transparent;
  }
}

.error {
  color: red;
}

.foto {
  color: #153B88;
  text-decoration: none;
}

.foto:hover {
  color: #D70019;
  text-decoration: underline;
}

#site {
  float: left;
  width: 396px;
  position: relative;
  z-index: 5;
}

@media (max-width: 680px) {
  #site {
    width: 280px;
  }
}

@media (max-width: 480px) {
  #site {
    width: 250px;
  }
}

#site-en {
  float: left;
  width: 450px;
  position: relative;
  z-index: 5;
}

#site-en #logo {
  width: 450px;
}
#site-en img {
  width: 450px; height: 35px;
  margin-top: .5em;
}

@media (max-width: 680px) {
  #site-en {
    width: 350px;
  }
  #site-en img {
    width: 350px; height: 27px;
    margin-top: 1em;
  }
  #site-en #logo {
  width: 350px;
  }
  #site-en #logo {
/*    margin-top: 1em;*/
  }
}


@media (max-width: 450px) {
  #site-en {
    width: 225px;
  }
  #site-en img {
    width: 225px; height: 18px;
    margin-top: 1.1em;
  }
  #site-en #logo {
  width: 225px;
  }
}

.detail a {
  text-decoration: underline !important;
}

ul.list-classic li {
  padding-left: 15px;
  background: url(../images/vlada/bullet.gif) no-repeat 0 0.35em;
}

.detail ul li {
  padding-left: 15px;
  background: url(../images/vlada/bullet.gif) no-repeat 0 0.35em;
}

.detail {
  line-height: 1.5em;
}

.detail p {
  margin: 0em 0 1em;
}

#g-previous {
  background: rgba(0, 0, 0, 0) url("/images/gif/fotogalerie/blank.gif") repeat scroll 0 0;
  height: 41px;
  left: 0;
  position: relative;
  display: inline;
  top: 0px;
}

#g-next {
  background: rgba(0, 0, 0, 0) url("/images/gif/fotogalerie/blank.gif") repeat scroll 0 0;
  height: 41px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

#g-previous span {
  background: rgba(0, 0, 0, 0) url("/images/gif/fotogalerie/prev.png") no-repeat scroll left 48%;
  left: 4px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 13px;
  -webkit-transition: opacity 0.6s ease 0s;
  transition: opacity 0.6s ease 0s;
  width: 292px;
  height: 388px;
}

#g-next span {
  background: rgba(0, 0, 0, 0) url("/images/gif/fotogalerie/next.png") no-repeat scroll right 48%;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 13px;
  left: -292px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 0s;
  transition: opacity 0.6s ease 0s;
  width: 292px;
  height: 388px;
}

#g-previous:hover span {
  opacity: 1;
  cursor: pointer;
}

#g-next:hover span {
  opacity: 1;
  cursor: pointer;
}

#g-thumbs li img {
  border: 2px solid transparent;
  padding: 2px;
}

#g-thumbs li.g-thumb-active img {
  border-color: #959595;
}

img {
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=generic.css.map */

.en-site .col h2 {
  font-size: 1.05em;
}

@media screen and (min-width: 820px) {
  .record-top h3.resp-h3 {
    font-size: 1.10em !important;
  }
}

div::-webkit-scrollbar {
    width: 1em;
}
 
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
div::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.no-padding {
  padding: 0 !important;
}

.no-padding ul {
    display: inline;
    margin: 0;
    padding: 0;
}

.no-padding ul li {
    padding: 0 !important;
}

.cookies-settings span {
  color: #153B88;
  text-decoration: underline;
  cursor: pointer;
}

#cookie-settings-float_button {
/*display: none !important;*/
}

.cc-compliance a.cc-btn.cc-dismiss,
.cc-compliance a.cc-btn.cc-deny {
    min-width: 140px;
    border-color: initial;
}

.cc-compliance a.cc-btn.cc-allow {
    border-color: initial;
    background: transparent;
}

.cc-compliance a.cc-btn.cc-allow:hover, .cc-compliance a.cc-btn.cc-deny:hover,
.cc-compliance a.cc-btn.cc-allow:active, .cc-compliance a.cc-btn.cc-deny:active,
.cc-compliance a.cc-btn.cc-allow:focus, .cc-compliance a.cc-btn.cc-deny:focus {
    color: #001a4f !important;
    background: white;
    text-decoration: none;
    border: 2px solid white;
}

.cc-compliance a.cc-btn.cc-allow, .cc-compliance a.cc-btn.cc-deny {
    transition: .3s;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.cc-window.cc-banner {
    padding: 2em;
}

body {
    position: relative;
}
.cc-banner .cc-message {
    text-align: left;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.cc-revoke {
    position: absolute !important;
    transform: none !important;
    left: calc(50% - 50px) !important;
    bottom: 9px !important;
    width: 100px;
    text-align: center;
    display: block !important;
    padding: 0 !important;
    font-size: 11.9px !important;
    text-decoration: underline;
    font-family: sans-serif !important;
    background-color: white !important;
    color: #153B88 !important;
}

.cc-revoke:hover {
    color: #D70019 !important;
    text-decoration: underline;
}