@font-face {
    font-family: 'bariol_bold';
    src: url('../static/font/bariol_bold-webfont.eot');
    src: url('../static/font/bariol_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../static/font/bariol_bold-webfont.woff') format('woff'),
         url('../static/font/bariol_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bariol_light';
    src: url('../static/font/bariol_light-webfont.eot');
    src: url('../static/font/bariol_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../static/font/bariol_light-webfont.woff') format('woff'),
         url('../static/font/bariol_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bariol_regular';
    src: url('../static/font/bariol_regular-webfont.eot');
    src: url('../static/font/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../static/font/bariol_regular-webfont.woff') format('woff'),
         url('../static/font/bariol_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'SourceSansProRegular',Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'SourceSansProSemibold',Helvetica,Arial,sans-serif;
    line-height: 130%;
    margin: 12px 0;
}
h1 {
    font-size: 45px;
    font-family: bariol_light,Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #00B0D8;
    line-height: 105%;
}
h2 {
    font-family: bariol_bold,Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-transform: lowercase;
    font-size: 36px;
    color: #ED1C24;
}
h2 a {
    color: #10498A;
    text-decoration: none;
}
h2 a:hover {
    color: #009DE0;
}
h3 {
    padding-top: 20px;
    font-weight: normal;
    font-size: 26px;
    line-height: 110%;
}
h3 a {
    color: #10488A; /* 0068AB */
    text-decoration: none;
}
h3 a:hover {
    color: #009DE0;
}
h4 {
}
h5 {
}
h6 {
}
a {
    color: #009DE0;
    text-decoration: none;
}
a:hover {
    color: #10498A;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}

p {
}
p.style_highlight {
    color: red;
    font-family: 'SourceSansProSemibold',Helvetica,Arial,sans-serif;
    font-weight: normal;
}
strong {
    font-family: 'SourceSansProSemibold',Helvetica,Arial,sans-serif;
    font-weight: normal;
}
address {
}
hr {
    border-style: dotted;
    border-color: #8EB1CB;
    border-top: 0;
}
li {
}
ul.list-pracoviste li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #8EB1CB;
}
ul.list-podtrzeni li {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #8EB1CB;
}
ul.list-podtrzeni li a {
    font-size: 19px;
    font-family: 'SourceSansProSemiBold',Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-transform: lowercase;
    text-decoration: none;
}
ul.list-podtrzeni li a:hover {
    color: #10498A;
}
ul.list-oddeleni {
    margin-top: 20px;
}

/* ------------------------------------------------------------------------- */
/* LAYOUT                                                                    */
/* ------------------------------------------------------------------------- */

.row.multiple .span4:nth-child(3n+4) {  
    clear:left;
}
.row.multiple-2 .span4:nth-child(2n+3) {  
    clear:left;
}
.row.multiple .span6:nth-child(2n+3) {  
    clear:left;
}
.row.multiple {
    margin-top: 35px;
}
.homepage .row.multiple.kariera {
    margin-top: 0;
}

/* -- /LAYOUT -------------------------------------------------------------- */

/* ------------------------------------------------------------------------- */
/* PRVKY STRANKY                                                             */
/* ------------------------------------------------------------------------- */
.breadcrumb {
    background-color: transparent;
    border-bottom: 1px dotted #8EB1CB;
    border-radius: 0;
    margin: 0;
    padding: 8px 15px 3px 0;
    font-size: 15px;
}
.breadcrumb a {
    color: #E0081C;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
UL.breadcrumb  li {
    padding-bottom: 0;
    text-shadow: none;
}
.breadcrumb  li:last-child {
}
.breadcrumb-bottom {
    margin-top: 30px;
}
.page-header {
    margin: 0;
    border: 0;
}
.page-header h1 {
    clear: both;
}
.page-header ul li {
    padding: 0;
}
.lead {
    font-family: 'SourceSansProSemibold',Helvetica,Arial,sans-serif;
}
.view_pagelet_image {
    margin-bottom: 10px;
}
.view_pagelet_image.align-left {
    float: left;
    margin-right: 10px;
}
.view_pagelet_image.align-right {
    float: right;
    margin-left: 10px;
}
.view_pagelet_image.align-center {
}
.view_pagelet_gallery {
    margin-top: 25px;
    clear: both;
}
div.gallery-item {
    padding-bottom: 30px;
}
.view_pagelet_html p {
    text-align: left !important;
}
/*** back to top button ***/
#toTop
{
	width: 100px;
    margin-left: 955px;
	border: 2px solid #004180;
	background: #004180;
	text-align: center;
	position: fixed;
	bottom: 15px;
	cursor: pointer;
	display: none;
	color: #fff;
	font-family: verdana;
	font-size: 14px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 20px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	padding: 5px;
}

.more-link-text {
	padding-right: 5px;
	color: #ED1C24;
	font-size: 22px;
	font-family: bariol_bold,Helvetica,Arial,sans-serif;
}
.more-link {
    white-space: nowrap;
}
.more-link span {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 28px;
    margin-left: 10px;
    background-image: url('../static/img/sipka_right.svg');
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100% 100%;
}
.more-link:hover span {
    background-image: url('../static/img/sipka_right_hover.svg');
}

/* -- /PRVKY STRANKY ------------------------------------------------------- */

   
/* ------------------------------------------------------------------------- */
/* HEADER                                                                    */
/* ------------------------------------------------------------------------- */
#HEADER {
}
#HEADER #logo {
}
.head-img {
/*    background: url('../static/img/head_img.jpg') no-repeat center top fixed;
    background-size: 100% auto;
    position: relative;*/
    margin-bottom: 10px;
    background-color: #4FA8D7;
}
.head-img  .container {
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0;*/
}
.head-img  .container .hero-unit {
    position: absolute;
    padding: 45px 0 15px 0;
    /*height: 310px;*/
    background-color: transparent;
    z-index: 99;
}   
.head-img  .container .hero-unit h1 {
    font-size: 42px;
    font-family: 'SourceSansProLight',Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #fff;
}
.head-img  .container .hero-unit h2 {
    margin: 20px 0;
    font-size: 42px;
    font-family: 'SourceSansProRegular',Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
}
/* carousel-head */
.carousel-head {
    margin-bottom: 0;
}

.carousel-head .item {
/*    width: 100%; 
    height: 400px;*/
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
/*    background-size: 100%, 100% !important;*/
}
.carousel-head .item p {
    position: absolute;
    bottom: 55px;
    left: 215px;
    font-family: 'SourceSansProSemibold',Helvetica,Arial,sans-serif;
    font-size: 100%;
    color: #10498A;
}
.carousel-head .one {
/*    background: url(../static/img/head_img_mudr.jpg);
    background-repeat: no-repeat;*/
}
.carousel-head .two {
/*    background: url(../static/img/head_img_mudr_2.jpg);
    background-repeat: no-repeat;*/
}
.carousel-head .three {
/*    background: url(../static/img/head_img_mudr.jpg);
    background-repeat: no-repeat;*/
}
.carousel-head .active.left {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel-head .carousel-control {
    top: 50%;
    left: 0;
}
.carousel-head .carousel-control.right {
    left: auto;
    right: 0;
}

/* carousel-news */
.carousel-news {
    height: 303px;
    background-color: #C8E7F1;
    line-height: 1.35;
    overflow: hidden;
    border-radius: 20px 20px 0;
}
.carousel-news .carousel-inner {
    height: 100%;
}
.carousel-news .row,
.carousel-news .span6 {
    position: relative;
    height: 100%;
}
.carousel-news .item {
    height: 100%;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
;/*    background-size: 100%, 100% !important;*/
}
.carousel-news .item-img {
	position: relative;
}
.carousel-news .item-img .carousel-control {
	top: auto;
	bottom: -45px;
}
.carousel-news .item-text {
    height: 100%;
    overflow: hidden;
    padding: 25px 35px 0 15px;
    margin-bottom: 32px;
}
.carousel-news .item-nadpis {
    margin: 5px 0 25px;
    padding-top: 0;
	font-size: 28px;
    font-family: 'SourceSansProRegular',Helvetica,Arial,sans-serif;
    font-weight: normal;
}
.carousel-news .item p {
    font-size: 100%;
}
.carousel-news .carousel-control {
    position: absolute;
    top: auto;
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 0;
    background: transparent;
    border: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.carousel-news .carousel-control span {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 0;
    background-image: url('../static/img/sipka_right.svg');
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100% 100%;
}
.carousel-news .carousel-control.right {
	left: 55px;
}
.carousel-news .carousel-control.left {
	left: 15px;
	right: auto;
}
.carousel-news .carousel-control.left span {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.carousel-news .carousel-control:hover span {
    background-image: url('../static/img/sipka_right_hover.svg');
}
.carousel-news .active.item {
	opacity:1;
}
.carousel-news .active.left,
.carousel-news .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
@media (max-width: 767px) {
    .carousel-news {
		height: auto;
	}
	.carousel-news .item {
		height: auto;
    }
    .carousel-news .item-nadpis {
        font-size: 25px;
    }
    .carousel-news .item-text {
        height: 255px;
        margin-bottom: 52px;
        padding-bottom: 5px;
    }
    .carousel-news .item p {
        font-size: 90%;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .carousel-news {
        height: 234px;
    }
    .carousel-news .item-nadpis {
        font-size: 26px;
    }
    .carousel-news .item p {
        font-size: 90%;
    }
}

h1.site-name {
}
.navbar.navbar-fixed-top {
}
.navbar-search {
}
.navbar-search input[type="text"] {
}
.navbar-form .icon-search {
    position: absolute;
    top: 0px;
    right: 1px;
    width: 24px;
    height: 24px;
    background-image: url("../static/img/search_icon.png");
    background-position: 0px 0px;
    background-color: #fff;
    border: 0;
}

/* -- /HEADER -------------------------------------------------------------- */

/* ------------------------------------------------------------------------- */
/* MENU                                                                      */
/* ------------------------------------------------------------------------- */
#MENU {
}
#MENU .navbar {
}
#MENU .navbar .container {
}
#MENU .navbar-inner {
    min-height: 85px; 
    padding-top: 15px;
    background-color: #fff;
    background-image: none;
    border: 0;
}
#MENU .navbar-inner .menu-bg {
    background-color: #004180;
}
#MENU .navbar-inner .menu-bg .container {
    background-color: #004180;
    z-index: 100;
}
#MENU .navbar-fixed-top .navbar-inner,
#MENU .navbar-static-top .navbar-inner {
    box-shadow: none;
}
#MENU .navbar-inner strong {
}
#MENU .navbar .brand {
    padding-top: 5px;
    padding-bottom: 19px;
}
#MENU .navbar .brand img {
    width: 306px;
    height: 46px;
}

