@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&subset=latin-ext');

/* Defaultní nastavení všech hodnot */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}


/* Změna způsobu počítání šířky a výšky elementu */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
}

html {
    font-size: 75%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}

@media (min-width: 768px) {
    html {
        font-size: 85%;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 92%;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 100%;
    }
}


/* selection */

::selection {
    background-color: #c5a47e;
    color: #fff;
}

-webkit-::selection {
    background-color: #c5a47e;
    color: #fff;
}

::-moz-selection {
    background-color: #c5a47e;
    color: #fff;
}


/************************************
               layout             
*************************************/

.container_content {
    height: auto;
    margin: 0 auto;
    padding: 0 2vmin 0 2vmin;
    max-width: 1300px;
    width: 100%;
}


/* blok - nepřehlédněte a novinky */

.container_news {
    background: #fafafa;
    height: auto;
    margin: 0 0 100px 0;
    width: 100%;
}

.container_news:after {
    content: "";
    clear: both;
    display: block;
}


/* bloky  - ostatní */

.container_place, 
.container_about_us, 
.container_calendar {
    background: #fafafa;
    height: auto;
    margin: 30px 0 100px 0;
    width: 100%;
}

.container_place, 
.container_about_us, 
.container_calendar {
    background: #fafafa;
    height: auto;
    margin: 30px 0 100px 0;
    width: 100%;
}

.container_place:after, 
.container_about_us:after, 
.container_calendar:after {
    content: "";
    clear: both;
    display: block;
}

p.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    text-indent: -500px;
}

hr.black {
    border-top: solid 2px #000;
    display: block;
    margin: 0 auto 30px auto;
    width: 45%;
}

hr.white {
    border-top: solid 1px #fff;
    display: block;
    margin: 0 auto 30px auto;
    width: 45%;
}

hr.red {
    border-top: solid 2px #c60932;
    display: block;
    margin: 0 auto 30px auto;
    max-width: 300px;
    width: 45%;
}



/* ikona bakalářu v menu */

nav > ul > li.bakalari-menu-icon > a {
    padding: 15px 1vmin 0 1vmin;
}

.bakalari-menu-icon {
    width: auto;
    height: auto;
}

.bakalari-menu-icon img {
    max-width: 50px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1200px) {
	.bakalari-menu-icon { 
		display: none;
	}
}

@-moz-document url-prefix() {
    nav > ul > li.bakalari-menu-icon > a {
        padding: 0 1vmin 0 1vmin;
    }   
}


/************************************
              top             
*************************************/

.top {
    background: url('/assets/design/back_top.png') no-repeat center top;
    background-size: cover;
    height: 70%;
    position: relative;
    width: 100%;
}

@-webkit-keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -400px 0;
    }
}

@keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -400px 0;
    }
}

@media screen and (max-width: 700px) {
    .top {
        height: 100%;
    }
    .container_menu_out {
        display: none;
    }
}

.top_category {
    background: #333 url('/assets/images/category_default.jpg') no-repeat center center;
    background-size: cover;
    height: 45%;
    position: relative;
    width: 100%;
}

.top_category:after {
    background: #000;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.container_header { 
	  display: none;
    height: 65px;
    padding: 20px 0 0 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 2;
}

.container_header a:link, 
.container_header a:visited {
    color: #fff;
    font-size: 0.7em;
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
}

.container_header a:hover {
    color: #fff;
}

.container_header p {
    color: #fff;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 1.2em;
    margin: 10px 0 0 0;
}

@media screen and (max-width: 700px) {
		.container_header { 
				display: block;
		}
}


/* nadpis ve slideshow */

.top .title {
    height: auto;
	  padding: 0 0 95px 0;
		position: absolute;	
    right: 0;
    top: 50%;
    text-align: right;
    transform: translateY(-50%);
    width: 50%;
    min-width: 200px;
    z-index: 4 !important;
}

.top .title p.padded-multiline {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2em;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 2.2em;
    opacity: 0.9;
    text-transform: uppercase;
}

