@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 {
    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-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: 1rem;
    padding-left: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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: 60px;
    max-width: 880px;
    margin: 0 auto;
  }
}
/* 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.osw.opencms.collaboration_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: #79b0d1;
  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;
}
.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%;
}
/* -----------------   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;
}
.wrapper-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}
.header {
  position: relative;
  background: #fff;
  display: flex;
}
body.scrolled .header {
  opacity: 0.2;
  transition: opacity .2s;
}
body.mobile-menu-opened .header,
body.scrolled .header:hover {
  opacity:1;
  box-shadow: 0px 1px 3px #666;
}
/*.header:after, 
.header:before {
    display: table;
    clear:both;
    content: " ";
}   */
.header .logo {
  position: relative;
  float: left;
  height: 80px;
  width: auto;
  padding: 12px;
  padding-left: 93px;
  
}
.header .logo img {
  
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 99;
  /*clip: rect(0px 75px 56px 0);*/
}

/*.header .logo .logo-img-wrapper i {
    display: block;
    float: left;
    height: 30px;
    background: url(/system/modules/cz.nelasoft.opencms.konference_kosmicke_projekty_na_AVCR/resources/img/logo-en.png) no-repeat -200% -200%;
}

.header .logo .logo-img-wrapper i.logo-years {
    top: 10px;
    left: 90px;
}
.header .logo .logo-img-wrapper i.logo-of-the {
    top: 10px;
    left: 162px;
}
.header .logo .logo-img-wrapper i.logo-czech {
    top: 10px;
    left: 240px;
}
.header .logo .logo-img-wrapper i.logo-republic {
    top: 10px;
    left: 314px;
}
.header .logo .logo-img-wrapper i.logo-in-esa {
    top: 10px;
    left: 419px;
}

.header .logo .logo-img-wrapper i.logo-ten {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 99;
  width: 75px;
  height: 56px;
  background-position: 0 0;
}
.header .logo .logo-img-wrapper i.logo-years {
    width: 72px;
    background-position: -82px -12px;
}
.header .logo .logo-img-wrapper i.logo-of-the {
    width: 78px;
    background-position: -154px -12px;
}
.header .logo .logo-img-wrapper i.logo-czech {
    width: 74px;
    background-position: -232px -12px;
}
.header .logo .logo-img-wrapper i.logo-republic {
    width: 105px;
    background-position: -306px -12px;
}
.header .logo .logo-img-wrapper i.logo-in-esa {
    width: 95px;
    background-position: -411px -12px;
}*/

@media only screen and (min-width: 1024px) and (max-width: 1070px) {
.header .logo {
    padding-top: 17px;
  }
/*  .header .logo .logo-img-wrapper i {
    height: 22px;
    background-size: 380px 42px;
  }
  .header .logo .logo-img-wrapper i.logo-ten {
    width: 75px;
    height: 56px;
    background-size: 506px 56px;
  }
  .header .logo .logo-img-wrapper i.logo-years {
    width: 54px;
    background-position: -61px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-of-the {
    width: 59px;
    background-position: -115px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-czech {
    width: 56px;
    background-position: -174px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-republic {
    width: 79px;
    background-position: -230px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-in-esa {
    width: 72px;
    background-position: -309px -9px;
  } */
}
@media only screen and (max-width: 1023px) {
.header .logo {
    width: 100%;
  }
}
@media only screen and (min-width: 595px) and (max-width: 1023px) {
.header .logo {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 399px) {
.header .logo {
    padding-top: 17px;
  }
/*  .header .logo .logo-img-wrapper i {
    height: 22px;
    background-size: 380px 42px;
  }
  .header .logo .logo-img-wrapper i.logo-ten {
    width: 75px;
    height: 56px;
    background-size: 506px 56px;
  }
  .header .logo .logo-img-wrapper i.logo-years {
    width: 54px;
    background-position: -61px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-of-the {
    width: 59px;
    background-position: -115px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-czech {
    width: 56px;
    background-position: -174px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-republic {
    width: 79px;
    background-position: -230px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-in-esa {
    width: 72px;
    background-position: -309px -9px;
  } */
}

@media only screen and (max-width: 339px) {
.header .logo {
    padding-top: 8px;
  }
}

@media only screen and (min-width: 1024px) {
  .header .logo img {
    width: inherit;
  }
}
.header .header-misc {
  display: none;
  float: right;
}
.header .header-misc .header-misc-row {
  overflow: hidden;
}
.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: #ccc;
  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) {

:target {
  display: block;
  position: relative;
  top: -81px; 
  visibility: hidden;
}
/*

:target::before {
  content: "";
  display: block;
  height: 80px; 
  margin: -80px 0 0; 
}
*/
    
  .header .header-misc {
    display: block;
  }
}
.header .menu-toggle {
  float: right;
  width: 36px;
  margin: 18px 15px 10px;
}
.header .menu-toggle button {
  width: 36px;
  height: 36px;
  background-color: transparent;
  color: #666;
  border: none;
  font-size: 34px;
  outline: none;
}
@media only screen and (min-width: 1024px) {
  .header .menu-toggle {
    display: none;
  }
}
.footer {
  padding: 40px;
  background-color: #010f24;
}
.footer .social-links {
  margin-bottom: 30px;
  text-align: center;
}
.footer .social-links .social-link-title {
  margin-bottom: 30px;
  color: #87BDDF;
  font-size: 1.2em;
}
.footer .social-links .social-link {
  display: inline-block;
  margin: 0 15px;
  font-size: 3em;
}
.footer .social-links .social-link a {
  color: #fff;
}
.footer .footer-nav {
  width: 100%;
  display: table;
}
.footer .footer-nav .footer-nav-col {
  display: table-cell;
  text-align: center;
  padding: 0 1em;
}
.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: #87BDDF;
}
.footer .footer-nav .menu {
  display: none;
}
.footer .footer-nav ul {
}
@media only screen and (min-width: 720px) {
  .footer .footer-nav .footer-nav-col {
    display: table-cell;
    border-left: 1px solid #00689F;
    width: 50%;
    text-align: center;
  }
  .footer .footer-nav .footer-nav-col:first-child {
    border-left: none;
  }
  .footer .footer-nav .footer-nav-title {
  }
  .footer .footer-nav .menu {
    display: block;
  }
  .footer .footer-nav ul {
  }
}
.footer .footer-nav ul {
  margin: 0;
  padding: 0;
}
.footer .footer-nav li {
  font-size: 0.9em;
  list-style: none;
}
.footer .footer-nav li a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-nav li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 720px) {
  .footer .footer-nav {
    display: table;
  }
.footer .footer-nav li {
  display: inline-block;
  margin: 0 0.5em
}
}
.footer .logo,
.footer .logo-bottom {
  text-align: center;
}
.footer .logo {
  margin: 30px auto 0;
}
.footer .logo-bottom {
  margin: 0 auto;
}
.footer .logo a,
.footer .logo-bottom a {
    display: inline-block;
    vertical-align: middle;
    margin: 30px;
}
.footer .logo div {
    display: inline-block;
    vertical-align: bottom;
}
@media only screen and (min-width: 820px) {
.footer .logo div {
    min-width: 240px    
}
}
@media only screen and (min-width: 720px) {
.footer .logo {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-end; 
}
.footer .logo .logo-1 {
    order: 2;
    }
.footer .logo .logo-2 {
    order: 3;
    text-align:left;
    }
.footer .logo .logo-3 {
    order: 1;
    text-align:right;
}
}


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.osw.opencms.collaboration_vesmir_pro_lidstvo/resources/img/sprite.png') 0 0 no-repeat;
}
.bx-wrapper .bx-next {
  right: 15px;
  background: transparent url('/system/modules/cz.osw.opencms.collaboration_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.8em;
  background: #111;
}
.service-menu .copyright {
  margin-right: 10px;
}
.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;
}
.service-menu ul li a:hover {
  color: #999;  
}
.wrapper-events {
  margin-bottom: 10px;
}
.wrapper-sectioncontent {
  margin-bottom: 10px;
}
.wrapper-media {
  margin-bottom: 10px;
}
.sectioncontent {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .sectioncontent {
    flex-direction: row;
  }
  .sectioncontent-main {
    margin-bottom: 30px;
  }
}
.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: 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;
    filter: invert(100%);
    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;
  font-size: 16px;
  margin: 19px;
}
.menu-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-main ul li { }
.menu-main ul li a {
  display: block;
  padding: 11px 8px;
  color: #333;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
}
.menu-main ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.menu-main ul .active {
}
.menu-main ul .active a {
  color: #666;
}