@media (max-width: 767px) {
    #MENU .navbar .brand {
        padding-top: 10px;
    }

    #MENU .navbar .brand img {
        width: 256px;
        height: auto;
    }   
}


#MENU .navbar .btn-navbar {
    margin: 20px 5px 0 15px;
}
#MENU .navbar .nav > li > a {
    position: relative;
    /*color: #64bed0;*/
    color: #fff;
    float: none;
    padding: 10px 35px 16px;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
    font-family: bariol_regular, Helvetica, Verdana, Sans-Serif;
    font-size: 23px;
    text-transform: lowercase;
}
#MENU .navbar .nav > li > a:hover {
    color: #64bed0;
}
#MENU .navbar .nav > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 30px;
    height: 30px;
    background-image: url('../static/img/dropdown_icon.png');
    background-repeat: no-repeat;
    background-position: 0px;
}
#MENU .navbar .nav > li > a:hover:before,
#MENU .navbar .nav > li.active > a:before {
    background-position: -31px 0;
}

#MENU .navbar .nav > .active > a,
#MENU .navbar .nav > .active > a:hover,
#MENU .navbar .nav > .active > a:focus {
    box-shadow: none;
    background-color: transparent;
    color: #64bed0;
}
#MENU .navbar .site-navig {
}
#MENU .navbar .site-navig {
}
/* active, open */
#MENU .navbar .nav li.dropdown.open > .dropdown-toggle,
#MENU .navbar .nav li.dropdown.active > .dropdown-toggle,
#MENU .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
}
/* hover */
.navbar-nav > li > .dropdown-menu {
    width: auto;
}