.top .title p.padded-multiline span {
    background-color: #77c5ee;
    color: #fff;
    display: inline;
    padding: 10px;
    /* Needs prefixing */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

@media screen and (max-width: 700px) {
    .top .title {
			  padding: 65px 0 0 0;
    }
    .top .title p.padded-multiline {
        font-size: 2em;
        line-height: 2em;
    }
}



/* nadpis v kategorii */

.top_category .title {
    height: auto;
	  padding: 0 0 95px 0;
    position: absolute;
    right: 0;
    top: 50%;
    text-align: right;
    transform: translateY(-50%);
    width: 60%;
    min-width: 200px;
    z-index: 4;
}

.top_category .title h1.padded-multiline {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2em;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 2.2em;
    opacity: 0.9;
    text-transform: uppercase;
}

.top_category .title h1.padded-multiline span {
    background-color: #77c5ee;
    color: #fff;
    display: inline;
    padding: 10px;
    /* Needs prefixing */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

@media screen and (max-width: 700px) {
	  .top_category .title {
			  padding: 65px 0 0 0;
    }
    .top_category .title h1.padded-multiline {
        font-size: 2em;
        line-height: 2em;
    }
}

@media screen and (max-width: 600px) {
    .top_category .title h1.padded-multiline {
        font-size: 1.6em;
    }
}



/*  button vpravo */

.top .title .button_right {
    background: #77c5ee;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    float: right;
    font-size: 0.8em;
    height: 40px;
    margin: 20px 20px 0 0;
    padding: 12px 20px 0 20px;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.top .title .button_right:link, .top .title .button_right:visited {
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none;
}

.top .title .button_right:hover {
    background: #333;
    box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
    outline: none!important;
}

.top .title .button_right .icon-next {
    position: relative;
    top: -0.1em;
    margin-left: 0.6em;
    vertical-align: middle;
}


/************************************
            levá strana
*************************************/

.top .leftside, .top_category .leftside {
    background: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 20vmin;
    z-index: 4;
}


/* logo */

.top .leftside .logo, .top_category .leftside .logo {
    height: auto;
    left: 0;
    top: 10px;
    position: absolute;
    width: 100%;
}

.top .leftside .logo img, .top_category .leftside .logo img {
    max-width: 180px;
    width: 95%;
    height: auto;
}


/* text */


/*
.top .leftside .vertical-panel-info .line {
  height: 5vmin;
  width: 1px;
  margin: 15px auto 0 auto;
  background:red;
}
*/

.top .leftside .vertical-panel-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7em;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #333;
    position: absolute;
    bottom: 30%;
    left: 43%;
    width: 1px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

@media screen and (max-width: 1400px) {
    .top .leftside .vertical-panel-title {
        font-size: 0.65em;
    }
}

@media screen and (max-width: 500px) {
    .top .leftside .vertical-panel-title {
        left: 35%;
        font-size: 0.6em;
    }
}

@media screen and (max-height: 800px) and (min-width: 1000px) {
    .top .leftside .vertical-panel-title {
        display: none;
    }
}



/* ikony */

.top .leftside .leftside_social, 
.top_category .leftside .leftside_social {
    bottom: 95px;
    height: auto;
    left: 0;
    padding: 0 0 2vmin 0;
    position: absolute;
    width: 100%;
}

.top .leftside .leftside_social .social-list li, 
.top_category .leftside .leftside_social .social-list li {
    margin-top: 2.6vmin;
    list-style: none;
}

.top .leftside .leftside_social .social-list .fa-facebook-square, 
.top_category .leftside .leftside_social .social-list .fa-facebook-square {
    font-size: 28px;
    color: #3b5998;
    text-decoration: none;
}

.top .leftside .leftside_social .social-list .fa-instagram, 
.top_category .leftside .leftside_social .social-list .fa-instagram {
    font-size: 28px;
    color: #c1558b;
    text-decoration: none;
}

.top .leftside .leftside_social .social-list .fa-search, 
.top_category .leftside .leftside_social .social-list .fa-search {
    font-size: 22px;
    color: #666;
    text-decoration: none;
}


.top .leftside .leftside_social .social-list .fa:hover, 
.top_category .leftside .leftside_social .social-list .fa:hover {
    color: #77c5ee;
    text-decoration: none;
}

@media screen and (max-width: 700px) {
    .top .leftside .leftside_social {
        bottom: 0;
    }
    .top_category .leftside .leftside_social {
        bottom: 0;
    }
}

@media screen and (max-height: 800px) and (min-width: 1000px) {
    .top_category .leftside .leftside_social {
        display: none;
    }
}


/************************************
            sdh zj svtb
*************************************/


/* překrytí barvou */

.overlay_color {
    position: relative;
}

.overlay_color:after {
    background: #000;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}


/* překratí gradientem */

.overlay_gradient {
    background: url('/assets/design/back_gradient.png') repeat-x top;
    position: absolute;
    top: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    opacity: 0.6;
}


/* překratí modrými pruhy */

.blue_lines {
    background: url('/assets/design/bg-blue-lines.png') no-repeat center top;
	  /*background-size: cover;*/
    position: absolute;
    bottom: 95px;
    width: 100%;
    height: 150px;
    z-index: 1;
    opacity: 0.6;
}



/************************************
              menu
*************************************/

.container_menu_out {
    background: #fff;
    height: auto;
    padding: 10px 0 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

@media screen and (min-width: 701px) {
    .container_menu {
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        height: 75px;
        width: 100%;
    }
    nav {
        display: block;
        height: 75px;
        position: relative;
        transition: all 300ms;
        width: 100%;
    }
    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav ul li {
        cursor: pointer;
    }
    nav li a {
        color: #000;
        display: block;
        letter-spacing: 0.08em;
        text-decoration: none;
    }
    nav > ul {
        display: table;
        margin: 0 auto;
        position: relative;
        height: 75px;
    }
    nav > ul > li {
        display: table-cell;
        height: 75px;
        vertical-align: middle;
    }
    nav > ul > li > a {
        text-align: center;
        font-family: 'Oswald', sans-serif;
        font-size: 0.95em;
        font-weight: 500;
				height: 100%;
        padding: 25px 2vmin 0 2vmin;
        text-transform: uppercase;
        transition: all 0.2s ease 0s;
    }
    nav > ul > li ul {
        background-color: #bda587;
        display: none;
			  padding: 20px 0;
        position: absolute;
        top: 100%;
    }
    nav > ul > li > ul > li > a {
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.85em;
        font-weight: 500;
        padding: 10px 2vmin;
        text-transform: none;
    } 
	
    nav > ul > li:hover {
        background-color: #bda587;
    }
    nav > ul > li:hover > a {
        color: #fff;
    }
    nav > ul > li:hover ul {
        display: block;
    }
    nav > ul > li:hover ul > li:hover {
        background-color: #bda587;
        color: #fff;
    }
    nav > ul > li:hover ul > li:hover > a {
        color: #fff;
			text-decoration: underline;
    }
}

.nav_hamburger {
    display: none;
}

.nav_title {
    display: none;
}

@media screen and (max-width: 700px) {
    nav ul li:hover > ul {
        display: none;
    }
    nav > ul > li > a > span.nav_dropdown_controller {
        width: 15px;
        height: 15px;
    }
    nav {
        background: #f9f9f9 !important;
        -webkit-box-shadow: -16px 0px 81px 18px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: -16px 0px 81px 18px rgba(0, 0, 0, 0.5);
        box-shadow: -16px 0px 81px 18px rgba(0, 0, 0, 0.5);
        display: block;
        height: 100%;
        margin: 0;
        padding: 10px 15px 10px 15px;
        position: fixed;
        right: -350px;
        top: 0;
        width: 250px;
        z-index: 9999;
    }
    nav ul {
        list-style: none;
				padding: 0;
    }
    nav > ul > li {
        border-right: none;
        border-bottom: 1px solid #999;
        width: 100%;
    }
	  /* nav > ul > li > a {
				height: auto;
        padding: 0 2vmin;
    }*/
    nav ul li a {
        color: #000;
        display: block;
        font-size: 0.95em;
        height: auto;
        padding: 15px 0 14px 10px;
        text-align: left;
        text-decoration: none;
        width: 100%;
    }
    nav ul li a:hover {
        color: #000 !important;
        cursor: pointer;
        width: 100%;
    }
    nav ul li:last-child {
        border-bottom: none;
    }
    /* submenu */
    nav ul li:hover a {
        background: none;
    }
    nav ul li ul {
        background: none;
        display: table;
        padding: 0px 0 15px 0;
        position: static;
        width: 100%;
    }
    nav ul li ul li a {
        padding: 10px 15px 0 15px;
    }
    /* menu controller */
    nav > ul > li > a > span.nav_dropdown_controller {
        background: url('/assets/design/icon_top_menu_plus.png') no-repeat right 0;
        background-size: 15px;
        display: block;
        float: right;
        width: 15px;
        height: 15px;
        cursor: pointer;
        margin: 0 10px 0 0;
        padding: 0;
        text-decoration: none;
        text-align: center;
        -webkit-transition: all ease-in-out 200ms;
        -moz-transition: all ease-in-out 200ms;
        -o-transition: all ease-in-out 200ms;
        transition: all ease-in-out 200ms;
    }
    nav > ul > li > a > span.nav_dropdown_controller.active {
        -webkit-transform: rotate(45deg) rotateX(0);
        -moz-transform: rotate(45deg) rotateX(0);
        -o-transform: rotate(45deg) rotateX(0);
        transform: rotate(45deg) rotateX(0);
    }
    /* horní část */
    /*
  .nav_hamburger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 10px;
    right: 2vmin;
    background: transparent url('/assets/design/icon_top_menu.png') no-repeat left 9px;
    height: 40px;
    width: 40px;
  }
*/
    .nav_hamburger {
			  background: rgba(0, 0, 0, 0.5);
        display: block;
        float: right;
				padding: 15px;
    }
    .nav_title {
        border-bottom: 3px solid #77c5ee;
        display: block;
        height: 50px;
        margin: 0 0 10px 0;
        padding: 10px 10px 20px 10px;
        width: 100%;
    }
    .nav_title p {
        color: #000;
        float: left;
        font-size: 1.1em;
        font-weight: 300;
        line-height: 1em;
        text-transform: uppercase;
    }
    .nav_title img {
        float: right;
    }
    nav ul .dropdown {
        display: none;
    }
    nav ul .dropdown.active {
        display: table;
    }
}


/*-------------
  VYHLEDÁVÁNÍ
-------------*/

#search-nav, #main-mobile-nav {
    display: block;
    position: fixed;
    width: 350px;
    height: 100%;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 300ms;
    background: #bda587;
    z-index: 999999999;
    padding: 60px 15px 15px 15px;
    color: #fff;
}

#search-nav {
    right: -350px;
}

#search-nav > a, #search-nav > a:link, #search-nav > a:visited {
    text-decoration: none;
}

#main-mobile-nav {
    left: -350px;
}

@media screen and (max-width:350px) {
    #search-nav, #main-mobile-nav {
        width: 100%;
    }
}

#search-nav > .pane-heading, #main-mobile-nav > .pane-heading {
    position: absolute;
    width: calc(100% - 60px);
    height: 50px;
    line-height: 50px;
    color: #FFF;
    top: 0;
    left: 0;
    padding-left: 15px;
    font-weight: 300;
    font-size: 1.2em;
}

#search-nav .search-box {
    display: block;
    border: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 0 5px 0;
    padding: 0 15px;
}


/*--------------------
  SEARCH NAV RESULTS
--------------------*/

#search-nav-results {
    color: #fff;
    max-height: 100%;
    overflow-y: auto;
}

#search-nav-results > h3 {
    color: #fff;
    font-size: 1.2em;
}

#search-nav-results ul {
    margin-bottom: 5px;
}

#search-nav-results li {
    font-size: 0.9em;
    padding: 3px 0;
}

.close-nav-listener {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(/assets/design/close.svg) no-repeat center center;
    background-size: 20px 20px;
}

.search-nav-results-link {
    color: #fff;
}


/************************************
         drobečková navigace             
*************************************/

.breadcrumbs {
    padding: 10px 5vmin 10px 20vmin;
    height: auto;
    margin: 0;
    width: 100%;
}

.breadcrumbs:after {
    content: "";
    clear: both;
    display: block;
}

.breadcrumbs ul {
    list-style: none;
}

.breadcrumbs li {
    display: inline-block;
    ;
}

.breadcrumbs li:before {
    display: table;
    content: "\2192";
    color: #999;
    float: left;
    font-size: 1.2em;
    font-weight: 100;
    line-height: 0.5em;
    padding: 6px 0 0 0;
}

