@import url('https://fonts.googleapis.com/css?family=Roboto:300,700&subset=latin-ext');
/*! 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,
input,
select,
textarea {
    font-family: sans-serif;
}
button {
    font-family: 'Roboto', sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   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;
}

/* ==========================================================================
   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, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 2.2em;
    margin: 1.2em 0;
}

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

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

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

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

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

/**
 * 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 2em;
}

/**
 * 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 2em;
}

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;
}
/* Uncomment and set these variables to customize the grid. */
/*
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
*/

.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;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.row-nopad {
  margin-left: 0;
  margin-right: 0;
}

.row-nopad > [class*='col-'] {
  padding: 0;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-gray {
  background-color: #E7E8E2;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-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-xs {
  -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-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 48em) {
/*
  .container {
    width: 46rem;
  }
*/

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-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-sm {
    -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-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 62em) {
/*
  .container {
    width: 61rem;
  }
*/

  .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-md-20 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -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-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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,
  .col-lg-20 {
    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-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }

  .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%;
  }
  .col-lg-offset-20 {
    margin-left: 20%;
  }  

  .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;
  }
}
html,
body {
  height: 100%;
}
body {
  color: #333;
  line-height: 1.5em;
  font-family: 'Roboto', Tahoma, sans-serif;
  font-size: 14px;
  background-color: #d9d9d1;
  background: -moz-linear-gradient(left, rgba(129,138,152,1) 0%, rgba(205,208,223,1) 20%, rgba(205,208,223,1) 80%, rgba(129,138,152,1) 100%);
  background: -webkit-linear-gradient(left, rgba(129,138,152,1) 0%,rgba(205,208,223,1) 20%,rgba(205,208,223,1) 80%,rgba(129,138,152,1) 100%);
  background: linear-gradient(to right, rgba(129,138,152,1) 0%,rgba(205,208,223,1) 20%,rgba(205,208,223,1) 80%,rgba(129,138,152,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818a98', endColorstr='#818a98',GradientType=1 );
}
/* layout */
.page-wrap {
  min-height: 100%;
}
.wrapper-stripe {
  margin-bottom: 20px;
}
.wrapper-content p,
.wrapper-content li {
  font-size: 16px;
}
.wrapper-content p {
  line-height: 1.8;
}
.wrapper-content li {
    margin-bottom: 0.4em;
}
#content {
  background-color: #fff;
}
#content:before,
#content:after {
  display: table;
  clear: both;
  content: " ";
}
#content .breadcrumb {
  padding: 5px 10px;
  z-index: 999;
  background: #f7f8f9;
  color: #ccc;
}
#content .breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#content .breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
}
#content .breadcrumb ul li + li:before {
  content: ">";
  padding: 0;
  margin-left: -0.5ex;
}
#content .breadcrumb ul li a {
  color: #bbb;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}
#content .breadcrumb ul li:last-child a {
  color: #999;
}
#content .breadcrumb ul li a:hover {
  text-decoration: underline;
  color: #666;
}
#content .breadcrumb ul li a strong {
  font-weight: normal;
}

#content .content-title { }
#content .content-title h1 { }
#content .content-header {
  position: relative;
}
#content .content-header .content-image img {
  display: block;
  max-width: 100%;
}
#content .content-header .content-title { }
#content .content-header .content-title h1 { }
#content .content-header .breadcrumb { }
@media only screen and (min-width: 1024px) {
  #content .content-header .content-title { }
  #content .content-header .breadcrumb { }
}
#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 { }
#content .content-body .content-body-wrap .breadcrumb {
  display: block;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  #content .content-body .content-body-wrap {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  #content .content-body {
    margin-left: 50px;
  }
}
/* 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 {
  float: right;
  color: #fff;
  margin-right: 10px;
  padding: 5px 32px 5px 5px;
  background: url(/system/modules/cz.nelasoft.opencms.vesmir-pro-lidstvo/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;
}
.side-menu {
  background-color: #E7E8E2;
  padding: 15px;
  margin: 0 0 15px;
}
.side-menu .side-menu-title {
  margin-bottom: 1em;
  font-size: 1.2em;
  color: #a3a69b;
  font-weight: normal;
  text-align: center;
}
.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: #0073B6;
  text-decoration: underline;
}
.side-menu ul li a:hover {
  text-decoration: none;
}
.side-menu ul li a.current {
  text-decoration: none;
  color: #222;
}
.side-menu ul li a.current:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  padding: 0;
  margin:0 0.4ex 0 -1ex;
  color: #a3a69b;
}
.side-menu ul li a.current-parent {
  font-weight: bold;
}
.social-sharing {
  background-color: #003c5f;
  padding: 15px;
  color: #fff;
}
.social-sharing .social-sharing-title {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
}
.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;
}
/* lists */
.list .list-header {
  margin-bottom: 1em;
}
.list .list-items {
  margin-bottom: 1em;
}
.list .list-items .item {
  overflow: hidden;
  margin-bottom: 1em;
}
.list .list-items .item .date {
  margin-bottom: 0.25em;
  margin-right: 0.5em;
  font-size: 0.9em;
  color: #666;  
}
.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;
}
.list.list-boxes .list-items.row {
  margin: 0 0 1em;
  padding: 20px 30px;
}
.sectioncontent .list.list-boxes .list-items .item {
  padding: 20px;
}
.list.list-boxes .list-items .item .date,
.list.list-boxes .list-items .item .category {
  display: inline-block;
}
.list.list-boxes .list-items .item .category {
  display: inline-block;
}


