body {
    margin: 0 auto;
    padding-top: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    width: 1220px;
}
header,
content,
nav,
footer,
.container {
    display: block;
}

.col-md-12 {
    float: left;
}

.clear,
header,
content,
nav::after, 
.moreInfoContainer::after,
.pageTitle::after,
.tileShow::after,
.tileShowTable::after,
.tileShowCell::after,
.news::after,
.moreInfoContainer,
.row::after,
.tileShow::before,
.tileShow::after,
.nav:after,
.tileShowTable .tileShowCell .content::after,
.tileShowTable .tileShowCell .content::before {
    clear: both;
}
footer,
.fullWidthPanel::before,
.fullWidthPanel::after {
    clear: both;
}
a, 
#mainNav > ul > li > a, 
.slider .slideContent a,
.slider .slideContent span a,
.tileShowTable .tileShowCell .more > a,
#mainNav > ul > li > div.subMenu > ul > li > a,
.backToParentContainer > p > a,
.tabs > li > a {
    text-decoration: none;
}
.clearfix:before, 
.clearfix:after, 
.container:before, 
.container:after, 
.container-fluid:before, 
.container-fluid:after, 
.row:before, .row:after, 
.form-horizontal 
.form-group:before, 
.form-horizontal 
.form-group:after, 
.nav:before, .nav:after, 
.navbar:before, .navbar:after, 
.navbar-header:before, .navbar-header:after, 
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

h1 {
    font-weight: 900;
    color: #0d4da1;
    font-size: 44px;
    margin-bottom: 10px;
    margin-top: 30px;
}
h2 {
    font-weight: 900;
    color: #0d4da1;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
}
h3 {
    font-weight: 900;
    color: #0d4da1;
    font-size: 24px;    
    margin-bottom: 10px;
    margin-top: 50px;
    border-bottom: 1px solid #ccc
}
h4 {
    font-weight: 900;
    font-size: 16px;
    color: #9c9d9d;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
}
h5 {
    font-weight: 900;
    font-size: 20px;
    color: #9c9d9d;
    margin-bottom: 10px;
    margin-top: 20px;
}
hr {
    border-top: 1px solid #0d4da1;
    margin-top: 45px;
}
p.title {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 58px;
    color: #2c4390;
    margin: 0;
    margin-bottom: 10px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p {
    margin: 0;
}
:not(td) >  p {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
}
span.pictureDescription {
    font-weight: 900;
    color: #000;
    margin-top: 5px;
    display: block;
    font-size: 16px;
}

/* seznamy */
.contentContainer ul {
    list-style-type: none;
}
.contentContainer ul li::before {
    content: "\2022";  
    color: #1a56a6;
    font-weight: bold; 
    display: block; 
    width: 7px; 
    height: 7px;
    margin-left: -25px; 
    position: absolute;
}
.contentContainer table.listTable {
    margin-left: 5px;
}
.contentContainer table.listTable tr td:first-child {
    color: #1a56a6;
    padding-right: 8px;
}
.contentContainer ol{
    counter-reset:item;
    list-style:none;
}
.contentContainer ol[type="i"] li:before{
    content: counter(item, lower-roman) "."; 
    color: #1a56a6;
    counter-increment: item;
    position: absolute;
    text-align: right;
    margin-left: -26px;
}
.contentContainer ol[type="I"] li:before{
    content: counter(item, upper-roman) "."; 
    color: #1a56a6;
    counter-increment: item;
    position: absolute;
    text-align: right;
    margin-left: -26px;
}

.contentContainer ol[type="1"] li:before{
    content: counter(item, decimal) "."; 
    color: #1a56a6;
    counter-increment: item;
    position: absolute;
    text-align: right;
    margin-left: -27px;
}
.contentContainer ol li{
    margin: 4px 0 0 0;
}
/* odkazy */
a {
    color: #0d4da1;
}
.contentContainer a {
    cursor: pointer;
    color: #000;
    border-bottom: 1px solid #9fb8df;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
a:hover {
    color: #9fb8df;
}
a.myButton {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    color: #1a56a6;
    display: inline-block;
    cursor: pointer;
    padding: 6px 24px;
    text-decoration: none !important;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
a.myButton:hover {
    border: 1px solid #1a56a6;
}


/*
    sedy ramecek
*/
.tileShowCell::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 7px;
    top: 7px;
    background-color: rgba(9,9,9,0);
    border: 3px solid #e8e8e8;
    z-index: 0;
}
/*
    bily ramecek
*/
.childPage .pageTitle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 7px;
    top: 7px;
    background-color: rgba(9,9,9,0);
    border: 3px solid white;
    z-index: 0;
}
.hamburgerContainer,
.subMenuButton {
    display: none;
}

.headerHolder {
    width: 996px;
    background-color: #fff;
    padding: 35px;
}
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.headerContainer {
    margin: auto;
    height: 100px;
    text-align: center;
    display: flex;
}
.container {
    margin: auto;
    width: 1012px;
    text-align: center;
}
.container {
    margin: auto;
    text-align: center;
    position: relative;
}
nav {
    width: 100%;
    margin-left: 50px;
}
header .logo {
    margin-top: 20px;
    margin-bottom: 20px;
}
.logoSize {
    width: 324px;
}
.logoContainer {
    width: 22%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 13px;
}
.rowLogos {
    display: flow-root;
}
.rowLogos a img {
    width: 152px;
    margin-top: 45px;
}
.rowLogos a ~ a {
    margin-left: 15px;
}
.mainNavContainer {
    margin-top: 16px;
    right: 0;
    min-height: 1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
#mainNav {
    margin-left: 180px;
    width: 600px;
    overflow: visible;
}
#mainNav > ul {
    padding-left: 0px;
    margin-left: 0px;
    list-style-type: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: table;
    width: 100%;
}
#mainNav > ul > li {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0px;
    height: 40px;
}
#mainNav > ul > li a {
    position: relative;
    padding-top: 10px;
    color: #0d4da1;
}
#mainNav > ul > li > div.subMenu {
    white-space: nowrap;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    top: 22px;
    left: 0px;
    background: #fff;
    padding-top: 9px;