/* social icons in menu */
.social-icons {
    display: flex;
    justify-content: flex-end;
}

.social-icons .social img {
    width: 27px;
    height: 27px;
    margin-right: 8px;
}

.social-icons .social:last-child img {
    margin-right: 0;
}

/* yamm dropdown-menu */
.yamm .dropdown-menu {
    left: 0 !important;
}
.yamm .dropdown-menu {
    background-clip: padding-box;
    background-color: #C8E7F1;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
}
.yamm .dropdown-menu.menu-oddeleni {
    padding-bottom: 15px;
}
.yamm .yamm-content {
    /*padding: 20px 15px 12px !important;*/
}

.yamm .yamm-content ul li,
ul.nav.nav-pills ul > li {
    margin: 0 20px 5px;
}
.yamm .dropdown-menu li:first-letter {
    text-transform: lowercase;
}
.yamm .dropdown-menu a {
    color: #10498A;
    text-decoration: none;
    text-transform: none;
    font-size: 17px;
    font-family: 'SourceSansProSemiBold',Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 19px;
}
.yamm .dropdown-menu a:hover {
    color: #ED1C24;
}
.yamm .dropdown-menu .active > a {
    color: #ED1C24;
}

#MENU .navbar ul.inline > li,
#MENU .navbar ol.inline > li {
    padding-left: 0;
    padding-right: 15px;
}
#MENU .navbar ul.unstyled > li,
#MENU .navbar ol.unstyled > li ,
ul.nav.nav-pills ul > li {
    padding-left: 0;
    padding-right: 15px;
    padding-bottom: 5px;
    margin-left: 0;
}
#MENU form.navbar-form {
    /*filter: alpha(opacity=50);
    opacity: 0.5;*/
    margin-top: 5px;
}
#MENU form.navbar-form input.search-query {
	width: 170px;
    border-radius: 20px 0 0 20px;
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
    background-color: #F3F3F3;
    border: 0;
    box-shadow: none;
    font-size: 22px;
    height: 31px !important;
    line-height: 31px;
    text-align: right;
    color: #B3B3B3;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
	-webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   transition: all .5s ease;
   z-index: 2;
}
#MENU form.navbar-form input.search-query:focus {
	width: 480px;
}
#MENU form.navbar-form button.btn {
    border: 0;
    height: 39px;
    width: 39px;
    background-image: url("../static/img/search_icon.png");
    background-repeat: no-repeat;
    background-position: 4px 8px;
    background-color: #F3F3F3;
    border: 0;
    box-shadow: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#MENU .menu-oddeleni ul.span4,