.list.list-boxes .list-items .item .category .button {
    display: inline-block;
    padding: 1px 3px;
    border: 2px solid transparent;
    font-size: 0.9em;
    text-align: center;
    text-decoration: none;
    line-height: 1.25em;
	border-radius: 5px;
	color: #666;
	
}
/* search */
.search-header {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #eee;
}
.search-result {
  padding: 10px 0;
  border-top: 4px solid #eee;
}
.search-result .search-result-title {
  float: left;
  width: 80%;
  font-weight: bold;
}
.search-result .search-result-score {
  float: left;
  width: 20%;
  text-align: right;
}
.media {
  overflow: hidden;
  padding: 20px;
  background-color: #E7E8E2;
}
.media .media-header {
  margin-bottom: 10px;
  overflow: hidden;
}
.media .media-header .media-title {
  float: left;
}
.media .media-header .media-title h2 {
  margin: 0;
}
.media .media-header .media-archive {
  float: right;
}
.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 a {
  display: block;
  opacity: 0.9;
}
.media .media-image-container a:hover {
  opacity: 1;
}
.media .media-image-container img {
  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 .content-title {
  background-color: #0073B6;
}
.section-color-1 .menu-main ul .active,
.section-color-1 .menu-section ul,
.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 .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 .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 .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-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;
}
.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 #0073b6;
}
.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;
  padding: 5px 20px;
  border: none;
  font-size: 120%;
  text-align: center;
  text-decoration: none;
  line-height: 1.25em;
  border-radius: 10px;
  
}
.button-primary {
  color: #fff;
  background-color: #0073B6;
}
.button-primary:hover {
  background-color: #014B7A;
}
.button-primary2 {
  color: #000;
  background-color: #e8801f;
  
}
.button-primary2:hover {
  background-color: #e39a56;
}
.button-large {
  padding: 10px 20px;
}
.button-large2 {
  padding: 20px 30px;
}
.form-styled label {
  display: block;
  margin-bottom: 5px;
}
.form-styled input[type=text] {
  width: 100%;
  padding: 5px;
}
/* misc */
.description p {
  margin-top: 0;
}
.image a {
  display: inline-block;
}
.image img {
  float: left;
}
.img-responsive {
  width: 100%;
}
/* -----------------   PRIDANO:*/
.side-menu ul li ul {
  margin-top: 1em;
  padding-left: 3em;
  color: #0073B6;
}
.side-menu ul li ul li {
  /*list-style-type: square;*/
}
.hpevents-anniversary .list-otheritems .list-item:first-child {
  border-top: 1px solid #2182A2;
}
.tabPad5 td {
  padding: 5px;
}
.header {
  position: relative;
  height: 125px;
  background: #79b0d1;
  background-size: cover;
  background-attachment: fixed;
}
.header .logo {
  float: left;
  margin: 15px 5px 15px 5px;
}
.header .logo img {
  float: left;
  opacity: 1;
}
.header .logo img:hover {
  opacity: 0.85;
}
@media only screen and (min-width: 1024px) {
  .header .logo img {
    width: inherit;
  }
}
.header .header-misc {

  float: right;
}

.header .header-misc .header-misc-row {
  overflow: hidden;
}
.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: 42px;
  height: 42px;
  border: none;
  background: #369;
  background: rgba(51,102,153,0.8);
  font-size: 1.5em;
  color: #fff;
}
.header .header-misc .search-box .search-submit:hover {
  background: #369;
}
.header .header-misc .header-menu {
  box-sizing: border-box;
  float: right;
  height: 42px;
  padding: 10px;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0,0,0,0.5);
}
.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: #fff;
  text-decoration: none;
}
.header .header-misc .header-menu a:hover {
  text-decoration: underline;
}
.header .header-misc .header-menu li:hover,
.header .header-misc .header-menu li:hover a {
  color: #fff;
}
@media only screen and (min-width: 720px) {
  .header .header-misc {
    display: block;
  }
}
.header .menu-toggle {
  float: right;
  margin: 22px 15px;
}
.header .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) {
  .header .menu-toggle {
    display: none;
  }
}
.footer {
  padding: 40px;
  background-color: #79b0d1;
}
.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: 80%;
  margin: 0 auto;
}
.footer .footer-nav .footer-nav-col {
  padding: 0 0.5em;
}
.footer .footer-nav .footer-nav-title {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  color: #87BDDF;
}
.footer .footer-nav .footer-nav-title a {
  text-decoration: none;
  color: #00142c;
}
.footer .footer-nav .menu {
  display: none;
}
.footer .footer-nav ul {
  display: none;
}
@media only screen and (min-width: 1150px) {
  .footer .footer-nav ul {
    display: block;
  }
  .footer .footer-nav .footer-nav-col:first-child {
    border-left: none;
    min-width: 200px;
    /*text-align: right;*/
  }
   .footer .footer-nav .footer-nav-col:nth-child(2) {
  min-width: 210px;
  }
	.lang-en .footer .footer-nav .footer-nav-col:nth-child(2) {
  min-width: 170px;
  }
  
 .lang-en .footer .footer-nav .footer-nav-col:first-child {
    min-width: 240px;
  }
  }