-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

#mainNav > ul > li > div.subMenu > ul {
    padding-left: 0px;
    margin-left: 0px;
    list-style-type: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 13px;
    padding-right: 13px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    
}
#mainNav > ul > li > div.subMenu > ul > li {
    margin-bottom: 11px;
}
#mainNav > ul > li > div.subMenu > ul > li > a {
    white-space: nowrap;
    font-size: 0.929em;
}
#mainNav > ul > li > div.subMenu > ul > li > a:hover { 
    color: #ad0000;
}
#mainNav ul li div.submenu ul li a.wrap {
    white-space: normal;
    width: 150px;
    display: inline-block;
}
#mainNav > ul > li > a:hover {
    color: #ad0000;
}
#mainNav > ul > li:hover div.subMenu {
    visibility: visible;
    opacity: 1;
    top: 38px;
}
#mainNav > ul > li.active a {
    text-decoration: underline;
    text-underline-position: under;
}
#mainNav > ul > li > div.subMenu > ul > li.active > a {
    
}
.bodyHolder {
    height: 100%;   
}
.bodyHolder .pageImage:not(:empty) {
}
.bodyHolder .pageImage:empty     {
    height: 100px;
    background-color: #0d4da1;
}
.bodyHolder .pageTitleShadow  {

}
.masterPage .pageTitleShadow {
    justify-content: flex-end;
}
.childPage .pageTitle {
    position: relative;
    text-align: left;
    padding: 40px;
    width: 100%;
    font-size: 60px;
    color: #0d4da1;
    background-color: white;
}