#MENU .menu-columns ul.span4 {
    margin-left: 25px;
}
#MENU .menu-oddeleni ul.span4 li,
#MENU .menu-columns ul.span4 li {
    margin-right: 0;
}
#MENU .navbar-inner {
    min-height: auto;
}
.yamm .yamm-content {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 30px;
}
#submenu.submenu-bg {
    background-color: #C8E7F1;
    margin-bottom: 20px;
}
#submenu.submenu-bg .nav li{
    padding-bottom: 0;
    padding-top: 0px;
}
#submenu.submenu-bg .nav {
    padding: 15px 0 9px;
    margin-bottom: 0;
}
#submenu.submenu-bg .nav a {
    color: #10498A;
    font-size: 17px;
    text-transform: lowercase;
    font-family: 'SourceSansProSemiBold',Helvetica,Arial,sans-serif;
    font-weight: normal;
}
#submenu.submenu-bg .nav a:hover {
    color: #ED1C24;
}
#submenu.submenu-bg .nav .active a {
    color: #ED1C24;
}

.container-relative {
	position: relative;
}
.site-navig-secondary {
	margin-top: 12px;
}
.site-navig-secondary a {
	text-decoration: underline;
}
.site-navig-secondary a:hover {
	text-decoration: none;
}
.site-navig-secondary li.active a,
.site-navig-secondary li.active a {
    text-decoration: none;
    color: #10498A;
}
@media only screen and (min-width: 980px) {
	.site-navig-secondary {
		position: absolute;
		right: 245px;
		margin-top: 26px;
	}	
}
/* -- /MENU -------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* BANNER                                                                     */
/* -------------------------------------------------------------------------- */

/* -- /BANNER -------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* HOMEPAGE                                                                     */
/* -------------------------------------------------------------------------- */

.container.homepage > .row > .span4:nth-child(3) li:first-child a {
    color: #ED1C24;
}
.container.homepage > .row > .span4:nth-child(3) li:first-child a:hover {
    color: #10498A;
}

/* -- /HOMEPAGE -------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* CONTENT                                                                    */
/* -------------------------------------------------------------------------- */

.content-out {
    margin-bottom: 75px;
}
.content {
}
.content .content {
}

.content-out h1 {
}
.content-out h2 {
}
.content-out h3 {
}
.content-out p {
}
.content-out li {
    padding-bottom: 9px;
}
.content a {
}
.content p {
}

h2.h2-list {
    font-size: 24.5px;
    line-height: 130%;
    text-transform: none;
}
.pheader-bg {
    background-color: #ECF5FB;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
/* -- topic -- */
.topic-item h3 {
    padding-top: 0;
    font-size: 18px;
}
.topic-item.type-topic  {
    padding: 1px 0 20px;
    background: transparent url('../static/img/carka.png') 0 1px no-repeat;
}
.topic-item.type-topic  h3 {
    font-size: 22px;
}
.topic-item.type-doc h3 {
    font-weight: normal;
}

/* -- topic-menu -- */
.topic .abstract {
}
.topic .abstract p {
}
ul.topic-menu {
}
ul.topic-menu ul {
}
ul.topic-menu a {
}
ul.topic-menu li ul li a {
}
ul.topic-menu a:hover {
}
ul.topic-menu li {
}
ul.topic-menu li a:hover,
ul.topic-menu li.active > a {
}

/* oddeleni */
.oddeleni-item {
    margin-bottom: 25px;
}
.container > div + div.row.oddeleni-item {
    margin-top: 25px;
}
.popis-umisteni p {
    display: inline;
}
.popis-umisteni #mapka {
    margin-top: 15px;
}
.ostatni-oddeleni-item:first-child {
    margin-top: 15px;
}
.ostatni-oddeleni-item {
    border-top: 1px dotted #8EB1CB;
}
/* subdoc */
.subdoc {
    margin-top: 25px;
}
.subdoc li.subdoc-item {
    padding: 0 0 0 40px;
    background: transparent url('../static/img/carka_dokument.png') left center no-repeat;
}

