@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');

/* Generated by less 2.5.1 */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
	background-color: #d9d9d1;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}
a.cv {cursor:pointer;Text-decoration:underline}
/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*********************************************************************************************

Project : rwdgrid - responsive grid system for your next project
URI: http://rwdgrid.com/
Version: 2.0
Author: Vineeth G S
Author URI: http://www.gsvineeth.com
Github URI: https://github.com/gsvineeth/rwdgrid/

**********************************************************************************************

1.  Base code
2.  Mobile Grid
3.  Grid 720px+
4.  Grid 1024px+
5.  Grid 1200px+
6.  Helper classes

**********************************************************************************************/


/*********************************************************************************************

1.  Base code

*********************************************************************************************/


*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class*='grid-'] {
    float: left;
    padding: 10px;
    width:100%;
}

.hpevents [class*='grid-'] {
    padding: 0;
}

.clear-grid{
    clear:both;
    float:inherit;
}
.container {
    margin:0%;
    width: 100%;
}
.container:after, .container:before {
    display: table;
    clear:both;
    content: " ";
}
.nest {
    margin:0 -10px;
    padding:0;
    width:auto;
}

/*********************************************************************************************

2.  Mobile Grid

*********************************************************************************************/


.grid-m-12 {
    width: 100%;
}
.grid-m-11 {
    width: 91.666663%;
}
.grid-m-10 {
    width: 83.33%;
}
.grid-m-9 {
    width: 75%;
}
.grid-m-8 {
    width: 66.66666664%;
}
.grid-m-7 {
    width: 58.333%;
}
.grid-m-6 {
    width: 50%;
}
.grid-m-5 {
    width: 41.6665%;
}
.grid-m-4 {
    width: 33.33%;
}
.grid-m-3 {
    width: 25%;
}
.grid-m-2 {
    width: 16.66666%;
}
.grid-m-1 {
    width: 8.33%;
}

/*********************************************************************************************

3.  Grid 720px+

*********************************************************************************************/

@media (min-width: 720px) {
    .grid-12 {
        width: 100%;
    }
    .grid-11 {
        width: 91.666663%;
    }
    .grid-10 {
        width: 83.33%;
    }
    .grid-9 {
        width: 75%;
    }
    .grid-8 {
        width: 66.66666664%;
    }
    .grid-7 {
        width: 58.333%;
    }
    .grid-6 {
        width: 50%;
    }
    .grid-5 {
        width: 41.6665%;
    }
    .grid-4 {
        width: 33.33%;
    }
    .grid-3 {
        width: 25%;
    }
    .grid-2 {
        width: 16.66666%;
    }
    .grid-1 {
        width: 8.33%;
    }

    .grid-t-12 {
        width: 100%;
    }
    .grid-t-11 {
        width: 91.666663%;
    }
    .grid-t-10 {
        width: 83.33%;
    }
    .grid-t-9 {
        width: 75%;
    }
    .grid-t-8 {
        width: 66.66666664%;
    }
    .grid-t-7 {
        width: 58.333%;
    }
    .grid-t-6 {
        width: 50%;
    }
    .grid-t-5 {
        width: 41.6665%;
    }
    .grid-t-4 {
        width: 33.33%;
    }
    .grid-t-3 {
        width: 25%;
    }
    .grid-t-2 {
        width: 16.66666%;
    }
    .grid-t-1 {
        width: 8.33%;
    }
}

/*********************************************************************************************

4.  Grid 1024px+

*********************************************************************************************/

@media only screen and (min-width: 1024px) {
    .grid-tl-12 {
        width: 100%;
    }
    .grid-tl-11 {
        width: 91.666663%;
    }
    .grid-tl-10 {
        width: 83.33%;
    }
    .grid-tl-9 {
        width: 75%;
    }
    .grid-tl-8 {
        width: 66.66666664%;
    }
    .grid-tl-7 {
        width: 58.333%;
    }
    .grid-tl-6 {
        width: 50%;
    }
    .grid-tl-5 {
        width: 41.6665%;
    }
    .grid-tl-4 {
        width: 33.33%;
    }
    .grid-tl-3 {
        width: 25%;
    }
    .grid-tl-2 {
        width: 16.66666%;
    }
    .grid-tl-1 {
        width: 8.33%;
    }
}


/*********************************************************************************************

5.  Grid 1200px+

*********************************************************************************************/

@media only screen and (min-width: 1200px) {
    .container {
        max-width:1180px;
        margin:0 auto;
    }
    .container-fluid {
        max-width:90%;
        margin:0 5%;
    }
    .grid-d-12 {
        width: 100%;
    }
    .grid-d-11 {
        width: 91.666663%;
    }
    .grid-d-10 {
        width: 83.33%;
    }
    .grid-d-9 {
        width: 75%;
    }
    .grid-d-8 {
        width: 66.66666664%;
    }
    .grid-d-7 {
        width: 58.333%;
    }
    .grid-d-6 {
        width: 50%;
    }
    .grid-d-5 {
        width: 41.6665%;
    }
    .grid-d-4 {
        width: 33.33%;
    }
    .grid-d-3 {
        width: 25%;
    }
    .grid-d-2 {
        width: 16.66666%;
    }
    .grid-d-1 {
        width: 8.33%;
    }
}

/*********************************************************************************************

6.  Helper classes

*********************************************************************************************/

img.scale, img.responsive {
    max-width: 100%;
    height: auto;
}
html,
body {
  height: 100%;
}
body {
  background-color: #d9d9d1;
  color: #333333;
  line-height: 1.5em;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
}
/* layout */
.page-wrap {
  min-height: 100%;
}
.wrapper-stripe {
  margin-bottom: 20px;
}
.content {
  background-color: #fff;
}
.content:before,
.content:after {
  display: table;
  clear: both;
  content: " ";
}
.content .breadcrumb {
  z-index: 999;
  display: none;
  background-color: #ededed;
  color: #3e465a;
}
.content .breadcrumb ul {
  margin: 0;
  padding: 10px 20px;
  background-color: #ededed;
  color: #3e465a;
  list-style: none;
  font-size: 0.9em;
}
.content .breadcrumb ul li {
  display: inline-block;
}
.content .breadcrumb ul li + li:before {
  content: ">";
  padding: 0 10px;
}
.content .breadcrumb ul li a {
  color: #3e465a;
}
.content .content-title {
  z-index: 999;
  display: none;
}
.content .content-title h1 {
  margin: 0;
  color: #3e465a;
  font-size: 2.2em;
}
.content .content-header {
  position: relative;
}
.content .content-header .content-image {
    background: #3e465a;
}
.content .content-header .content-image img {
  display: block;
  max-width: 100%;
}
.content .content-header .content-title {
padding: 30px 80px 20px;
}
.content .content-header .content-title h1 {
  padding-top: .5em;
  margin: 0;
  color: #3e465a;
  font-size: 2.2em;
  line-height: 1;
}
.content .content-header .breadcrumb {
    position: static;
  padding: 0px 0px 0px 0px;
  width: 100%;
}