.breadcrumbs li:first-child:before {
    display: table;
    content: " ";
}

.breadcrumbs li:first-child a {
    padding: 0 20px 0 0;
}

.breadcrumbs li a {
    display: block;
    color: #333;
    font-size: 0.8em;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    padding: 0 20px 0 35px;
}

.breadcrumbs li a:link, .breadcrumbs li a:visited {
    color: #333;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 2em;
    text-decoration: underline;
}

.breadcrumbs li a:hover {
    text-decoration: none;
}

.breadcrumbs li p {
    color: #333;
    display: block;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 2em;
    padding: 0 25px 0 30px;
}

@media screen and (max-width: 1000px) {
    .breadcrumbs {
        margin: 10px 0 0 0;
        width: 100%;
        padding: 2vmin;
    }
}


/************************************
              content             
*************************************/

.content {
    height: auto;
    padding: 0 0 5vmin 0;
    width: 100%;
}

.content .content_text_block {
    height: auto;
    margin: 10px auto 10px auto;
    max-width: 750px;
    width: 100%;
    text-align: center;
}

.content_category {
    height: auto;
    padding: 5vmin 0 7vmin 20vmin;
    max-width: 1680px;
    width: 100%;
}

.content_category_center {
    height: auto;
    padding: 5vmin;
    width: 100%;
    text-align: center;
}

.content_default {
    height: auto;
    width: 100%;
    padding: 5vmin;
}

.content-position-inner {
    background-color: #fff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.element-position-inner {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 50% !important;
}

.element-position-inner .new_content {
    width: 55% !important;
}

.content-event {
    height: auto;
    padding: 5vmin 0 7vmin 20vmin;
    max-width: 1680px;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .content_category {
        margin: 10px 0 0 0;
        width: 100%;
        padding: 2vmin;
    }
    .content-event {
        margin: 10px 0 0 0;
        width: 100%;
        padding: 2vmin;
    }
    .element-position-inner {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
    }

}

@media screen and (max-width: 500px) {
    .element-position-inner .new_content {
        width: 100% !important;
    }
}


/* texty */

.content h1 {
    color: #3d3d3d;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 8vmin;
    line-height: 1.2;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}

.content h2 {
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.3em;
    text-align: center;
    text-transform: uppercase;
}

.content .content_category h2 {
    color: #3cb7e2;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 2.2em;
    letter-spacing: 0.3em;
    margin: 0 0 1vmin 0;
    text-align: left;
    text-transform: uppercase;
}

.content h3 {
    color: #77c5ee;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.9em;
    letter-spacing: 0.1em;
    margin: 0 0 1vmin 0;
    text-align: left;
}

.content h4 {
    color: #3cb7e2;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    margin: 0 0 1vmin 0;
    text-align: left;
}

.content h4.strike {
    position: relative;
    display: table;
    white-space: nowrap;
    text-align: center;
}

.content h4.strike:before, h4.strike:after {
    border-top: 1px solid #3cb7e2;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.8em;
    width: 45%;
}

.content h4.strike:before {
    right: 1.5%;
}

.content h4.strike:after {
    left: 1.5%;
}

.content p {
    color: #333;
    font-size: 0.95em;
    font-weight: 300;
    line-height: 1.65;
    margin-bottom: 0.8em;
}

.content p strong {
    font-weight: 600;
}

.content p.center {
    text-align: center;
}

.content p oblique,
.content p italic,
.content p em {
    font-style: italic;
}

.content a:link, .content a:visited, .content a:hover {
    color: #000;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.5em;
    text-decoration: underline;
}

a {
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}


/* seznam defaultní */

.content .content_category ul {
    display: table;
    margin: 0;
    padding: 0;
}

.content .content_category ul li {
    display: table-row;
    color: #333;
    font-size: 0.9em;
    font-weight: 300;
    list-style: none;
    line-height: 1.65em;
}

.content .content_category ul li:before {
    display: table-cell;
    content: "\25E6";
    color: #000;
    font-size: 2.2em;
    font-weight: 100;
    line-height: 0.2em;
    padding: 8px 10px 0 0;
    text-align: right;
    vertical-align: top;
}

.content .content_category ul li a:link, .content .content_category ul li a:visited, .content .content_category ul li a:hover {
    color: #000;
    font-size: 0.9rem;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.content .content_category ul li p {
    color: #000;
    font-size: 0.9rem;
    margin: 0 0 8px 0;
}


/* seznam defaultní číslovaný */

.content > .content_category > ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0.8em;
}

.content > .content_category > ol li {
    display: block;
    margin-bottom: .5em;
    margin-left: 1.4em;
    color: #000;
    font-size: 0.95em;
    font-weight: 300;
    line-height: 1.5em;
    width: 100%;
}

.content > .content_category > ol li::before {
    display: inline-block;
    color: #000;
    content: counter(item) ". ";
    counter-increment: item;
    width: 1.4em;
    margin-left: -1.4em;
}