@media only screen and (min-width: 900px) { 
  .footer .footer-nav .footer-nav-col {
    display: table-cell;
    border-left: 1px solid #00689F;
    /*width: 50%;*/
    text-align: left;
  }
  .footer .footer-nav .footer-nav-col:first-child {
    border-left: none;
    /*width: 120px;*/
    /*text-align: right;*/
  }


  .footer .footer-nav .menu {
    display: block;
  }

}
.footer .footer-nav ul {
  margin: 0;
  padding: 0;
}
.footer .footer-nav li {
  font-size: 1.1em;
  list-style: none;
  margin-bottom: 10px;
}

.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 .logo,
.footer .logo-avcr {
  text-align: center;
}
.footer .logo {
  margin: 30px 0 40px;
}
.footer .logo-avcr {
  margin: 80px 0 20px;
}
a {
  color: #0072b6;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  line-height: 1.2em;
}
h2,
h3,
h4 {
  color: #010f24;
}
h1 {
  font-weight: normal;
}
h2 { }
h4 { }
.bxslider {
  margin: 0;
  padding: 0;
}
/* Custom */
.bx-wrapper {
  position: relative;
  background-color: #003c5f;
}
.bx-wrapper .bxslider-image-wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .bx-wrapper .bxslider-image-wrapper {
    width: 75%;
  }
}
.bx-wrapper p,
.bx-wrapper li {
  font-size: 14px;
  line-height: 1.5;
}
.bx-wrapper li {
  margin-bottom: 0;
}
.bx-wrapper img {
  float: left;
  width: 100%;
}
.bxslider .bxslider-text {
  box-sizing: border-box;
  padding: 20px;
}
.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;
}
@media (min-width: 1024px) {
  .bxslider .bxslider-text {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    padding: 50px 20px 40px;
	text-align: center;
  }
  .bxslider .bxslider-text li {
	text-align: left;
  }
  .bxslider .bxslider-caption {
	margin-bottom: 1.5em;
}

}
.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.vesmir-pro-lidstvo/resources/img/sprite.png') 0 0 no-repeat;
}
.bx-wrapper .bx-next {
  right: 15px;
  background: transparent url('/system/modules/cz.nelasoft.opencms.vesmir-pro-lidstvo/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;
  padding: 10px 15px;
  font-size: 0.9em;
  background: #111;
}
.service-menu .copyright {
  margin-right: 10px;
  color: #8e8e8e;  
}
.service-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-menu ul li {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
}
.service-menu a {
  color: #8e8e8e;
  margin-right: 5px;
  padding-right: 5px;
}
.service-menu a:hover {
  color: #999;  
}
.wrapper-events {
  margin-bottom: 10px;
}
.wrapper-sectioncontent {
  background-color: #dedee0;
}
.wrapper-media {
  margin-bottom: 10px;
}
.sectioncontent {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .sectioncontent {
    flex-direction: row;
  }
  .sectioncontent-main {
   
  }
}
.sectioncontent-main {
  flex: 3 1;
}
.sectioncontent-main .pressreleases-section {
  margin-top: 20px;
}
.sectioncontent-cols-3 .sectioncontent-main {
  flex: 2 1;
}
.sectioncontent-side {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  font-size: 0.9em;
}
.sectioncontent-side #leftside-top {
  width: 100%;
  padding: 20px;
  background-color: #E7E8E2;
}
.sectioncontent-side .sectioncontent-side-top,
.sectioncontent-side .sectioncontent-side-bottom {
  flex: 0 1 auto;
  min-height: 50px;
  padding: 20px;
  background-color: #E7E8E2;
}
.sectioncontent-side .hpevents-calendar {
  width: 50%;
}
.sectioncontent-side .image {
  overflow: hidden;
  margin: 0 -20px 20px;
}
.sectioncontent-side h2 {
  margin: 0 0 10px;
}
.sectioncontent-side ul {
  padding: 0 0 0 16px;
}
@media only screen and (min-width: 720px) {
  .sectioncontent-side {
    flex-direction: row;
  }
  .sectioncontent-side .sectioncontent-side-top {
    width: 50%;
  }
  .sectioncontent-side .sectioncontent-side-bottom {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .sectioncontent-side {
    flex-direction: column;
    margin-top: 0;
  }
  .sectioncontent-side .sectioncontent-side-top {
    width: 100%;
  }
  .sectioncontent-side .sectioncontent-side-bottom {
    width: 100%;
  }
  .sectioncontent-side .hpevents-calendar {
    width: 100%;
  }
}
.sectioncontent-cols-3 .sectioncontent-side {
  margin-top: 15px;
}
.sectioncontent .list .list-header,
.sectioncontent .list .list-items,
.sectioncontent .list .list-footer {
  margin-bottom: 0;
}
.sectioncontent .list .list-header {
  margin-left: 20px;
}
.sectioncontent .list .list-header h2 {
  margin: 0;
  font-size: 1.4em;
}
.extra-news h2 {
  margin-top: 0;
}
.extra-news .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
}
.extra-news .item:last-child {
  border-bottom: none;
}
.extra-news .item .date {
  font-size: 0.9em;
}
.extra-news .item .title {
  margin-bottom: 5px;
}
.extra-news .item .title h3 {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.5em;
}
.section-about-us {
  padding: 15px;
}
.section-about-us .section-about-us-image {
  padding: 15px;
  text-align: center;
}
.section-about-us .section-about-us-image .img-responsive {
  height: auto;
}
/* section layout (e.g. homepage) */
.carousel {
  padding: 1em 0;
  background-color: #dedee0;
}
.carousel .carousel-title {
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}
.carousel .carousel-title a {
  color: #fff;
}
.carousel img {
  margin: 0 3.5em;
	
	opacity: 0.8;
}
.carousel .owl-carousel .owl-item img {
	width: auto;
}
/*
.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;
  a {
    color: #fff;
  }
  h2 {
    text-align: center;
    color: #fff;
    font-weight: normal;
  }
  .ui-datepicker {
    padding: 0;
  }
}
.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%;
  }
}

@media (min-width: 1024px) {
  .hpevents {
    min-height: 305px;
  }
}
*/
.hpevents-calendar {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  background-color: #fff;
  color: #444;
}
.hpevents-calendar a {
  color: #444;
}
.hpevents-calendar h2 {
  text-align: center;
  color: #7196ad;
  font-weight: normal;
  font-size: 1.2em;  
  margin: 0 0 1em;
}
.hpevents-calendar .ui-datepicker {
  padding: 0;
}
.sectioncontent .list-items {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.sectioncontent .list-items .item {
  padding: 10px;
  margin-bottom: 0;
}
.sectioncontent .list-items .item .image {
  margin-bottom: 0.25em;
}
@media (min-width: 720px) {
  .sectioncontent-cols-1 .list-items .item {
    width: 50%;
  }
  .sectioncontent-cols-2 .list-items .item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .sectioncontent-cols-1 .list-items .item {
    width: 25%;
  }
  .sectioncontent-cols-2 .list-items .item {
    width: 33.33%;
  }
}
.journal {
  overflow: hidden;
  padding: 20px;
}
.journal .item {
  float: left;
  margin-bottom: 20px;
}
.journal .item .textblock {
  overflow: hidden;
}
.journal .item .image {
  float: left;
  width: 25%;
}
.journal .item .paragraph {
  float: left;
  width: 75%;
  padding: 15px;
}
.journal .item .paragraph h2 {
  margin: 0 0 10px;
}
.journal .item .paragraph p {
  margin: 0 0 1em;
}
@media (min-width: 1024px) {
  .journal {
    overflow: hidden;
    padding: 20px;
  }
  .journal .item {
    float: left;
    width: 33%;
    margin-bottom: 0;
  }
  .journal .item .image {
    float: left;
    width: 45%;
  }
  .journal .item .paragraph {
    float: left;
    width: 55%;
    padding: 15px;
  }
  .journal .item .paragraph h2 {
    margin: 0 0 10px;
  }
}
.menu-main:after,
.menu-missions:after {
    display: table;
    clear:both;
    content: " ";
}
.menu-main {
  display: none;
  background: #003c5f;
  background: rgba(0,60,95,0.5);  
  border-radius: 0 0 0 15px;
}
.menu-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-main ul li { }
.menu-main ul li:first-child {
  border-radius: 0 0 0 15px;
}
.menu-main ul li a {
  display: block;
  padding: 11px;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
  outline: none;
}
.menu-main ul li:hover a {
  color: #fff;
  text-decoration: underline;
}
.menu-main ul .active {
  background-color: #003c5f;
}
.menu-main ul .active a {
  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: right;
  }
  .menu-main li {
    display: inline-block;
    float: left;
    font-size: 16px;
  }
  .menu-main #links-control {
    display: block;
  }
}
.menu-missions { 
 clear: both; 
}
.menu-missions .owl-item:first-child { 
 margin-left:-2px;
}
.menu-missions .menu-item a {
  display: block;
  height: 120px;
  padding: 20px 6px 10px;
  margin-right: 2px;
  font-size: 14px;
  color: #9cf;
  color: rgba(153,204,255,0.5);  
  text-decoration: none;
  outline: none;
  background: #00142c;
  background: rgba(0,20,44,0.5);  
  text-align: center;
  border: 2px solid transparent;
  border-bottom: none;
}
.menu-missions .menu-item a strong {
  display: block;
  color: #fff;
  color: rgba(255,255,255,0.5);
  font-size: 20px;
  font-weight: bold;
}
.menu-missions .menu-item a:hover,
.menu-missions .menu-item.active a {
  color: #9cf;
  background: #00142c;
}
.menu-missions .menu-item a:hover strong,
.menu-missions .menu-item.active a strong {
  color: #fff;
}
.menu-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #00142c;
}
.menu-section ul li {
  position: relative;
  display: inline-block;
}
.menu-section ul li a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  outline: none;
}
.menu-section ul li ul {
  position: absolute;
  left: 0;
  width: 200px;
  box-shadow: none;
  display: none;
  opacity: 0;
  border: none;
}
.menu-section ul li ul li {
  display: block;
  margin-right: 0;
}
.menu-section ul li ul li a {
  padding: 6px 20px;
  color: #fff;
  color: rgba(255,255,255,0.5);
  font-weight: normal;
}
.menu-section ul .open ul {
  z-index: 9999;
  display: block;
  opacity: 1;
}
.menu-section ul a:hover {
  text-decoration: underline;
}
.menu-section ul a:hover,
.menu-section ul .open > a,
.menu-section ul .active > a {
  color: #fff;
}
.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;
}
.section-color-1 .menu-section ul,
.section-color-2 .menu-section ul,
.section-color-3 .menu-section ul,
.section-color-4 .menu-section ul,
.section-color-5 .menu-section ul,
.section-color-6 .menu-section ul,
.section-color-7 .menu-section ul,
.section-color-8 .menu-section ul,
.section-color-9 .menu-section ul,
.section-color-10 .menu-section ul {
  border-top: 2px solid transparent;
}