.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;
    white-space: nowrap;
  }
  .menu-main li {
    display: inline-block;
  }
  .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: rgba(0,115,182,.95);
  position: fixed;
  z-index: 99;
  width: 100%;
  text-align: center;
  max-height: calc(100% - 80px);
  overflow: auto;
}
.menu-mobile:hover {
  background-color: rgba(0,115,182,1);
}
.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.osw.opencms.collaboration_vesmir_pro_lidstvo/resources/img/sprite.png') -82px 0 no-repeat;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  background: transparent url('/system/modules/cz.osw.opencms.collaboration_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.collaboration_vesmir_pro_lidstvo/resources/img/universe-1566159_1920.jpg) top center;
  background-size: cover;
  background-attachment: fixed;
}
.tiles .tiles-headline {
  margin: 0 auto;
  text-align: center;
}
.tiles .tiles-headline a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.tiles .tiles-headline h2,
.tiles .tiles-headline h3 {
  color: #fff;
  margin: 0 auto 20px;
  text-shadow: 1px 1px 30px rgba(255,255,255,0.7), 1px 1px 5px #000;
}
.tiles .tiles-headline h2 {
  font-size: 2em;
}
.tiles .tiles-headline h3 {
  font-size: 1.3em;
  font-weight: normal;
  display: table;
  direction: rtl;
}
.tiles .tiles-headline em {
  font-style: normal;
  font-weight: normal;
}
.tiles .tiles-headline em,
.tiles .tiles-headline strong {
  display: block;
}
.tiles .tiles-headline .first-line,
.tiles .tiles-headline .second-line {
  display: block;
}
.tiles .tiles-headline .first-line {
  margin-bottom: 1em;
  line-height: 1.2;
}
.tiles .tiles-headline .second-line {
  line-height: 1;
}
.tiles .tiles-headline h2 .first-line strong {
  text-transform: uppercase;
  line-height: 1.4;
}
.tiles .tiles-headline h2 .first-line strong:first-child {
  font-size: 1.07em;
}
.tiles .tiles-headline h2 .first-line em {
  font-size: 0.76em;
  text-transform: lowercase;
}
.tiles .tiles-headline h3 .first-line,
.tiles .tiles-headline h3 .second-line {
  display: table-cell;
  direction: ltr;
}
.tiles .tiles-headline h3 .first-line {
  padding: 0 0.5em 0 0;
  margin: 0 auto;
  vertical-align: middle;
}
.tiles .tiles-headline h3 .second-line {
  margin: 0;
  vertical-align: top;
  font-size: 0.9em;
  line-height: 1;
}
 .tiles .tiles-headline h3 .first-line strong {
  width: 6.5em;
}

@media only screen and (max-width: 529px) {
  .tiles .tiles-headline h3 {
    margin: -20px auto 30px;
  }
}
@media only screen and (min-width: 530px) {
  .tiles {
    position: relative;
  }
  .tiles .tiles-headline h3 {
    position: absolute;
    top: 3px;
    left: 12px;
    z-index:1;
  }
}
@media only screen and (min-width: 530px) and (max-width: 629px) {
  .tiles .tiles-headline {
    margin-left: 110px; 
    max-width: 400px;
  }
}
@media only screen and (min-width: 530px)  and (max-width: 819px) {
  .tiles .tiles-headline h3 .first-line {
    display: table-footer-group;
  }
}

.tiles .items-list {
  background: #031423;
  background: rgba(3, 20, 35, 0); 
}
.tiles .items-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.tiles .items-list .tile { 
  border: 1px solid rgba(0,34,68,0.05);
  border-top: none;
  border-left: none;
  width: 100%;
  max-width: 100%;
}