@media only screen and (min-width: 1024px) {
  .content .content-header .content-title {
    padding: 30px 80px 20px;
    display: block;
/* 
    display: inline-block;
    left: 60px;
    bottom: 28px;
    padding: 10px 150px 10px 20px;
*/
  }
  .content .content-header .breadcrumb {
    display: block;
    left: 0px;
    bottom: 0;
  }
}
.content .content-body {
  overflow: hidden;
}
.content .content-body .content-body-wrap {
  z-index: 999;
  float: left;
  width: 100%;
  background-color: #fff;
}
.content .content-body .content-body-wrap .content-title {
  display: block;
}
.content .content-body .content-body-wrap .content-title h1 {
  padding: 10px;
}
.content .content-body .content-body-wrap .breadcrumb {
  display: block;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  .content .content-body .content-body-wrap .breadcrumb {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .content .content-body .content-body-wrap {
    padding-left: 10px;
  }
  .content .content-body .content-body-wrap .content-title,
  .content .content-body .content-body-wrap .breadcrumb {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .content .content-body {
    margin-left: 60px;
  }
}
/* misc */
.container {
  padding: 0 15px;
}
.container-full {
  padding: 0;
}
.detail-link {
  display: inline-block;
  float: right;
  padding-right: 20px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAA3NCSVQICAjb4U/gAAAAXVBMVEX/////897/89//8t6/8v+/8///4M7B0ODAz+Cgz95wzvZwkrUxZJkxY5lwP35wPnxwPn0IRoUCP7YCP7cFQoMCPbQDQoICPrUDQYICQYICQIACP34CP38CPnwCPn1EBxvqAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAGZJREFUCJlVj9sOgCAMQ6uIeAEF1IgY9/+f6eXBjT4sOWnWdejcmn65Di4wpuAg3Ff45tV7ImIeUE3nybxpKC98WhpUM3O6do1WcGyeBeaoUfsiX805i7yRivuinw2H6G9hrPjAmhurthKDPL/LmwAAAABJRU5ErkJggg==') no-repeat right center;
}
.thumbnail-left {
  float: left;
  margin-right: 10px;
}
.thumbnail-right {
  float: right;
  margin-left: 10px;
}
.document-menu {
  padding: 8px 0;
  border-top: 1px dotted #B8B8B8;
  line-height: 1.25em;
  text-align: right;
  font-size: 0.9em;
}
.document-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.document-menu ul li {
  display: inline-block;
  margin-left: 5px;
  border-left: 1px dotted #888;
}
.document-menu ul li:first-child {
  border-left: none;
}
.document-menu ul li a {
  margin-left: 8px;
  padding-left: 18px;
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #888;
}
.document-menu ul .document-menu-print a {
  padding-left: 20px;
  background: url(data:image/gif;base64,R0lGODlhDgALAIAAAP///4iIiCH5BAAHAP8ALAAAAAAOAAsAAAIchIOJxhB9oJMP1nZnjq8qdWyS033gInKpRZpgAQA7) left center no-repeat;
}
.document-menu ul .document-menu-mail a {
  padding-left: 18px;
  background: url(data:image/gif;base64,R0lGODlhDAALAIAAAP///4iIiCH5BAAHAP8ALAAAAAAMAAsAAAIbBIJxaNduFIxNSorhvXE/tnRTVXEZ+JXJugQFADs=) left center no-repeat;
}
.document-menu ul .document-menu-back a {
  padding-left: 12px;
  background: url(data:image/gif;base64,R0lGODlhBgAFAIAAAP///4iIiCH5BAAHAP8ALAAAAAAGAAUAAAIHBGKIx937CgA7) left center no-repeat;
}
.document-menu ul .document-menu-top a {
  padding-left: 11px;
  background: url(data:image/gif;base64,R0lGODlhBQAGAJEAAP////7+/oiIiAAAACH5BAAHAP8ALAAAAAAFAAYAAAIIBGSnaMyrWgEAOw==) left center no-repeat;
}
.links-toggle {
  display: none;
  float: right;
  color: #000;
  margin-right: 10px;
  padding: 5px 32px 5px 5px;
  background: url(/system/modules/cz.nelasoft.opencms.avcr/resources/img/links.png) right center no-repeat;
}
.links-toggle:hover {
  cursor: pointer;
}


.links-block {
  z-index: 999;
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  background-color: #014b7a;
}
.links-block ul {
  list-style: none;
  margin: 0;
  padding: 10px;
  text-align: right;
}
.links-block ul li {
  border-top: 1px solid #0073b6;
}
.links-block ul li:first-child {
  border-top: none;
}
.links-block ul li a {
  display: block;
  padding: 5px 0 5px 45px;
  color: #fff;
  text-decoration: none;
  line-height: 1.5em;
}
.social-sharing {
  background-color: #0073b6;
  padding: 15px;
  color: #fff;
}
.social-sharing .social-sharing-title {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.social-sharing .social-sharing-items {
  text-align: center;
  margin: 30px 0;
}
.social-sharing .social-sharing-items .social-sharing-item {
  display: inline-block;
  margin: 0 8px;
  font-size: 2em;
}
.social-sharing .social-sharing-items .social-sharing-item a {
  color: #fff;
}
.videogallery {
  overflow: hidden;
}
.videogallery .boxbody_listentry {
  float: left;
  width: 50%;
  margin: 0;
}
.videogallery .boxbody_listentry h2 {
  min-height: 2.5em;
}

.margin-top-0 {
  margin-top: 0;
}

/* lists */
.list-style-none {
  list-style:none;
}

.list .list-item {
  margin-bottom: 2em;
}
.list .list-item .list-date {
  font-size: 0.9em;
}
.list .list-item .list-title h3 {
  margin: 0;
  font-size: 1.2em;
}
.list .list-item .list-title h3 a {
  color: #0072b6;
  font-weight: bold;
  text-decoration: none;
}
.list .list-item .list-title h3 a:hover {
  text-decoration: underline;
}
#list_center_pages {
  overflow: hidden;
}
.boxbody_listentry {
  overflow: hidden;
}
.boxbody_listentry .boxbody_listentry_content {
  float: right;
  width: 71%;
}
.boxbody_listentry .boxbody_listentry_content p {
  margin-top: 0;
}
.boxbody_listentry .boxbody_listentry_content .date {
  color: #999;
}
/* pagination */
.pagination {
  overflow: hidden;
  margin: 2em 0 1em;
  text-align: center;
}
.pagination a,
.pagination span {
  padding: 0.3em 0.5em;
  color: #003476;
}
.pagination .current {
  font-weight: bold;
}
/* search */
.search-status {
  margin-bottom: 15px;
}
.search-header {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #eee;
}
.search-input {
  float: left;
  width: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  line-height: 20px;
}
.search-submit {
  /*width: 42px;*/
  height: 42px;
  border: none;
  background: #014b7a;
  color: #BDD0DC;
  font-size: 1.5em;
}
.search-result {
  padding: 10px 0;
  border-top: 1px solid #eee;
}
.search-result .search-result-title {
  font-weight: bold;
}
.media {
  overflow: hidden;
  padding: 20px;
}
.media .col-1-2 {
  float: left;
  width: 50%;
}
.media .col-1-4 {
  float: left;
  width: 25%;
}
.media .video-container {
  position: relative;
  margin: 0 1px 1px 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.media .video-container iframe,
.media .video-container object,
.media .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media .media-image-container {
  margin-bottom: 1px;
}
.media .media-image-container a {
  display: block;
  opacity: 0.9;
}
.media .media-image-container a:hover {
  opacity: 1;
}
.media .media-image-container img {
  display: block;
  width: 100%;
}
.grid-noborder {
  padding: 0;
}
.media-carousel {
  padding: 0 0 0 20px;
}
.media-carousel img {
  width: 100%;
}
.section-color-1 .bx-pager,
.section-color-2 .bx-pager,
.section-color-3 .bx-pager,
.section-color-4 .bx-pager {
  bottom: 32px;
}
.section-color-primary .menu-main ul .active,
.section-color-primary .menu-section ul,
.section-color-primary .bx-wrapper /*,
.section-color-primary .content-title */ {
  background-color: #3e465a;
}


@media only screen and (max-width: 1023px) {
.section-color-primary .bx-wrapper {
  background-color: #045b88;
}
}

.section-color-1 .menu-main ul .active,
.section-color-1 .menu-section ul,
.section-color-1 .bx-wrapper /*,
.section-color-1 .content-title */ {
  background-color: #005e94;
}
.menu-color-1 a:hover {
  background-color: #005e94;
}
.section-color-2 .menu-main ul .active,
.section-color-2 .menu-section ul,
.section-color-2 .bx-wrapper /*,
.section-color-2 .content-title */ {
  background-color: #014b7a;
}
.menu-color-2 a:hover {
  background-color: #014b7a;
}
.section-color-3 .menu-main ul .active,
.section-color-3 .menu-section ul,
.section-color-3 .bx-wrapper /*,
.section-color-3 .content-title */ {
  background-color: #003a5f;
}
.menu-color-3 a:hover {
  background-color: #003a5f;
}
.section-color-4 .menu-main ul .active,
.section-color-4 .menu-section ul,
.section-color-4 .bx-wrapper /*,
.section-color-4 .content-title */ {
  background-color: #172434;
}
.menu-color-4 a:hover {
  background-color: #172434;
}
.hpevents-anniversary .list-item {
  overflow: hidden;
  border-top: 1px solid #2182A2;
}
.hpevents-anniversary .list-item:first-child {
  border-top: none;
}
.hpevents-anniversary .list-item .list-body {
  display: table;
}
.hpevents-anniversary .list-item a {
  color: #fff;
  text-decoration: none;
}
.hpevents-anniversary .list-otheritems .list-item:first-child {
  border-top: 1px solid #2182A2;
}
.hpevents-anniversary .list-date {
  float: left;
  display: table-cell;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  vertical-align: middle;
  border-right: 1px solid #2182A2;
}
.hpevents-anniversary .list-date .anniversary-date-month {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: rotate(-90deg);
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9em;
}
.hpevents-anniversary .list-date .anniversary-date-day-year {
  float: left;
  text-align: center;
  height: 70px;
  padding: 15px 0 0 20px;
}
.hpevents-anniversary .list-date .anniversary-date-day-year .anniversary-date-day {
  font-size: 2.2em;
  color: #145164;
}
.hpevents-anniversary .list-title {
  display: table-cell;
  vertical-align: middle;
}
.events-header {
  margin-bottom: 1.5em;
}
.events-header #events-filter-form {
  overflow: hidden;
  margin-bottom: 1em;
  border: 1px solid #eee;
}
.form-styled label {
  display: block;
  margin-bottom: 5px;
}
.form-styled input[type=text] {
  width: 100%;
  padding: 5px;
}
.block {
  margin-bottom: 1em;
}
.dataTable thead th {
  text-align: left;
}
.button {
  display: inline-block;
  padding: 5px 20px;
  border: none;
  font-size: 120%;
  text-align: center;
  text-decoration: none;
  line-height: 1.25em;
}
.button2 {
    display: inline-block;
    border: none;
    font-size: 90%;
    text-align: center;
    text-decoration: none;
    line-height: 0.6em;
    border-radius: 28px;
    padding: 10px 10px;
    font-weight: bold;
}
.button-primary {
  color: #3e4659;
  background-color: #0089d1;
}
.button-primary:hover {
  color: #fff;
  background-color: #3e4659;
}
.button2-primary {
    color: #fff !important;
    background-color: #0089d1;
}
.button2-primary:hover {
  color: #fff;
  background-color: #3e4659;
}

.button-large {
  padding: 10px 20px;
}
.button2-large {
  padding: 10px 10px;
}


.wrapper-header {
  min-height: 80px;
}
.header {
  position: relative;
  min-height: 80px;
  background-color: #045b88;
}
.header .logo {
  float: left;
  margin: 10px 10px 10px 20px;
}
.header .logo img {
  float: left;
  width: 100%;
}

.nadpishlavni {
	float: left;
	display: block;
	margin-right: 20px;
}
.nadpishlavni .line-row {
	display: block;
}

.nadpishlavni h1 {
    color: white;
    font-size: 17px;
    line-height: 20px;
    margin: 20px 0 0;
    font-family: 'Open Sans', Tahoma, sans-serif;

}

.nadpishlavni a {
    color: white;
  text-decoration: none;
}

.imghlavni {
  float: left;
}
.hraward {
    height: 80px;
    padding: 5px;
    position: absolute;
    right: 160px;

}

@media only screen and (max-width: 750px) {
.header .logo {
  margin-top: 25px;
}
.header .logo img {
	width: auto;
	height: 30px;
}
.nadpishlavni {
}
.nadpishlavni h1 {
	font-size: 10px;
    line-height: 11px;
    margin: 28px 0 0;
}
.imghlavni {
    height: 50px;
    width: auto;
    margin-top: 15px;
}
}

@media only screen and (max-width: 550px) {
/*.lang-en*/ .imghlavni {
	display: none;
}
 
}
@media only screen and (max-width: 500px) {
.hraward {
	display: none;
}
}

/*
@media only screen and (max-width: 1145px) {
.nadpishlavni h1 {
  font-size: 1.5em;
}
}

@media only screen and (max-width: 1049px) {
.lang-en .nadpishlavni h1 {
  font-size: 1.4em; 
}
}
*/
@media only screen and (max-width: 983px) {
/*
.imghlavni{
  display: none;
}
.nadpishlavni h1 {
  font-size: 18px
}
.header .header-misc .search-box {
  display: none;
}
*/
.header-menu {
  margin-right: 22px;
}
}

/*
@media only screen and (max-width: 700px) {
.lang-en .nadpishlavni h1 {
  font-size: 17px;
}
}

@media only screen and (max-width: 600px) {
.nadpishlavni h1 {
  font-size: 16px;
}
.lang-en .nadpishlavni h1 {
  font-size: 15px;
}
}

@media only screen and (max-width: 575px) {
.nadpishlavni h2{
}
}

@media only screen and (max-width: 500px) {
.nadpishlavni h1 {
  font-size: 13px;
}
.lang-en .nadpishlavni h1 {
  font-size: 12px;
}
}

@media only screen and (max-width: 458px) {
.imghlavni{
  display: none;
}
.nadpishlavni h1 {
  font-size: 12px;
}
.lang-en .nadpishlavni h1 {
  font-size: 11px;
}
}
*/

@media only screen and (min-width: 1024px) {
  .header .logo img {
    width: inherit;
  }
}
.header .header-misc {
/*  display: none; */
  float: right;
}
.header .header-misc .header-misc-row {
  overflow: hidden;
  background-color:#045b88;
}
.header .header-misc .search-box {
  float: right;

}
.header .header-misc .search-box .search-input {
  box-sizing: border-box;
  float: left;
  width: 154px;
  height: 42px;
  padding: 10px 0 10px 10px;
  border: none;
  background-color: #014b7a;
  color: #fff;
  vertical-align: top;
  font-size: 1em;
  outline: none;
}
.header .header-misc .search-box .search-input::-webkit-input-placeholder {
  color: #BDD0DC;
  font-style: italic;
}
.header .header-misc .search-box .search-input::-moz-placeholder {
  color: #BDD0DC;
  font-style: italic;
}
.header .header-misc .search-box .search-input:-ms-input-placeholder {
  color: #BDD0DC;
  font-style: italic;
}
.header .header-misc .search-box .search-input:-moz-placeholder {
  color: #BDD0DC;
  font-style: italic;
}
.header .header-misc .search-box .search-submit {
  width: 55px;
  height: 55px;
  border: none;
  font-size: 1.5em;
  color: #bdcfdd;
  margin: 13px 22px 0px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;	
}
@media only screen and (max-width: 380px) {
.header .header-misc .search-box .search-submit {
	margin-right:0;	
  }
.header-menu {
    margin-right: 2px;
 }  
}


.header .header-misc .strategie-av21 {
  float: right;
  margin: 2px 10px 0 0;
}
.header .header-misc .header-menu {
  box-sizing: border-box;
  float: right;
    width: 65px;
  height: 55px;
  border: none;
  font-size: 1.2em;
  color: #bdcfdd;
  margin-top: 13px;
  padding-left: 5px;
  line-height: 55px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.header .header-misc .header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .header-misc .header-menu ul li {
  float: left;
  margin-left: 1em;
}
.header .header-misc .header-menu ul li:first-child {
  margin-left: 0;
}
.header .header-misc .header-menu a {
  color: #bdcfdd;
  text-decoration: none;
}
.header .header-misc .header-menu a:hover {
  text-decoration: none;
}
/*
@media only screen and (min-width: 550px) {
  .header .header-misc {
    display: block;
  }
}
*/
.content-menu .menu-toggle {
  float: right;
  margin: 20px 15px;
}
.content-menu .menu-toggle button {
  width: 36px;
  height: 36px;
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 34px;
  outline: none;
}
@media only screen and (min-width: 1024px) {
  .content-menu .menu-toggle {
    display: none;
  }
}


.footer {
  padding: 10px;
  background-color: #3e4659;
}
.footer .social-links {
  margin-bottom: 30px;
  text-align: center;
}
.footer .social-links .social-link-title {
  margin-bottom: 30px;
  color: #87BDDF;
  font-size: 1.2em;
}
.footer .social-links .social-link {
  display: inline-block;
  margin: 0 15px;
  font-size: 3em;
}
.footer .social-links .social-link a {
  color: #fff;
}
.footer .footer-nav {
  width: 100%;
}
.footer .footer-nav .footer-nav-col {
  padding: 0 1em;
}
.footer .footer-nav .footer-nav-title {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  text-align: center;
  color: #87BDDF;
}
.footer .footer-nav .footer-nav-title a {
  text-decoration: none;
  color: #87BDDF;
}
.footer .footer-nav ul {
  display: none;
}
@media only screen and (min-width: 720px) {
  .footer .footer-nav .footer-nav-title {
    text-align: left;
  }
  .footer .footer-nav ul {
    display: block;
  }
}
.footer .footer-nav ul {
  margin: 0;
  padding: 0;
}
.footer .footer-nav li {
  font-size: 0.8em;
  list-style: none;
}
.footer .footer-nav li a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-nav li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 720px) {
  .footer .footer-nav {
    display: table;
  }
  .footer .footer-nav .footer-nav-col {
    display: table-cell;
    border-left: 1px solid #00689F;
  }
  .footer .footer-nav .footer-nav-col:first-child {
    border-left: none;
  }
}
.footer .logo {
  margin: 30px 0 10px;
  text-align: center;
}
.footer .footer-quote {
  font-size: 0.8em;
  text-align: center;
  color: #fff;
}
.footer .footer-quote a {
  color: #fff;
}
a {
  color: #0072b6;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 1em 0;
}
h1
h2,
h3,
h4 {
  color: #3e465a;
}
h1,
h2 {
  font-weight: normal;
}
/*
h1 {
    line-height: 2em;
}
h2 {
    line-height: 1.5em;
}
h3 {
    line-height: 1.17em;
}
h4 {
    line-height: 1em;
}
h5 {
    line-height: 0.83em;
}
h6 {
    line-height: 0.67em;
}
*/

.slider {
  border-bottom: 1px solid #fff;
}
@media (min-width: 1024px) {
  .slider {
    border-bottom: none;
  }
}
.bxslider {
  margin: 0;
  padding: 0;
}
/* Custom */
.bx-wrapper {
  position: relative;
  background-color: #3e465a;
}
.bx-wrapper .bxslider-image-wrapper {
  overflow: hidden;
}
.bx-wrapper img {
  float: left;
  width: 100%;
}
.bxslider .bxslider-text {
  box-sizing: border-box;
  padding: 20px;
  background-color: #045b88;
}

#slidercontainer  {
  background-color: #3e465a;
}



@media (min-width: 1024px) {
  .bx-wrapper .bxslider-image-wrapper {
    width: 75%;
  }
  .bxslider .bxslider-text {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    padding: 20px 20px 40px;
  }
}
.bxslider .bxslider-caption {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.25em;
}
.bxslider .bxslider-caption a {
  color: #fff;
  text-decoration: none;
}
.bxslider .bxslider-caption a:hover {
  text-decoration: underline;
}
.bxslider .bxslider-description {
  color: #fff;
}
.bxslider-detail {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.bxslider-detail a {
  color: #0072b6;
  text-decoration: none;
  font-size: 0.9em;
}
.bxslider-detail a:hover {
  text-decoration: underline;
}
.bx-wrapper .bx-prev {
  left: 15px;
  background: transparent url('/system/modules/cz.nelasoft.opencms.avcr/resources/img/sprite.png') 0 0 no-repeat;
}
.bx-wrapper .bx-next {
  right: 15px;
  background: transparent url('/system/modules/cz.nelasoft.opencms.avcr/resources/img/sprite.png') -41px 0 no-repeat;
}
.bx-wrapper .bx-controls {
  display: none;
  position: absolute;
  top: 0;
  width: 75%;
  height: 100%;
}
@media (min-width: 1024px) {
  .bx-wrapper .bx-controls {
    display: block;
  }
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  width: 41px;
  height: 72px;
  margin-top: -36px;
  outline: 0;
  z-index: 999;
  text-indent: -9999px;
  opacity: 0.8;
}
.bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-pager {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 999;
}
.bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-pager .bx-pager-item .bx-pager-link {
  background: #BAB9B4;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 2px;
  outline: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.bx-pager .bx-pager-item .active {
  background: #fff;
}
.service-menu {
  overflow: hidden;
  margin: 10px 15px 50px;
  font-size: 0.9em;
  background-color: #d9d9d1;
}
.service-menu .copyright {
  margin-right: 10px;
}
@media only screen and (min-width: 720px) {
  .service-menu .copyright {
    float: left;
  }
}
.service-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-menu ul li {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
}
.service-menu ul li a {
  color: #333333;
}
/* section layout (e.g. homepage) */
.carousel {
  margin-bottom: 20px;
  padding: 1em 0;
  background-color: #38382E;
}
.carousel .carousel-title {
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}
.carousel .carousel-title a {
  color: #fff;
}
.carousel .carousel-item {
  text-align: center;
}
.hpevents {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.hpevents .hpevents-body {
  position: relative;
}
.hpevents .hpevents-list {
  z-index: 999;
  margin: 0 -20px;
  padding: 0 20px;
}
.hpevents .hpevents-list .list-otheritems {
  display: none;
}
.hpevents .hpevents-list .list-footer {
  margin-bottom: 5px;
  text-align: center;
}
.hpevents .hpevents-list .list-footer .list-footer-toggle {
  outline: none;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}
.hpevents .hpevents-list .list-footer .toggle-open {
  background-position: 0 -30px;
}
@media (min-width: 1024px) {
  .hpevents .hpevents-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}
.hpevents .hpevents-calendar,
.hpevents .hpevents-recommendation,
.hpevents .hpevents-anniversary {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.hpevents .hpevents-calendar:first-child,
.hpevents .hpevents-recommendation:first-child,
.hpevents .hpevents-anniversary:first-child {
  margin-left: 0;
}
.hpevents .hpevents-calendar h2,
.hpevents .hpevents-recommendation h2,
.hpevents .hpevents-anniversary h2 {
  margin: 0 0 1em;
}
.hpevents .hpevents-calendar {
  background-color: #0073b6;
  color: #fff;
}
.hpevents .hpevents-calendar a {
  color: #fff;
}
.hpevents .hpevents-calendar h2 {
  text-align: center;
  color: #fff;
  font-weight: normal;
}
.hpevents .hpevents-recommendation {
  background-color: #E7E8E2;
}
.hpevents .hpevents-recommendation h2 {
  color: #000;
  font-size: 1.8em;
  font-weight: normal;
}
.hpevents .hpevents-recommendation .hpevents-list {
  background-color: #E7E8E2;
}
.hpevents .hpevents-recommendation .hpevents-list .list-footer #hpevents-recommendation-toggle {
  background-image: url('../img/hpevents-recommendation-toggle.png');
}
.hpevents .hpevents-recommendation .list-item {
  overflow: hidden;
  margin-bottom: 0.5em;
}
.hpevents .hpevents-recommendation .list-item .list-date {
  box-sizing: border-box;
  float: left;
  width: 10%;
  min-width: 55px;
  padding: 10px 5px 5px;
  margin-right: 15px;
  background-color: #014b7a;
  color: #fff;
  text-align: center;
}
.hpevents .hpevents-recommendation .list-item .list-date .hpevents-date-day {
  font-size: 2.2em;
}
.hpevents .hpevents-recommendation .list-item .list-date .hpevents-date-month {
  font-size: 0.8em;
}
.hpevents .hpevents-recommendation .list-item .list-title {
  float: left;
  width: 85%;
}
.hpevents .hpevents-recommendation .list-item .list-title h3 {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.5em;
}
.hpevents .hpevents-recommendation .list-item .list-title h3 a {
  color: #0073b6;
  text-decoration: none;
}
.hpevents .hpevents-recommendation .list-item .list-teaser {
  font-size: 0.9em;
  line-height: 1.5em;
}
.hpevents .hpevents-anniversary {
  background-color: #2DA8D2;
  color: #fff;
}
.hpevents .hpevents-anniversary h2 {
  text-align: center;
  color: #fff;
  font-weight: normal;
}
.hpevents .hpevents-anniversary .hpevents-list {
  background-color: #2DA8D2;
}
.hpevents .hpevents-anniversary .hpevents-list .list-footer #hpevents-anniversary-toggle {
  background-image: url('../img/hpevents-anniversary-toggle.png');
}
@media (min-width: 1024px) {
  .hpevents .hpevents-calendar {
    width: 25%;
  }
  .hpevents .hpevents-recommendation {
    width: 50%;
  }
  .hpevents .hpevents-anniversary {
    width: 25%;
  }
}
.hpevents .ui-datepicker .ui-datepicker-header {
  position: relative;
}
.hpevents .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  left: 2px;
  cursor: pointer;
}
.hpevents .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
.hpevents .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.hpevents .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: block;
  font-size: 1.5em;
}
.hpevents .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.hpevents .ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  color: #fff;
}
.hpevents .ui-datepicker table thead th {
  padding: 5px 0;
  font-weight: normal;
}
.hpevents .ui-datepicker table td {
  padding: 1px;
}
.hpevents .ui-datepicker table td a {
  display: block;
  padding: 2px;
  background-color: #0067A4;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.hpevents .ui-datepicker table .ui-datepicker-today a {
  background-color: #0072b6;
  font-weight: bold;
}
.hpevents .ui-datepicker table .highlight a {
  background-color: #014b7a;
  color: #fff;
}
.hpevents .ui-datepicker .ui-icon {
  width: 23px;
  height: 23px;
}
.hpevents .ui-datepicker .ui-icon-circle-triangle-w {
  background: transparent url('/system/modules/cz.nelasoft.opencms.avcr/resources/img/sprite.png') -82px 0 no-repeat;
}
.hpevents .ui-datepicker .ui-icon-circle-triangle-e {
  background: transparent url('/system/modules/cz.nelasoft.opencms.avcr/resources/img/sprite.png') -105px 0 no-repeat;
}
@media (min-width: 1024px) {
  .hpevents {
    min-height: 305px;
  }
}
.newsboxes {
  background-color: #fff;
}
.newsboxes .newsboxes-list {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.newsboxes .newsboxes-list .list-archive {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
.newsbox {
  box-sizing: border-box;
  margin: 20px 16px 20px 16px;
  padding: 5px;
  background-color: #fdfdfd;
      -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #fff;
-webkit-box-shadow: 2px 2px 3px 0px rgba(8,8,8,0.1);
-moz-box-shadow: 2px 2px 3px 0px rgba(8,8,8,0.1);
box-shadow: 2px 2px 3px 0px rgba(8,8,8,0.1);
}
.newsbox .newsbox-image {
  margin-bottom: 10px;
}
.newsbox .newsbox-image img {
  display: block;
  width: 100%;
          -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.newsbox .newsbox-body .newsbox-title h3 {
  margin: 0 0 0.25em;
  line-height: 1.5em;
  text-align:center;
}
.newsbox .newsbox-body .newsbox-title h3 a {
  padding: 3px;
  color: #3e465a;
  text-decoration: none;
}
.newsbox .newsbox-body .newsbox-title h3 a:hover {
  color: #000;
  text-decoration: none;
}
.newsbox .newsbox-body .newsbox-text {
  font-size: 0.9em;
}

.newsbox:hover {
	padding-bottom: 6px;
	margin-top: 19px;
	background-color: white;
	box-shadow: 2px 2px 4px 1px rgba(8,8,8,0.2);
}
.newsbox:hover .newsbox-body .newsbox-title h3 a {
	color: #0072b6;
}
.newsbox:hover .newsbox-body .newsbox-title h3 a:hover {
	color: black;
}


@media (min-width: 720px) {
  .newsbox {
    width: 22%;
  }
}
@media (min-width: 1024px) {
  .newsbox {
    width: 22%;
  }
}

@media (max-width: 1075px) {
.menu-main ul li a {
  padding: 30px 20px;
  font-size: 80%;
  font-weight: bold;
}
  }
  
@media (min-width: 1076px) {
.menu-main ul li a {
  padding: 30px 20px;
  font-size: 100%;
  font-weight: bold;
}
  }
  


.menu-main {
  display: none;
}
.menu-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-main ul li {
  border-right: 1px dotted #3e465a;
}
.menu-main ul li:first-child {
  border-left: 0px dotted #3e465a;
}
.menu-main ul li a {
  display: block;
  padding: 30px 20px;
  color: #024;
  line-height: 20px;
 
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
}
.menu-main ul li.active a {
  color: #fff;
}
.menu-main ul .active {
  background-color: #014b7a;
}
.menu-main ul:hover {
    background-color: #014b7a;
  color: #fff;
}
.menu-main #links {
  display: none;
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 62px;
  width: 250px;
  padding: 15px;
  background-color: #014b7a;
  font-size: 0.9em;
}
.menu-main #links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-main #links ul li {
  border-top: 1px solid #0073b6;
}
.menu-main #links ul li:first-child {
  border-top: none;
}
.menu-main #links ul li a {
  display: block;
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
}
.menu-main #links ul li a:hover {
  text-decoration: underline;
}
.menu-main #links-control {
  display: none;
  float: right;
  font-size: 2em;
  color: #fff;
  line-height: 42px;
}
.menu-main #links-control:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .menu-main {
    display: block;
    float: left;
  }
  .menu-main li {
    display: inline-block;
    float: left;
  }
  .menu-main #links-control {
    display: block;
  }
}
.menu-mobile {
  display: none;
  background-color: #0073b6;
}
.menu-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-mobile ul li {
  border-top: 1px dotted #fff;
}
.menu-mobile ul li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #fff;
}
.menu-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #014b7a;
}
.menu-section ul li {
  position: relative;
  display: inline-block;
}
.menu-section ul li a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 80%;
  font-weight: bold;
  outline: none;
}
.menu-section ul li ul {
  position: absolute;
  left: 0;
  width: 200px;
  box-shadow: none;
  display: none;
  opacity: 0;
}
.menu-section ul li ul li {
  display: block;
  margin-right: 0;
}
.menu-section ul li ul li a {
  padding: 6px 20px;
  color: #C4EAFF;
  font-weight: normal;
}
.menu-section ul .open ul {
  z-index: 9999;
  display: block;
  opacity: 1;
}
.menu-section ul .open > a,
.menu-section ul .active > a {
  color: #C4EAFF;
}
.side-menu {
  background-color: #ededed;
  padding: 15px;
  margin-top: -25px; margin-right: -10px;
}
.side-menu .side-menu-title {
  margin-bottom: 1em;
  margin-top: 15px;
  font-size: 1.2em;
  color: #3e465a;
  text-transform: uppercase;
  font-weight: bold;
}
.side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-menu ul li {
  margin-bottom: 1em;
  line-height: 1.25em;
  font-size: 0.9em;
}
.side-menu ul li a {
  display: block;
  color: #3e465a;
  text-decoration: none;
}
.side-menu ul li a:hover {
  text-decoration: underline;
}
.side-menu ul li a.current,
.side-menu ul li a.current-parent {
  font-weight: bold;
}
.side-menu ul ul {
  margin-top: 1em;
}
.side-menu ul ul li a {
  padding-left: 1.5em;
}