/*.list.list-boxes .list-items .item .category.category-cat-1 .button,
.section-color-1 .menu-section ul,
.menu-missions .menu-item.menu-item-1.active a,
.menu-missions .menu-item.menu-item-1 a:hover {
  border-color: #f99;
}
.list.list-boxes .list-items .item .category.category-cat-2 .button,
.section-color-2 .menu-section ul,
.menu-missions .menu-item.menu-item-2.active a,
.menu-missions .menu-item.menu-item-2 a:hover {
  border-color: #fc6;
}
.list.list-boxes .list-items .item .category.category-cat-3 .button,
.section-color-3 .menu-section ul,
.menu-missions .menu-item.menu-item-3.active a,
.menu-missions .menu-item.menu-item-3 a:hover {
  border-color: #ff9;
}
.list.list-boxes .list-items .item .category.category-cat-4 .button,
.section-color-4 .menu-section ul,
.menu-missions .menu-item.menu-item-4.active a,
.menu-missions .menu-item.menu-item-4 a:hover {
  border-color: #9f9;
}
.list.list-boxes .list-items .item .category.category-cat-5 .button,
.section-color-5 .menu-section ul,
.menu-missions .menu-item.menu-item-5.active a,
.menu-missions .menu-item.menu-item-5 a:hover {
  border-color: #6ff;
}
.list.list-boxes .list-items .item .category.category-cat-6 .button,
.section-color-6 .menu-section ul,
.menu-missions .menu-item.menu-item-6.active a,
.menu-missions .menu-item.menu-item-6 a:hover {
  border-color: #6cf;
}
.list.list-boxes .list-items .item .category.category-cat-7 .button,
.section-color-7 .menu-section ul,
.menu-missions .menu-item.menu-item-7.active a,
.menu-missions .menu-item.menu-item-7 a:hover {
  border-color: #c9f;
}
.list.list-boxes .list-items .item .category.category-cat-8 .button,
.section-color-8 .menu-section ul,
.menu-missions .menu-item.menu-item-8.active a,
.menu-missions .menu-item.menu-item-8 a:hover {
  border-color: #f9f;
}
.list.list-boxes .list-items .item .category.category-cat-9 .button,
.section-color-9 .menu-section ul,
.menu-missions .menu-item.menu-item-9.active a,
.menu-missions .menu-item.menu-item-9 a:hover {
  border-color: #f96;
}
.list.list-boxes .list-items .item .category.category-cat-10 .button,
.section-color-10 .menu-section ul,
.menu-missions .menu-item.menu-item-10.active a,
.menu-missions .menu-item.menu-item-10 a:hover {
  border-color: #cf6
}*/

