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

/* ==========================================================================
   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 {
    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;
    font-style: italic;
    color: #0072b6; 
}

/**
 * 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 {
    position: relative;
    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: -0.5rem;
  margin-left: -0.5rem;
}

.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: 0.5rem;
  padding-left: 0.5rem;
}

.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: 0.5rem;
    padding-left: 0.5rem;
  }

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

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

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

  .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;
  }
}
html,
body {
  height: 100%;
}
body {
  background-color: #d9d9d1;
  color: #333;
  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 img {
  max-width: 100%;
}
#content .breadcrumb {
  z-index: 999;
  display: none;
}
#content .breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#content .breadcrumb ul li {
  display: inline-block;
}
#content .breadcrumb ul li + li:before {
  content: ">";
  padding: 0 5px;
}
#content .content-title {
  z-index: 999;
  /*display: none;*/
}
#content .content-title h1 {
  margin: 0;
  color: #fff;
  font-size: 2.2em;
}
#content .content-header {
  position: relative;
}
#content .content-header .content-image img {
  display: block;
  max-width: 100%;
}
#content .content-header .content-image {
  margin-bottom: 1em;
}
#content .content-header .content-title {
    position: relative;
    /*left: 60px;*/
    bottom: 14px;
    /*padding: 10px 150px 10px 20px;*/
    padding: 0.5rem 6rem 0.5rem 1.5rem;
}
}
#content .content-header .content-title h1 {
  margin: 0;
  color: #fff;
  font-size: 2.2em;
}
#content .content-header .breadcrumb {
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  #content .content-header .content-title {
    display: inline-block;
    left: 60px;
    bottom: 28px;
    padding: 10px 150px 10px 20px;
    position: absolute
  }
  #content .content-header .breadcrumb {
    display: block;
    left: 60px;
    bottom: 0;
    width: calc(100% - 60px);
    padding: 10px 20px 0;
    background-color: #fff;
  }
}
#content .content-body {
  margin: 0 0.75rem;
}
#content .content-body .breadcrumb {
  display: block;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  #content .content-body .breadcrumb {
    display: none;
  }
}
/* 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;
}
.side-menu {
  background-color: #E7E8E2;
  padding: 15px;
}
.side-menu .side-menu-title {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.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: none;
}
.side-menu ul li a:hover {
  text-decoration: underline;
}
.side-menu ul li a.current {
  text-decoration: underline;
}
.side-menu ul li a.current-parent {
  font-weight: bold;
}
.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;
}
/* social icons - sticky icons on the right side */
.social-icons {
  display: none;
}
@media only screen and (min-width: 1378px) {
  .social-icons {
    display: block;
    z-index: 999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 630px;
    font-size: 0;
  }
  .social-icons .social-icon {
    text-align: center;
  }
  .social-icons .social-icon a {
    display: block;
    width: 42px;
    height: 42px;
    padding: 8px 0;
    color: #fff;
    outline: none;
  }
  .social-icons .social-icon a .fa {
    font-size: 24px;
  }
  .social-icons .bluesky a {
    background-color: #1185FE;
  }
  .social-icons .facebook a {
    background-color: #4267b2;
  }
  .social-icons .twitter a {
    background-color: #000;
  }
  .social-icons .youtube a {
    background-color: #f00;
  }
  .social-icons .instagram a {
    background-color: #E1306C;
  }
   .social-icons .linkedin a {
    background-color: #0a66c2;
  }
    .social-icons .rss a {
        background-color: #F78422;
    }
}
.social-icons .twitter .x-twitter svg {
  width: 20px;
  height: 20px;
}/*# sourceMappingURL=custom.css.map */
.social-icons .bluesky .p-bluesky svg {
  width: 20px;
  height: 20px;
}
/* search */
.search {
  width: 100%;
}
.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: #F0F0F0;
}
.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,
.section-color-5 .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: #0073B6;
}
.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;
}
.menu-color-1.active {
  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;
}
.menu-color-2.active {
  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;
}
.menu-color-3.active {
  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;
}
.menu-color-4.active {
  background-color: #172434;
}
.hpevents {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1080px;  
}
.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('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/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: 88%;
}
.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;
 /* display: inline-block;*/
}
.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('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/hpevents-anniversary-toggle.png');
}
@media (min-width: 1024px) {
  .hpevents .hpevents-calendar {
    width: 25%;
  }
  .hpevents .hpevents-recommendation {
    width: 75%;
  }
  .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('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/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('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/sprite.png') -105px 0 no-repeat;
}
@media (min-width: 1024px) {
  .hpevents {
    min-height: 305px;
  }
  .hpevents.paragraph {
    min-height: 345px;
  }  
}
.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: #fff;
}
.ui-datepicker table thead th {
  padding: 5px 0;
  font-weight: normal;
}
.ui-datepicker table td {
  padding: 2px;
}
.ui-datepicker table td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.ui-datepicker table .ui-datepicker-today a {
  background-color: #0072b6;
  color: #000;
  font-weight: bold;
}
.ui-datepicker table .highlight a {
  background-color: #014B7A;
  color: #fff;
}
.ui-datepicker .ui-icon {
  width: 23px;
  height: 23px;
}
.ui-datepicker .ui-icon-circle-triangle-w {
  background: transparent url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/sprite.png') -82px 0 no-repeat;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  background: transparent url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/sprite.png') -105px 0 no-repeat;
}
.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;
}
.button-primary {
  color: #fff;
  background-color: #0073B6;
}
.button-primary:hover {
  background-color: #014B7A;
}
.button-large {
  padding: 10px 20px;
}
.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%;
}
iframe {
  max-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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #0073B6;
}
.header .header-base {
  flex: 1 1 100%;
}
.header .header-base .logo {
  float: left;
  margin: 12px 50px 10px 15px;
}
.header .header-base .logo img {
  float: left;
}
@media only screen and (min-width: 1024px) {
  .header .header-base .logo img {
    width: inherit;
  }
}
.header .header-base .header-toggle {
  float: right;
  margin: 15px;
}
.header .header-base .header-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 .header-base .header-toggle {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header .header-base {
    flex: 0 1 auto;
  }
}
.header .header-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1 1 100%;
}
.header .header-navigation .header-menu {
  order: 1;
  flex: 0 1 auto;
}
.header .header-navigation .header-group {
  order: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1 1 auto;
  padding: 15px;
}
.header .header-navigation .header-group .strategie-av21 {
  flex: 1 1 50%;
  margin: 10px 15px 0 0;
}
.header .header-navigation .header-group .strategie-av21 img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .header .header-navigation .header-group .strategie-av21 {
    flex: 1 1 auto;
    margin: 24px 15px 0 0;
    text-align: center;
  }
}
.header .header-navigation .header-group .header-controls {
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .header-navigation .header-group .header-controls li {
  float: left;
}
.header .header-navigation .header-group .header-controls li a {
  display: block;
  height: 36px;
  color: #fff;
}
.header .header-navigation .header-group .header-controls li.intranet {
  background-color: #014B7A;
}
.header .header-navigation .header-group .header-controls li.intranet a {
  padding: 5px;
  width: 42px;
  color: #BDD0DC;
  font-size: 1.25em;
  text-align: center;
}
.header .header-navigation .header-group .header-controls li.language-switch {
  background-color: #000;
}
.header .header-navigation .header-group .header-controls li.language-switch a {
  width: 56px;
  text-indent: 99999px;
}
.header .header-navigation .header-group .header-controls li.language-switch a::before {
  content: '';
  display: block;
}
.header .header-navigation .header-group .header-controls li.language-switch .language-eng {
  background: url(https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/language-eng.png) center center no-repeat;
}
.header .header-navigation .header-group .header-controls li.language-switch .language-cze {
  background: url(https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/language-cze.png) center center no-repeat;
}
.header .header-navigation .header-group .header-controls li.search-link {
  background-color: #014B7A;
}
.header .header-navigation .header-group .header-controls li.search-link a {
  padding: 5px;
  width: 42px;
  color: #BDD0DC;
  font-size: 1.25em;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .header .header-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 1 1 auto;
  }
  .header .header-navigation .header-menu {
    order: 0;
  }
  .header .header-navigation .header-group {
    order: 1;
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header .hide-mobile {
    display: none;
  }
}
.footer {
  padding: 40px;
  background-color: #014B7A;
}
.footer .social-icons-footer {
  margin-bottom: 30px;
  text-align: center;
}
.footer .social-icons-footer .social-icon-title {
  margin-bottom: 30px;
  color: #87BDDF;
  font-size: 1.2em;
}
.footer .social-icons-footer .social-icon {
  display: inline-block;
  margin: 0 15px;
  font-size: 3em;
}
.footer .social-icons-footer .social-icon 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 .menu {
  display: none;
}
.footer .footer-nav ul {
  display: none;
}
@media only screen and (min-width: 720px) {
  .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 .footer-nav .footer-nav-title {
    text-align: left;
  }
  .footer .footer-nav .menu {
    display: block;
  }
  .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 .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;
}
h1,
h2,
h3,
h4 {
  line-height: 1.2em;
}
h2,
h3,
h4 {
  color: #0072b6;
}
h1 {
  font-size: 2em;
  font-weight: normal;
}
h2 {
  font-size: 1.2em;
  font-weight: bold;
}
h4 {
  font-size: 1.4em;
}
.bxslider {
  margin: 0;
  padding: 0;
}
/* Custom */
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bxslider-image-wrapper {
  overflow: hidden;
}
.bx-wrapper .bxslider-image-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}
.bx-wrapper img {
  float: left;
  width: 100%;
}
.bxslider .bxslider-text {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  /*background-color: hsla(0, 0%, 0%,0.6); */
  color: #fff;
}
@media (min-width: 1024px) {
  .bxslider .bxslider-text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.bxslider .bxslider-caption {
  font-size: 2.75em;
  line-height: 1.25em;
  font-weight: bold;
}
.bxslider .bxslider-caption a {
  color: #fff;
  text-decoration: underline;
}
.bxslider .bxslider-caption a:hover {
  text-decoration: none;
}
.bxslider .bxslider-description {
  color: #fff;
}
.bx-wrapper .bx-prev {
  left: 15px;
  background: transparent url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/sprite.png') 0 0 no-repeat;
}
.bx-wrapper .bx-next {
  right: 15px;
  background: transparent url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/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: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .bx-wrapper .bx-controls {
    display: block;
  }
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 45%;
  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 {
  display: none;
  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 30px;
  font-size: 0.9em;
}
.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: #333;
}
.wrapper-events {
  margin-bottom: 10px;
}
.wrapper-media {
  margin-bottom: 10px;
}
.hpevents-calendar {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .hpevents-calendar {
    width: 100%;
  }
}
.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;
}
.col-left,
.col-right {
  padding: 1.5rem 1rem;
  background-color: #F0F0F0;
}
.col-main {
  padding: 0.5rem 1.75rem 1.75rem;
}
.col-full {
  padding: 1.25rem;
}
/* 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 img {
  margin: 0 3.5em;
}
.hpevents-calendar {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.hpevents-calendar h2 {
  margin: 0 0 1em;
}
.hpevents-calendar {
  background-color: #0073b6;
  color: #fff;
}
.hpevents-calendar a {
  color: #fff;
}
.hpevents-calendar h2 {
  text-align: center;
  color: #fff;
  font-weight: normal;
}
.hpevents-calendar .ui-datepicker {
  padding: 0;
}
.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;
  }
}
.header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu ul li {
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #B3E2FF;
}
.header-menu ul li:first-child {
  border-width: 1px 0;
}
.header-menu ul li a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  line-height: 20px;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
}
/*.header-menu ul .active {
  background-color: #014B7A;
}*/
@media only screen and (min-width: 1024px) {
  .header-menu ul li {
    display: inline-block;
    float: left;
    border-width: 0 1px 0 0;
  }
  .header-menu ul li:first-child {
    border-width: 0 1px;
  }
  .header-menu ul li a {
    padding: 25px 20px;
  }
}
.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: #E9E9EB;
  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;
}
.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: #0073B6;
  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: #fff;
}
.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: #0067A4;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.ui-datepicker table .ui-datepicker-today a {
  background-color: #014B7A;
  color: #fff;
  font-weight: bold;
}
.ui-datepicker table .highlight a {
  background-color: #014B7A;
  color: #fff;
}
.ui-datepicker .ui-icon {
  width: 23px;
  height: 23px;
}
.ui-datepicker .ui-icon-circle-triangle-w {
  background: transparent url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/sprite.png') -82px 0 no-repeat;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  background: transparent url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/sprite.png') -105px 0 no-repeat;
}
.infobox {
  margin: 5px;
  padding: 15px;
}
.infobox-alert {
  border: 2px solid red;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-align: center;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.linkbox {
  margin-bottom: 1rem;
  color: #fff;
}
.linkbox a {
  display: block;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  background-color: #014b7a;
}
.linkbox a:hover {
  background-color: #003a5f;
}
.linkbox a .linkbox-text {
  padding: 20px;
}
.linkbox a .linkbox-image .img-responsive {
  float: left;
}
/* 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;
  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;
}
.list-boxes .list-header,
.list-boxes .list-items,
.list-boxes .list-footer {
  margin-bottom: 0;
}
.list-boxes .list-header {
  margin-left: 20px;
}
.list-boxes .list-header h2 {
  margin: 0;
  font-size: 1.4em;
}
.list-boxes .list-items .item {
  float: left;
  width: 25%;
  padding: 10px;
  margin-bottom: 0;
}
.list-boxes .list-items .item .image {
  margin-bottom: 0.25em;
}
.list-boxes .image {
  font-size: 0;
  line-height: 0;
}
.list-boxes .category {
  float: right;
}
.list-boxes .category .button {
  padding: 5px 10px;
  font-size: 85%;
  line-height: 1.5em;
}
.list-boxes .date {
  padding: 5px 0;
  font-size: 0.8em;
  color: #666;
}
.list-boxes .content {
  margin-top: 5px;
  margin-bottom: 1.5em;
}
.list-boxes .content .title {
  margin-bottom: 0.5em;
}
.list-boxes .content .title h3 {
  margin: 0;
  line-height: 1.25em;
}
.list-boxes .content .title h3 a {
  text-decoration: none;
}
.filter {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #0073b6;
}
.search-page .list .item .item-image {
  float: left;
  margin-right: 15px;
  background-color: #f4f4f4;
}
.search-page .list .item .item-image a {
  display: block;
}
.search-page .list .item .item-image a .fa {
  padding: 21px;
  font-size: 2em;
  background-color: #f4f4f4;
  color: #a3a3a3;
}
.form-search input[type=text] {
  padding: 5px 10px;
  height: 40px;
}
.form-search button[type=submit] {
  height: 40px;
}
.form-search .search-result-size {
  float: right;
  line-height: 40px;
}
.photoalbum-section .picture {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.photoalbum-section figure {
  margin: 0;
  padding: 2px;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.photoalbum-section figure:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.photoalbum-section figure a {
  display: block;
  overflow: hidden;
}
.photoalbum-section figure a img {
  float: left;
  width: 100%;
  height: auto;
}
.photoalbum-section .figure-count {
  text-align: center;
  font-size: 1.5rem;
}
.photoalbum-section .figure-count a {
  display: block;
  height: 100%;
  padding: 24px 15px;
  background-color: #014B7A;
  color: #fff;
  text-decoration: none;
  line-height: 1.25em;
}
.photoalbum-section .figure-count a span {
  font-size: 2.25rem;
}
/* ==========================================================================
   vyzkumny-program.less
   ========================================================================== */
.av21-vyzkumny-program {
  display: inline-block;
  position: relative;
  left: 80px;
  width: 320px;
  height: 160px;
  margin-bottom: 15px;
  margin-right: 12px;
  padding: 7px 10px 10px 170px;
  background-color: #2B2F88;
  vertical-align: top;
  color: #fff;
}
.av21-vyzkumny-program a {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.av21-vyzkumny-program a.vp-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding-left: 16px;
  line-height: 14px;
  color: #ccc;
  font-weight: normal;
  font-size: 12px;
  /*background: url(https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/ul-item-bg-white.png) no-repeat left top;*/
}
#vp1 {
  background: #2B2F88 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program01.jpg') no-repeat left top;
}
#vp2 {
  background: #6974B6 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program02.jpg') no-repeat left top;
}
#vp3 {
  background: #0177BF url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program03.jpg') no-repeat left top;
}
#vp4 {
  background: #EB5779 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program04.jpg') no-repeat left top;
}
#vp5 {
  background: #ED720B url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program05.jpg') no-repeat left top;
}
#vp6 {
  background: #009BAF url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program06.jpg') no-repeat left top;
}
#vp7 {
  background: #64A6BE url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program07.jpg') no-repeat left top;
}
#vp8 {
  background: #D08327 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program08.jpg') no-repeat left top;
}
#vp9 {
  background: #3FA535 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program09.jpg') no-repeat left top;
}
#vp10 {
  background: #73B72C url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program10.jpg') no-repeat left top;
}
#vp11 {
  background: #7458A2 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program11.jpg') no-repeat left top;
}
#vp12 {
  background: #E5007E url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program12.jpg') no-repeat left top;
}
#vp13 {
  background: #EA4740 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program13.jpg') no-repeat left top;
}
#vp14 {
  background: #BE0F78 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program14.jpg') no-repeat left top;
}
#vp15 {
  background: #d9b500 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program15.jpg') no-repeat left top;
}
#vp16 {
  background: #231f20 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program16.jpg') no-repeat left top;
}
#vp17 {
  background: #008f4c url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program17.jpg') no-repeat left top;
}
#vp18 {
  background: #ffcb08 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program18.jpg') no-repeat left top;
}
#vp19 {
  background: #D08327 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program19.jpg') no-repeat left top;
}
#vp20 {
  background: #004655 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program20.jpg') no-repeat left top;
}
#vp21 {
  background: #3FA535 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program21.jpg') no-repeat left top;
}
#vp22 {
  background: #EA4740 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program22.jpg') no-repeat left top;
}
#vp23 {
  background: #1b0c39 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program23.jpg') no-repeat left top;
}
#vp24 {
  background: #BE0F78 url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program24.jpg') no-repeat left top;
}
#vp25 {
  background: #b0a32c url('https://webarchiv.lib.cas.cz:443/wayback/20250201021023/https://www.avcr.cz/system/modules/cz.nelasoft.opencms.avcr/resources/img/AV21/program25.jpg') no-repeat left top;
}
.facts {
  margin-top: -25px;
}
.facts h2 {
        color: #fff;
        margin: 0 0 0 20px;
        position: relative;
        top: 45px;
        z-index: 999;
        font-size: 1.5em;
        width: 50%;
    }