.oddeleni {
 padding: 10px;
 display: inline-block;
 background-color: #ccc;
 float: left;
 margin: 10px;
 width: 195px;
 min-height: 180px;
}
 
.oddeleni a {
 color:#000;
 text-decoration:none;
}

.ui-accordion {
  margin-bottom: 1em;
}

.ui-accordion .ui-accordion-header {
  margin-bottom: 5px;
  padding: 10px 20px;
  background-color: #eee;
  border: 1px solid #ccc;
  cursor: pointer;
  outline: none;
}

.ui-accordion .ui-accordion-header .fa-plus {
  margin-right: 5px;
}

.ui-accordion .ui-accordion-content {
  margin-bottom: 5px;
  padding: 10px 20px;
  border: 1px solid #ccc;
}

.ui-accordion .ui-accordion-header-active {
  background-color: #fff;
}

.ui-accordion .ui-accordion-header-active .fa-plus:before {
  content: "\f068";
}

.ui-accordion .ui-accordion-header.ui-state-default:hover {
	padding-bottom: 11px;
    margin-top: -1px;
    background-color: #fafafa;
    box-shadow: 0px 2px 2px #ccc;
}
.ui-accordion .ui-accordion-header.ui-state-default.ui-state-active:hover {
	padding-top: 11px;
    padding-bottom: 9px;
    margin-top: 0;
    background-color: #fefefe;
    box-shadow: inset 0px 2px 2px #ddd;
}