.list.list-boxes .list-items .item .category.category-cat-1 .button {
  background-color: #fcddde;
}
.list.list-boxes .list-items .item .category.category-cat-2 .button {
  background-color: #fceccf;
}
.list.list-boxes .list-items .item .category.category-cat-3 .button {
  background-color: #fcfcde;
}
.list.list-boxes .list-items .item .category.category-cat-4 .button {
  background-color: #ddfcde;
}
.list.list-boxes .list-items .item .category.category-cat-5 .button {
  background-color: #cdfcfd;
}
.list.list-boxes .list-items .item .category.category-cat-6 .button {
  background-color: #cdecfd;
}
.list.list-boxes .list-items .item .category.category-cat-7 .button {
  background-color: #ecddfd;
}
.list.list-boxes .list-items .item .category.category-cat-8 .button {
  background-color: #fceccf;
}
.list.list-boxes .list-items .item .category.category-cat-9 .button {
  background-color: #fcddfd;
}
.list.list-boxes .list-items .item .category.category-cat-10 .button {
  background-color: #ecfccf;
}


.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-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 */
.pagination {
  margin: 1em 0;
  font-size: 1.1em;
  text-align: center;
}
.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;
  }
  .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;
  }
}
/* pagination */
.hasDatepicker {
  position: relative;
  z-index: 9999;
}
#ui-datepicker-div {
  display: none;
  width: 280px;
}
.ui-datepicker {
  background-color: #fff;
  padding: 15px;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  left: 2px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: block;
  font-size: 1.5em;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
  color: #444;
}
.ui-datepicker table thead th {
  padding: 5px 0;
  font-weight: normal;
}
.ui-datepicker table td {
  padding: 1px;
}
.ui-datepicker table td a {
  display: block;
  padding: 2px;
  background-color: #e0ebf3;
  text-align: center;
  text-decoration: none;
  color: #444;
}
.ui-datepicker table .ui-datepicker-today a {
  background-color: #0072b6;
  color: #fff;
  font-weight: bold;
}
.ui-datepicker table .highlight a {
  background-color: #adcee2;
  color: #444;
}
.ui-datepicker .ui-icon {
  width: 23px;
  height: 23px;
}
.ui-datepicker .ui-icon-circle-triangle-w {
  background: transparent url('/system/modules/cz.nelasoft.opencms.vesmir-pro-lidstvo/resources/img/sprite.png') -82px 0 no-repeat;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  background: transparent url('/system/modules/cz.nelasoft.opencms.vesmir-pro-lidstvo/resources/img/sprite.png') -105px 0 no-repeat;
}
.infobox {
  margin: 5px;
  padding: 15px;
}
.infobox-alert {
  border: 2px solid red;
}