.content .content_category > ol li a:link, .content .content_category > ol li a:visited, .content .content_category > ol li a:hover {
    color: #000;
    font-size: 0.9rem;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.content .content_category > ol li p {
    color: #000;
    font-size: 0.9rem;
    margin: 0 0 8px 0;
}


/* tabulka - defaultní */

.content .content_category table {
    display: table;
    border: solid 5px #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    width: 100%;
}

.content .content_category table tr {
    border-top: solid 1px #ddd;
}

.content .content_category table tr:after {
    clear: both;
}

.content .content_category table td, .content .content_category table th {
    /*background: #f3f3f3;	*/
    color: #000;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.6em;
    display: table-cell;
    padding: 10px 2% 10px 2%;
    vertical-align: middle;
}

.content .content_category table tr:target td {
    background-color: #E0F2F1 !important;
}

.content .content_category table th {
    background-color: #fafafa;
}

.content .content_category table td a:link, .content .content_category table td a:visited, .content .content_category table td a:hover {
    color: #000;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.5em;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}


/* fotogalerie */

.content .content_image_block {
    height: auto;
    margin: 2vmin auto 2vmin auto;
    width: 100%;
    text-align: center;
}

.content .content_image_block img {
    border: solid 1px #ddd;
    display: inline-block;
    margin: 1vmin;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 18vmin;
}

.content .content_image_block a:link, .content .content_image_block a:visited, .content .content_image_block a:hover {
    text-decoration: none;
}

@media screen and (max-width: 640px) {
    .content .content_image_block img {
        max-height: 30vmin;
    }
}


/* fotogalerie 

.content .content_category .content_image_block {
    height: auto;
    margin: 30px auto 30px auto;
    width: 100%;
    text-align: center;
}

.content .content_category .content_image_block img {
    border: solid 1px #ddd;
    display: inline-block;
    margin: 10px;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 200px;
}

.content .content_category .content_image_block a:hover {
    text-decoration: none;
}
*/


/************************************
              formulár
*************************************/

.content fieldset {
    border: 0;
    padding: 20px;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}


/* tabulka bez stylu*/

.content table.nostyle {
    border: none;
    border-collapse: collapse;
    height: auto;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

.content table.nostyle tr {
    border: none;
}

.content table.nostyle td {
    background: none;
    border: none;
    color: #000;
    font-size: 1em;
    font-weight: 400;
    height: auto;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}

.content table.nostyle td p {
    font-size: 0.9rem;
}

.content table.nostyle td i {
    font-size: 0.8rem;
}

@media screen and (max-width: 550px) {
    .content table.nostyle td {
        width: auto;
    }
}


/* input - text */

.content input[type="text"], .content select {
    background: #f7f6f6;
    border: solid 1px #ccc;
    color: #000;
    cursor: pointer;
    cursor: hand;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    padding: 15px 10px;
    text-align: left;
    width: 100%;
    -webkit-appearance: none;
}

.content input:hover {
    border-color: #999;
}

.content input:focus {
    background: #fff;
    border-color: #999;
}

.content input:required {
    border-bottom: 1px solid orange;
}


/* input - textarea */

.content textarea {
    background: #f7f6f6;
    border: solid 1px #ccc;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    overflow: auto;
    /* remove scrollbar in IE */
    -webkit-appearance: none;
    /* remove style of iOS devices */
    padding: 2.5vmin;
    min-height: 90px;
    width: 100%;
}

.content textarea:hover {
    border-color: #999;
}

.content textarea:focus {
    background-color: #fff;
    border: solid 1px #999;
    outline: none/* remove Chrome browser focus*/
}

.content textarea.user-textarea {
    height: 250px;
}


/* select */

.content select {
    background: #f8f8f8 url("/assets/design/arrow_select.png") no-repeat;
    background-position: right 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 1px #ccc;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    height: 50px;
    padding: 0 10px;
    cursor: pointer;
    cursor: hand;
    width: 100%;
}

.content select:hover {
    border-color: #999;
}

.content select::-ms-expand {
    display: none;
}


/* hack pro IE */

.content select:focus {
    background-color: #fff;
    border: solid 1px #999;
    outline: none/* remove Chrome browser focus*/
}


/* input button odeslat */

.content input.button_send {
    background: #77c5ee;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    height: 40px;
    padding: 0 20px 0 20px;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.content input.button_send:hover {
    background: #333;
    box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
    outline: none!important;
}


/*  button vycentrovaný */

.content .button_center, #system-message .button_center {
    background: #77c5ee;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 10px 15px 11px 15px;
    position: relative;
    font-size: 0.8em;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    width: 150px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.content .button_center:link, .content .button_center:visited, #system-message .button_center:link, #system-message .button_center:visited {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
}

.content .button_center:hover, #system-message .button_center:hover {
    background: #333;
    box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
    outline: none!important;
}


/*  button vlevo */

.content .button_left {
    background: #77c5ee;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    float: left;
    font-size: 0.8em;
    height: 40px;
    padding: 10px 20px 0 20px;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.content .button_left:link, .content .button_left:visited {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
}

.content .button_left:hover {
    background: #333;
    box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
    outline: none!important;
}

.content .button_left .icon-next {
    position: relative;
    top: -0.1em;
    margin-left: 0.6em;
    vertical-align: middle;
}


/************************************
              icons            
*************************************/

.icon-next {
    display: inline-block;
    width: 0.94em;
    height: 0.75em;
    background: url('/assets/design/next.png') 0 0 no-repeat;
    background-size: 0.94em 0.75em;
}


/************************************
          nepřehlédněte            
*************************************/

.content .rychle_rady {
    background: #bda587 url('/assets/design/bg-ornament.png') no-repeat center center;
	  background-size: cover;
    float: left;
    min-height: 100%;
    padding: 40px 5vmin 40px 20vmin;
    position: relative;
    width: 35%;
}

.content .rychle_rady p {
    color: #fff;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.2em;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}


/* seznam */

.content ul.seznam_rychle_rady {
    list-style: none;
    text-align: left;
}

.content ul.seznam_rychle_rady li {
    display: block;
    color: #fff;
    font-size: 0.9em;
    font-weight: 300;
    margin: 0 0 10px 0;
    line-height: 1.5em;
    width: auto;
}

.content ul.seznam_rychle_rady li:before {
    display: table;
    content: "\25E6";
    color: #fff;
    float: left;
    font-size: 2.2em;
    font-weight: 100;
    line-height: 0.5em;
    padding: 3px 10px 0 0;
}

.content ul.seznam_rychle_rady li a:link, .content ul.seznam_rychle_rady li a:visited {
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.content ul.seznam_rychle_rady li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .content .rychle_rady {
        padding: 40px 5vmin 40px 5vmin;
    }
}

@media screen and (max-width: 1000px) {
    .content .rychle_rady {
			  display: none;
       /* margin: 10px 0 0 0;
        width: 100%;
        min-height: auto;
        padding: 40px 2vmin 40px 2vmin;*/
    }
}


/************************************
               novinky            
*************************************/

.content .news {
    float: left;
    min-height: 500px;
    padding: 40px 10% 40px 5vmin;
    width: 65%;
}
.content p.news_head_title {
    color: #666;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.2em;
    margin: 0 0 20px 0;
	text-align: left;
    text-transform: uppercase;
}


/* new */

.content .news a.new {
    background: #fff;
	border: solid 1px #ddd;
    display: block;
    float: left !important;
    overflow: hidden;
    margin: 0 2% 30px 0 !important; 
	padding: 0 0 0 15px;
    height: 150px;
    max-width: 920px;
    width: 48% !important;
    transition: all 0.2s ease 0s;
}
.content .news a.new:hover {
    border: solid 1px #77c5ee;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
  
.content .news a.new .new_important {
	border: solid 1px #77c5ee;
}

.content .news a.new  .new:after {
    content: "";
    clear: both;
    display: table;
}



.content .news a.new .new_image {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    float: left;
    height: 150px;
    width: 20%;
}

.content .news a.new .new_content {
    display: block;
    float: left;
    overflow: hidden;
    height: auto;
    width: 60%;
}

.content .news a.new .new_date {
    display: block;
    float: right;
    height: auto;
    padding: 2vmin 0 0 0;
    text-align: center;
    width: 20%;
}
.content .news a.new .new_date img {
    height: auto;
    max-width: 80px;
    width: 100%;
}


.content .news a.new .new_text {
    padding: 20px 20px 0 20px;
}

.content .news a.new .new_title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    max-height: 3.8rem;
    overflow: hidden;
    position: relative;
    float: left;
    line-height: 1.2rem;
    width: 100%;
    float: left;
    padding: 20px 20px 0 20px;
}
.content .news a.new .new_title p {
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
}
.content .news .new_title a:link, 
.content .news .new_title a:hover {
    font-weight: 600;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
}
.content .news .new_title a:hover {
    color: #000;
    text-decoration: underline;
}


@media screen and (max-width: 1000px) {
    .content .news {
        margin: 10px 0 0 0;
        width: 100%;
        min-height: auto;
        padding: 40px 2vmin 40px 2vmin;
    }
}

@media screen and (max-width: 800px) { 
    .content .news .new_title { 
      height: 52px; 
    }
    .content .news a.new .new_title {
        max-height: 5rem;
    }
}

@media screen and (max-width: 500px) { 
    .content .news .new { 
        margin: 0 0 10px 0; 
        width: 100%; 
    }

    .content .news a.new .new_image {
        display: none;
    }
    .content .news a.new .new_date {
        display: none;
    }
    .content .news a.new .new_content {
        width: 100%;
    }    

    .content .news a.new .new_title {
        max-height: 4.2rem;
        padding: 20px 20px 0 0;
    }
    .content .news a.new .new_text {
        float: left;
        overflow: hidden;
        padding: 5px 20px 0 0;
        width: 100%;
    }
    .content .news a.new .new_date {
        float: right;
        height: 150px;
        text-align: center;
        padding: 20px 0 0 0;
        width: 20%;
    }
    .content .news a.new .new_date p {
        font-weight: 600;
    }
    .content .news a.new .new_date img {
        max-width: 100px;
        width: 100%;
    }
}


/************************************
            Kudy k nám            
*************************************/

.content .kontakt {
    background: #bda587 url('/assets/design/bg-kontakt.png') no-repeat center center;
    background-size: cover;
    float: left;
    min-height: 550px;
    padding: 40px 0 40px 20vmin;
    position: relative;
    width: 35%;
}

.content .kontakt p {
    color: #fff;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.4em;
    padding: 0 0 0 25px;
}

.content .kontakt p.tit {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.2em;
    margin: 0 0 12px 0;
    padding: 0;
    text-transform: uppercase;
}

.content .kontakt a:link, .content .kontakt a:visited {
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.content .kontakt a:hover {
    text-decoration: underline;
}


/* tabulka provozní doba */

.content .kontakt table.table_provozni_doba {
    border-collapse: collapse;
    height: auto;
    max-width: 250px;
    width: 100%;
}

.content .kontakt table.table_provozni_doba td {
    padding: 0 15px 5px 0;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.content .kontakt table.table_provozni_doba td p {
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .content .kontakt {
        padding: 40px 5vmin 40px 5vmin;
    }
}

@media screen and (max-width: 1000px) {
    .content .kontakt {
        margin: 10px 0 0 0;
        width: 100%;
        min-height: auto;
        padding: 40px 2vmin 40px 2vmin;
    }
}


/************************************
              mapa           
*************************************/

.content .mapa {
    background: #fafafa url('/assets/design/bg-mapa.png') no-repeat center center;
    background-size: cover;
    float: right;
    min-height: 550px;
    width: 65%;
}

@media screen and (max-width: 1000px) {
    .content .mapa {
        margin: 10px 0 0 0;
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .content .mapa {
        min-height: 250px;
    }
}


/************************************
             kalendář akcí             
*************************************/


/* výpis události z kalendáře */

.content .calendar_events {
    /*background: url('/design/back_news.png') no-repeat center center;
  background-size: cover; */
    float: left;
    min-height: 500px;
    padding: 40px 5vmin 40px 20vmin;
    width: 65%;
}

.content .calendar_events.content-position-inner {
    min-height: auto;
    padding-bottom: 0px;
    padding-top: 0px;
}

.content .calendar_events .calendar_event {
    background: #fff;
    float: left;
    margin: 0 0 30px 0;
    height: 150px;
    max-width: 750px;
    width: 48%;
}

.content .calendar_events .calendar_event:after {
    content: "";
    clear: both;
    display: table;
}

.content .calendar_events .calendar_event:nth-child(2),
.content .calendar_events .calendar_event:nth-child(4) { 
  margin: 0 0 30px 2%; 
}

.content .calendar_event .calendar_content {
    float: left;
    height: auto;
    padding: 5px 0 0 0;
    width: 75%;
}

.content .calendar_event .calendar_title {
    float: left;
    max-height: 60px;
	height: auto;
    overflow: hidden;
  padding: 20px 20px 0 25px;
    width: 100%;
}

.content .calendar_event .calendar_title a:link, .content .calendar_event .calendar_title a:hover {
    font-weight: 600;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
}

.content .calendar_event .calendar_title a:hover {
    color: #000;
    text-decoration: underline;
}

@media screen and (max-width: 800px) { 
  .content .calendar_event .calendar_title { height: 55px; }
}

@media screen and (max-width: 500px) { 
  .content .calendar_event .calendar_title { height: 55px; }
	.content .calendar_events .calendar_event { margin: 0 0 10px 0;	width: 100%; }
	.content .calendar_events .calendar_event:nth-child(2),
	.content .calendar_events .calendar_event:nth-child(4) { 
		margin: 0 0 10px 0; 
	}
}




.content .calendar_event .calendar_text {
  float: left;
  height: 88px;
  overflow: hidden;
  padding: 5px 10px 0 25px;
  width: 100%;
}

.content .calendar_event .calendar_event_date { 
  float: left;   
  height: 150px;
  text-align: center;
  padding: 20px 0 0 1vmin;
  width: 25%; 
}
.content .calendar_event .calendar_event_date p { 
  font-weight: 600; 
  line-height: 1.1em;
}

.content .calendar_event .calendar_event_date img { 
  max-width: 100px;
  width: 100%; 
}


/* kalendář */

.content .calendar {
    background: #bda587 url('/assets/design/bg-akce.png') no-repeat center center;
	  background-size: cover;
    height: 500px;
    float: left;
    padding: 50px 0 0 5vmin;
    position: relative;
    text-align: center;
    width: 35%;
}

.content .kalendar-akci--left>div {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
}

.content .kalendar a:link, .content .kalendar a:visited {
    color: #fff;
    text-decoration: none;
}

.content .kalendar a:hover {
    color: #fff;
    text-decoration: underline;
}

.content .kalendar table {
    width: 100%;
    max-width: 350px;
    border-spacing: 0;
    border-collapse: collapse;
}

.content .kalendar table>tbody>tr>td {
	  background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.9em;
    font-weight: 300;
    text-align: center;
    min-height: 24px;
    padding: 10px 0;
    border: rgba(222, 222, 222, 0.5) solid 1px;
    cursor: pointer;
    width: calc(100% / 7);
    position: relative;
}

.content .kalendar table>tbody>tr>td a {
    display: block;
    font-size: .9em;
}

.content .kalendar table>tbody>tr>td.blank {
   /* background: #77c5ee;*/
    cursor: default;
    color: #fff;
		opacity: 0.5;
}

.content .kalendar table>tbody>tr:first-of-type>td {
    background: #77c5ee;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: rgba(222, 222, 222, 0.5) solid 5px;
    font-size: 0.9em;
    color: #fff;
    font-weight: 300;
    text-align: center;
    cursor: default;
    padding: 9px 0 6px 0;
}

.content .kalendar table>tbody>tr:last-of-type>td {
    border-bottom: 0;
}

.content .kalendar table>tbody>tr>td:first-child {
    border-left: 0;
}

.content .kalendar table>tbody>tr>td:last-child {
    border-right: 0;
}

.content .kalendar table>tbody>tr:not(:first-of-type)>td:not(.prev):hover {
    background: #77c5ee;
}

.content .kalendar table>tbody>tr>td.active-day {
    background-color: #77c5ee !important;
    color: #fff;
}

.content .kalendar table>tbody>tr>td.active-event {
    background-image: url('/assets/design/dot_white.png');
    background-repeat: no-repeat;
    background-position: 50% 85%;
}

.content .kalendar table>tbody>tr>td.active-day:hover {
    background: #77c5ee !important;
    color: #fff;
}

.content .kalendar table>tbody>tr>td>.kalendar--balls {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 17px;
    height: 6px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.content .kalendar table>tbody>tr>td>.kalendar--balls>.ball {
    display: inline-block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin: 0;
    padding: 0;
}

.content .kalendar table>tbody>tr>td>.kalendar--balls>.ball.red {
    background: #f24903;
}

.content .kalendar table>tbody>tr>td>.kalendar--balls>.ball.blue {
    background: #0076d0;
}

.content .kalendar table>tbody>tr>td>.kalendar--balls>.ball.green {
    background: #6fae1f;
}

.content .kalendar table>tbody>tr>td>.kalendar--balls>.ball.white {
    background: #fff;
}

.content .kalendar--outside-link {
    padding: 15px 0 0 0;
    color: #00aeef;
    font-size: 0.69em;
    text-decoration: underline;
    text-align: left;
    display: block;
}

.content .kalendar--controller {
    display: block;
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 50px;
}

.content .kalendar--controller a:link, .content .kalendar--controller a:visited {
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
}

.content .kalendar--controller a:hover {
    color: #fff;
    text-decoration: underline;
}

.content .kalendar--controller>.controller-arrow-left {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: url('/assets/design/icon_arrow_back.png') no-repeat center center;
    background-size: 15px;
    top: 50%;
    left: calc(50% + -100px);
    transform: translateY(-50%);
}

.content .kalendar--controller>.controller-arrow-right {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: url('/assets/design/icon_arrow_next.png') no-repeat center center;
    background-size: 15px;
    top: 50%;
    right: calc(50% + -100px);
    transform: translateY(-50%);
}

.content .kalendar--controller>.controller--heading {
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    font-size: 0.95em;
    font-weight: 400;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .content .calendar_events {
        padding: 40px 5vmin 40px 5vmin;
    }
}

@media screen and (max-width: 1000px) {
    .content .calendar_events {
        margin: 10px 0 0 0;
        width: 100%;
        min-height: auto;
        padding: 40px 2vmin 40px 2vmin;
    }
    .content .calendar_events.content-position-inner {
        min-height: auto;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .content .calendar {
        margin: 10px 0 0 0;
        width: 100%;
        min-height: auto;
        padding: 40px 2vmin 40px 2vmin;
    }
}

.content-event h3 {
    text-align: center;
}

.content-event h3 a, .content-event h3 a:visited {
    color: #3cb7e2 !important;
}

.content-event h3 a:hover {
    color: #d6d6d6 !important;
}

.content-event ul.calenader-list {
    display: table;
    margin-bottom: 20px;
    table-layout: fixed;
    width: 100%;
}

.content-event ul.calenader-list > li {
    display: table-cell;
    margin: 0;
    padding: 0 5px 0 5px;
    position: relative;
    text-align: center;
}

.content-event ul.calenader-list > li:first-child {
    padding: 0 5px 0 0;
}

.content-event ul.calenader-list > li:last-child {
    padding: 0 0 0 5px;
}

.content-event ul.calenader-list > li > a {
    border: 1px solid #dedede;
    display: block;
    padding: 15px 0;
}

.content-event ul.calenader-list > li a:hover {
    background-color: #dedede;
}

.content-event ul.calenader-list > li a.list-active {
    background-color: #77c5ee;
    color: #fff;
}

.content-event ul.calenader-list > li a.list-selected {
    border-color: #3cb7e2;
}

.content-event ul.calenader-list > li a.list-event {
    background-image: url('/assets/design/dot_blue.png');
    background-position: 50% 85%;
    background-repeat: no-repeat;
}

@media (max-width: 800px) {
    .content-event ul.calenader-list, .content ul.calenader-list > li {
        display: none;
    }
    .content-event ul > li {
        display: inline-block;
        padding: 2.5px 0;
    }
    .content-event ul > li:first-child {
        padding: 0 0 2.5px 0;
    }
    .content-event ul > li:last-child {
        padding: 2.5px 0 0 0;
    }
    .content-event ul > li img {
        display: none;
    }
    .content-event ul > li a {
        padding: 10px 0;
    }
}

.content-event ul.event-filter {
    text-align: center;
}
.content-event ul.event-filter > li {
    display: inline-block;
    padding: 0 5px;
}


/************************************
               o nás             
*************************************/

.content .about_us {
		display: table-cell;
    height: 100%;
    /*float: left;*/
    padding: 40px 0 40px 20vmin;
		vertical-align: top;
    width: 35%;
}
.content .about_us h3 {
    color: #666;
		font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.6em;
    letter-spacing: 0.05em;
    margin: 0 0 1.4vmin 0;
    text-align: left;
}

.content .about_us p {
		color: #333;
		font-size: 0.95em;
		font-weight: 300;
		line-height: 1.65;
		margin-bottom: 0.8em;
}



.content .about_us_icon {
		display: table-cell;
    height: 100%;
    padding: 0 6% 0 6%;
		vertical-align: middle;
    width: 30%;
}

.content .about_us_icon ul.prednosti li {
    display: inline-block;
    float: left;
    height: auto;
    list-style-type: none;
    margin: 0 0 20px 0;
    text-align: center;
    width: 50%;
}

.content .about_us_icon ul.prednosti li img {
    height: auto;
    width: 100%;
	  max-width: 100px;
}

.content .about_us_icon ul.prednosti li a:link, 
.content .about_us_icon ul.prednosti li a:visited {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    margin: 0 0 1vmin 0;
    text-decoration: none;
}

.content .about_us_icon ul.prednosti li a:hover {
    text-decoration: underline;
}

.content .about_us_building {
    background: #bda587;
    background-size: cover;
		display: table-cell;
    height: 100%;
		margin: 0;
    padding: 0;
		position: relative;
    text-align: center;
    width: 35%;
}


.content .about_us_building img {
    height: auto;
    margin: -50px 0 0 0;
		left: 0;
		bottom: 0;
    padding: 0;
		position: absolute;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .content .about_us {
        padding: 40px 5vmin 40px 5vmin;
        width: 50%;
    }
    .content .about_us_icon {
        margin: 0;
        padding: 5% 3%;
        width: 50%;
    }
    .content .about_us_building {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .content .about_us {
        padding: 40px 5vmin 40px 5vmin;
    }
}

@media screen and (max-width: 500px) {
    .content .about_us {
				display: block;
        width: 100%;
    }
	  .content .about_us_icon {
			  display: block;
        margin: 0;
        padding: 5% 3%;
        width: 100%;
    }
		.content .about_us_icon ul.prednosti li {
			width: 25%;
		}
		.content .about_us_icon ul.prednosti li a:link, 
		.content .about_us_icon ul.prednosti li a:visited {
				font-size: 0.9em;
		}
}




/************************************
          historie nemocnice          
*************************************/ 

.content .history_left {
  float: left;
  height: auto;
  margin: 90px 0 0 0;
  width: 40%;
}

.content .history_center {
  float: left;
  height: auto;
  margin: 60px 0 0 0;
  padding: 0 2vmin 0 2vmin;
  width: 20%;
}

.content .history_right {
  float: left;
  height: auto;
  width: 40%;
}


/* tabulka - historie - left */

.content table.table_history_left {	
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.content table.table_history_left tr:after { clear: both;  }


.content table.table_history_left th {
  display: table-cell;
  padding: 0 2vmin 0 0;
  text-align: right;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.65;  
  margin: 0;    
}

.content table.table_history_left td {
  display: table-cell;
  height: 150px; 
  text-align: center;
}

.content table.table_history_left td img { 
  text-align: left; 
  max-width: 100%; 
  max-height: 100%; 
  width: auto; 
  height: auto; 
  max-height: 150px; 
}


/* tabulka - historie - data */

.content table.table_history_dates {	
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center;
}
.content table.table_history_dates tr:after { clear: both;  }


.content table.table_history_dates td {
  display: table-cell;
  font-size: 1.2em;
  margin: 0;
  padding: 0;  
  text-align: center;
  vertical-align: middle;
}
.content table.table_history_dates td p {
  display: inline-block;
  margin: 0 auto;
  padding: 0;  
  position: relative;
}

.content table.table_history_dates th {
  display: table-cell;
  margin: 0;
  padding: 0 0 6.5px 0;  
  text-align: center;
  vertical-align: middle;
}

.content .history_center i.fa-long-arrow-left {
  color: #c5a47e;
  float: left;
  font-size: 0.95em;
  line-height: 1.65;  
}

.content .history_center i.fa-long-arrow-right {
  color: #c5a47e;
  display: inline-block;
  float: right;
  font-size: 0.95em;
  line-height: 1.65;  
  position: relative;
}

.content .history_center i.fa-circle-o {
  color: #c5a47e;
  font-size: 0.5em;
}

.content .history_center i.white {
  color: #fff;
}


/* tabulka - historie - right */

.content table.table_history_right {	
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.content table.table_history_right tr:after { clear: both;  }


.content table.table_history_right th {
  display: table-cell;
  padding: 0 0 0 2vmin;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.65;  
  margin: 0;  
}

.content table.table_history_right td {
  display: table-cell;
  height: 150px; 
  text-align: center;
}

.content table.table_history_right td img { 
  text-align: left; 
  max-width: 100%; 
  max-height: 100%; 
  width: auto; 
  height: auto; 
  max-height: 150px; 
}


@media screen and (max-width: 1450px) { 
  .content table.table_history_left th { display: none;}
  .content table.table_history_right th { display: none;} 
}  

@media screen and (max-width: 1200px) { 
  .content .history_left { width: 35%; }
  .content .history_center { width: 30%; }
  .content .history_right { width: 35%; }
  .content table.table_history_dates th { padding: 0 0 12.5px 0; }
}  

@media screen and (max-width: 991px) { 
  .content table.table_history_dates th { padding: 0 0 17.5px 0; }
}  

@media screen and (max-width: 768px) { 
  .content table.table_history_dates th { padding: 0 0 25px 0; }
}

@media screen and (max-width: 650px) { 
  .content .history_left { margin: 75px 0 0 0;min-width: 30%; width: 30%; }
  .content .history_center { margin: 65px 0 0 0; width: 40%; }
  .content .history_right { min-width: 30%; width: 30%; }
  .content table.table_history_dates th { padding: 0 0 20px 0; }
}  



/************************************
             fade text             
*************************************/

.content p.fade-tips {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 3.6vmin;
    line-height: 1.2;
    letter-spacing: 0.32em;
    position: absolute;
    left: 10%;
    top: 40vmin;
    text-transform: uppercase;
    opacity: 0.2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.content p.fade-calendar {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 5vmin;
    line-height: 1.2;
    letter-spacing: 0.32em;
    position: absolute;
    left: 85%;
    top: 35vmin;
    text-transform: uppercase;
    opacity: 0.2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.content p.fade-kontakt {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 5vmin;
    line-height: 1.2;
    letter-spacing: 0.32em;
    position: absolute;
    left: 10%;
    top: 40vmin;
    text-transform: uppercase;
    opacity: 0.2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

@media screen and (max-width: 1200px) {
    .content p.fade-tips {
        display: none;
    }
    .content p.fade-calendar {
        display: none;
    }
    .content p.fade-kontakt {
        display: none;
    }
}


/************************************
       mapa a kontakt v kategorii
*************************************/

.content .contact_text {
    background: #fff;
    float: left;
    height: auto;
    min-height: 550px;
    padding: 0;
    width: 35%;
}

.content .contact_map {
    background: #ddd;
    float: right;
    min-height: 550px;
    width: 65%;
}

#canvas-map {
    border: 0;
    height: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#canvas-map iframe {
    position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
    .content .contact_text {
        margin: 10px 0 0 0;
        min-height: auto;
        padding: 40px 2vmin 40px 2vmin;
    }
}

@media screen and (max-width: 600px) {
    .content .contact_text {
        width: 100%;
    }
    .content .contact_map {
        margin: 20px 0 20px 0;
        width: 100%;
    }
    #canvas-map {
        height: 300px;
    }
}



/************************************
             partneři
*************************************/

.partners {
  height: auto;
	text-align: center;
  width: 100%;
}
.partners img { 
	margin: 0 20px 0 20px; 
	max-width: 260px; 
	width: 100%; 
	transition: all 0.2s ease 0s;
}
.partners img.small-partner { margin: 0 20px 0 20px; max-width: 220px; width: 100%; }


@media screen and (max-width: 700px) {
	.partners img { margin: 0 10px 0 10px; max-width: 200px; }
	.partners img.small-partner { margin: 0 10px 0 10px; max-width: 130px; width: 100%; }

}
@media screen and (max-width: 500px) {
  .partners img { margin: 0 10px 0 10px; max-width: 130px; }
	.partners img.small-partner { margin: 0 10px 0 10px; max-width: 100px; width: 100%; }
}



/************************************
          footer top grafika
*************************************/

#footer_container_top {
    background: transparent url('/assets/design/bg-footer.png') no-repeat center top;
    background-size: cover;
    height: 10vmin;
    padding: 0;
    width: 100%;
}





/************************************
              footer
*************************************/

#footer_container {
    background: #2d2d2f;
    height: auto;
    padding: 60px 20vmin 40px 20vmin;
    width: 100%;
}

#footer {
    height: auto;
    margin: 0 auto;
    width: 100%;
}

#footer .footer_kategorie {
    padding: 0 50px 0 0;
    width: 25%;
    height: auto;
    float: left;
}

#footer .footer_kategorie:nth-child(4) {
    padding: 0;
}

#footer .footer_kategorie img {
    margin: 10px 10px 0 0;
}


/* texty */

#footer .footer_kategorie h3 {
    margin: 0 0 20px 0;
    color: #ccc;
    font-size: 1.4em;
    font-weight: 600;
}

#footer .footer_kategorie p {
    color: #858585;
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.7em;
}

#footer .footer_kategorie p strong {
    font-weight: 600;
}

#footer .footer_kategorie a:link, #footer .footer_kategorie a:visited {
    color: #858585;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.6em;
    text-decoration: underline;
}

#footer .footer_kategorie a:hover {
    color: #ccc;
    text-decoration: underline;
}


/* seznam */

#footer .footer_kategorie ul {
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
}

#footer .footer_kategorie li {
    font-size: 0.85em;
    font-weight: 400;
    line-height: 2em;
    color: #858585;
    list-style-type: none;
    display: block;
    width: auto;
}