/* -- dokument -- */
div.abstract,
p.abstract {
}

/* akce - vypis */
ul.akce-item-topics {
}
ul.akce-item-topics li {
}

/* kariera - vypis */
.kariera-list h2.profese {
    border-top: 1px dotted #8EB1CB;
    padding-top: 5px;
    font-family: bariol_regular,Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 110%;
}
.kariera-list h3 {
    border-top: 1px dotted #8EB1CB;
    padding-top: 10px;
}
.kariera-list .kariera-datum {
    padding: 14px 0 0;
    margin-bottom: 0;
}

/* kariera - novy dvouslopcovy vypis */
.kariera-list-2 h2.profese {
	display: block !important;
    border-bottom: 1px solid #ED1C24;
    padding-bottom: 5px;
    font-family: bariol_regular,Helvetica,Arial,sans-serif;
    font-size: 23px;
    font-weight: normal;
    line-height: 110%;
}
.kariera-list-2 h3 {
    border-bottom: 1px dotted #8EB1CB;
	margin: 0;
    padding: 10px 0;
	font-size: 18px;
}

/* kariera */
.profese {
    color: #ED1C24;
}


/* neprehlednete, aktualne, akce, mapka */
.row-neprehlednete {
    margin-bottom: 30px;
}

.aktualne-item {
    margin-bottom: 25px;
}
.aktualne-item h3,
.neprehlednete-item h3,
.neprehlednete-nastenka h3,
.youtube-video h3 {
    padding-top: 0;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 110%;
}
.aktualne-item p,
.neprehlednete-item p,
.neprehlednete-nastenka p,
.youtube-video p {
    font-size: 14px;
    line-height: 135%;
}
.aktualne-item img,
.media-object {
    border-radius: 8px 8px 0;
}
.homepage h3 {
    font-size: 18px;
}
.home-news {
    margin-top: 25px;}
.home-news h3 {
    padding-top: 0;
}
.home-news .jlist {
    margin-bottom: 25px;
}
.home-news .media > .pull-left {
    margin-right: 15px;
}
.neprehlednete-item img {
    margin-bottom: 4px;
    -webkit-border-radius: 20px 20px 0;
    -moz-border-radius: 20px 20px 0;
    border-radius: 20px 20px 0;
}
.neprehlednete-nastenka h3 {
    padding: 8px 10px 8px 10px;
    margin: 0 0 4px;
    line-height: 110%;
    background-color: #E7E7E8;
    width: 80%;
}
.aktualne-date, .datum {
    border-bottom: 1px dotted #8EB1CB;
    padding-bottom: 6px;
    margin-bottom: 8px;
}
.kariera-datum {
    padding-bottom: 6px;
    margin-bottom: 8px;
}
.aktualne-date span.date {
    display: inline-block;
    width: 75px;
}
.aktualne-date span.sekce {
    padding-left: 5px;
    color: #ED1C24;
}
.kariera .aktualne-date span.sekce {
    padding-left: 0;
}
.aktualne-descr {
    margin-bottom: 20px;
}
.homepage p {
    font-size: 14px;
    line-height: 135%;
}
a.vice  {
    text-decoration: underline;
}
/* collapse blok */
.row.collapse-block h2 {
    display: inline-block;
    margin-bottom: 36px;
}
.row.collapse-block h2 a {
    color: #ED1C24;
}
.row.collapse-block h2 a:hover {
    color: #009DE0;
}
.row.collapse-block h2 a span {
    font-size: 28px;
    padding: 5px 12px 10px;
    margin-left: 10px;
    background-image: url('../static/img/dropdown_icon.png');
    background-repeat: no-repeat;
    background-position: -31px 8px;
}
.row.collapse-block h2 a:hover span {
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -ms-filter: brightness(80%);
    -o-filter: brightness(80%);
}

/* mapka */
.row.mapka > .span12 {
    border-bottom: 1px dotted #8EB1CB;
}

/* homepage oddeleni */
.homepage .oddeleni {
    margin-bottom: 25px;
}
/* bannery */
.homepage .bannery {
    margin-top: 35px;
}
.homepage .bannery .media-object {
    border-radius: 0;
}
.homepage .bannery .banner {
    margin-bottom: 25px;
}

/* sidebar-kontakty */
.sidebar-kontakty h3 {
    padding-top: 0;
    margin: 20px 0 0 0;
    line-height: 110%;
}
div.sidebar-kontakty a:first-child + h3.hlavni {
    margin-top: 10px;
}
.sidebar-kontakty ul li {
    padding: 0;
    line-height: 24px;
}
.sidebar-kontakty strong {
    font-family: 'SourceSansProBold',Helvetica,Arial,sans-serif;
}
.sidebar-kontakty .media-object {
    border-radius: 12px 12px 0;
}
/* table-osoby */
.table-osoby td {
    padding-bottom: 16px;
    padding-left: 0;
}
.table-osoby .jmeno {
    font-size: 130%;
    line-height: 150%;
}
.table-osoby .role {
    text-transform: lowercase;
}