.view {
  margin-bottom: -5px;
}
@media only screen and (max-width: 1200px) {
    #factscontainer {
        display: none;
    }
	}
.content .col-side #side-top .block,
.content .col-side #side-bottom .block {
    padding: 15px;
    /*background-color: #e8e8e3;*/
}

.content .col-side #side-top .paragraph > *:first-child,
.content .col-side #side-top .paragraph > div > *:first-child,
.content .col-side #side-bottom .paragraph > *:first-child,
.content .col-side #side-bottom .paragraph > div > *:first-child {
    margin-top: 0;
}

.content .col-side #side-top .paragraph > p:last-child,
.content .col-side #side-top .paragraph > div > p:last-child,
.content .col-side #side-bottom .paragraph > p:last-child,
.content .col-side #side-bottom .paragraph > div > p:last-child,
.content .col-side #side-top .paragraph > ul:last-child,
.content .col-side #side-top .paragraph > div > ul:last-child,
.content .col-side #side-bottom .paragraph > ul:last-child,
.content .col-side #side-bottom .paragraph > div > ul:last-child {
    margin-bottom: 0;
}

.content .col-side .paragraph ul {
    padding-left: 1.5em;
}  

.avcr-homepage-hpevents {
  background-color: #d9d9d1;
}





/*
     FILE ARCHIVED ON 2:10:23 Feb 1, 2025 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 1:00:52 Jul 30, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