#footer .footer_kategorie li a:link, #footer .footer_kategorie li a:visited {
    font-size: 0.85rem;
    font-weight: 400;
    color: #858585;
    text-decoration: none;
}

#footer .footer_kategorie li a:hover {
    color: #ccc;
}


/* tabulka provozní doba */

#footer .footer_kategorie table.table_provozni_doba {
    border-collapse: collapse;
    height: auto;
    max-width: 200px;
    width: 100%;
}

#footer .footer_kategorie table.table_provozni_doba td {
    padding: 0 15px 5px 0;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

#footer .footer_kategorie table.table_provozni_doba td p {
    color: #858585;
    margin: 0;
}


/* newsletter */

#footer .newsletter_field {
    background: #999;
    border: none;
    border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
    color: #fff;
    font-size: 13px;
    font-style: italic;
    float: left;
    height: 40px;
    padding: 0 0 0 15px;
    margin: 0;
    width: 180px;
}

#footer .newsletter_button {
    background: #77c5ee url("/assets/design/icon_arrow_next.png") no-repeat center center;
    background-size: 15px;
    border: none;
    border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    transition: all 0.2s ease 0s;
    color: transparent;
}

#footer .newsletter_button:hover {
    background: #77c5ee url("/assets/design/icon_arrow_next.png") no-repeat center center;
    background-size: 15px;
}