/* no-more-tables */
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 0; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		/*padding-left: 50%;*/
        padding-left: 8px;
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

/* -- /CONTENT -------------------------------------------------------------- */

.span-form-label {
    .span(4);
}

.span-form-input {
    .span(8);
}

.span-left {
    .span(8);
}

.span-body {
    .span(8);
}

#NAVBAR {
  width: 940px;
}
/* -------------------------------------------------------------------------- */
/* FOOTER                                                                     */
/* -------------------------------------------------------------------------- */
#footer {
    height: 210px;
    background-color: #e5e5e5;
}
#footer h2 {
    color: #7f7f7f;
    margin: 25px 0 0;
    font-size: 32px;
    line-height: 110%;
}
#footer a,
#footer a:hover {
    text-decoration: underline;
}
#footer .col {
    padding: 1px 0 25px;
    /*background: transparent url('../static/img/carka_cerna.png') left top no-repeat;*/
}
#footer .telefon {
    color: #7f7f7f;
    font-family: bariol_light,Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 30px;
}
#footer .telefon span {
    font-family: bariol_bold,Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #ED1C24;
}
#footer .telefon.info span {
    color: #000;
}
#footer address {
    margin-top: 25px;
    font-size: 16px;
    line-height: 150%;
    color: #333;
}

/* Sticky footer styles
  -------------------------------------------------- */
html,
body {
    height: 100%;
}
/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -210px;
}
#push,
#footer {
    height: 210px;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
    }
}

#wrap .container-pd {
    padding-top: 136px;
}
  
/* -- /FOOTER -------------------------------------------------------------- */

/* special */
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-55 {
    margin-bottom: 55px;
}
.center {
    text-align: center;
}
.small {
    font-size: 85%;
}
.pointer {
    cursor: pointer;
}
.border-top-dotted {
    border-top: 1px dotted #8EB1CB;
}
.border-bottom-dotted {
    border-bottom: 1px dotted #8EB1CB;
}
.media-object.rounded {
    -webkit-border-radius: 40px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 40px;
    -moz-border-radius-bottomright: 0;
    border-radius: 40px;
    border-bottom-right-radius: 0;
    margin-top: 20px;
}
.first-lowercase {
    text-transform: none !important;
    /* display: inline-block; */
}
/* .first-lowercase::first-letter {
    text-transform: lowercase !important;
} */
.heading-small {
    color: #10488A;
    text-transform: none;
    font-size: 26px;
}

/* Zachovani pomeru stran */
.aspect-ratio-box {
    position: relative;
    height: 0;
    padding-bottom: 75%; /* Udava vychozi pomer stran */
}
.aspect-ratio-box__in {
    position: absolute;
    width: 100%;
    height: 100%;
}
.aspect-ratio-box--3-2 {
    padding-bottom: 66.67%; /* 3:2, tedy 2 / 3 * 100 */
}

/* Zmenseni kravskeho pageru z bootstrapu */

.pagination {
    height: auto;
    margin: 0 0;
}
.pagination ul > li > a, .pagination ul > li > span {
    line-height: auto;
    padding: 0 8px;
}
.thumbnail-table td {
    text-align: center;
}
input[type="text"]#telephone {
    margin-bottom: 0;
}

/* fotogalerie - loga */
.thumbnails.multiple .span1:nth-child(8n+9) { clear:left; }
.thumbnails.multiple .span2:nth-child(4n+5) { clear:left; }
.thumbnails.multiple .span3:nth-child(2n+3) { clear:left; }
.thumbnails.multiple .span4:nth-child(2n+3) { clear:left; }

@media (min-width: 768px) and (max-width: 979px) {
    .thumbnails.multiple .span1:nth-child(8n+9) { clear:none; }
    .thumbnails.multiple .span2:nth-child(4n+5) { clear:none; }
    .thumbnails.multiple .span3:nth-child(2n+3) { clear:none; }
    .thumbnails.multiple .span4:nth-child(2n+3) { clear:none; }
    
    .thumbnails.multiple .span1:nth-child(4n+5) { clear:left; }
    .thumbnails.multiple .span2:nth-child(3n+4) { clear:left; }
    .thumbnails.multiple .span3:nth-child(2n+3) { clear:left; }
    .thumbnails.multiple .span4:nth-child(2n+3) { clear:left; }
}
.thumbnails {  
    text-align: center;
}
.thumbnails a.thumbnail {  
    font-size: 15px;
    line-height: 18px;
    color: #333;
    box-shadow: none;
}
.thumbnails a.thumbnail:hover {  
    box-shadow: none;
}

