@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    color: rgb(57, 57, 57);
    font-size: 16px;
}
body{
    margin: 0;
}
img, table, iframe {
    max-width: 90%;
    height: auto;
}
table td {
    padding: 2px 6px;

}
table.vetsi-mezery td{
    padding: 8px 12px;
}
.tlacitka {
    width: calc(90% + 3px);
}
td.zarovnat-vpravo {
    text-align: right;
}
.zarovnani-nastred a{
    display: block;
    height: 100%;
    font-size: 100%;
    text-decoration: none !important;
}
.modry-ramecek {
    border: 5px #5c6dd1 solid;
    display: inline-block;
    padding: 25px;
    text-align: center;
    background-color: #F6F6F6
}
.zeleny-ramecek {
    border: #A0CE4E solid 2px;
    padding: 28px 28px 27px 31px;
    position: relative;
    background: white;
}
.zeleny-ramecek::before, .zeleny-ramecek::after {
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.35);
    content: "";
    height: 20%;
    left: 10px;
    max-height: 100px;
    max-width: 300px;
    position: absolute;
    transform: rotate(-3deg);
    -ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Safari and Chrome */
    width: 50%;
    z-index: -1;
}
.zeleny-ramecek::after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Safari and Chrome */
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu ul a{
    text-decoration:none;
}
h1 {
    color: #e02926;
    text-transform: uppercase !important;
    border-bottom: #e02926 3px solid;
    font-weight: 800;
    font-size: 26px !important;
    letter-spacing: -1px;
    padding: 5px 0px;
}
h2, h2 a {
    color: #e02926;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -1px;
    padding: 5px 0px;
}
h3 {
    font-size: 26px;
    color: #393939;
    font-weight: 700;
}
#konponenta a {
    color: #4181b9;
}
#konponenta .readmore a {
    color: #fff;
}
#konponenta a:hover {
    color: red;
}
a[href$=".pdf"], a[href$=".docx"], a[href$=".doc"], a[href$=".xlsx"], a[href$=".xls"], a[href$=".rtf"] {
    display: inline-block;
}
a[href$=".pdf"]::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1c1";
    padding-right: 6px;
}
a[href$=".docx"]::before, a[href$=".doc"]::before, a[href$=".rtf"]::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1c2";
    padding-right: 6px;
}
a[href$=".xlsx"]::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1c3";
    padding-right: 6px;
}
ul.actions, ul.actions-featured {
    margin: 0px 0px 0px 2px;
    padding: 0px;
    text-align: center;
    list-style-position: outside;
    list-style-type: square;
    display: inline;
    float: right;
}
ul.actions li, ul.actions-featured li {
    background: none !important;
    display: block;
    float: left;
    line-height: 1.7em;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 14px 8px !important;
}
.print-icon a, .email-icon a {
    height: 40px;
    display: block;
    opacity: 0.6;
    text-decoration: none;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: opacity,-webkit-filter;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-filter: grayscale(1);
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../images/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}
.icon-print {
    background-position: -96px -48px;
}
.cis_main_wrapper_canvas *{
    color: white;
}
.newsflash-title a {
    color:#404040;
    text-decoration: none;
    font-size: 16px;
}
.icon-envelope {
    background-position: -72px 0;
}
.card {
    margin: 6px 0;
}
.card-header a{
    display: block;
    text-align: left;
}
.panel-body{
    padding: 18px;
}
.card-header {
    border-bottom: none;
}
#konponenta td {
    border: 1px solid #e7e7e7;
}
.zeleny-obdelnik {
    border: 5px solid #A0CE4E;
    padding: 28px 28px 27px 31px;
}
iframe[src^="https://www.youtube"] {
    width: 100%;
    height: 400px;
}
.tlacitka a {
    display: inline-block;
    padding: 12px 6px;
    text-decoration: none;
    background: #c6c6c6;
    color: white;
    margin: 6px;
}
.tlacitka a:hover {
    background: #e02926;
}
#mod-custom118 .tlacitka a:first-child {
    margin-left: 0;
}
#mod-custom118 .tlacitka a:last-child {
    margin-right: 0;
}
#mod-custom118 .tlacitka a {
    width: calc(25% - 13px);
    text-align: center;
}
#mod-custom128{
    clear: both;
}
.carousel-caption p {
    color: white;
    background: #00000063;
}
.paticka-nadpis{
    padding: 32px 0 0 0;
}
.seda {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 34px 0;
}