.tiles .items-list .tile.tile-novinky  { order: 0; margin-bottom: 2rem; color: #222; background: rgba(255, 255, 250, 0.85); border: 1px solid yellow; border-radius: 10px; }
.tiles .items-list .tile.tile-1  { order: 2; color: #333; }
.tiles .items-list .tile.tile-topics  { order: 1; color: #333; background: #fff; }
.tiles .items-list .tile.tile-registration  { order: 8;  background: rgba(0,10,30,0.8); color: #f22; text-align: center; }
.tiles .items-list .tile.tile-abstract-submission  { order: 9;  background: rgba(240,250,250,0.8); color: #d00; text-align: center; }
.tiles .items-list .tile.tile-programme  { order: 10;  background: #fff; color: #000; }
.tiles .items-list .tile.tile-místo-konání  { order: 6;  background: rgba(255,255,255,0.9); color: #333; }
.tiles .items-list .tile.tile-map  { order: 7; background: #f0f0f0; }
.tiles .items-list .tile.tile-soc { order: 10; background: rgba(0,30,50,0.6); text-align: center; padding-bottom:2em; }
.tiles .items-list .tile.tile-loc { order: 11; background: rgba(0,0,0,0.4); text-align: center; padding-bottom:2em; }
.tiles .items-list .tile.tile-invited-speakers { order: 3; background: rgba(0,0,0,0.6); }
.tiles .items-list .tile.tile-participants { order: 8; background: rgba(0,0,0,0.6); }
.tiles .items-list .tile.tile-also-check { order: 12; }
.tiles .items-list .tile.tile-gallery { order: 5; }

.tiles .items-list .tile.tile-also-check .item-title { display: none; }

.tiles .items-list .tile .item-body,
.tiles .items-list .tile.tile-programme .item-body {
  padding: 20px;
}

.tiles .items-list .tile .item-body .item-title { 
    padding: 0;
}
.tiles .items-list .tile .item-body .item-title .item-headline,
.tile-programme .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: #bcd1dd; text-decoration: none; }
.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; margin: 0 auto; }
.tiles .items-list .tile .item-body .item-text p:last-child { margin-bottom: 0; }

.tiles .items-list .tile .item-body .item-text input[type="text"],
.tiles .items-list .tile .item-body .item-text input[type="email"],
.tiles .items-list .tile .item-body .item-text textarea {
    width: 100%;
    padding: 0.6em 0.5em;
    margin: 0 0 0.5em;
}
.tiles .items-list .tile .item-body .item-text input[type="submit"] {
    width: auto;
    margin: 1em auto;
    display: block;
    padding: 0.6em 2em;
}
.tiles .items-list .tile.tile-abstract-submission .item-body .item-text textarea {
    min-height: 13em;
}


.tiles .items-list .tile.tile-news .item-body .item-title .item-headline  { display: none; }
.tiles .items-list .tile.tile-news .item-body .item-text *:first-child,
.tiles .items-list .tile.tile-news .item-body .item-text p:first-child { margin-top: 0; }
.tiles .items-list .tile.tile-topics .item-body .item-title .item-headline {
    margin: 0.5em 0 0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #aaa;
}
.tiles .items-list .tile.tile-topics .item-body .item-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tiles .items-list .tile.tile-topics .item-body .item-text li {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 1em;
}

.tiles .items-list .tile.tile-registration .button,
.tiles .items-list .tile.tile-abstract-submission .button { background: #f0f0f0; font-weight: bold; text-transform: uppercase; color: #111; border-radius: 4px; box-shadow: 1px 1px 30px rgba(255,255,255,0.7), 1px 1px 5px #000; }
.tiles .items-list .tile.tile-registration .button { background: #fff; }
.tiles .items-list .tile.tile-registration .item-body .item-text p,
.tiles .items-list .tile.tile-abstract-submission .item-body .item-text p { font-size: 1.2em; line-height: 1.4; margin-bottom: 2em; }
.tiles .items-list .tile.tile-registration .item-body .item-text p em,
.tiles .items-list .tile.tile-abstract-submission .item-body .item-text p em { font-style: normal; }
.tiles .items-list .tile.tile-registration .item-body .item-text p strong,
.tiles .items-list .tile.tile-abstract-submission .item-body .item-text p strong { display: block; font-size: 1.2em; }

.tiles .items-list .tile.tile-registration .item-body .item-title .item-headline { text-transform: uppercase; font-weight: bold; color: #fff; text-shadow: 1px 1px 30px rgba(255,255,255,0.7), 1px 1px 5px #000;}
.tiles .items-list .tile.tile-registration .item-body .item-title a { color: #fff;}
.tiles .items-list .tile.tile-registration:hover .item-body .item-title a,
.tiles .items-list .tile.tile-abstract-submission:hover .item-body .item-title a { text-decoration: none; }
.tiles .items-list .tile.tile-abstract-submission .item-body .item-title,
.tiles .items-list .tile.tile-abstract-submission .item-body .item-title a { color: #111; }




.tile-participants .item-headline,
.tile-participants ul {
    text-align: center;
}
.tile-participants ul {
    padding-left:0;
}
.tile-participants li {
    display: inline-block;
    margin-right: 1rem;
}

.tile-programme .item-headline,
.tiles .items-list .tile.tile-programme .item-body .item-title .item-headline { 
    color: #7999ab; 
}
.tiles .items-list .tile.tile-programme .item-body .item-text {
    max-width: 100%;
}
.tiles .items-list .tile.tile-programme .item-body .item-text ul { 
    list-style: none; 
    padding-left: 0; 
    clear: both;
    margin-bottom: 0;
}
.tiles .items-list .tile.tile-programme .item-body .item-text ul li {
    font-size: 1.3em;
    margin-bottom: 1em;
}
.tiles .items-list .tile.tile-programme .item-body .item-text ul li:after {
    clear: both;
    display: block;
    content: " ";
}





.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle { 
    display: flex;
    align-items:  baseline;
    text-align: center;
    margin-bottom: 3em;
    margin-top: 2em;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle:after {
    clear: both;
    display: block;
    content: " ";
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date {
    display: block;
    margin: 0 1rem 0 0;
    width: 8rem;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date .dayname,
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date .day,
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date .month {
    display: block;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date .dayname {
    text-transform:  uppercase;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date .day {
    font-size: 3em;
    line-height: 1;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date .month {
    font-weight: normal;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .title {
    font-size: 1.5em;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    width: calc(100% - 8rem);
    text-align: left;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .title h5 {
    margin: 0;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .title p {
    margin:0 0 1em; 
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .title p:last-child {
    margin: 0;
}

.tiles .items-list .tile.tile-programme .item-body .item-text .time {
    width: 8rem;
    display: inline-block;
    text-align: center;
    font-size: 1em;
}

.tiles .items-list .tile.tile-programme .item-body .item-text .name {
}
.tiles .items-list .tile.tile-programme .item-body .item-text li .title {
    display: block;
    margin-left: 8.3rem;
    font-style: normal;
    font-size: 1rem;
}





.tile-programme li .abstract {
    display: none;
    margin-bottom: 2.5em;
}
.tile-programme .clickable .name {
    text-decoration: underline;
    cursor: pointer;
}












.tiles .items-list .tile.tile-venue .item-body { padding-right: 0; }
.tiles .items-list .tile.tile-venue .item-body .item-title .item-headline { margin: 1em 0 0.5em; color: #333; }
.tiles .items-list .tile.tile-venue .item-body .item-text p { font-size:1.1em; line-height: 1.5; margin-left: -10px; padding-left: 10px; }

.tile-venue p.active,
.tile-venue p:hover { background: #f3f3f3; }
.tile-venue p { cursor: pointer; }
.tile-venue p.active { cursor: auto; }

.tiles .items-list .tile.tile-map .item-body { padding: 10px; }
.tiles .items-list .tile.tile-map .item-body .item-title  { display: none; }
.tiles .items-list .tile.tile-map .item-body .item-text { max-width: 100%; padding: 0; }
.tiles .items-list .tile.tile-soc .item-body .item-title .item-headline,
.tiles .items-list .tile.tile-loc .item-body .item-title .item-headline { margin: 1em 0; }
.tiles .items-list .tile.tile-soc .item-body .item-text strong,
.tiles .items-list .tile.tile-loc .item-body .item-text strong { color: #bcd1dd; }


.tiles .items-list .tile.tile-soc .item-body .item-text p {
  font-size: 1.3em;
  line-height: 1.8;
}
.tiles .items-list .tile.tile-loc .item-body .item-text p {
  line-height: 1.85;
}





.tiles .items-list .tile.tile-type-2 { border: none; display: flex; flex-wrap: wrap; }

.tiles .items-list .tile.tile-type-2:after,
.tiles .items-list .tile.tile-type-2:before {
    display: table;
    clear: both;
    content: " ";
}
.tiles .items-list .tile.tile-type-2 .item-body { 
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(0,34,68,0.05);
  border-top: none;
  border-left: none;
}

.tiles .items-list .tile.tile-type-2 .item-body:nth-child(1) { order: 1; background: rgba(255,255,255,0.95); }
.tiles .items-list .tile.tile-type-2 .item-body:nth-child(2) { order: 2;  background: rgba(255,255,255,0.9); }
.tiles .items-list .tile.tile-type-2 .item-body:nth-child(3) { order: 3; background: rgba(255,255,255,0.85); }

.tiles .items-list .tile.tile-type-2 .item-body .item-title { padding: 0; }
.tiles .items-list .tile.tile-type-2 .item-body .item-title .item-headline { margin: 0; font-size: 16px; text-transform: uppercase; }
.tiles .items-list .tile.tile-type-2 .item-body .item-title a { color: white; }
.tiles .items-list .tile.tile-type-2 .item-body .item-text { padding: 0; }

.tiles .items-list .tile.tile-1.tile-type-2 .item-body:nth-child(1) { color: #111; }

.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-title .item-headline { line-height: 1.5; color: #777; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body:nth-child(1) .item-title .item-headline { color: #999; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body:nth-child(2) .item-title .item-headline { color: #888; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-title a { color: #999; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-text { }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-text a { color: inherit; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-text * { line-height: 1.5; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-text > *:first-child { margin-top: 0; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-text > * > *:first-child { margin-top: 0; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-text .part { }

.tiles .items-list .tile.tile-1.tile-type-2 .item-body:nth-child(1) .item-text * { line-height: 1.2; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body:nth-child(1) .item-text p { font-size: 26px; }

@media only screen and (min-width: 720px) {
  .tiles { 
    padding: 50px 10px;
  }
  .tiles .items-list {
  }
  .tiles .items-list .tile { }
  .tiles .items-list .tile.tile-registration  { width: 50%; }
  .tiles .items-list .tile.tile-abstract-submission  { width: 50%; }
  .tiles .items-list .tile.tile-programme  {}
  .tiles .items-list .tile.tile-venue  { width: 20rem; }
  .tiles .items-list .tile.tile-map  { width: calc(100% - 20rem);}
  .tiles .items-list .tile.tile-soc { width: 60%; }
  .tiles .items-list .tile.tile-loc { width: 40%;}
  .tiles .items-list .tile.tile-invited-speakers { }
  .tiles .items-list .tile.tile-participants { }

  .tiles .items-list .tile.tile-map .item-body { padding: 0; }

  .tiles .items-list .tile.tile-programme,
  .tiles .items-list .tile.tile-invited-speakers,
  .tiles .items-list .tile.tile-participants  { width: 100%; max-width: 880px; }

  .tiles .items-list .tile.tile-programme .item-body {
    padding: 20px 50px;
  }

  .tiles .items-list .tile .item-body .item-text, 
  .tiles .items-list .tile .item-body .item-title { 
    padding: 0; 
  }
  .tiles .items-list .tile.tile-type-2 .item-body { 
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text .daytitle {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: -50px;
    margin-right: -50px;
    background: #f0F0F0;
    padding: 20px 50px;
    }
}
@media only screen and (min-width: 900px) {
  .tiles .items-list .tile.tile-1  { width: 19rem;  }
  .tiles .items-list .tile.tile-topics  { width: calc(100% - 19rem); }
  .tiles .items-list .tile.tile-type-2 .item-body:nth-child(1) .item-title .item-headline { margin-top: 0.5em; }
  .tiles .items-list .tile.tile-soc .item-body .item-text p {
    font-size: 1.6em;
    line-height: 1.45;
  }
}
@media only screen and (min-width: 790px) and (max-width: 899px) {
  .tiles .items-list .tile.tile-type-2 .item-body:nth-child(1) { width: 26%; }
  .tiles .items-list .tile.tile-type-2 .item-body:nth-child(2) { width: 37%; }
  .tiles .items-list .tile.tile-type-2 .item-body:nth-child(3) { width: 37%; }
}
@media only screen and (min-width: 500px) and (max-width: 789px) {
  .tiles .items-list .tile.tile-type-2 .item-body:nth-child(1) { width: 41%; }
  .tiles .items-list .tile.tile-type-2 .item-body:nth-child(2) { width: 59%; }
  .tiles .items-list .tile.tile-type-2 .item-body:nth-child(3) { }
}
@media only screen and (min-width: 500px) {
  .tiles .items-list .tile .item-body {
    padding: 20px 50px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 859px) {
  .tiles .items-list .tile.tile-abstract-submission .item-body .item-title .item-headline {
    margin: 0.8em auto 0.6em;
    max-width: 7em;
  }
}

@media only screen and (max-width: 499px) {
  .tiles .items-list .tile.tile-programme .item-body .item-text .time {
    width: 3rem;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text li .title {
    margin-left: 3.3rem;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date {
    width: 4.5rem;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .title {
    width: calc(100% - 4.5rem);
  } 
}

@media only screen and (max-width: 419px) {
  .tiles .items-list .tile.tile-topics .item-body .item-text li {
    font-size: 20px;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text {
    font-size: 90%;
  }
  .tiles .items-list .tile.tile-soc .item-body .item-text p {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 359px) {
  .tiles .tiles-headline h2 {
    font-size: 1.7em;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text {
    font-size: 80%;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text .time {
    display: block;
    text-align: left;
    width: 100%;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text li .title {
    margin-left: 0;
  }
  .tiles .items-list .tile.tile-soc .item-body .item-text p {
    font-size: 1.1em;
  }
}



/* * * program - temporary * * */
.tiles .items-list .tile.tile-programme .item-body .item-text .time {
  float: left;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .name,
.tiles .items-list .tile.tile-programme .item-body .item-text li .title {
  display: block;
  margin-left: 8.9rem;
}
@media only screen and (max-width: 499px) {
  .tiles .items-list .tile.tile-programme .item-body .item-text .time {
    width: 8rem;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text .name,
  .tiles .items-list .tile.tile-programme .item-body .item-text li .title {
    margin-left: 8.9rem;
  }
}
@media only screen and (max-width: 400px) {
  .tiles .items-list .tile.tile-programme .item-body .item-text .time {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text .name,
  .tiles .items-list .tile.tile-programme .item-body .item-text li .title {
    margin-left: 0;
  }
}





.speakers-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow:  wrap;
}

.speakers-list li {
    width: 100%;
    margin:0 0 20px;
}
.speakers-list li:before,
.speakers-list li:after {
  display: table;
  clear: both;
  content: " ";
}

.speakers-list .photo {
    width:100px;   
    float: left;
    margin: 0 10px 10px 0;
}
.speakers-list .clickable .photo,
.speakers-list .clickable .name {
    cursor: pointer;
}

.speakers-list h4 {
    margin:1em 0 0.5em;
    color: #8cbdda;
    font-weight: normal;
}

.speakers-list .name {
    display: block;
    font-size:1.3em;
    line-height:1;
    color: #bcd1dd;
}
.speakers-list li.clickable:hover .name {
    text-decoration: underline;
}

.speakers-list .seperator {
    display: none;
}

.speakers-list .institution {
    display: block;
    margin-top: 0.2rem;
    line-height: 1.2;
    font-style: normal;
    font-size: 0.75em;
}

.speakers-list .description {
    display: none;
    clear: both;
    margin: 0 0 1em;
}
@media only screen and (max-width: 359px) {
    .speakers-list .name {
        font-size:1.1em;
    }
}

@media only screen and (min-width: 800px) {
.speakers-list {
    display: flex;
    flex-flow:  wrap;
}
.speakers-list li {
    width: calc(50% - 20px);
    margin:0 20px 10px 0;
}
.speakers-list .photo {
    width:100px;   
    float: right;
    margin: 0 0 10px 10px;
}
.speakers-list h4 {
    text-align: right;
    margin:1em 110px 0.5em 0;
}
.speakers-list li:nth-child(2n) {
    margin:0 0 10px 20px
}
.speakers-list li:nth-child(2n) .photo {
    float: left;
    margin: 0 10px 10px 0;
}
.speakers-list li:nth-child(2n) h4 {
    margin:1em 0 0.5em 110px;
    text-align: left;
}

}




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



div.webform_label, 
div.webform_label_multi {
    font-size: 18px;
}
div.webform_check_wrapper div.webform_label,
div.webform_check_wrapper div.webform_label_multi,
div.webform_confirm_wrapper div.webform_label,
div.webform_confirm_wrapper div.webform_label_multi {
    font-size: 1em;
}

div.webform_wrapper .webform_field input[type=text], 
div.webform_wrapper .webform_field input[type=email], 
div.webform_wrapper .webform_field input[type=password],
div.webform_wrapper .webform_field_multi textarea {
  padding: 5px;
}


.formbutton { padding: .5em 2em; }

.submitbutton { 
text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
}

#webformconfirmvalues .formbutton  { 
text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3em; 
   color: green;
}
#webformdisplayvalues .formbutton  { 
   color: red;
}

      
.webform_check_wrapper:before,
.webform_check_wrapper:after {
  display: table;
  clear: both;
  content: " ";
}




/* qikfixhax - refactor */

.item-body-place em,
.tile-venue .item-text em {
    font-style: normal;
    /* font-weight: bold; */
    color: red;
}

.tiles .items-list .tile.tile-programme .item-body .item-title .item-headline { 
    display: none;
}

.picture {
    margin: 1.5em 1em 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@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:none;
        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 {
    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-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: 1rem;
    padding-left: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
:target {
  display: block;
  position: relative;
  top: -81px; 
  visibility: hidden;
}
*/

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: #fff;
  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: 60px;
    max-width: 880px;
    margin: 0 auto;
  }
}
/* 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.osw.opencms.collaboration_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: #79b0d1;
  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;
}
.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%;
}
/* -----------------   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;
}
.wrapper-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}
.header {
  position: relative;
  background: #fff;
  display: flex;
  max-width: 880px;
  
}
@media only screen and (min-width: 530px) {
.header {
left: 520px;
}
}
body.scrolled .header {
  opacity: 0.7;
  transition: opacity .2s;
}
body.mobile-menu-opened .header,
body.scrolled .header:hover {
  opacity:1;
  box-shadow: 0px 1px 3px #666;
}
/*.header:after, 
.header:before {
    display: table;
    clear:both;
    content: " ";
}   */
.header .logo {
  position: relative;
  float: left;
  height: 80px;
  width: auto;
  padding: 12px;
  /*padding-left: 93px;*/
}
.header .logo img {
  
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 99;
  /*clip: rect(0px 75px 56px 0);*/
}

/*.header .logo .logo-img-wrapper i {
    display: block;
    float: left;
    height: 30px;
    background: url(/system/modules/cz.nelasoft.opencms.konference_kosmicke_projekty_na_AVCR/resources/img/logo-en.png) no-repeat -200% -200%;
}

.header .logo .logo-img-wrapper i.logo-years {
    top: 10px;
    left: 90px;
}
.header .logo .logo-img-wrapper i.logo-of-the {
    top: 10px;
    left: 162px;
}
.header .logo .logo-img-wrapper i.logo-czech {
    top: 10px;
    left: 240px;
}
.header .logo .logo-img-wrapper i.logo-republic {
    top: 10px;
    left: 314px;
}
.header .logo .logo-img-wrapper i.logo-in-esa {
    top: 10px;
    left: 419px;
}

.header .logo .logo-img-wrapper i.logo-ten {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 99;
  width: 75px;
  height: 56px;
  background-position: 0 0;
}
.header .logo .logo-img-wrapper i.logo-years {
    width: 72px;
    background-position: -82px -12px;
}
.header .logo .logo-img-wrapper i.logo-of-the {
    width: 78px;
    background-position: -154px -12px;
}
.header .logo .logo-img-wrapper i.logo-czech {
    width: 74px;
    background-position: -232px -12px;
}
.header .logo .logo-img-wrapper i.logo-republic {
    width: 105px;
    background-position: -306px -12px;
}
.header .logo .logo-img-wrapper i.logo-in-esa {
    width: 95px;
    background-position: -411px -12px;
}*/

@media only screen and (min-width: 1024px) and (max-width: 1070px) {
.header .logo {
    padding-top: 17px;
  }
/*  .header .logo .logo-img-wrapper i {
    height: 22px;
    background-size: 380px 42px;
  }
  .header .logo .logo-img-wrapper i.logo-ten {
    width: 75px;
    height: 56px;
    background-size: 506px 56px;
  }
  .header .logo .logo-img-wrapper i.logo-years {
    width: 54px;
    background-position: -61px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-of-the {
    width: 59px;
    background-position: -115px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-czech {
    width: 56px;
    background-position: -174px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-republic {
    width: 79px;
    background-position: -230px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-in-esa {
    width: 72px;
    background-position: -309px -9px;
  }*/
}
@media only screen and (max-width: 1023px) {
.header .logo {
    width: 100%;
  }
}
@media only screen and (min-width: 595px) and (max-width: 1023px) {
.header .logo {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 399px) {
.header .logo {
    padding-top: 17px;
  }
/*  .header .logo .logo-img-wrapper i {
    height: 22px;
    background-size: 380px 42px;
  }
  .header .logo .logo-img-wrapper i.logo-ten {
    width: 75px;
    height: 56px;
    background-size: 506px 56px;
  }
  .header .logo .logo-img-wrapper i.logo-years {
    width: 54px;
    background-position: -61px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-of-the {
    width: 59px;
    background-position: -115px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-czech {
    width: 56px;
    background-position: -174px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-republic {
    width: 79px;
    background-position: -230px -9px;
  }
  .header .logo .logo-img-wrapper i.logo-in-esa {
    width: 72px;
    background-position: -309px -9px;
  } */
}

@media only screen and (max-width: 339px) {
.header .logo {
    padding-top: 8px;
  }
}

@media only screen and (min-width: 1024px) {
  .header .logo img {
    width: inherit;
  }
}
.header .header-misc {
  display: none;
  float: right;
}
.header .header-misc .header-misc-row {
  overflow: hidden;
}
.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: #ccc;
  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;
  width: 36px;
  margin: 18px 15px 10px;
}
.header .menu-toggle button {
  width: 36px;
  height: 36px;
  background-color: transparent;
  color: #666;
  border: none;
  font-size: 34px;
  outline: none;
}
@media only screen and (min-width: 1024px) {
  .header .menu-toggle {
    display: none;
  }
}
.footer {
  padding: 40px;
  background-color: #010f24;
}
.footer .social-links {
  margin-bottom: 30px;
  text-align: center;
}
.footer .social-links .social-link-title {
  margin-bottom: 30px;
  color: #87BDDF;
  font-size: 1.2em;
}
.footer .social-links .social-link {
  display: inline-block;
  margin: 0 15px;
  font-size: 3em;
}
.footer .social-links .social-link a {
  color: #fff;
}
.footer .footer-nav {
  width: 100%;
  display: table;
}
.footer .footer-nav .footer-nav-col {
  display: table-cell;
  text-align: center;
  padding: 0 1em;
}
.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: #87BDDF;
}
.footer .footer-nav .menu {
  display: none;
}
.footer .footer-nav ul {
}
@media only screen and (min-width: 720px) {
  .footer .footer-nav .footer-nav-col {
    display: table-cell;
    border-left: 1px solid #00689F;
    width: 50%;
    text-align: center;
  }
  .footer .footer-nav .footer-nav-col:first-child {
    border-left: none;
  }
  .footer .footer-nav .footer-nav-title {
  }
  .footer .footer-nav .menu {
    display: block;
  }
  .footer .footer-nav ul {
  }
}
.footer .footer-nav ul {
  margin: 0;
  padding: 0;
}
.footer .footer-nav li {
  font-size: 0.9em;
  list-style: none;
}
.footer .footer-nav li a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-nav li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 720px) {
  .footer .footer-nav {
    display: table;
  }
.footer .footer-nav li {
  display: inline-block;
  margin: 0 0.5em
}
}
.footer .logo,
.footer .logo-bottom {
  text-align: center;
}
.footer .logo {
  margin: 30px auto 0;
}
.footer .logo-bottom {
  margin: 0 auto;
}
.footer .logo a,
.footer .logo-bottom a {
    display: inline-block;
    vertical-align: middle;
    margin: 30px;
}
.footer .logo div {
    display: inline-block;
    vertical-align: bottom;
}
@media only screen and (min-width: 820px) {
.footer .logo div {
    min-width: 240px    
}
}
@media only screen and (min-width: 720px) {
.footer .logo {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-end; 
}
.footer .logo .logo-1 {
    order: 2;
   
    }
.footer .logo .logo-2 {
    order: 3;
    text-align:left;
    }
.footer .logo .logo-3 {
    order: 1;
    text-align:right;
}
}


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.osw.opencms.collaboration_vesmir_pro_lidstvo/resources/img/sprite.png') 0 0 no-repeat;
}
.bx-wrapper .bx-next {
  right: 15px;
  background: transparent url('/system/modules/cz.osw.opencms.collaboration_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.8em;
  background: #111;
}
.service-menu .copyright {
  margin-right: 10px;
}
.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;
}
.service-menu ul li a:hover {
  color: #999;  
}
.wrapper-events {
  margin-bottom: 10px;
}
.wrapper-sectioncontent {
  margin-bottom: 10px;
}
.wrapper-media {
  margin-bottom: 10px;
}
.sectioncontent {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .sectioncontent {
    flex-direction: row;
  }
  .sectioncontent-main {
    margin-bottom: 30px;
  }
}
.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: 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;
    filter: invert(100%);
    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;
  font-size: 16px;
  margin: 19px;
}
.menu-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-main ul li { }
.menu-main ul li a {
  display: block;
  padding: 11px 8px;
  color: #333;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
}
.menu-main ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.menu-main ul .active {
}
.menu-main ul .active a {
  color: #666;
}

.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;
    white-space: nowrap;
        position: relative;
    left: 600px;
}
  }
  .menu-main li {
    display: inline-block;
  }
  .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: rgba(0,115,182,.95);
  position: fixed;
  z-index: 99;
  width: 100%;
  text-align: center;
  max-height: calc(100% - 80px);
  overflow: auto;
}
.menu-mobile:hover {
  background-color: rgba(0,115,182,1);
}
.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.osw.opencms.collaboration_vesmir_pro_lidstvo/resources/img/sprite.png') -82px 0 no-repeat;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  background: transparent url('/system/modules/cz.osw.opencms.collaboration_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.collaboration_vesmir_pro_lidstvo/resources/img/universe-1566159_1920.jpg) top center;
  background-size: cover;
  background-attachment: fixed;
}
.tiles .tiles-headline {
  margin: 0 auto;
  text-align: center;
}
.tiles .tiles-headline a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.tiles .tiles-headline h2,
.tiles .tiles-headline h3 {
  color: #fff;
  margin: 0 auto 20px;
  text-shadow: 1px 1px 30px rgba(255,255,255,0.7), 1px 1px 5px #000;
}
.tiles .tiles-headline h2 {
  font-size: 2em;
  margin-top: 3em;
}
.tiles .tiles-headline h3 {
  font-size: 1.3em;
  font-weight: normal;
  display: table;
  direction: rtl;
}
.tiles .tiles-headline em {
  font-style: normal;
  font-weight: normal;
}
.tiles .tiles-headline em,
.tiles .tiles-headline strong {
  display: block;
}
.tiles .tiles-headline .first-line,
.tiles .tiles-headline .second-line {
  display: block;
}
.tiles .tiles-headline .first-line {
  margin-bottom: 1em;
  line-height: 1.2;
}
.tiles .tiles-headline .second-line {
  line-height: 1;
}
.tiles .tiles-headline h2 .first-line strong {
  text-transform: uppercase;
  line-height: 1.4;
}
.tiles .tiles-headline h2 .first-line strong:first-child {
  font-size: 1.07em;
}
.tiles .tiles-headline h2 .first-line em {
  font-size: 0.76em;
  text-transform: lowercase;
}
.tiles .tiles-headline h3 .first-line,
.tiles .tiles-headline h3 .second-line {
  display: table-cell;
  direction: ltr;
}
.tiles .tiles-headline h3 .first-line {
  padding: 0 0.5em 0 0;
  margin: 0 auto;
  vertical-align: middle;
}
.tiles .tiles-headline h3 .second-line {
  margin: 0;
  vertical-align: top;
  font-size: 0.9em;
  line-height: 1;
}
 .tiles .tiles-headline h3 .first-line strong {
  width: 6.5em;
}

@media only screen and (max-width: 529px) {
  .tiles .tiles-headline h3 {
    margin: -20px auto 30px;
  }
}
@media only screen and (min-width: 530px) {
  .tiles {
    position: relative;
  }
  .tiles .tiles-headline h3 {
    position: absolute;
    top: 15px;
    left: 825px;
    z-index:1;
  }
}
@media only screen and (min-width: 530px) and (max-width: 629px) {
  .tiles .tiles-headline {
    margin-left: 110px; 
    max-width: 400px;
  }
}
@media only screen and (min-width: 530px)  and (max-width: 819px) {
  .tiles .tiles-headline h3 .first-line {
    display: table-footer-group;
  }
}

.tiles .items-list {
  background: #031423;
  background: rgba(3, 20, 35, 0); 
}
.tiles .items-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.tiles .items-list .tile { 
  border: 1px solid rgba(0,34,68,0.05);
  border-top: none;
  border-left: none;
  width: 100%;
  max-width: 100%;
}

.tiles .items-list .tile.tile-news  { order: 0; margin-bottom: 2rem; color: #222; background: rgba(255, 255, 250, 0.85); border: 1px solid yellow; border-radius: 10px; }
.tiles .items-list .tile.tile-1  { order: 2; color: #333; }
.tiles .items-list .tile.tile-topics  { order: 1; color: #333; background: #fff; }
.tiles .items-list .tile.tile-registration  { order: 8;  background: rgba(0,10,30,0.8); color: #f22; text-align: center; }
.tiles .items-list .tile.tile-abstract-submission  { order: 9;  background: rgba(240,250,250,0.8); color: #d00; text-align: center; }
.tiles .items-list .tile.tile-programme  { order: 4;  background: #fff; color: #000; }
.tiles .items-list .tile.tile-venue  { order: 6;  background: rgba(255,255,255,0.9); color: #333; }
.tiles .items-list .tile.tile-map  { order: 7; background: #f0f0f0; }
.tiles .items-list .tile.tile-soc { order: 10; background: rgba(0,30,50,0.6); text-align: center; padding-bottom:2em; }
.tiles .items-list .tile.tile-loc { order: 11; background: rgba(0,0,0,0.4); text-align: center; padding-bottom:2em; }
.tiles .items-list .tile.tile-invited-speakers { order: 3; background: rgba(0,0,0,0.6); }
.tiles .items-list .tile.tile-participants { order: 8; background: rgba(0,0,0,0.6); }
.tiles .items-list .tile.tile-also-check { order: 12; }
.tiles .items-list .tile.tile-gallery { order: 5; }

.tiles .items-list .tile.tile-also-check .item-title { display: none; }

.tiles .items-list .tile .item-body,
.tiles .items-list .tile.tile-programme .item-body {
  padding: 20px;
}

.tiles .items-list .tile .item-body .item-title { 
    padding: 0;
}
.tiles .items-list .tile .item-body .item-title .item-headline,
.tile-programme .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: #bcd1dd; text-decoration: none; }
.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; margin: 0 auto; }
.tiles .items-list .tile .item-body .item-text p:last-child { margin-bottom: 0; }

.tiles .items-list .tile .item-body .item-text input[type="text"],
.tiles .items-list .tile .item-body .item-text input[type="email"],
.tiles .items-list .tile .item-body .item-text textarea {
    width: 100%;
    padding: 0.6em 0.5em;
    margin: 0 0 0.5em;
}
.tiles .items-list .tile .item-body .item-text input[type="submit"] {
    width: auto;
    margin: 1em auto;
    display: block;
    padding: 0.6em 2em;
}
.tiles .items-list .tile.tile-abstract-submission .item-body .item-text textarea {
    min-height: 13em;
}


.tiles .items-list .tile.tile-news .item-body .item-title .item-headline  { display: none; }
.tiles .items-list .tile.tile-news .item-body .item-text *:first-child,
.tiles .items-list .tile.tile-news .item-body .item-text p:first-child { margin-top: 0; }
.tiles .items-list .tile.tile-topics .item-body .item-title .item-headline {
    margin: 0.5em 0 0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #aaa;
}
.tiles .items-list .tile.tile-topics .item-body .item-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tiles .items-list .tile.tile-topics .item-body .item-text li {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 1em;
}

.tiles .items-list .tile.tile-registration .button,
.tiles .items-list .tile.tile-abstract-submission .button { background: #f0f0f0; font-weight: bold; text-transform: uppercase; color: #111; border-radius: 4px; box-shadow: 1px 1px 30px rgba(255,255,255,0.7), 1px 1px 5px #000; }
.tiles .items-list .tile.tile-registration .button { background: #fff; }
.tiles .items-list .tile.tile-registration .item-body .item-text p,
.tiles .items-list .tile.tile-abstract-submission .item-body .item-text p { font-size: 1.2em; line-height: 1.4; margin-bottom: 2em; }
.tiles .items-list .tile.tile-registration .item-body .item-text p em,
.tiles .items-list .tile.tile-abstract-submission .item-body .item-text p em { font-style: normal; }
.tiles .items-list .tile.tile-registration .item-body .item-text p strong,
.tiles .items-list .tile.tile-abstract-submission .item-body .item-text p strong { display: block; font-size: 1.2em; }

.tiles .items-list .tile.tile-registration .item-body .item-title .item-headline { text-transform: uppercase; font-weight: bold; color: #fff; text-shadow: 1px 1px 30px rgba(255,255,255,0.7), 1px 1px 5px #000;}
.tiles .items-list .tile.tile-registration .item-body .item-title a { color: #fff;}
.tiles .items-list .tile.tile-registration:hover .item-body .item-title a,
.tiles .items-list .tile.tile-abstract-submission:hover .item-body .item-title a { text-decoration: none; }
.tiles .items-list .tile.tile-abstract-submission .item-body .item-title,
.tiles .items-list .tile.tile-abstract-submission .item-body .item-title a { color: #111; }




.tile-participants .item-headline,
.tile-participants ul {
    text-align: center;
}
.tile-participants ul {
    padding-left:0;
}
.tile-participants li {
    display: inline-block;
    margin-right: 1rem;
}

.tile-programme .item-headline,
.tiles .items-list .tile.tile-programme .item-body .item-title .item-headline { 
    color: #7999ab; 
}
.tiles .items-list .tile.tile-programme .item-body .item-text {
    max-width: 100%;
}
.tiles .items-list .tile.tile-programme .item-body .item-text ul { 
    list-style: none; 
    padding-left: 0; 
    clear: both;
    margin-bottom: 0;
}
.tiles .items-list .tile.tile-programme .item-body .item-text ul li {
    font-size: 1.3em;
    margin-bottom: 1em;
}
.tiles .items-list .tile.tile-programme .item-body .item-text ul li:after {
    clear: both;
    display: block;
    content: " ";
}





.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle { 
    display: flex;
    align-items:  baseline;
    text-align: center;
    margin-bottom: 3em;
    margin-top: 2em;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle:after {
    clear: both;
    display: block;
    content: " ";
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date {
    display: block;
    margin: 0 1rem 0 0;
    width: 8rem;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date .dayname,
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date .day,
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date .month {
    display: block;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date .dayname {
    text-transform:  uppercase;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date .day {
    font-size: 3em;
    line-height: 1;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date .month {
    font-weight: normal;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .title {
    font-size: 1.5em;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    width: calc(100% - 8rem);
    text-align: left;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .title h5 {
    margin: 0;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .title p {
    margin:0 0 1em; 
}
.tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .title p:last-child {
    margin: 0;
}

.tiles .items-list .tile.tile-programme .item-body .item-text .time {
    width: 8rem;
    display: inline-block;
    text-align: center;
    font-size: 1em;
}

.tiles .items-list .tile.tile-programme .item-body .item-text .name {
}
.tiles .items-list .tile.tile-programme .item-body .item-text li .title {
    display: block;
    margin-left: 8.3rem;
    font-style: normal;
    font-size: 1rem;
}





.tile-programme li .abstract {
    display: none;
    margin-bottom: 2.5em;
}
.tile-programme .clickable .name {
    text-decoration: underline;
    cursor: pointer;
}












.tiles .items-list .tile.tile-venue .item-body { padding-right: 0; }
.tiles .items-list .tile.tile-venue .item-body .item-title .item-headline { margin: 1em 0 0.5em; color: #333; display: none;}
.tiles .items-list .tile.tile-venue .item-body .item-text p { font-size:1.1em; line-height: 1.5; margin-left: -10px; padding-left: 10px; }

.tile-venue p.active,
.tile-venue p:hover { background: #f3f3f3; }
.tile-venue p { cursor: pointer; }
.tile-venue p.active { cursor: auto; }

.tiles .items-list .tile.tile-map .item-body { padding: 10px; }
.tiles .items-list .tile.tile-map .item-body .item-title  { display: none; }
.tiles .items-list .tile.tile-map .item-body .item-text { max-width: 100%; padding: 0; }
.tiles .items-list .tile.tile-soc .item-body .item-title .item-headline,
.tiles .items-list .tile.tile-loc .item-body .item-title .item-headline { margin: 1em 0; display: none; }
.tiles .items-list .tile.tile-soc .item-body .item-text strong,
.tiles .items-list .tile.tile-loc .item-body .item-text strong { color: #bcd1dd; }


.tiles .items-list .tile.tile-soc .item-body .item-text p {
  font-size: 1.3em;
  line-height: 1.8;
}
.tiles .items-list .tile.tile-loc .item-body .item-text p {
  line-height: 1.85;
}





.tiles .items-list .tile.tile-type-2 { border: none; display: flex; flex-wrap: wrap; }

.tiles .items-list .tile.tile-type-2:after,
.tiles .items-list .tile.tile-type-2:before {
    display: table;
    clear: both;
    content: " ";
}
.tiles .items-list .tile.tile-type-2 .item-body { 
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(0,34,68,0.05);
  border-top: none;
  border-left: none;
}

.tiles .items-list .tile.tile-type-2 .item-body:nth-child(1) { order: 1; background: rgba(255,255,255,0.95); }
.tiles .items-list .tile.tile-type-2 .item-body:nth-child(2) { order: 2;  background: rgba(255,255,255,0.9); }
.tiles .items-list .tile.tile-type-2 .item-body:nth-child(3) { order: 3; background: rgba(255,255,255,0.85); }

.tiles .items-list .tile.tile-type-2 .item-body .item-title { padding: 0; }
.tiles .items-list .tile.tile-type-2 .item-body .item-title .item-headline { margin: 0; font-size: 16px; text-transform: uppercase; }
.tiles .items-list .tile.tile-type-2 .item-body .item-title a { color: white; }
.tiles .items-list .tile.tile-type-2 .item-body .item-text { padding: 0; }

.tiles .items-list .tile.tile-1.tile-type-2 .item-body:nth-child(1) { color: #111; }

.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-title .item-headline { line-height: 1.5; color: #777; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body:nth-child(1) .item-title .item-headline { color: #999; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body:nth-child(2) .item-title .item-headline { color: #888; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-title a { color: #999; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-text { }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-text a { color: inherit; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-text * { line-height: 1.5; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-text > *:first-child { margin-top: 0; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-text > * > *:first-child { margin-top: 0; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body .item-text .part { }

.tiles .items-list .tile.tile-1.tile-type-2 .item-body:nth-child(1) .item-text * { line-height: 1.2; }
.tiles .items-list .tile.tile-1.tile-type-2 .item-body:nth-child(1) .item-text p { font-size: 26px; }

@media only screen and (min-width: 720px) {
  .tiles { 
    padding: 50px 10px;
  }
  .tiles .items-list {
  }
  .tiles .items-list .tile { }
  .tiles .items-list .tile.tile-registration  { width: 50%; }
  .tiles .items-list .tile.tile-abstract-submission  { width: 50%; }
  .tiles .items-list .tile.tile-programme  {}
  .tiles .items-list .tile.tile-venue  { width: 20rem; }
  .tiles .items-list .tile.tile-map  { width: calc(100% - 20rem);}
  .tiles .items-list .tile.tile-soc { width: 60%; }
  .tiles .items-list .tile.tile-loc { width: 40%;}
  .tiles .items-list .tile.tile-invited-speakers { }
  .tiles .items-list .tile.tile-participants { }

  .tiles .items-list .tile.tile-map .item-body { padding: 0; }

  .tiles .items-list .tile.tile-programme,
  .tiles .items-list .tile.tile-invited-speakers,
  .tiles .items-list .tile.tile-participants  { width: 100%; max-width: 880px; margin-top: 30px;}

  .tiles .items-list .tile.tile-programme .item-body {
    padding: 20px 50px;
  }

  .tiles .items-list .tile .item-body .item-text, 
  .tiles .items-list .tile .item-body .item-title { 
    padding: 0; 
  }
  .tiles .items-list .tile.tile-type-2 .item-body { 
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text .daytitle {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: -50px;
    margin-right: -50px;
    background: #f0F0F0;
    padding: 20px 50px;
    }
}
@media only screen and (min-width: 900px) {
  .tiles .items-list .tile.tile-1  { width: 19rem;  }
  .tiles .items-list .tile.tile-topics  { width: calc(100% - 19rem); }
  .tiles .items-list .tile.tile-type-2 .item-body:nth-child(1) .item-title .item-headline { margin-top: 0.5em; }
  .tiles .items-list .tile.tile-soc .item-body .item-text p {
    font-size: 1.6em;
    line-height: 1.45;
  }
}
@media only screen and (min-width: 790px) and (max-width: 899px) {
  .tiles .items-list .tile.tile-type-2 .item-body:nth-child(1) { width: 26%; }
  .tiles .items-list .tile.tile-type-2 .item-body:nth-child(2) { width: 37%; }
  .tiles .items-list .tile.tile-type-2 .item-body:nth-child(3) { width: 37%; }
}
@media only screen and (min-width: 500px) and (max-width: 789px) {
  .tiles .items-list .tile.tile-type-2 .item-body:nth-child(1) { width: 41%; }
  .tiles .items-list .tile.tile-type-2 .item-body:nth-child(2) { width: 59%; }
  .tiles .items-list .tile.tile-type-2 .item-body:nth-child(3) { }
}
@media only screen and (min-width: 500px) {
  .tiles .items-list .tile .item-body {
    padding: 20px 50px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 859px) {
  .tiles .items-list .tile.tile-abstract-submission .item-body .item-title .item-headline {
    margin: 0.8em auto 0.6em;
    max-width: 7em;
  }
}

@media only screen and (max-width: 499px) {
  .tiles .items-list .tile.tile-programme .item-body .item-text .time {
    width: 3rem;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text li .title {
    margin-left: 3.3rem;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .date {
    width: 4.5rem;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text .daytitle .title {
    width: calc(100% - 4.5rem);
  } 
}

@media only screen and (max-width: 419px) {
  .tiles .items-list .tile.tile-topics .item-body .item-text li {
    font-size: 20px;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text {
    font-size: 90%;
  }
  .tiles .items-list .tile.tile-soc .item-body .item-text p {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 359px) {
  .tiles .tiles-headline h2 {
    font-size: 1.7em;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text {
    font-size: 80%;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text .time {
    display: block;
    text-align: left;
    width: 100%;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text li .title {
    margin-left: 0;
  }
  .tiles .items-list .tile.tile-soc .item-body .item-text p {
    font-size: 1.1em;
  }
}



/* * * program - temporary * * */
.tiles .items-list .tile.tile-programme .item-body .item-text .time {
  float: left;
}
.tiles .items-list .tile.tile-programme .item-body .item-text .name,
.tiles .items-list .tile.tile-programme .item-body .item-text li .title {
  display: block;
  margin-left: 8.9rem;
}
@media only screen and (max-width: 499px) {
  .tiles .items-list .tile.tile-programme .item-body .item-text .time {
    width: 8rem;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text .name,
  .tiles .items-list .tile.tile-programme .item-body .item-text li .title {
    margin-left: 8.9rem;
  }
}
@media only screen and (max-width: 400px) {
  .tiles .items-list .tile.tile-programme .item-body .item-text .time {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
  }
  .tiles .items-list .tile.tile-programme .item-body .item-text .name,
  .tiles .items-list .tile.tile-programme .item-body .item-text li .title {
    margin-left: 0;
  }
}





.speakers-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow:  wrap;
}

.speakers-list li {
    width: 100%;
    margin:0 0 20px;
}
.speakers-list li:before,
.speakers-list li:after {
  display: table;
  clear: both;
  content: " ";
}

.speakers-list .photo {
    width:100px;   
    float: left;
    margin: 0 10px 10px 0;
}
.speakers-list .clickable .photo,
.speakers-list .clickable .name {
    cursor: pointer;
}

.speakers-list h4 {
    margin:1em 0 0.5em;
    color: #8cbdda;
    font-weight: normal;
}

.speakers-list .name {
    display: block;
    font-size:1.3em;
    line-height:1;
    color: #bcd1dd;
}
.speakers-list li.clickable:hover .name {
    text-decoration: underline;
}

.speakers-list .seperator {
    display: none;
}

.speakers-list .institution {
    display: block;
    margin-top: 0.2rem;
    line-height: 1.2;
    font-style: normal;
    font-size: 0.75em;
}

.speakers-list .description {
    display: none;
    clear: both;
    margin: 0 0 1em;
}
@media only screen and (max-width: 359px) {
    .speakers-list .name {
        font-size:1.1em;
    }
}

@media only screen and (min-width: 800px) {
.speakers-list {
    display: flex;
    flex-flow:  wrap;
}
.speakers-list li {
    width: calc(50% - 20px);
    margin:0 20px 10px 0;
}
.speakers-list .photo {
    width:100px;   
    float: right;
    margin: 0 0 10px 10px;
}
.speakers-list h4 {
    text-align: right;
    margin:1em 110px 0.5em 0;
}
.speakers-list li:nth-child(2n) {
    margin:0 0 10px 20px
}
.speakers-list li:nth-child(2n) .photo {
    float: left;
    margin: 0 10px 10px 0;
}
.speakers-list li:nth-child(2n) h4 {
    margin:1em 0 0.5em 110px;
    text-align: left;
}

}




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



div.webform_label, 
div.webform_label_multi {
    font-size: 18px;
}
div.webform_check_wrapper div.webform_label,
div.webform_check_wrapper div.webform_label_multi,
div.webform_confirm_wrapper div.webform_label,
div.webform_confirm_wrapper div.webform_label_multi {
    font-size: 1em;
}

div.webform_wrapper .webform_field input[type=text], 
div.webform_wrapper .webform_field input[type=email], 
div.webform_wrapper .webform_field input[type=password],
div.webform_wrapper .webform_field_multi textarea {
  padding: 5px;
}


.formbutton { padding: .5em 2em; }

.submitbutton { 
text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
}

#webformconfirmvalues .formbutton  { 
text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3em; 
   color: green;
}
#webformdisplayvalues .formbutton  { 
   color: red;
}

      
.webform_check_wrapper:before,
.webform_check_wrapper:after {
  display: table;
  clear: both;
  content: " ";
}




/* qikfixhax - refactor */

.item-body-place em,
.tile-venue .item-text em {
    font-style: normal;
    /* font-weight: bold; */
    color: red;
}

.tiles .items-list .tile.tile-programme .item-body .item-title .item-headline { 
    display: none;
}

.picture {
    margin: 1.5em 1em 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .logo img, .footer .logo-bottom img {
    max-width: 175px;
    max-height: 95px;
}
.tile.tile-2.tile-novinky .item-headline {
    display: none;
}
.tile.tile-3.tile-topics .item-headline  {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* FOR kolokvium*/


.menu-main {
  
}

.tiles .items-list .tile.tile-topics .item-body .item-text p:last-child {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1em;
}

.footer .footer-nav {
  
}

.wrapper-servicemenu .service-menu {
  display: flex;
  justify-content: center;
}

.service-menu .copyright {
  color: #555;
}

.service-menu ul li a {
  color: #555;
}

.menu-main ul li:last-child, .footer .footer-nav ul li:last-child {
  display: none;
}
.menu-main ul li:nth-child(3), .footer .footer-nav ul li:nth-child(4), .footer .footer-nav ul li:nth-child(3) {
  display: none;
}

.social-sharing {
  display: none;
}

//vision2040//

.speaker {
  display: flex;
  align-items: flex-start;
  gap: 16px; 
  flex-wrap: wrap;
}

.speaker .photo img {
  max-width: 150px;
  height: auto;
  border-radius: 4px;
}

.speaker div {
  flex: 1; /* text takes remaining space */
  min-width: 250px; /* ensures good readability */
}

.name {
  font-size: 1.2rem;
}

@media (max-width: 600px) {
  .speaker {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .speaker div {
    min-width: unset;
  }
  
  .photo {
  margin: 0 auto;
  }
  .oberta {
	margin: 0 auto;
  }
}

.tile-programme .item-body {
background-color: #f8f8f8;
}

.tile-novinky {
    order: 99 !important;
	margin-top: 60px;
}