/* bottom */

#footer_container_bottom {
    background: #2d2d2f;
    height: auto;
    padding: 15px 20vmin 15px 20vmin;
    width: 100%;
}

#footer_bottom {
    border-top: solid 1px #424244;
    height: auto;
    margin: 0 auto;
    padding: 15px 0 0 0;
}

#footer_bottom p {
    color: #858585;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.2em;
}

#footer_bottom a:link, #footer_bottom a:visited {
    color: #858585;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2em;
    text-decoration: none;
}

#footer_bottom a:hover {
    color: #ccc;
}

#footer_bottom_left {
    float: left;
    height: auto;
    text-align: left;
    width: 40%;
}

#footer_bottom_right {
    float: right;
    height: auto;
    text-align: right;
    width: 60%;
}

@media screen and (max-width: 1200px) {
    #footer_container {
        padding: 40px 5vmin 40px 5vmin;
    }
    #footer_container_bottom {
        padding: 40px 5vmin 40px 5vmin;
    }
}

@media screen and (max-width: 700px) {
    #footer_container {
        padding: 15px 0 15px 0;
    }
    #footer p {
        font-size: 0.85em;
        font-weight: 300;
        line-height: 1em;
    }
    #footer_bottom_left {
        display: none;
    }
    #footer_bottom_right {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #footer .footer_kategorie {
        margin: 0 0 30px 0;
        padding: 0 5px 0 5px;
        width: 100%;
    }
    #footer .footer_kategorie:nth-child(3) {
        padding: 0 5px 0 5px;
    }
    #footer .footer_kategorie h3 {
        margin: 0 0 10px 0;
        padding: 0 0 5px 0;
    }
}