.rootPage .pageTitle {
    position: relative;
    text-align: left;
    padding: 40px;
    font-size: 60px;
    color: #0d4da1;
    width: 100%;   
}
.masterPage .pageTitle {
    text-align: left;
}
.masterPage .pageTitle > div.title {
    font-size: 4rem;
    color: #0d4da1;
    margin-bottom: 40px;
}
.masterPage .masterInfoContentLine {
    float: left;
    width: 15%;
    height: 100%;
    margin-top: 30px;
    border-top: 2px solid #0f0068;
    display: table-cell;
    margin-right: 40px;
}
.masterInfoContent {
    display: table-cell;
    text-align: left;
}
.contentContainer {
    margin-left: 344px;
    text-align: left;
    overflow-x: hidden;
}
.contentContainer td {
    padding: 5px;
}
.contentContainer img {
    max-width: 668px;
}
.masterPage .moreInfoContainer .moreInfo {
    margin-top: 20px;
    display: table;
}
.masterPage .moreInfoContainer .moreInfo > a {
    cursor: pointer;
    text-decoration: underline;
    text-underline-position: under;
    text-transform: uppercase;
    color: #000;
    padding: 8px 30px 10px 30px;
    display: inline-block;
    border: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.masterPage .moreInfoContainer .moreInfo > a:hover {
    color: #1a56a6;
}
.dark {
    background-color: #ececec;
}
.light {
    background-color: #fff;
}
.masterPage .moreInfoContainer .moreInfo > a:hover > div.moreInfoLeft {
    background-color: darkred;
}
.masterPage .moreInfoContainer .moreInfo .moreInfoRight {
    display: table-cell;
    vertical-align: middle;
    background-color: #9c9d9d;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
}
.fullWidthPanel {
    padding-top: 1px;
    width: 100%;
    overflow: visible;
    background-color: #fff;
    margin-top: 45px;
}
.fullWidthPanelTitle {
    text-align: left;
    font-size: 55px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.flexRow {
    justify-content: space-between;
    display: flex;
    align-items: baseline;
}

.tileShow {
    width: 100%;
    text-align: left;
}
.tileShowTable .tileShowRow {
    margin-bottom: 20px;
}
.tileShowCell {
    display: inline-grid;
    float: left;
    position: relative;
    text-align: left;
    width: 100%;
    padding: 20px;
    color: #0d4da1;
    background-color: #ececec;
}
.tileShowCell h3 {
    margin: 0;
}
.tileShowCell:not(:last-child) {
  margin-right: 20px;
} 

.tileShowTable .tileShowCell .title {
    color: #0d4da1;
    text-align: left;
    font-size: 35px;
}
.tileShowTable .tileShowCell .title > p {
    margin: 0;
    padding: 0;
}
.tileShowTable .tileShowCell .content {
    color: #7a7a7a;
}
.tileShowTable .tileShowCell .content p {

}
.tileShowTable .tileShowCell .more {
    position: relative;
    z-index: 4;
}
.tileShowTable .tileShowCell .more > a {
    color: #c60000;
}

.bodyHolder .pageImage > img {
    width:100%;
    max-height: 30em;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.childPage {
    background-color: #fff;
}
.rootePage {
    background-color: #fff;
}
.childPage .subPage {
    position: relative;
}
.rootPage .subPage {
    margin-top: 50px;
    position: relative;  
}
.childPage .subPage .pageContentLine {
    float: left;
    width: 10%;
    height: 100%;
    margin-top: 22px;
    border-top: 3px solid #0f0068;
    display: table-cell;
    margin-right: 10px;
}
.subPageMargin {
    margin-left: 344px;
    text-align: left;
}
.subPageMargin #kalendarWrapDiv {
    width: auto;
    text-align: left;
}
.subPageMargin > div {
    overflow: inherit !important;
}
.vypis-kalendar-dg {
    font-size: 14px;
}
.ohlwrap {
}
.ohlnews {
    font-size: 15px;
    text-decoration: none;
    padding: 0px 5px 0 0;
}
.vypis-kalendar-dg h2 {
    margin: 0 0 0 0;
    float: right;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
}
.vypis-kalendar-dg .kalendar-dg {
    float: none;
    margin-left: 0;
    clear: both;
    padding: 10px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}
.vypis-kalendar-dg .kl {
    margin-left: 0;
    float: left;
    margin-bottom: 5px;
    padding: 0 7px 0 6px;
    border-left: 1px solid #e3e2e2;
    border-top: 1px solid #e3e2e2;
}
.kalendar-dg table {
    margin: 0;
    border: 0;
    border-collapse: separate;
}
.vypis-kalendar-dg .kl th {
    color: #adabab;
    line-height: 1.5em;
    font-size: .75em;
    background: transparent;
}
.kalendar-dg th {
    color: #454545;
    background: White;
    font-weight: normal;
}
.kalendar-dg td, .kalendar-dg th {
    width: 17px;
    border: 0;
    text-align: center;
    background: #edecec;
    color: #a3a1a1;
    font-size: .75em;
    padding: 1px 0;
    line-height: 1.25em;
    vertical-align: middle;
}
.kalendar-dg td.tdaktiv, .kalendar-dg td.tdaktiv a {
    background-color: #0d4da1;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
td, th {
    padding: 0;
}
.vypis-kalendar-dg .kl.sec {
    background: transparent url(../img/kal2.png) repeat-x;
}
.vypis-kalendar-dg .kl {
    margin-left: 0;
    float: left;
    margin-bottom: 5px;
    padding: 0 7px 0 6px;
    border-left: 1px solid #e3e2e2;
    border-top: 1px solid #e3e2e2;
}
.vypis-kalendar-dg .kalendar-dg td.blank {
    background: #f6f6f7 url(../img/kal.png) repeat-x;
    color: #acacac;
    cursor: default;
}
.clanek-dg.prvni {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}
.clanek-dg {
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    margin-top: 20px;
}
.clanek-dg a {
    text-decoration: none;
}
.clanek-dg p {
    margin: 0;
    text-align: left;
    margin-left: 230px;
    line-height: 1.4em;
}
.clanek-dg img, .akce-dg img {
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
    display: inline;
}
.icoClanek-dg {
    float: right;
    margin-top: -14px;
}
.akce-dg p.datum {
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: 300;
    font-style: italic;
}
.akce-dg p {
    line-height: 1.5em;
    text-align: justify;
    width: inherit !important;
}
.clanek-dg h3 {
    margin: 10px 0 14px 0;
    font-size: 1.7em;
    line-height: 1.1em;
}
.akce-dg h3 {
    margin: 7px 0;
    margin-left: 230px;
    width: auto;
    text-align: inherit;
}
.eventTable {
    width: 725px;
    border-top: 2px solid #0d4da1;
}
.subPageMargin > div {
    overflow: inherit !important;
}
.niceForm .nFrow {
    width: 100%;
    border-bottom: 1px #ebebeb solid;
    padding-bottom: 13px;
    padding-top: 14px;
}
.niceForm .nFrow .nFcol {
    width: 150px;
    float: left;
    margin-right: 25px;
}
.niceForm .nFrow .nFcol label {
    font-weight: normal;
    padding-top: 5px;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.niceForm .nFrow .nFcol.full {
    width: 470px;
    margin-right: 0px;
}
.niceForm .nFrow > div:nth-of-type(3) {
    margin-right: 0px;
}
.niceForm .nFrow .nFcol input[type="text"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px #cccccc solid;
    height: 30px;
    padding-left: 5px;
    width: 100%;
    color: #000;
}
.niceForm .nFrow .nFcol textarea {
    width: 100%;
    height: 90px;
    border: 1px #cccccc solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
}
.niceForm .nFrow.noBorder {
    border-bottom: 0px;
}
.niceForm .nFrow .nFcol input[type="submit"] {
    width: 119px;
    height: 30px;
    color: #fff;
    font-size: 1.000em;
    text-transform: uppercase;
    background-color: #0d4da1;
    border: none;
    margin-top: 15px;
    -webkit-animation: 0.3s;
    animation: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



.backToParentContainer {
    text-align: left;
}
.backToParentContainer > p > a {
    color: #d10000;
}
.pageContent {
    display: table-cell;
    text-align: left;
    padding-right: 30px;
}
footer {
    font-size: 16px;
    margin-top: 0px;
}
.footerHolder {
    display: inline-block;
    width: 800px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footerImg {
    text-align: center;
}
.footerImg img {
    height: 67px;
}
.rootPage .pageContent {
    color: #4f4f4f;
}
#customMainPageSlider, #customMainPageSliderTop {
    margin-bottom: 0px;
  }
#customMainPageSlider .bx-wrapper,
#customMainPageSliderTop .bx-wrapper {
    margin-bottom: 0px;
    position: relative;
}
#customMainPageSlider .bx-wrapper .bx-viewport,
#customMainPageSliderTop .bx-wrapper .bx-viewport {
    moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    left: 0px;
    border: 0px;
}
#customMainPageSlider .bx-wrapper .bx-viewport ul, 
#customMainPageSliderTop .bx-wrapper .bx-viewport ul {
    padding-left: 0px;
    margin-left: 0px;
    list-style-type: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin: 0 auto;
}
.fullWidthPanel #customMainPageSlider .bx-wrapper .bx-viewport ul li {
    width: 1012px !important;
    background: red;
}
#customMainPageSliderTop .bx-wrapper .bx-viewport ul li {

    background: red;
}
#customMainPageSlider li,
#customMainPageSliderTop li {
    position: relative;
}
#customMainPageSlider .content,
#customMainPageSliderTop .content {
    text-align: left;
    position: absolute;
    width: 304px;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(32, 54, 151, 0.8);
    padding-left: 20px;
}
#customMainPageSlider .content.noBg,
#customMainPageSliderTop .content.noBg {
    background: none;
}
#customMainPageSlider .content.grayGradientBg,
#customMainPageSliderTop .content.grayGradientBg {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
}
#customMainPageSlider .content h3,
#customMainPageSliderTop .content h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 4px;
}
#customMainPageSlider .content a,
#customMainPageSliderTop .content a {
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}
#customMainPageSlider .content a:hover,
#customMainPageSliderTop .content a:hover {
    text-decoration: underline;
}
#customMainPageSlider a,
#customMainPageSliderTop a  {
    text-decoration: none;
    border: none;
}