.ui-tabs {
  margin-bottom: 1em;
}

.ui-tabs .ui-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ui-tabs .ui-tabs-nav li {
  box-sizing: border-box;
  float: left;
  background-color: #eee;
  border: 1px solid #ccc;
  border-bottom: 1px solid #000;
}

.ui-tabs .ui-tabs-nav li a {
  display: block;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  outline: none;
}

.ui-tabs .ui-tabs-nav:after,
.ui-tabs .ui-tabs-nav:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-tabs .ui-tabs-nav:after {
  clear: both;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active {
  background-color: #fff;
  border-color: #000;
  border-bottom: 1px solid #fff;
}

.ui-tabs .ui-tabs-panel {
  margin-top: -1px;
  padding: 10px 20px;
  border: 1px solid #000;
}

.newslettersubscription-buttons {
  margin-top: 20px;
}

.pagination {
  margin: 1em 0;
  font-size: 120%;
}
.pagination a {
  display: inline-block;
  padding: 5px 8px;
  text-decoration: none;
}
.pagination span {
  padding: 5px 8px;
}
.pagination .current {
  background-color: #0073B6;
  color: #fff;
}
.pagination .current.prev,
.pagination .current.next {
  background-color: #fff;
  color: #0073B6;
}

@media print {

  body {

    color: #000;

  }

  .wrapper-header,

  .menu-toggle,

  .menu-section,

  .content-header,

  .wrapper-events,

  .wrapper-media,

  .carousel,

  .wrapper-footer,

  .newsboxes-archive,

  .col-side {

    display: none;

  }

  .content-image {
    margin-bottom: 20px;
	background: none;
  }

  .newsboxes .newsboxes-list {

    display: block;

  }

  .newsbox {

    overflow: hidden;

    page-break-inside: avoid;

  }

  .newsbox .newsbox-image {

    float: left;

    width: 25%;

    margin-right: 15px;

  }

  .newsbox .newsbox-body {

    float: left;

    width: 70%;

  }

  .newsbox .newsbox-body .newsbox-title h3 a {

    color: #000;

  }

} 



.content-menu   {
    background-color: #0089d1;
height: 80px;

  }
  
  
.newsboxes-archive {
  margin-bottom: 10px;
  text-align: center;
}




.footer-infontainer {
	padding: 15px;
	background-color: #3e4659;
}

.footer-infontainer .social-icons-footer {
  /*margin-bottom: 30px;*/
  text-align: center;
}
.footer-infontainer .social-icons-footer .social-icon-title {
  margin: 0.83em 0;
  color: #fff;
  font-size: 1.5em;
}
.footer-infontainer .social-icons-footer .social-icon {
  display: inline-block;
  margin: 0 15px;
  font-size: 3em;
}
.footer-infontainer .social-icons-footer .social-icon a {
  color: #fff;
}

.infontainer-wrapper { 
	display: flex;
	align-items: center; 
}

.infontainer-wrapper:before, 
.infontainer-wrapper:after {
    display: table;
    clear: both;
    content: " ";
}

.infontainer-item {
	box-sizing: border-box;
	width:22%;
/*
    margin: 10px 16px;
*/
    margin: 10px 0 10px 32px;
    padding: 5px;
    float: left;
}
  
.infontainer-item.item-type-1 {
    text-align: center;
} 

.infontainer-item.item-type-1 .item-image {
    width: 100%;
} 

.infontainer-item.item-type-2 {
    padding-bottom: 20px;
/*
    margin-left: 32px;
    margin-right: 0;
*/

    color: #a49fa5;
}  

.infontainer-item.item-type-2 h2 {
	text-transform: uppercase;
    color: white;
    margin: 0 0 3px;
} 

.infontainer-item.item-type-2 p {
    margin: 0 0 0 90px;
    font-size: 90%;
    line-height: 1.3;
}

.infontainer-item.item-type-2 a {
    color: #c2bec3;
    text-decoration: none;
} 

.infontainer-item.item-type-2 a:hover {
    color: white;
    text-decoration: underline;
} 

.infontainer-item.item-type-2 .item-image {
    float: left;
	margin: 3px 10px 5px 0;
	width: 80px;
	height: 75px;
} 

@media only screen and (max-width: 1000px) {
.infontainer-item.item-type-2 .item-image {
    float: none;
	margin: 3px 10px 5px 0;
	width: 80px;
	height: 75px;
} 
.infontainer-item.item-type-2 p {
    margin: 0 0 0 0;
}
}

@media only screen and (max-width: 750px) {
.infontainer-wrapper { 
	display: block;
}
.infontainer-item {
	width:27%;
}
.infontainer-item.item-type-1 {
    float: none;
    width: 50%;
    margin-left: 25%;
}
}

@media only screen and (max-width: 550px) {
.infontainer-item.item-type-2 {
float:none;
width:60%;
margin: 10px auto;
}

.infontainer-item.item-type-2 p {
    margin: 0 0 0 90px;
}
.infontainer-item.item-type-2 .item-image {
    float: left;
}
}





.maincontainer ul li a {
    color: #0089d1;
} 

.obr {
    vertical-align: middle;
	margin-right: 30px;
} 

.maincontainer a {
    color: red!important;
    text-decoration: underline;
} 

.org th, td {
   border: 2px solid white;
   padding: 5px;
}

.tr_org2 {
    background-color: #e4eaee;
	
} 

.tr_org1 {
	
} 

/* lists */
.list .list-header {
  margin-bottom: 1em;
}
.list .list-items {
  margin-bottom: 1em;
  /*margin-top: 63px*/
}
.list .list-items .item, .list .list-items .col-4sloupce {
 overflow: hidden;
 margin-bottom: 1em;
 box-sizing: border-box;
 margin: 20px 16px 20px 16px;
 padding: 5px;
 background-color: #fdfdfd;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
 border: 1px solid #fff;
 -webkit-box-shadow: 2px 2px 3px 0px rgba(8,8,8,0.1);
 -moz-box-shadow: 2px 2px 3px 0px rgba(8,8,8,0.1);
 box-shadow: 2px 2px 3px 0px rgba(8,8,8,0.1);  
}

.list .list-items .item:hover, .list .list-items .col-4sloupce:hover {
/* padding-bottom: 6px;*/
 margin-top: 19px;
 background-color: white;
 box-shadow: 2px 2px 4px 1px rgba(8,8,8,0.2);
}

.col-4sloupce{
 margin: 20px 12px 20px 20px!important;
} 

.list .list-items .item .date {
  margin-bottom: 0.25em;
  font-size: 0.9em;
}
.list .list-items .item .title {
  margin-bottom: 0.25em;
}
.list .list-items .item .title h3 {
  margin: 0;
  line-height: 1.5em;
}
.list .list-footer {
  margin-bottom: 1em;
  text-align: center;
}
.list .list-footer .button {
  vertical-align: middle;
  min-width: 160px;
}
.image a {
  display: inline-block;
}
.image img {
  float: left;
}
.img-responsive {
  width: 100%;
}
.button-primary {
    color: #fff;
    background-color: #0073B6;
}

/* file icons */

a[href$= ".pdf"],
a[href$= ".doc"],
a[href$= ".docx"],
a[href$= ".xls"],
a[href$= ".xlsx"],
a[href$= ".ppt"],
a[href$= ".pptx"],
a[href$= ".zip"],
a[href$= ".rar"],
a[href$= ".PDF"],
a[href$= ".DOC"],
a[href$= ".DOCX"],
a[href$= ".XLS"],
a[href$= ".XLSX"],
a[href$= ".PPT"],
a[href$= ".PPTX"],
a[href$= ".ZIP"],
a[href$= ".RAR"] {
    color: black;
}
a[href$= ".pdf"]:visited,
a[href$= ".doc"]:visited,
a[href$= ".docx"]:visited,
a[href$= ".xls"]:visited,
a[href$= ".xlsx"]:visited,
a[href$= ".ppt"]:visited,
a[href$= ".pptx"]:visited,
a[href$= ".zip"]:visited,
a[href$= ".rar"]:visited,
a[href$= ".PDF"]:visited,
a[href$= ".DOC"]:visited,
a[href$= ".DOCX"]:visited,
a[href$= ".XLS"]:visited,
a[href$= ".XLSX"]:visited,
a[href$= ".PPT"]:visited,
a[href$= ".PPTX"]:visited,
a[href$= ".ZIP"]:visited,
a[href$= ".RAR"]:visited {
    color: dimgrey;
}
a[href$= ".pdf"]:before,
a[href$= ".doc"]:before,
a[href$= ".docx"]:before,
a[href$= ".xls"]:before,
a[href$= ".xlsx"]:before,
a[href$= ".ppt"]:before,
a[href$= ".pptx"]:before,
a[href$= ".zip"]:before,
a[href$= ".rar"]:before,
a[href$= ".PDF"]:before,
a[href$= ".DOC"]:before,
a[href$= ".DOCX"]:before,
a[href$= ".XLS"]:before,
a[href$= ".XLSX"]:before,
a[href$= ".PPT"]:before,
a[href$= ".PPTX"]:before,
a[href$= ".ZIP"]:before,
a[href$= ".RAR"]:before {
    font-family: FontAwesome;
    margin-right: 0.3em;
    text-decoration: none;
    font-size: smaller;
}
a[href$= ".pdf"]:before,
a[href$= ".PDF"]:before {
    content: "\f1c1";
    color:red;
}
a[href$= ".doc"]:before,
a[href$= ".docx"]:before,
a[href$= ".DOC"]:before,
a[href$= ".DOCX"]:before {
    content: "\f1c2";
    color:mediumblue;
}
a[href$= ".xls"]:before,
a[href$= ".xlsx"]:before,
a[href$= ".XLS"]:before,
a[href$= ".XLSX"]:before {
    content: "\f1c3";
    color:green;
}
a[href$= ".ppt"]:before,
a[href$= ".pptx"]:before,
a[href$= ".PPT"]:before,
a[href$= ".PPTX"]:before {
    content: "\f1c4";
    color:orange;
}
a[href$= ".zip"]:before,
a[href$= ".rar"]:before,
a[href$= ".ZIP"]:before,
a[href$= ".RAR"]:before {
    content: "\f1c6";
    color:brown;
}


/* employee directory */

#tabulka_kontakty td {
	vertical-align: top;
	border: none;
	border-bottom: 2px solid white;
}
#tabulka_kontakty tr:nth-child(2n) {
    background: #f3f3f3!important;
}
#tabulka_kontakty tr:nth-child(2n+1) {
    background: #fafafa!important;
}
#tabulka_kontakty tr:nth-child(1), 
#tabulka_kontakty tr:hover {
    background: white!important;
	color: black;
}
.search-filter {
padding-bottom: 66px!important;}


.col-4sloupce {
    -ms-flex-preferred-size: 22%!important;
    flex-basis: 22%!important;
    max-width: 22%!important;
}

.col-md-4 {
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    max-width: 28%;
}
.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   /*margin-right: -1rem;
    margin-left: -1rem;*/
}

.col-md,
 .col-md-1,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-4sloupce {
   box-sizing: border-box;
   -ms-flex: 0 0 auto;
   -webkit-box-flex: 0;
   flex: 0 0 auto;
   padding-right: 1rem;
   padding-left: 1rem;
 }
.col-4sloupce h3 {
    margin: 0 0 0.25em;
    line-height: 1.5em;
    text-align: center; 
}
.col-4sloupce div.description {
	font-size: 0.9em;
	}
  
@media only screen and (min-width: 75em) {
/*
  .container {
    width: 71rem;
  }
*/

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}  