/* -------------------------------------------------------------------------- */
/*                                                                      */
/* -------------------------------------------------------------------------- */
@media (max-width: 979px) {
    body {
        padding-top: 0;
    }
    .head-img  .container .hero-unit .logo-sak {
        width: 85px;
        height: auto;
    }
    #MENU .navbar .nav > li > a:before {
        content: normal;
    }
}
/* -------------------------------------------------------------------------- */
/* Landscape phone to portrait tablet */
/* -------------------------------------------------------------------------- */
@media (max-width: 767px) {
    .head-img  .container .hero-unit {
        position: relative;
        padding: 0 20px;
    }
    .head-img .container {
        /*position: relative;*/
    }
    .head-img {
        /*background: #4FA8D7 url('../static/img/head_img.jpg') no-repeat center top;*/
        /*background-size: 100% auto;*/
    }
    .nav.nav-pills {
        display: none;
    }
    #wrap .container-pd {
        padding-top: 0;
    }
    #MENU .navbar-fixed-top {
        margin-bottom: 0;
    }
    .nav-collapse .nav > li > a:hover, 
    .nav-collapse .nav > li > a:focus, 
    .nav-collapse .dropdown-menu a:hover, 
    .nav-collapse .dropdown-menu a:focus {
        background-color: transparent;
    }
}
/* -------------------------------------------------------------------------- */
/* Landscape phones and down */
/* -------------------------------------------------------------------------- */
@media (max-width: 480px) {
    .head-img  .container .hero-unit {
        padding-top: 0;
    }
    .hero-unit h1 {
        font-size: 46px;
        font-family: bariol_light, Helvetica,Arial,sans-serif;
        font-weight: normal;
        color: #fff;
    }
    .head-img {
        background-image: none;
    }
    #MENU .navbar-fixed-top {
        margin-bottom: 0;
    }
}
/* -------------------------------------------------------------------------- */
/*                                                                      */
/* -------------------------------------------------------------------------- */
@media only screen and (min-width: 980px) {
    .yamm  .yamm-content {
        padding: 10px 10px 0 !important;
    }
    .head-img {
        /*background: #4FA8D7 url('../static/img/head_img.jpg') no-repeat center 80px fixed;*/
        /*background-size: 100% auto;*/
    }
    .yamm .navbar-inner, .yamm .container {
        position: static !important;
    }
}

/* -------------------------------------------------------------------------- */
/* Portrait tablet to landscape and desktop */
/* -------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    .head-img  .container .hero-unit {
        padding-top: 0;
    }
    .carousel .item p {
        bottom: 20px;
    }
    .head-img {
        /*background: #4FA8D7 url('../static/img/head_img.jpg') no-repeat center 80px fixed;*/
        /*background-size: 1000px 300px;*/
    }
    .nav.nav-pills {
        display: none;
    }
    #wrap .container-pd {
        padding-top: 0;
    }
    #MENU .navbar-fixed-top {
        margin-bottom: 0;
    }
    .nav-collapse .nav > li > a:hover, 
    .nav-collapse .nav > li > a:focus, 
    .nav-collapse .dropdown-menu a:hover, 
    .nav-collapse .dropdown-menu a:focus {
        background-color: transparent;
    }
    .head-img  .container .hero-unit h2 {
        margin-bottom: 10px;
    }
}

/* social */
.social img {
    width: 40px;
    height: 40px;
    margin-top: 8px;
    margin-right: 5px;
}
.social img:hover {
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
}

.error,
.alert-color {
    color: #ED1C24;
}
.big-text {
    font-size: larger;
}

/* carousel block */
.homepage .carousel-block {
	border-top: 1px dotted #8EB1CB;
	border-bottom: 1px dotted #8EB1CB;
}
/* youtube video */
.homepage .videa-block {
	border-top: 1px dotted #8EB1CB;
}
.homepage .videa-block .row.multiple {
	margin-top: 0;
}
.youtube-video {
	margin-right: 35px;
	margin-bottom: 35px;
}

/* youtube player embed */
.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("../static/img/play.png") no-repeat;
    cursor: pointer;
}

/* popup
----------------------*/
.modal-notice {
    width: 650px;
}

.modal-notice p {
    font-size: 16px;
}

.modal-notice .modal-body {
    max-height: 430px;
}

@media (max-width: 767px) {
    .modal-notice {
        width: auto;
    }
}
.modal-notice .close {
    font-size: 36px;
    line-height: 36px;
}
.modal-notice.fade {
    top: 10%;
    border: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
    background-color: #4FA8D7;
    opacity: 0.5;
}