/************************************
          lišta COOKIES 2022
*************************************/

/* tabulka pro Cookies */

.content .table-wrapper {
  background: #fff;
  overflow-x: auto;
  min-width: 280px;
}

.content table.table-cookies {
  border: solid 1px #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  text-align: left;
  width: 100%;
}

.content table.table-cookies tr {
  border-top: solid 1px #ddd;
}

.content table.table-cookies tr:first-child {
  border-top: none;
}

.content table.table-cookies th {
  background: #f9f9f9;
  border-bottom: 1px solid #ddd; 
  font-weight: 300;
  padding: 1vmin 10px;
}

.content table.table-cookies td {
  /* background: #fff; */
  /* border: 1px solid #ddd; */
  color: #111;
  font-weight: 300;
  padding: 1vmin 10px;
  transition: all 0.2s !important;
}

.content table.table-cookies th:nth-child(1) { width: 15%; }
.content table.table-cookies th:nth-child(2) { width: 15%; }
.content table.table-cookies th:nth-child(3) { width: 15%; }
.content table.table-cookies th:nth-child(4) { width: 65%; }


/* .content table.table-cookies tr:nth-child(2n+1) td { 
  background-color: #f8f8f8; 
} */

.content table.table-cookies tr:hover td { 
  background-color: #f9f9f9; 
  cursor: default; 
}

@media screen and (max-width: 900px) {
  .content table.table-cookies th:nth-child(1),
  .content table.table-cookies th:nth-child(2),
  .content table.table-cookies th:nth-child(3),
  .content table.table-cookies th:nth-child(4) 
  { width: auto; }
}


/* okno pro cookies */

.freeprivacypolicy-com---nb-simple {
    left: 0 !important;
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
  padding: 1.5rem !important;
}
.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
  box-shadow: 0 0 30px rgb(68 45 45 / 20%);
  max-width: 500px;
}


/* nadpis + text */

.freeprivacypolicy-com---nb .cc-nb-title,
.freeprivacypolicy-com---pc-dialog .cc-pc-head-title-headline, 
.freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-title  {
    color: #333 !important;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 1em;
    margin: 0 0 10px 0;
}

.freeprivacypolicy-com---nb .cc-nb-text,
.freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-text  {
  color: #000;
  font-size: 0.95rem !important;
  line-height: 1.3em;
}


/* buttony */

.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
  background-color: #77c5ee !important;
  border-radius: 2.25vmin;
  font-weight: 500 !important;
  text-transform: uppercase;
}
.freeprivacypolicy-com---palette-light .cc-nb-changep {
  border-radius: 2.25vmin;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover,
.freeprivacypolicy-com---palette-light .cc-nb-reject:hover,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}