.author-info {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 0.75rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
}
.news {
    width: 100%;
    padding-top: 1px;
    text-align: left;
}
.news .newsContent {
    display: flex;
    align-items: stretch;
}
.news .newsContent > div.newsItem {
    text-align: left;
    color: #0d4da1;
    background-color: #ececec;
    width: 50%;
    position: relative;
    padding: 20px;
}
.news .newsContent > div.newsItem:not(:last-child) {
    margin-right: 25px;
}
.news .newsContent > div.newsItem > p,
.news .newsContent > div.newsItem > a,
.news .newsContent > div.newsItem > span {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;

}
.news .newsContent > div.newsItem > p.title {
    font-size: 25px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.news .newsContent > div.newsItem > p.anotation {
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.news .newsContent > div.newsItem > a.more {
    font-size: 15px;
    display: block;
    text-decoration: none;
    background-color: #003366;
    color: #fff;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: -webkit-fill-available;
}
.news .newsContent > div.newsItem > span.date {
    font-size: 13px;
    color: #a0a0a0;
    display: block;
    margin-bottom: 10px;
    bottom: 1px;
}
.news .newsContent > div.newsItem > div.img {
    position: relative;
}
.news .newsContent .newsItem .img > a > img {
    width: 453px;
    height: 260px;
}
.news .newsContent > div.newsItem .moreContainer {
    position: absolute;
    bottom: 0;
    right: 10px;
}
.tab-pane {
    padding: 20px;
}
.tab-content > .tab-pane {
    display: none;
  }
.tab-content > .active {
display: block;
}
.callendar {
    width: 241px;
    max-height: 252px;
    float: left;
    overflow: hidden;
}
.callendar table {
    background: #fff;
    width: 100%;
}
.callendar table tr.month td.prev, 
.callendar table tr.month td.next {
    width: 20px;
    height: 48px;
    background: #42487c;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.callendar table tr.month td.prev:hover, 
.callendar table tr.month td.next:hover {
    background: #fff;
    color: #42487c;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}
.callendar table tr.month td.prev a, 
.callendar table tr.month td.next a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    font-size: 21px;
}
.callendar table tr.month td.prev:hover a, 
.callendar table tr.month td.next:hover a {
    color: #42487c;
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}
.callendar table tr.month td.month {
    background: #42487c;;
    border-left: #42487c;
    border-right: #42487c;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-left: 1px #42487c solid;
    border-right: 1px #42487c solid;
}
.callendar table tr.days {
    font-family: 'Open Sans', sans-serif;
}
.callendar table tr.days td.blank {
    cursor: default;
    color: #8b8b8b;
}
.callendar table tr.days td {
    border-bottom: 1px #e9e9e9 solid;
    border-right: 1px #e9e9e9 solid;
    width: 34px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    cursor: pointer;
}
.callendar table tr.days td a {
    border: 1px #2b3481 solid;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 29px;
    height: 23px;
    color: #2b3481;
    text-decoration: none;
    padding-top: 5px;
    -webkit-animation: 0.4s;
    animation: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.callendar table tr.days td a:hover {
    color: #fff;
    background-color: #2b3481;
}
.tab-pane .right {
    float: right;
    width: 710px;
    margin-left: 20px;
}
.tab-pane .right .mySubTab {
    border-bottom: none;
    margin-top: 10px;
}
.eventBoxRow .tab-content .tab-pane .right .mySubTab > li:first-of-type {
    margin-left: 0px;
}
.eventBoxRow {
    text-align: left;
}
.eventBoxRow .tab-content {
    position: relative;
    margin-top: 10px;
    background: #ececec;
    -webkit-transition: heigt 500ms; 
    -moz-transition: height 500ms; 
    -ms-transition: height 500ms; 
    -o-transition: height 500ms; 
    transition: height 500ms;  
}

.eventBoxRow .tab-content .tab-pane .right .tab-pane {
    border-top: 1px #a0a0a0 solid;
    margin-top: 11px;
    padding: 0px;
    padding-top: 9px;
}
.eventBoxRow .tab-content .tab-pane .right .tab-pane .img {
    width: 185px;
    height: 157px;
    overflow: hidden;
    float: left;
}
.eventBoxRow .tab-content .tab-pane .right .tab-pane .right {
    float: right;
    width: 505px;
    position: relative;
    top: -5px;
}
.eventBoxRow .tab-content .tab-pane .right .tab-pane .right p.title {
    font-size: 21px;
    color: #42487c;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 8px;
}
.eventBoxRow .tab-content .tab-pane .right .tab-pane .right span.date {
    font-size: 14px;
    color: #323232;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}
.eventBoxRow .tab-content .tab-pane .right .tab-pane .right .annotation {
    font-size: 13px;
    line-height: 15px;
    text-align: justify;
    max-height: 75px;
    overflow: hidden;
}
.eventBoxRow .tab-content .tab-pane .right .mySubTab > li.active a {
    background-color: #42487c;
    color: #fff;
    border: 0px;
}
.eventBoxRow .tab-content .tab-pane .right .mySubTab > li {
    float: left;
    background: #f8f8f8;
    margin-left: 6px;
}
.eventBoxRow .tab-content .tab-pane .right .mySubTab > li a {
    display: block;
    position: relative;
    font-size: 13px;
    color: #000;
    width: 26px;
    height: 20px;
    overflow: hidden;
    padding: 0px;
    padding-top: 6px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-right: 0px;
    text-align: center;
    -webkit-animation: 0.3s;
    animation: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
}
.eventBoxRow .tab-content .tab-pane .right .mySubTab > li a:hover {
    background-color: #42487c;
    color: #fff;
}
.eventBoxRow .tab-content .tab-pane .right .mySubTab > li:first-of-type {
    margin-left: 0px;
}
.eventBoxRow .tab-content .tab-pane .right .mySubTab li.info {
    background: none;
    color: #323232;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-right: 5px;
}

.moreContainer {
    text-align: right;
    margin-top: 10px;
    padding-bottom: 10px;
}
.moreContainer a {
    color: #2c4390;
}
.news .item {
    border-bottom: 1px solid #bababa;
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 20px;
}
.news .item > img {
    float: left;
    max-width: 185px;
    max-height: 142px;
}
.news .item div {
    margin-left: 200px;
}
.news .item div:not(:first-of-type) {
    margin-top: 20px;
}
.news .item .title a {
    font-size: 19px;
    color: #0d4da1;
}
.news .item .content {
    
}
.news .item .date {
    font-style: italic;
    color: #bababa;
}

.col-md-9 {
    margin-left: 344px;
    text-align: left;
    overflow-x: hidden;
    position: relative;
    min-height: 1px;
    padding-right: 13px;
    text-align: left;
}
.rsswrap {
    float: right;
    margin-top: 45px;
}
.archivwrap {
    float: right;
}
.ohlnews {
    font-size: 16px;
    text-decoration: none;
    padding: 0px 5px 0 0;
}
.news-dg-vypis {
    padding-top: 70px;
    text-align: left;
}
.clanek-dg-new {
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    margin-top: 20px;
}
.clanek-dg-new.prvni {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}
.clanek-dg-new img {
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 10px;
    display: inline;
    width: 302px;
}
.clanek-dg-new p {
    margin: 0;
    text-align: left;
    line-height: 1.4em;
    margin-right: 50px;
}
.clanek-dg-new .datumnew {
    padding-top: 10px;
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
}
.formik {
    float: left;
}
.formik th {
    vertical-align: top;
    padding: 10px 25px 3px 0;
    font-weight: normal;
    text-align: left;
}
.subPageMargin table td {
    padding: 3px;
}
.input1 {
    width: 100%;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.preloadGIF {
    display: none;
}



img {
    border: 0;
}
img {
    vertical-align: middle;
}

.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}


/*
    heights
*/
.heightAuto {
    height: auto;
}
.height350 {
    height: 350px;
}

/*
    colors
*/
.darkBlue {
    background-color: #0d4da1;
}
.gray {
    background-color: #ececec;
}
.whiteFont {
    color: #fff;
}
.darkBlueFont {
    color: #003366;
}