/* upozorneni
----------------------*/
.upozorneni {
    display: flex;
    position: relative;
    width: 100%;
    height: 170px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FEC627;
    z-index: 9;
}

.upozorneni .container {
    position: relative;
}

.upozorneni .closeTop {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 26px;
    height: 25px;
    font-size: 22px;
    background-color: #ff9900;
    color: white;
    border: 1px solid white;
}

.upozorneni .upozorneni-text {
    padding: 0.5rem 0.7rem;
    line-height: 1.3;
}

.upozorneni a,
.upozorneni a:focus,
.upozorneni a:hover {
    color: #000;
    text-decoration: underline;
}

.upozorneni a:hover {
    text-decoration: none;
}

.upozorneni h3 {
    margin: 0 0 0.4rem;
    padding: 0.5rem 2.5rem 0.5rem 0.7rem;
    background-color: #FF9900;
}

@media (max-width: 767px) {
    .upozorneni {
        width: calc(100% + 40px);
        min-height: 240px;
        margin-left: -20px;
    }

    .upozorneni .upozorneni-text {
        font-size: 16px;
    }
}

.carousel-upozorneni  {
    height: 100%;
}

.carousel-upozorneni .carousel-indicators {
    display: flex;
    align-items: center;
    top: auto;
    left: 10px;
    bottom: 10px;
}

.carousel-upozorneni .carousel-indicators li {
    width: 5px;
    height: 5px;
    margin-right: 8px;
    background-color: rgba(255, 255, 255, 1);
}

.carousel-upozorneni .carousel-indicators li.active {
    width: 10px;
    height: 10px;
}

.navbar-fixed-top {
    position: relative !important;
}

#wrap .container-pd {
    padding-top: 0;
}

/* vas nazor
----------------------*/
.btn-nazor {
    background-color: #EC1922;
    color: #fff;
    position: fixed;
    right: 0;
    top: 40%;
    height: 140px;
    width: 45px;
    border-radius: 23px;
    border-top-right-radius: 0;
    cursor: pointer;
    transition: background-color .3s;
    z-index: 1040;
}

.btn-nazor:hover,
.btn-nazor:focus {
    background-color: #c91914;
    color: #fff;
}

.btn-nazor .btn-text {
    transform: rotate(-90deg);
    height: 45px;
    width: 140px;
    position: relative;
    left: -47px;
    top: 40px;
    text-align: center;
    line-height: 45px;
}

.modal-nazor {
    max-width: 400px;
    margin-left: -200px;
}

.modal-nazor .modal-header h3 {
    padding-top: 0;
}

.modal-nazor .close {
    font-size: 36px;
    line-height: 36px;
    margin-top: -2px;
}

.modal-footer {
    text-align: center;
    border: 0;
    background-color: transparent;
}

.modal-footer button {
    width: 100px;
    border: 2px solid #004180;
    background: #004180;
    text-align: center;
    color: #fff;
    font-family: verdana;
    font-size: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 20px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    padding: 5px;
}

@media (max-width: 767px) {
    .modal-nazor {
        margin: auto;
    }
}

/* darujte krev
----------------------*/
.darujte-block {
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-top: 1px dotted #8EB1CB;
}

.darujte-block .darujte-heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.darujte-block .darujte-heading .darujte-datum {
    margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .darujte-block .darujte-heading {
        display: block;
    }   
}

.darujte-block h2 {
    margin-top: 25px;
}

.darujte-block .darujte-container {
    /*height: 330px;*/
    display: flex;
    justify-content: space-between;
    background-color: #E2F4F8;
    border-radius: 20px 20px 0;
}

.darujte-block img {
    display: none;
}

.darujte-block .darujte-stav {
    position: relative;
    width: 100%;
    margin: 1rem 1rem 3rem;
    color: #10498A;
}

.darujte-block .darujte-stav .prebytek {
    position: absolute;
    width: 100%;
    height: 20%;
    padding-left: 8px;
    background-color: #00000015;
    border-top: 1px solid #9e9e9e;
    color: #707070;
    font-weight: bold;
}

.darujte-block .darujte-stav::before,
.darujte-block .darujte-stav::after {
    position: absolute;
    width: 100%;
    height: 0;
    padding-left: 8px;
    border-top: 1px solid #9e9e9e;
    z-index: 1;
    color: #10498A;
    font-weight: bold;
    line-height: 2;
}

.darujte-block .darujte-stav::before {
    content: "nedostatek";
    bottom: 40%;
}

.darujte-block .darujte-stav::after {
    content: "ideální stav";
    bottom: 80%;
}

@media only screen and (min-width: 980px) {
    .darujte-block img {
        display: block;
    }
}

@media only screen and (min-width: 627px) {
    .darujte-block .darujte-stav {
        display: flex;
    }
}