/* tiles */

.tiles { 
  padding: 30px 10px;
  color: #8cbdda;
  background: #023 url(/system/modules/cz.osw.opencms.ART_budoucnosti/resources/img/sky.jpg) top center;
  background-size: cover;
  background-attachment: fixed;
}
.tiles .items-list {
  background: #031423;
  background: rgba(3, 20, 35, 0.7); 
}
.tiles .items-list .tile { }
.tiles .items-list .tile .item-image,
.tiles .items-list .tile .item-body {
  text-align: center;
}
.tiles .items-list .tile .item-body {
  padding: 20px 50px;
}

.tiles .items-list .tile .item-body .item-title { padding: 20px 0; color: #bcd1dd; }
.tiles .items-list .tile .item-body .item-title .item-headline { 
	font-weight: normal; 
	font-size: 35px;
    line-height: 40px;
    margin: 1.5em 0 1em; 
	color: #bcd1dd;
}

.tiles .items-list .tile .item-body .item-title a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.tiles .items-list .tile:hover .item-body .item-title a { text-decoration: underline; }
.tiles .items-list .tile .item-body .item-text { padding: 0 0 20px; max-width: 500px; margin: 0 auto; }
.tiles .items-list .tile .item-body .item-text p:last-child { margin-bottom: 0; }

@media only screen and (min-width: 720px) {
  .tiles { 
    padding: 50px 10px;
  }
  .tiles .items-list {
/*
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
*/
	max-width:880px;
    width: 100%;
    margin:0 auto;
  }
  .tiles .items-list .tile { 
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .tiles .items-list .tile .item-image,
  .tiles .items-list .tile .item-body { 
    max-width: 440px;
    width: 50%;
	align-items: center;
    display: flex;
  }
  .tiles .items-list .tile:nth-child(2n-1) { 
    flex-flow: row-reverse;
  }
  .tiles .items-list .tile .item-body .item-title { 
    padding: 0; 
  }
  .tiles .items-list .tile .item-body .item-text { 
    padding: 0; 
  }
}
@media only screen and (min-width: 900px) {
  .tiles { 
    padding: 100px 10px;
  }
}


.bottomlrcontainer {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	color: #051e3f;
	text-align: center;
}

.bottomleftcontainer,
.bottomrightcontainer {
	padding: 0 70px;
}
.bottomleftcontainer {
	background: #92bfda;
}
.bottomrightcontainer {
	background: #79b0d1;
}

.bottomleftcontainer h2,
.bottomrightcontainer h2 {
	padding-top: 50px;
	font-size: 30px;
}
.bottomleftcontainer h2 a,
.bottomrightcontainer h2 a {
	text-decoration: none;
	color: #051e3f;
}
.bottomleftcontainer:hover h2 a,
.bottomrightcontainer:hover h2 a {
	text-decoration: underline;
}
.bottomleftcontainer p,
.bottomrightcontainer p,
.bottomleftcontainer ul,
.bottomrightcontainer ul {
	margin-bottom: 1em;
}
.bottomleftcontainer p:last-child,
.bottomrightcontainer p:last-child {
	padding-bottom: 50px;
}
p.compact,
li.compact {
	font-size: .95em;
	line-height: 1.4;
}



/* 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.4em;
    text-decoration: none;
    font-size: smaller;
	vertical-align: text-top;
}
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;
}


/* search results list */
.search .list a { color: #0072b6; }
.search .list a:before { display: none; }


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

	custom solutions

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



/* normalizes menu list items */
.document-menu ul li a strong,
.side-menu ul li a strong,
.menu-main ul li a strong,
.menu-section ul li a strong,
.footer-nav ul li a strong,
.search .list a strong,
.box.sitemap .box-body ul li a strong { 
  font-weight: normal;
}

.menu-missions a .separator,
.tiles a .separator { display: none; }

.pswp .pswp__caption h3 { 
	color: #fff;
	font-weight: normal;
}


.layout-normal .bottomrightcontainer .box.news { display: none; }

.linkbox {
  margin-bottom: 1rem;
  color: #fff;
  margin-left: -20px;
  margin-right: 20px;
}
.linkbox5 {
  margin-bottom: 1rem;
  color: #fff;
  overflow: clip;
}
.linkbox a {
  display: block;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  background-color: #79b0d1;
}
.linkbox5 a {
  display: block;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  background-color: #a2a8b7;
  text-align: center;
  height: 250px;
  border-radius: 15px;
  max-width: 200px;
}

.linkbox a:hover {
  background-color: #003a5f;
}
.linkbox5 a:hover {
  background-color: #010f24;
}
.linkbox a .linkbox-text {
  padding: 20px;
}

.linkbox5 a .linkbox-text {
  padding: 20px 10px 10px 10px;
  min-height: 124px;
  text-align: center;
}
.linkbox a .linkbox-image .img-responsive {
  float: left;
}
.linkbox5 a .linkbox-image .img-responsive {
  float: center;
}
.dataTables_wrapper::after{
  padding-bottom: 10px;
}
#album_pages_63448cb3_74ed_11eb_9934_005056bf6eb8 {
  display: none;
}
.wrapper-footer {
    max-width: 1180px;
    margin: 0 auto;
}
.wrapper-servicemenu {
    max-width: 1180px;
    margin: 0 auto;
}
.YTVideo-list {
  position: relative;
  text-align: center;}
  
.YTVideo-list .title {
      font-weight: 700;
      font-size: 1.2rem;
      padding-bottom: 0.3rem;
    }

.YTVideo-list .inner {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

.YTVideo-list h2 {
    font-size: 3.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
   }
.YTVideo-list span {
      color: #fff;
      margin-right: -0.6rem;
    }


.YTVideo-list iframe {
      border: 3px solid rgba(0, 0, 0, 50%);
      max-width: 100%;
    }

.YTVideo-list a {
        color: theme-color("default");
        text-decoration: none;
        font-weight: 400;
      }
      
.YTVideo-list .embed {
  padding-bottom: 1rem;
}      
.footer .footer-quote {
  font-size: 0.8em;
  text-align: center;
  color: #fff;
}
.footer .footer-quote a {
  color: #fff;
}



.mise a img {
  border-radius: 15px;
  max-width: 96%;
  margin: 0 0 0 5px;
}
.mise a:hover {
  opacity: 0.8;
}
.mise p {
  text-decoration: none;
  color: white;
  font-size: 1em;
  text-transform: uppercase;
  position: relative;
  bottom: 90px;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px #000;
}
@media only screen and (max-width: 900px) {
.mise a img {
  border-radius: 15px;
  margin: 0 0 0 10px;
}
.mise p {
  text-decoration: none;
  color: white;
  font-size: 1.1em;
  text-transform: uppercase;
  position: relative;
  bottom: 90px;
  text-align: center;
  font-weight: bold;
}

}
.button-tema {
  display: inline-block;
  padding: 5px 20px;
  border: none;
  text-align: center;
  text-decoration: none;
  line-height: 1.8em;
  border-radius: 15px;
  min-height: 130px;
  width: 100%;  
}
.button-primary-tema {
  color: #fff;
  background-color: #a2a8b7;
  font-weight: bold;
}
.button-primary-tema:hover {
  background-color: #010f24;
}
.button-large-tema {
  padding: 20px;
}

.tema {
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  bottom: 90px;
}
.tema2 {
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  bottom: 65px;
}

@media only screen and (max-width: 1200px) {
.linkbox5 .tema,
.linkbox5 .tema2 {
  display:none;
} 
} 

.linkbox5 .tema3,
.linkbox5 .tema4 {
  margin-bottom: 10px;
  font-weight: bold;
 } 

.linkbox5 .tema3 a, 
.linkbox5 .tema4 a {
  height: 250px;
  line-height: 1.4em;
}
.linkbox5 .tema3 a {
    line-height: 2.1em;
}

.linkbox5 .tema4.img-responsive {
  height: 150px;
  max-width: 150px;
  object-fit: fill;
}
.linkbox5 .col-xs-12.tema4 {
  height: 85px;
  vertical-align: middle;
  display: table-cell;
  min-width: 194px;
}
@media only screen and (max-width: 439px) {
.col-xs-12.tema4 {
	min-width: 0 !important;
	font-size: 1em;
}
}

/*ART RESEARCH */

.box-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 
}

.info-box {
  width: 240px;
 height:212px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  margin-bottom: 10px;
}

.info-box:hover {
  
  opacity: 0.8;
}

.box-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.box-text {
  position: absolute;
  bottom: 0;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 12px;
  text-align: center;
  width: 100%;
}

.box-text a {
 color: #FFFFFF;
 text-decoration: none;
}

.tema {
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  bottom: 90px;
}

.tema {

  bottom: 0;
}

 
@media only screen and (max-width: 1024px) {
  .header .header-misc {
    margin: 22px 15px;
  }
}



.button-primary-tema {
  color: #fff;
  background-color: transparent;
  font-weight: bold;
}
.subtema {
  width: 178px;
  padding: 16px;
  background-color: #aab0c1;
  border-radius: 16px;
  text-align: center;
  color: white;
}
.subtema:hover {
  background-color: #010f24;
}

.button-large-tema {
  padding: 10px;
}

.button-tema {
	min-height: 80px;
}

.header {
height: 135px;
}

@media only screen and (min-width: 1024px) and (max-width: 1163px){
  .header {
    height: 180px;
  }
}

@media only screen and (max-width: 700px) {
	.photo-text {
	flex-wrap:wrap;
	}
}
@media only screen and (max-width: 500px) {
  .header .header-misc {
    margin: 0px 15px;
  }
  
  .header-logo >.logo a img{
	height:40px;
	width:auto;
  }
  
  .header-logo >.artlogo {
  margin-left: 20px !important;
  }
  
  .header-logo >.artlogo a img{
	height:60px;
	width:auto;
  }
  
}

html[lang="en"] .menu-main ul li a {
  padding: 8px;
}

.footer .header-logo {
display:flex;
flex-wrap:wrap;
gap:10px;
justify-content:center;
align-items:center;
}

/*PERSONS*/

.person-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-item.person {
  font-size: 1rem;
  margin: 2px 0;
    margin-bottom: 2px;
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: .5rem;
    padding-left: 0.5rem;
  padding-left: 0;
  text-decoration: none !important;
}

.card-item.person .card-item-inner {
  border: 0;
}

.card-item .card-item-inner {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  height: 100%;
}

.card-item.person .card-item-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap:5px;
}

.card-item.person .card-item-inner > div .image {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100px;
}

.card-item.person .card-item-inner > div a {
  font-weight: 400;
}

.card-item .card-item-inner .image {
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-item.person .card-item-inner > div .name-desc-cont {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.card-item.person .card-item-inner > div .image {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100px;
}

@media (max-width: 900px) {
  .card-item.person {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .card-item.person {
    width: 100%;
  }
}

.card-item .card-item-inner .image:hover {
  opacity: .8;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media only screen and (min-width: 75em) {
  .col-lg-20 {
    max-width: 26%;
  }
}

@media only screen and (min-width: 62em) {
  .col-md-20 {
    max-width: 26%;
  }
}

.person-detail .row {
 margin:0;
}

.footer-logo {
display: flex;
flex-wrap:wrap;
gap:10px;
justify-content: center;
align-items:center;
}

.footer-logo .logo img {
  opacity: 1;
  width: 100%;
  height: auto;
}
.footer-logo .logo img:hover {
  opacity: 0.85;
}

.carousel img:hover {
  opacity: 1;
}

@media (max-width: 972px) {
  .header-logo > .av21logo a img {
    height: 40px;
    width: auto;
  }
  
  .header-logo > .ustavlogo a img {
    height: 40px;
    width: auto;
  }
}
 



@media (max-width: 780px) {
  .header-logo .logo {
    margin-left:10px !important;
  }
}

@media (max-width: 717px) {
  .header .header-misc {
    margin: 0;
  }
}

@media (max-width: 582px) {
  .header .menu-toggle {
  float: right;
  margin-top:-60px;
}
 .header-logo .logo {
    margin-left: 40px !important;
  }
}

@media (max-width: 478px) {

 .header-logo .logo {
    margin-left: 3px !important;
  }
  .header {
  height: 140px;
}
}

@media (max-width: 376px) {
  .header {
  height: 185px;
}
}


.layout-homepage .sectioncontent {
flex-direction: column;
}

.layout-homepage #maincontainer .list-footer {
margin-bottom: 2rem;
}
#more-items-4101752f-a462-11f0-bdf5-005056bf6eb8 {
  display: none;
}

.layout-homepage #maincontainer {
background-color: #c7c7c7;
}

.layout-homepage .list-boxes .content .title h3 {
  margin: 0;
  line-height: 1.25em;
}

.layout-homepage .list-boxes .content .title {
  margin-bottom: 0.5em;
}

.layout-homepage .list-boxes .content {
  margin-top: 0;
  padding-top: 5px;
  margin-bottom: 1.5em;
}





.footer .footer-nav li a {
  color: #003366;
}

.carousel {
  background-color: #F2E9DC;
}


.layout-homepage #maincontainer .title a {
  color: #004A99;
}
.service-menu .copyright {
  display: flex;
  justify-content: space-between;  
}

.service-menu a {
padding-left: 5px;
}