@media screen and (max-width: 640px) {
  .freeprivacypolicy-com---nb-simple {
      max-width: 100% !important;
  }
  .freeprivacypolicy-com---palette-light .cc-nb-okagree,
  .freeprivacypolicy-com---palette-light .cc-nb-reject {
      display: inline-block !important;
      width: 49% !important;
  }
}




#system-message {
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0 5px 100px 0px rgba(0, 0, 0, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    height: auto;
    left: 50%;
    margin: 0 0 0 -200px;
    overflow: hidden;
    position: fixed;
    top: 35%;
    width: 100%;
    max-width: 400px;
    z-index: 999;
}

.system-message-header {
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1em;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
    min-height: 50px;
}

.system-message-header.error {
    background: #ac2119 url('/design/icon_error.png') no-repeat 20px 15px;
}

.system-message-header.success {
    background: #6bb731 url('/design/icon_success.png') no-repeat 20px 15px;
}

.system-message-header.warning {
    background-color: #fec41c;
}

.system-message-header.info {
    background-color: #77c5ee;
}

.system-message-title {
    width: calc(100% - 60px);
}

.system-message-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(/assets/design/close.svg) no-repeat center center;
    background-size: 20px 20px;
    cursor: pointer;
}

.system-message-body {
    padding: 15px;
    font-size: .9em;
}

@media screen and (max-width: 500px) {
    #system-message {
        left: 0;
        margin: 0 2% 0 2%;
        top: 30%;
        max-width: 96%;
    }
}

.center {
    text-align: center !important;
}

/************************************
               historie
      Added by Liborek  6.9.2017
      Copied here in 12/18/2018
*************************************/

.content .historie .history_left {
    float: left;
    height: auto;
    margin: 85px 0 0 0;
    width: 40%;
}

.content .historie .history_center {
    float: left;
    height: auto;
    margin: 75px 0 0 0;
    padding: 0 2vmin 0 2vmin;
    width: 20%;
}

.content .historie .history_right {
    float: left;
    height: auto;
    margin: 10px 0 0 0;
    width: 40%;
}

.content .historie:after {
    content: "";
    clear: both;
    display: table;
}

/* historie - left */

.content .historie .history_left .history_left_text {
    display: table-cell;
    padding: 0 2vmin 0 0;
    text-align: right;
    vertical-align: middle;
    width: auto;
}

.content .historie .history_left .history_left_text p {
    font-weight: 300;
    line-height: 1.65;
}

.content .historie .history_left .history_left_image {
    display: table-cell;
    height: 150px;
    margin: 10px 0 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 30%;
}

.content .historie .history_left .history_left_image img {
    height: auto;
    max-width: 100%;
    width: 100%;
    max-height: 140px;
    object-fit: scale-down;
}

/* historie - data */

.content .historie .history_dates {
    height: 75px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.content .historie .history_dates p {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: auto;
}

.content .historie .history_center i.fa-long-arrow-left {
    color: #ccc;
    float: left;
    font-size: 0.95em;
}

.content .historie .history_center i.fa-long-arrow-right {
    color: #ccc;
    float: right;
    font-size: 0.95em;
}

.content .historie .history_center i.fa-circle-o {
    color: #00aeef;
    font-size: 0.5em;
    line-height: 1;
    margin: -10px 0 0 0;
    padding: 0;
}

.content .historie .history_center i.white {
    color: #fff;
}

/* historie - right */

.content .historie .history_right .history_right_text {
    display: table-cell;
    padding: 0 0 0 2vmin;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.content .historie .history_right .history_right_text p {
    font-weight: 300;
    line-height: 1.65;
}

.content .historie .history_right .history_right_image {
    display: table-cell;
    height: 150px;
    margin: 10px 0 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 30%;
}

.content .historie .history_right .history_right_image img {
    height: auto;
    max-width: 100%;
    width: 100%;
    max-height: 140px;
    object-fit: scale-down;
}

.content .historie hr {
    height: 0px;
    width: 0;
    border: 0;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 700px) {
    .content .historie .history_left {
        width: 35%;
    }
    .content .historie .history_center {
        width: 30%;
    }
    .content .historie .history_right {
        width: 35%;
    }
    .content .historie .history_left .history_left_text {
        display: none;
    }
    .content .historie .history_right .history_right_text {
        display: none;
    }
}

.content .content_category table.food-summary.nasledujici-tyden {
    border-top:0;
    border-bottom: solid 5px #ddd;
    border-left: solid 5px #ddd;
    border-right: solid 5px #ddd;
}

.content .content_category table.food-summary.nasledujici-tyden h4 {
    margin: 20px 0;
}

.content .content_category table.food-summary.aktualni-tyden {
    border-top: solid 5px #ddd;
    border-bottom:0;
    border-left: solid 5px #ddd;
    border-right: solid 5px #ddd;
}

.content .content_category table.food-summary.aktualni-tyden h4 {
    margin:20px 0;
}

.content .content_category table.food-summary tbody tr td:nth-of-type(1) {
    width:120px;
}

.content .content_category table.food-summary tbody tr td:nth-of-type(1) {
    width:140px;
}

.content .content_category table.food-summary tbody tr td.empty-cell {
    border-top: 1px solid #fff;
}

@media screen and (max-width:450px) {
    .content .content_category table.food-summary tbody tr td:nth-of-type(1) {
        width:100px;
    }
    
    .content .content_category table.food-summary tbody tr td:nth-of-type(1) {
        width:100px;
    }
}

.float-video {
    position: fixed;
    right: 1.25rem;
    /* bottom: 1.25rem; */
    bottom: 110px;
    z-index: 9999;
    -webkit-box-shadow: 0 0.3125rem 2.5rem 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0.3125rem 2.5rem 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.3125rem 2.5rem 0 rgba(0, 0, 0, 0.4);
}

.float-video a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: block;
    width: 16rem;
    height: 9rem;
    position: relative;
    border: 2px solid #77c5ee;
}

.float-video a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.float-video a:after {
    box-sizing: border-box;
    transition: all 300ms ease-out;
    width: 16rem;
    height: 9rem;
    content: 'Virtuální \A prohlídka';
    font-size: 1.6rem;
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    white-space: pre;
    padding-top: 15%;
}

.float-video a:hover:after {
    background: rgba(0, 0, 0, 0.69);
}

#filebrowser th, 
#filebrowser td {
    line-height: normal !important;
}
#filebrowser a {
    font-size: .9rem !important;
    line-height: normal !important;
}

#filebrowser i {
    color: #77c5ee;
    font-size: 1.3rem !important;
}

#filebrowser tr:hover td {
    background-color: #fafafa;
}

#eform-whistleblower fieldset {
    padding: 0;
    position: relative;
    border: 0;
}

#eform-whistleblower input[type="text"],
#eform-whistleblower input[type="email"],
#eform-whistleblower input[type="date"],
#eform-whistleblower input[type="file"],
#eform-whistleblower textarea {
    background-color: #fff;
    font-size: 0.95rem;
    line-height: 1.3rem;
    border: 1px solid #333;
    border-radius: 6px;
    position: relative;
    width: clamp(150px, 50%, 500px);
    height: auto;
    margin: 10px;
    padding: 15px;
}

#eform-whistleblower input::placeholder {
    color: #70747f;
}

#eform-whistleblower textarea {
    font-family: 'Montserrat', sans-serif;
    min-height: 200px;
    width: 100%;
    resize: vertical;
}

#eform-whistleblower label {
    position: absolute;
    top: 0.2ex;
    z-index: 1;
    left: 2em;
    background-color: white;
    padding: 0 5px;
}

#eform-whistleblower input[type="submit"] {
    background-color: #fff;
    border: solid 1px #1b3968;
    border-radius: 500px;
    cursor: pointer;
    color: #333;
    float: left;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    font-size: 0.9rem;
    height: 4.5vmin;
    min-height: 40px;
    max-height: 50px;
    margin: 10px 0 0 0;
    padding: 0 25px;
    font-family: 'Montserrat', sans-serif;
    width: auto;
    transition: all 0.2s ease 0s;
}

#eform-whistleblower input[type="submit"]:hover {
    background: #1b3968;
    border: solid 1px #1b3968;
    box-shadow: inset 200px 0px 0px #1b3968, 0 15px 34px rgba(0, 0, 0, 0.18);
    color: #fff;
    outline: none !important;
}