@import url(./language.css);

@font-face {
    font-family: 'roboto';
    src: url('../fonts/robotocondensed-bold-webfont.eot');
    src: url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-bold-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*=============================================================================
-------------------------------------------------------------------------------
                            BASIC STYLES
-------------------------------------------------------------------------------
==============================================================================*/
html {
    -ms-overflow-style: scrollbar;
    height: 100%;
}
body {
    color: #404040;
    font-family: "Arial",sans-serif;
    height: 100%;
}
a {
    color: #c83729;
}
a:hover {
    cursor: pointer;
}
#wrap {
    width: 100%;
    margin: 0 auto;
}
.main-wrap,
.container {
    margin: 0 auto;
}

/* odkaz s šipkou v kolečku */
.arrowed-link  {
    content: "";
    background: url("../images/arrow-red-right.png") no-repeat 0 3px;
}
.arrowed-link a {
    font-family: "roboto",sans-serif;
    font-size: 1.15em;
    color: #c83729;
    font-weight: bold;
    line-height: 30px;
    padding-left: 2em;
}

/* odkaz se šipkou*/
a.link-arrow {
    font-weight: bold;
    color: #c83729;
    position: relative;
    margin: 0.2em 0;
    display: inline-block;
}
a.link-arrow:after {
    content: "";
    background: url("../images/icon-arrow-right.png") no-repeat 0 0;
    width: 14px;
    height: 13px;
    position: absolute;
    right: -1.5em;
    top: 0.2em;
}

/* float */
.f-left {
    float: left;
}
.f-right {
    float: right;
}

/* TABY (plus tabulka)*/
.bmk .bmk_title.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #000;
}
.bmk .bmk_title {
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding: 1em 0.8em;
    margin: 0;
    border: 1px solid #dee2eb;
    float: left;
    width: auto;
    color: #c83729;
    font-weight: bold;
}
.bmk .bmk_body .bmk_content {
    position: relative;
    top: -1px;
    padding: 2em;
    background: #fff;
    border: 1px solid #dee2eb;
}

.bmk table {
    width: 100%;
    max-height: 405px;
    height: auto;
    overflow: hidden;
}
.bmk table th {
    text-align: left;
    color: #C83729;
    font-size: 1.1em;
    padding: 0 5px 0.8em;
}
.bmk table tr td {
    padding: 0.25em 5px;
}
.bmk table tbody tr:last-child td {
    padding-bottom: 1em;
}
.bmk a {
    color: #C83729;
}
.bmk p.info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 2em;
}
.bmk p.info.arrowed-link {
    position: absolute;
    bottom: 2em;
    left: 40%;
    padding: 0;
}
/* LISTS */
ol, 
ul,
.middle ul {
    padding-left: 1.5em;
}
ol li {
    color: #404040;
}
.middle ul li {
    list-style-image: url("../images/list-ico.png");
}

/* RIGHT SIDEBAR */
.right {
    margin-top: 6.1em;
}
.right .conin > div {
    margin-top: 2em;
}
.right .conin > div:first-child {
    margin-top: 0;
}

.bg-wrap {
    background: #F3F5FA;
}

/* NAV-LINKS */
.nav-links {
    margin-top: 3.3em;
}
.nav-links ul {
    padding-left: 0;
    border: 1px solid #DEE3EC;
}
.nav-links ul li{
    list-style-type: none;
    border-bottom: 1px solid #DEE3EC
}
.nav-links ul li a {
    display: block;
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 1em 2em;
    text-decoration: none;
    opacity: 0.8;
    position: relative;
    padding-left: 2.5em;
}
.nav-links ul li a:before {
    content: "";
    background: url("../images/arrow-up.png") no-repeat center center;
    transform: rotate(90deg);
    width: 8px;
    height: 9px;
    position: absolute;
    left: 1em;
    top: 40%;
}
.nav-links ul li a:hover {
    opacity: 1;
}
.nav-links ul li:last-child {
    border-bottom: none;
}

/* TABLE */
.middle table {
    max-width: 100%;
    width: 100%;
}
.middle table th {
    border: 1px solid #ddd;
    padding: 1em;
    background: #C83729;
    color: #fff;
}
.middle table td {
    border: 1px solid #ddd;
    padding: 1em;
}
.middle table tr.e td {
    background: #f7f7f7;
}

/* TABLE class subtitle */
.middle table.subtitle td {
    padding: 0.3em;
    width: 25%;
}

/* TABLE no border */
.middle table[border="0"],
.middle table[border="0"] td {
    border: none;
}

/* BACK BTN (zpet na clanek) */
#marwelTrackedArticle {
    margin: 1.5em 0 0 0;
}
#marwelTrackedArticle a {
    padding: 0.5em 0;
    display: inline-block;
    text-decoration: none;
}
#marwelTrackedArticle a:hover {
    text-decoration: underline;
}
#marwelTrackedArticle a:before {
    content: "";
    background: url("../images/arrow-red-right.png") no-repeat top left;
    transform: rotate(180deg);
    width: 26px;
    height: 26px;
    position: relative;
    display: inline-block;
    top: 8px;
    margin-right: 0.5em;
}

/* ERROR BOX */
.error-box {
    padding: 1em;
    margin: 1em 0;
}
/* =============================================================================
                            TYPOGRAPHY
==============================================================================*/
p {
    margin: 1em 0;
}
h1,
h2, 
h3,
h4 {
    //font-family: "roboto",sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
}
h2,
#news h3.title,
#hp-blocks h3.title,
#contacts h3.title,
#calendar h3.title,
.marwelBlockMenuHeader h3.title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.3em; 
    color: #3A538D;
}
#news h3.title,
#hp-blocks h3.title,
.marwelBlockMenuHeader h3.title{
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}
h3 {
    font-size: 1.4em;
    font-weight: bold;
}

.hp h2,
.hp #news h3.title ,
.hp #hp-blocks h3.title,
.hp #contacts h3.title,
.hp #calendar h3.title,
.marwelBlockMenuHeader h3.title{
    color: #3a538d;
}
.marwelBlockMenuHeader h3.title {
    font-size: 2em;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0.6em;
}
.mu h3 {
    color: #c83729;
}

strong.higlight {
    font-weight: normal;
    color: #c83729;
    
}

/* TYPOGRAPHY MAIN CONTENT OF PAGE */
.middle h2,
.middle h3, 
.middle h4,
.middle h5 {
    color: #3a538d;
    margin: 1.5em 0 0.2em 0;
    text-transform: uppercase;
}
.middle h3 {
    font-size: 1.7em;
    line-height: 1.8em;
}
.middle h4 {
    font-size: 1.4em;
    line-height: 1.5em;
}
.middle h5 {
    font-size: 1.4em;
    line-height: 1.5em;
    text-transform: none;
}
.middle a {
    color: #c83729;
}
.middle a.minor {
  color: #999;
}

.description h4 {
    line-height: 1em;
    margin: 0;
    width: auto;
}

p.info {
    color: #afafaf;
}
/*=============================================================================
-------------------------------------------------------------------------------
                            HASH STYLES
-------------------------------------------------------------------------------
==============================================================================*/
/* HP_VISUAL */
.hp_visual {
    //max-height: 750px;
    //overflow: hidden;
}
.hp_visual .visual-item {
    padding: 0;
}
.hp_visual a {
    //height: 600px;
    width: 100%;
    float: left;
    background-position: center center;
    background-color: #eee;
    background-repeat: no-repeat;
    position: relative;
}
.hp_visual a.item-2, 
.hp_visual a.item-3 {
    background-position: center center;
}
.hp_visual .visual-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.hp_visual h2 {
    font-size: 3em;
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px 1px #888;
    font-weight: bold;
    margin-left: 175px;
    margin-bottom: 5px;
}
.hp_visual .perex {
    bottom: 0;
    background: rgba(200,55,41,0.9);
    color: #fff;
    padding: 1em 2em;
    height: 60px;
    max-height: 60px;
    overflow: hidden;
    text-align: left;
    padding-left: 175px;
    text-decoration: underline;
    line-height: 2em;
}
.hp_visual .item-2 .perex {
    background: rgba(175,176,175,0.8);
}

.hp_visual .item-3 .perex {
    background: rgba(242,208,65,0.7);
    color: #282827;
}
.hp_visual .item .category-img {
    width: 90px;
    height: 85px;
    position: absolute;
    left: 4em;
    top: 10px;
}
.hp_visual .item-1 .category-img {
    background: url("../images/ico-category-mu.png") no-repeat;
    
}
.hp_visual .item-2 .category-img {
    background: url("../images/ico-category-p.png") no-repeat;
}
.hp_visual .item-3 .category-img {
    background: url("../images/ico-category-d.png") no-repeat;
}
.hp_visual .item .content {
    display: none;
}
.hp_visual .item:hover .content-wrap {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #fff;
    font-size: 16px;
    background: rgba(0,0,0,0.6);
    z-index: 10;
}
.hp_visual .item:hover .content {
    bottom: 125px;
    display: block;
    position: absolute;
    padding: 3em;
    z-index: 10;
}
.hp_visual .item:hover .visual-content {
    z-index: 1000;
}

/* NEWS_BOX */
.news_box .item {
    float: left;
    width: 100%;
    margin: 1.1em 0;
    padding: 0;
    color: #000;
    text-decoration: none;
}
.news_box .item:hover,
.news_box .d.item:hover .content {
    background: #3a538d;
    color: #fff;
}
.news_box .item:hover h3 {
    color: #fff;
    text-decoration: none;
}
.news_box .img {
    background: #eee;
    text-align: center;
    overflow: hidden;
}
.news_box .img img {
    width: auto;
    min-height: 260px;
    max-height: 300px;
    height: auto;
    margin: 0;
    display: inline-block;
}
.news_box .content {
    padding: 1.6em;
    border: 1px solid #dee2eb;
    height: 230px;
}
.news_box .d .content {
    background: #fff;
}
.news_box .date {
    background: #c83729;
    color: #fff;
    padding: 0.6em 0.5em;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}
.news_box .p .date {
    background: #afafaf;
}
.news_box .d .date {
    background: #F2D041;
    color: #272B26;
    min-width: 150px;
}
.news_box .category {
    padding: 0.5em;
    font-weight: bold;
    text-align: right;
}
.news_box .category-title {
    color: #afafaf;
    font-weight: normal;
}
.news_box h3 {
    text-decoration: underline;
    margin-top: 0.3em;
    font-size: 1.43em;
    font-weight: bold;
    line-height: 1.3em;
    color: #C83729;
    text-transform: none;
    margin-bottom: 0.4em;
}
.news_box p, 
.hp_blocks p {
    max-height: 175px;
    overflow: hidden;
}
/* HP_BLOCKS */
.hp_blocks {
    clear: both;
}
.hp_blocks .item {
    width: 100%;
    height: 300px;
    display: block;
    background: #fff;
    text-align: left;
    margin-bottom: 1em;
    padding: 2em;
}
.hp_blocks .item .date {
    width: auto;
}
.item .date .day {
    font-weight: normal;
    text-transform: none;
}

/* ACTIONS */
.hp_blocks.action .item {
    padding: 0;
    position: relative;
    height: 250px;
    overflow: hidden;
}
.hp_blocks.action img {
    position: relative;
}
.hp_blocks.action .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.hp_blocks.action {
    margin-top: 0;
}
.hp_blocks.action .item:hover .content {
    background: #3a538d;
}
.hp_blocks.action .has-img .perex {
    display: none;
}
.hp_blocks.action .has-img:hover .perex {
    display: block;
}
.hp_blocks.action .has-img:hover .content {
    top: 0;
    padding: 2em;
}
.hp_blocks.action .has-img:hover .content h3 {
    background: transparent;
    position: relative;
    padding: 0;
    margin: 0.5em 0;
}
.hp_blocks.action .has-img .content {
    top: 0;
    border: none;
    background: transparent;
    padding: 0;
}
.hp_blocks.action .has-img .content h3 {
    color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,0.4);
    width: 100%;
    padding: 1em 2em;
    position: absolute;
    bottom: 0;
    margin: 0;
}
.hp_blocks.action .has-img .content p {
    display: none;
}
.hp_blocks.action .has-img:hover .content p {
    display: block;
}
.hp_block.action .date {
    text-transform: none;
    font-size: 0.9em;
}

/* BOX_LIST */
.box_list.hp_blocks .item {
    border: 1px solid #DFE3EB;
}
.box_list.news_box > .col-md-6.first {
    padding-left: 0;
}
.box_list.news_box .col-md-6.first a {
    margin-left: 0;
}

/* TILES: cervene dlazdice s nadpisy */
.tiles .item {
    background: #C83729;
    color: #fff;
    padding: 1em;
    margin: 5px 0;
    font-size: 1.2em;
}
.tiles .item h3 {
    margin: 0;
    font-size: 1em;
    line-height: 1.2em;
}
.tiles .item h3 a {
    color: #fff;
}

/* TRAFFICINFO_HP: výpis dopravních informací na titulce MÚ */
div.trafficinfo_hp {
    background-color: #fff;
    padding:30px;
    height:  630px;
    margin-top:12px;
    border: 1px solid #DFE3EB;
}
/* =============================================================================
                            HEADER 
==============================================================================*/
header {
    height: 60px;
    background: #fff;
    box-shadow:  0px 9px 16px -13px #333;
    z-index: 10000;
    position: relative;
    padding: 0 40px 0 10px;
}
header h1 {
    left: 1.5em;
    float: left;
}
header h1 a {
    float: left;
    position: relative;
    top: 10px;
}
header .logo-unesco {
    margin-left: 3em;
    top: 3px;
    position: relative;
    height: 30px;
    width: auto;
}
header .icon-map,
header #social,
header #search,
header #login,
header .info,
header #lang {
    float: left;
    margin: 0 0.5em;
    padding: 1.1em 0;
}
header .icon-map {
    margin-right: 1em;
}
header #social p {
    margin: 0;
}
header #social p a {
    margin: 0 0.5em;
}
header #lang {
    margin-right: 0;
}
header #social .social-share {
    display: none;
}
/* login */
#login-btn {
    float: left;
    background: url("../images/icon-login.png") no-repeat 0 0;
    width: 28px;
    height: 29px;
}
#login-btn:hover {
    cursor: pointer;
}
/* login box */
#login-box {
    display: none;
}
#login-box,
.logged_user #login-box {
    position: absolute;
    top: 65px;
    right: 0px;
    z-index: 100000;
    background: #fff;
    padding: 0;
    width: 35%;
    box-shadow: 2px 1px 7px 0px #ababab;
}
#login-box {
  background-color: #fff;
  color: #153b72;
  margin-bottom: 15px;
}
#login-box h3 {
    color: #000;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 1em;
    margin-bottom: 0;
}
#login-box form {
    padding: 0 1.5em;
}
#login-box div.col-md-8 {
    margin-top: 2em;
}
#login-box a{
  color: #000;
}
#login-box label {
    float: left;
    height: 30px;
    line-height: 35px;
    width: 120px;
}
#login-box input {
    margin: 4px 0;
    border: 1px solid #c4c4c4;
    height: 30px;
    display: block;
    float: left;
    width: 60%;
}
#login-box .login-btn {
    border-left: 1px solid #ebebeb;
}
#login-box .formbutton {
    background: url("../images/ico-login.png") 42px 0 no-repeat;
    width: 100%;
    height: 120px;
    line-height: 115px;
    color: #11386f;
    text-transform: uppercase;
    text-align: center;
    border: none;
    margin-top: 2em;
    font-weight: normal;
    display: block;
}
#login-box .logged_user .formbutton {
    background: url("../images/ico-logged.png") 45px 0 no-repeat;
}
#login-box .formbutton:hover {
    text-decoration: underline;
}
#login-box .login-lost-password a,
#login-box .login-saved {
    padding: 1em 1em 0 0;
    float: left;
    display: inline-block;
}
/* search */
#search {
    position: relative;
}
#search #search-input {
    border: 1px solid #dee2eb;
    height: 30px;
    line-height: 30px;
    width: 300px;
    padding: 0 1em;
}
#search #go_button {
    background: url("../images/icon-search.png") no-repeat 0 0;
    border: none;
    position: absolute;
    top: 1.3em;
    right: 0em;
    width: 25px;
    height: 30px;
    cursor: pointer;
}
/* lang */
header #lang {
    height: 60px;
    padding: 0 0.5em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
/* skryti jazyk.mutaci pro podnikatele a obcana */
.p #lang, 
.mu #lang {
    display: none;
}

/* =============================================================================
                            FOOTER 
==============================================================================*/
.footer-top {
    background: #f3f5fa;
    color: #404040;
    padding:3em 0;
    margin-top: 2.5em;
}
.mapy-cilu .footer-top {
    margin-top: 0;
}
footer h4,
.footer-top h4 {
    color: #324c89;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
}
.footer-top img {
    margin-top: 2.2em;
}
footer .col-md-2:first-child p:first-of-type,
footer address,
footer ul,
.footer-top .col-md-2:first-child p:first-of-type,
.footer-top address,
.footer-top ul{
    margin-top: 2em;
}
footer .col-md-2:first-child,
.footer-top .col-md-2:first-child{
    margin-right: 2em;
}
footer address,
footer-top address {
    margin-bottom: 0;
}
footer a,
.footer-top a{
    font-weight: bold;
}
footer ul,
.footer-top ul {
    padding-left: 0;
}
footer ul li,
.footer-top ul li {
    list-style: none;
}
.footer-top ul li a,
.footer-top .eaddress a{
    font-weight: normal;
    color: #000;
}
.footer-top .col-md-5,
.footer-top .col-md-7 .col-md-4 {
    padding-left: 0;
}
/* Footer Bottom */
.footer-bottom {
    background: #3a538d;
    color: #fff;
}
.footer-bottom a {
    color: #fff;
}
.footer-bottom .social img {
    margin: 0.5em;
}
.footer-bottom .social a:first-child {
    margin-left: 1.5em;
}
.footer-bottom .col-md-4 {
    position: relative;
    top: 2em;
}
/* QCM Info */
.qcm-info {
    text-align: center;
}
/*==============================================================================
                            NAVIGATION
==============================================================================*/
#main-menu {
    padding: 0 40px;
}
#nav-toolbar {
    display: block;
    width: 100%;
    height: auto;
    background: #f3f5fa;
}
#nav-toolbar #row-site-navigation {
    float: right;
}
#nav-toolbar #row-site-navigation ul.level1 {
    float: left;
}
#nav-toolbar #row-site-navigation ul > li {
    display: inline-block;
    border-right: 1px solid #dee2eb;
    height: 60px;
    float: left;
}
#nav-toolbar #row-site-navigation ul > li:first-child {
    border-left: 1px solid #dee2eb;
}
#nav-toolbar #row-site-navigation ul > li > a {
    color: #404040;
    text-align: center;
    padding: 0 2em;
    font-size: 1em;
    line-height: 60px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

#nav-toolbar #row-site-navigation li.submenu ul {
    display: none;
}

/* NAVIGATION: CATEGORY */
#section-nav {
    float: left;
}
#section-nav li {
    float: left;
}


#nav-toolbar #row-site-navigation li.menu-p a, 
#nav-toolbar #row-site-navigation li.menu-mu a, 
#nav-toolbar #row-site-navigation li.menu-d a {
    width: 42px;
    height: 40px;
    position: relative;
    top: 13px;
    left: 8px;
    padding: 0 35px;
}
#nav-toolbar #row-site-navigation li.menu-p a {
    background: url("../images/menu-podnikatel.png") no-repeat;
}
#nav-toolbar #row-site-navigation li.menu-d a {
    background: url("../images/menu-turista.png") no-repeat;
}
#nav-toolbar #row-site-navigation li.menu-mu a {
    background: url("../images/menu-obcan.png") no-repeat;
}
#nav-toolbar #row-site-navigation li.menu-p a span,
#nav-toolbar #row-site-navigation li.menu-d a span,
#nav-toolbar #row-site-navigation li.menu-mu a span {
    display: none;
}
/*==============================================================================
                            SIDEBAR NAVIGATION
==============================================================================*/
.sidebar-nav {
    width: 100%;
    height: auto;
}
.sidebar-nav ul {
    padding-left: 0;
    font-weight: bold;
}
.sidebar-nav ul li a {
    display: block;
    background: #F3F5FA;
    color: #000;
    padding: 1em 2em 1em 2.5em;
    text-decoration: none;
    opacity: 0.9;
    border-bottom: 1px solid #CCD4DF;
    position: relative;
}
.sidebar-nav ul li a:hover {
    opacity: 1;
}
.sidebar-nav ul.level1 li {
    list-style-type: none;
}
.sidebar-nav ul li.active a,
.sidebar-nav ul li.menu-active > a,
.sidebar-nav ul li.submenu ul li.active > a,
.sidebar-nav ul li.submenu ul li.menu-active > a{
    background: #C83729;
    color: #fff;
    border-bottom: none;
}
.sidebar-nav ul li.submenu ul li a {
    background: #3A538D;
    color: #fff;
    border-bottom: 1px solid #033166;
}
.sidebar-nav ul ul li.submenu ul li a {
    background: #405c9c;
}
.sidebar-nav ul li.submenu ul li:last-child a {
    border: none;
}
.sidebar-nav ul ul li a {
    padding-left: 4em;
}
.sidebar-nav ul ul ul li a {
    padding-left: 5.5em;
}
.sidebar-nav ul > li > a:before,
.sidebar-nav ul li.menu-active-parent > a:before {
    content: "";
    background: url("../images/arrow-up.png") no-repeat center center;
    width: 9px;
    height: 7px;
    position: absolute;
    left: 1em;
    top: 45%;
    transform: rotate(90deg);
}
.sidebar-nav ul li.menu-active-parent > a:before {
    transform: rotate(180deg);
}
.sidebar-nav ul li.active > a:before,
.sidebar-nav ul li.menu-active > a:before,
.sidebar-nav ul ul li a:before,
.sidebar-nav ul ul ul li a:before,
.sidebar-nav ul ul li.menu-active-parent > a:before {
    content: "";
    background: url("../images/arrow-right-white.png") no-repeat center center;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 36%;
    left: 1em;
}
.sidebar-nav ul li.active > a:before {
    transform: rotate(0deg);
}
.sidebar-nav ul ul li a:before,
.sidebar-nav ul ul li.active a:before,
.sidebar-nav ul ul ul li a:before,
.sidebar-nav ul ul li.menu-active > a:before,
.sidebar-nav ul ul ul li.menu-active > a:before,
.sidebar-nav ul ul li.menu-active-parent > a:before {
    content: "";
    left: 2.5em;
    transform: rotate(0deg);
}
.sidebar-nav ul ul li.menu-active > a:before,
.sidebar-nav ul ul ul li.menu-active > a:before,
.sidebar-nav ul ul li.menu-active-parent > a:before {
    transform: rotate(90deg);
}
.sidebar-nav ul ul ul li a:before,
.sidebar-nav ul ul li.submenu ul li.active > a:before {
    left: 4em;
}
.sidebar-nav #section-nav {
    display: none;
}
/*==============================================================================
                            BREADCRUMB
==============================================================================*/
.breadcrumb,
.p.page .breadcrumb,
.d.page .breadcrumb,
.mu.page .breadcrumb {
    background: #c83729;
    color: #fff;
    padding: 0;
    height: auto;
    line-height: inherit;
    border-bottom: none;
}

.breadcrumb a {
    color: #fff;
    font-weight: bold;
}
.hp .breadcrumb,
.page .breadcrumb {
    padding: 0;
    height: 60px;
/*    line-height: 60px;*/
}

.hp .breadcrumb .container,
.page breadcrumb .container {
    padding-top: 0;
}

.p .breadcrumb,
.p.page .breadcrumb {
    background: #afafaf;
}
.d .breadcrumb,
.d.page .breadcrumb {
    background: #F2D041;
    color: #272B26;
}
.d .breadcrumb a {
    color: #272B26;
}

.breadcrumb .container,
.p.page .breadcrumb .container,
.d.page .breadcrumb .container,
.mu.page .breadcrumb .container {
    padding-top: 2em;
}

.p .breadcrumb .container:before,
.d .breadcrumb .container:before,
.mu .breadcrumb .container:before {
    content: "";
    background: url("../images/breadcrumbs-obcan.png") no-repeat;
    width: 42px;
    height: 41px;
    position: relative;
    top: -11px;
    left: 19px;
    padding: 0 46px;
    float: left;
}
.d .breadcrumb .container:before {
    background: url("../images/breadcrumbs-turista.png") no-repeat;
}
.p .breadcrumb .container:before {
    background: url("../images/breadcrumbs-podnikatel.png") no-repeat;
}

/*==============================================================================
                            MAP
==============================================================================*/
#map,
#map .google_map_div {
    height: 400px;
}

/* mapy cilu */
.mapy-cilu #map {
    text-align: center;
    height: 560px;
}
#maps_hash_map {
    max-width: 100%;
}
#maps_hash_layers {
    width: auto;
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
    left: 0;
    right: 0;
}
/* filter */
.middle img.gm-fullscreen-control {
    max-width: initial;
}
#maps_hash_map .full-filter {
    display: none;
}
#maps_hash_map .full-filter h3 {
    font-size: 1em;
}
/*==============================================================================
                           ANKETA
==============================================================================*/
#xoopspolls {
    background: #eee;
    padding: 2em;
}
#xoopspolls .foot {
    padding: 1em 0;
    font-weight: bold;
}
#xoopspolls th {
    padding: 0.5em 0 1em 0;
}
/*==============================================================================
                            CALENDAR
==============================================================================*/
/* CALENDAR */
.calendar-main table.calendar {
  border: 0;
  background: #cfceba;
  width: 100%;
}
.calendar-main table.calendar td {
  border: 0;
  background: #cfceba;
  text-align: center;
  padding: 0px 2px 0 2px;
  line-height:1.7em;
}
.calendar-main table.calendar td a {
  color: #000;
  text-decoration: none;
}
.calendar-main table.calendar td.calendar a  {
  color: #000;
  text-decoration: none;
  display: block;
}
.calendar-main table.calendar td.calendar a:hover {
  background: #dfded1;
}
.calendar-main .calendarHeader,
.calendar-main .calendarHeaderDay,
.calendar-main .calendarWeekNumber {
  font-weight: bold;
}
.calendar-main .calendarWeekNumber {
  padding: 0px 6px !important;
}
.calendar-main th {
  text-align: center;
}
.calendar-main table.calendar td.calendarToday {
  border: 0;
  padding: 0 2px;
  background-color: #C21E22;
  color: #fff;
}
.calendar-main table.calendar td.calendarToday a  {
  color: #fff;
}
.calendar-main table.calendar td.markedDay a {
  background: #3072d4;
  color: #fff;
}
.calendar-main table.calendar td.event a {
  background: #3072d4;
  color: #fff;
  padding: 0 5px;
}
/* MONTH CALENDAR */
#calendar .calendar-main,
.col-md-4 .calendar-main{
    box-shadow: 0px 0px 20px -2px #ccc;
}
.middle .calendar-main {
    background-color: #fff;
    border: 1px solid #dee2eb;
    margin-top: 1.5em;
    padding: 2em 3em;
}
.calendar-main h2 {
    margin: 0;
}
.calendar-main input[type="text"] {
    width: 80%;
}
.calendar-main .defaultSkin table.mceLayout {
    width: 80%!important;
}
.calendar-main input[type="submit"] {
    background: #C83729;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 2em;
    margin: 0 1em;
}
.calendar-main input.inputs-cal,
.calendar-main input#number_repeat,
.calendar-main input#longitude, 
.calendar-main input#latitude {
    width: auto;
}
.calendar-main input#longitude, 
.calendar-main input#latitude {
    float: left;
}
.calendar-main label[for="longitude"],
.calendar-main label[for="latitude"] {
    width: auto;
    margin: 0 1em 0 0;
}
.calendar-main label[for="latitude"] {
    margin: 0 1em;
}
.calendar-main .defaultSkin .mceStatusbar {
    height: 45px;
}
.calendar-main #map {
    margin-left: 120px;
}
.hp #hp-blocks .calendar-main {
    margin-top: 4.6em;
}
.contacts-and-calendar .calendar-main {
    margin-top: 3.2em;
}

.d #hp-blocks .calendar-main {
    margin-top: 3.5em;
}
.calendar_wrp .calendar-box-bg {
  background: #c83729;
  color: #fff;
  text-align: center;
}
.calendar_wrp .calendar-box-bg  h2 {
  color: #fff;
  font-size: 20px;
  font-family: 'Oswald',sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 25px;
  padding-top: 20px;
}
.calendar_wrp .calendar-box-bg  a {
  color: #fff;
  font-size: 12px;
  font-family: 'Oswald',sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.calendar_wrp .calendar-box-bg  .calendarMH,
.calendar_wrp .calendar-box-bg  .calendarYH {
  margin: 0;
  line-height: 26px;
  padding: 0 20px;
}
.calendar_wrp .calendar-box-bg  .calendarMH a {
  font-size: 18px;
}
.calendar_wrp .calendar-box-bg  .calendarYH a {
  font-size: 20px;
}
.calendar-main .more_btn {
    margin: 35px 0 0;
    background: #9c2c21;
    padding: 3em 0 1em;
    border-left: 1px solid #671b14;
}
.calendar-main .more_btn:first-child {
    border-left: none;
}
.calendar-main .more_btn a {
  padding: 6px 8px;
  display: inline-block;
  opacity: 0.9;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  text-transform: none;
    text-decoration: underline;
    position: relative;
}
.calendar-main .more_btn.add-link a:after,
.calendar-main .more_btn.all-link a:after,
.calendar-main .more_btn.subscribe-link a:after {
    content:"";
    background: url("../images/cal-add-item.png") no-repeat 0 0;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -2em;
    left: 33%;
}
.calendar-main .more_btn.all-link a:after {
    background: url("../images/cal-arrow-right.png") no-repeat 0 0;
}
.calendar-main .more_btn.subscribe-link a:after {
    background: url("../images/envelope.png") no-repeat 0 0;
    left: 40%;
}
.calendar-main .more_btn a:hover {
    opacity: 1;
}
.calendar-main .calprevnext {
  float: left;
  background: url('../images/calprevnext.png') no-repeat 0 0;
  height: 10px;
  width: 6px;
  text-indent: -999px;
  overflow: hidden;
  margin-top: 8px;
}
.calendar-main .calnext {
    background-position: 100% 0;
    float: right;
}
.month_calendar {
    background: #fff;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}
.month_calendar th {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #000;
    padding: 2.5em 0 1em 0;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #ededed;
    font-weight: bold;
    background: transparent;
}
.month_calendar td {
    max-width: 12.5%;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Arial', sans-serif;
    color: #000;
    padding: 5px 8px;
}
.month_calendar td span {  
  padding: 5px;
}
.cal_day_hover {
  display: block;
  text-align: center;
  position: relative;
}
.cal_day_hover:hover .cal_day_hover_desc {
  visibility: visible;
}
.cal_day_hover_desc {
  background: #FFFFFF;
  border: 1px solid #ccc;
  color: #000000;
  cursor: default;
  visibility: hidden;
  font-weight: normal;
  left: -108px;
  top: 15px;
  margin: 0;
  padding: 5px;
  position: absolute;
  width: 200px;
  z-index: 1000;
  text-align: left;
  border-radius: 5px;
}
.cal_day_hover_desc .cal_day_item {
  display: block;
  padding-left: 5px;
  margin-bottom: 5px;
}
.cal_day_hover_desc .last {
  margin: 0;
}
.cal_day_hover_desc .cal_day_item a {
  font-weight: bold;
}
.cal_iframe .cal_day_hover_desc {
  position: absolute;
  left: 0;
  top: 160px;
  width: 180px !important;
  visibility: hidden;
  -webkit-transition: visibility 1.85s linear;
  -moz-transition: visibility 1.85s linear;
  -ms-transition: visibility 1.85s linear;
  -o-transition: visibility 1.85s linear;
  transition: visibility 1.85s linear;
}
.cal_iframe .cal_day_hover:hover .cal_day_hover_desc {
  visibility: visible;
}
.cal_iframe .cal_day_hover:hover {
  position: static;
}
.month_calendar td.calendarToday .cal_day_hover, 
.month_calendar td.event .cal_day_hover > a {
  background-color: #FFD5D1;
  color: #615525;
  padding: 5px;
  display: block;
  text-decoration: none;
}
.month_calendar td.event .cal_day_hover > a {
    background-color: #fdd3cf;
    color: #903026;
}
.month_calendar td.calendarToday .cal_day_event,
.month_calendar td.event .cal_day_hover {
  padding: 0;
}
.month_calendar td.event .cal_day_hover > a {
  background-color: #fff200;
  color: #000;
  font-family: 'Arial', sans-serif;

}
.month_calendar td.calendarToday .cal_day_hover {
    border-bottom: 3px solid #C83729;
}
/* CALENDAR LIST: ACTION */
#calendar-list form {
    background: #f3f5fa;
    margin-top: 1.5em;
    margin-right: 1em;
    position: relative;
}
#calendar-list form .plugins {
    padding-top: 1em;
}
#calendar-list form .plugins .select-plugins {
    margin-top: 0.5em;
}
#calendar-list form .plugins .select-plugins span {
    padding-right: 0.5em;
}
#calendar-list form .search-wrap {
    border-bottom: none;
}
#calendar-list form .search-wrap .col-md-2 {
    line-height: 35px;
    padding: 0;
}
#calendar-list form .search-wrap .col-md-10 {
    float: right;
    padding: 0 10px 0 0;
}
#calendar-list .col-md-6.first {
    padding-left: 0;
}
 /*==============================================================================
                            CALENDAR V EDITORU
==============================================================================*/
#admin div.calendar, 
#admin div.calendar table, 
#kutnahora div.calendar, 
#kutnahora div.calendar table {
  min-width: 210px;
}
 /*==============================================================================
                            flex a multiselekty skupin
==============================================================================*/
/* vyber skupiny */
.overflow_groups {
  width: 350px;
  max-height: 150px;
  overflow: auto;
  display: block;
  float: right;
  margin: 10px 0;
}
.overflow_groups label{
  display:block;
}

.mw-flex {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.mw-flex-wrap {
  -webkit-flex-wrap: wrap!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}
.mw-flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -webkit-flex-direction: row!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.mw-f-box {
  padding: 5px;
  box-sizing: border-box;
}

/*==============================================================================
                            FILTER and FORMS
==============================================================================*/
.filter {
    background: rgba(243, 245, 250, 0.94);
    margin-top: 1.5em;
    position: relative;
    padding-right: 0;
    min-height: 50px;
    z-index: 10000;
    max-width: 843px;
    box-shadow: 0px 10px 26px -13px #666;
}
.filter .full-filter {
    padding: 1em 0.5em;
    border: 1px solid #DFE3EB;
    border-top: none;
}
.mapy-cilu .filter .full-filter {
    display: none;
}
.filter .wrap {
    padding: 0em 1em 0em 50px;
    border: 1px solid #DFE3EB;
    height: auto;
}
.filter .full-filter h3 {
    color: #C83729;
    margin-top: 10px;
}

.filter-btn {
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 1px;
    opacity: 0.8;
    z-index: 1000;
}
.filter-btn:hover {
    cursor: pointer;
    opacity: 1;
}
.filter-btn:after {
    content: "-";
    color: #c83729;
    text-align: center;
    display: inline-block;
    font-size: 33px;
}
#maps_hash_layers .filter-btn:after {
    content:"+";
}
.filter.is-closed .filter-btn:after {
    content: "+";
}
#maps_hash_layers .filter.is-open .filter-btn:after {
    content: "-";
}
.filter .next-days {
    background: #eaeef6;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.filter .days-from-to,
.filter .name-filter {
    min-height: 50px;
    height: auto;
    padding: 8px 15px;
}
.filter .name-filter label,
.filter .name-filter input {
    float: left;
}
.filter .name-filter label {
    margin-right: 10px;
    position: relative;
    top: 7px;
}
.filter .name-filter p {
    margin: 0;
    float: none;
}
.filter .name-filter input {
    width: 65%;
}
.filter .form-group {
    margin: 0.5em 0;
}
.filter input[type="text"], 
.filter select,
.form input[type="text"],
.form select {
    padding: 5px 15px;
    height: 35px;
}
.filter .checkbox-inline,
.form .checkbox-inline {
    margin: 0 0.5em;
    float: left;
    width: 31%;
}
.filter .col-md-3 .checkbox-inline {
    width: 100%;
}
.filter .wrap .checkbox-inline {
    width: auto;
    margin: 15px;
}
.filter .checkbox-inline input {
    margin-right: 7px;
    top: 2px;
    position: relative;
}
.filter .search-wrap input {
    width: 100%;
}
.filter .submit {
    padding-right: 0;
}
.filter .submit input,
.form input.submit {
    background: #C83729;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 2em;
}
.filter .form-row.checkbox {
    width: 21%;
}

.form #advanced-search-box {
    padding-left: 1em;
    top: 9px;
    position: relative;
}
.cptch-lab {
  display: inline-block;
  width: 30%;
}
.cptch-val {
  display: inline-block;
}

/* SEARCH FORM */
#search_form_block #search_form {
    padding: 20px 10px;
}
#search_form_block #search_form .wanted_text {
    display: inline;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 10px;
    float: none;
}
/* advanced search */
.advanced_search_form {
    margin-top: 20px;
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}
.advancedSearch.has-js .date-from, 
.advancedSearch.has-js .date-to {
    float: left;
}
.advancedSearch.has-js .date-to {
    margin-left: 20px;
}
.advancedSearch .date-from + br {
    display: none;
}
/*==============================================================================
                            OWL CAROUSEL: MAIN CAROUSEL
==============================================================================*/
#main-carousel,
#main-photo-carousel,
#main-carousel .item,
#main-photo-carousel .item{
    max-height: 455px;
    overflow: hidden;
    position: relative;
}
.d #main-carousel,
.d #main-carousel .item,
#main-photo-carousel,
#main-photo-carousel .item{
    overflow: hidden;
    background-position: center center;
    max-height: 100%;
}
#main-carousel .content-wrap,
#main-photo-carousel .content-wrap{
    position: absolute;
    left: 0;
    bottom: 0em;
    width: 100%;
    height: 100%;
}
#main-carousel .main-wrap,
#main-photo-carousel .main-wrap{
    height: 100%;
    position: relative;
    width: 100%;
}

#main-carousel .content-wrap h2, 
#main-carousel .content-wrap .perex,
#main-photo-carousel .content-wrap h2, 
#main-photo-carousel .content-wrap .perex{
    margin-left: 100px;
}
#main-carousel .content-wrap h2 a,
#main-carousel .content-wrap h2,
#main-carousel .content-wrap .perex,
#main-photo-carousel .content-wrap h2,
#main-photo-carousel .content-wrap .perex{
    font-size: 2em;
    font-family: "roboto",sans-serif;
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px 1px #888;
    font-weight: bold;
}
#main-photo-carousel .content-wrap h2 {
    margin-left: 0;
    text-align: center;
    margin-top: 4em;
    margin-bottom: 0;
    font-size: 5em;
}
#main-photo-carousel .content-wrap .perex {
    text-align: center;
    margin-left: 0;
    text-transform: uppercase;
}
#main-carousel .content-wrap .content,
#main-photo-carousel .content-wrap .content{
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 14em;
    overflow: hidden;
}
#main-carousel .content-wrap .content .black-box,
#main-photo-carousel .content-wrap .content .black-box{
    background: rgba(0,0,0,0.6);
    padding: 2em;
}
.d #main-carousel .content-wrap .ico-section,
.mu #main-carousel .content-wrap .ico-section,
.p #main-carousel .content-wrap .ico-section {
    background: url("../images/ico-category-d.png") no-repeat;
    width: 82px;
    height: 85px;
    margin: 2em 0 1.5em 100px;
}
.mu #main-carousel .content-wrap .ico-section {
    background: url("../images/ico-category-mu.png") no-repeat;
}
.p #main-carousel .content-wrap .ico-section {
    background: url("../images/ico-category-p.png") no-repeat;
}
#main-carousel .owl-nav.disabled {
    display: none;
}
#main-carousel .owl-nav .owl-prev, 
#main-carousel .owl-nav .owl-next,
#main-photo-carousel .owl-nav .owl-prev, 
#main-photo-carousel .owl-nav .owl-next {
    text-indent: -9999px;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 47%;
}
#main-carousel .owl-nav .owl-prev,
#main-photo-carousel .owl-nav .owl-prev{
    background: url("../images/main-carousel-arrow-prev-white.png") no-repeat;
    left: 2em;
}
#main-carousel .owl-nav .owl-next,
#main-photo-carousel .owl-nav .owl-next{
    background: url("../images/main-carousel-arrow-next-white.png") no-repeat;
    right: 2em;
}
#main-carousel .owl-nav,
#main-photo-carousel .owl-nav{
    width: 100%;
}
#main-carousel .owl-dots{
    display: none;
}
#main-carousel .owl-dot,
#main-photo-carousel .owl-dot{
    display: inline-block;
}
#main-carousel .owl-dots .owl-dot span,
#main-photo-carousel .owl-dots .owl-dot span{
    background: #A1A1A3;
    width: 16px;
    height: 16px;
    opacity: 1;
    float: left;
    margin: 0 5px;
    border-radius: 50%;
}
#main-carousel .owl-dots .owl-dot.active span,
#main-photo-carousel .owl-dots .owl-dot.active span {
    background: #fff;
}

.page-catalog-detail .owl-carousel .owl-item img {
    height: auto;
}
.page-catalog-detail .owl-dots {
    display: none;
}
/*==============================================================================
                            OWL CAROUSEL: PARTNERS
==============================================================================*/
#partners-wrap {
    border-top: 1px solid #dee2eb;
    margin: 0;
    text-align: center;
}
#partners {
    padding: 2em 0;
    overflow: hidden;
    display: inline-block;
}
#partners .item{
  margin: 3px;
}
#partners .item img{
  display: inline-block;
  width: auto;
  height: auto;
}
#partners-wrap .customNavigation {
    position: relative;
    width: 100%;
    left: 0;
    top: -6.5em;
}
#partners-wrap .customNavigation .btn-prev,
#partners-wrap .customNavigation .btn-next{
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 0;;
    font-size: 12px;
    border-radius: 0;
    background: url("../images/ico-prev.png");
    width: 49px;
    height: 50px;
    transition: all 0.8s;
    opacity: 0.8;
    position: absolute;
    top: 0;
}
#partners-wrap .customNavigation .btn-prev {
    left: 0;
}
#partners-wrap .customNavigation .btn-next {
    background: url("../images/ico-next.png");
    right: 0;
}
#partners-wrap .customNavigation .btn-prev:hover,
#partners-wrap .customNavigation .btn-next:hover{
    opacity: 1;
}
#partners-wrap .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    margin: 0 auto;
}

/*==============================================================================
                            PAGER
==============================================================================*/
.pager {
    clear: both;
    text-align: left;
    padding: 2em 0;
}
.pager a,
.pager .big {
    text-decoration: none;
    color: #c9232d;
    border: 1px solid #dee2eb;
    padding: 0.5em 0.8em;
    font-weight: bold;
    font-size: 1em;
}
.pager .big {
    background-color: #f3f5fa;
}
.pager .small {
    background-color: #fff;
}

/*==============================================================================
                            NOTICE
==============================================================================*/
.notice {
    clear: both;
    background: #3a538d;
    color: #fff;
}
.notice > .container {
    padding: 1em 0;
}
.notice .ico, 
.notice h3, 
.notice h4 a {
    float: left;
    color: #fff;
}
.notice .ico {
    margin-left: 2em;
}
.notice .ico img {
    margin-bottom: 0;
}
.notice h3 {
    text-transform: uppercase;
    margin-left: 1em;
    top: -7px;
    position: relative;
}
.notice h4 a{
    margin-left: 1.5em;
    text-decoration: none;
}
.notice h4 a:hover {
    text-decoration: underline;
}
/*==============================================================================
                            LINKS and RELATED ARTICLES under article
==============================================================================*/
#content .bcl, 
#content .bcr {
    border: 1px solid #DFE3EC;
    float: left;
    margin: 2em 0;
    width: 48%;
    height: 16em;
}
#content .bcr {
    float: right;
}
#content .bcl h3, 
#content .bcr h3 {
    padding: 0.3em 1em 0.3em 1em;
    margin: 0;
    background: #C83729; 
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    border-bottom: 1px solid #DFE3EC;
}
#content .bcl ul, 
#content .bcr ul {
    margin-top: 1.5em;
}
/*==============================================================================
                            GALLERY: OBSCURA (listphoto)
==============================================================================*/
.listphoto .col-md-6,
.listphoto .col-md-4.first{
    padding-left: 0;
}
.listphoto .photo,
#ocontent .photo{
    width: 100%;
    min-height: 340px;
    height: auto;
    background: transparent;
    border: 1px solid #DEE2EB;
    float: none;
    padding: 0;
    margin: 1.1em 1.1em 2em 1.1em;
}
.listphoto .col-md-6:first-child .photo,
#ocontent .listphoto .col-md-4 .photo{
    margin-left: 0;
}
.listphoto .photo .photo-img,
.listphoto .photo .photo-img img {
    padding: 0;
    margin: 0;
}
.listphoto .photo .photo-text,
#ocontent .photo .photo-text {
    padding: 1em 2em;
    text-align: left;
    font-weight: normal;
}
.listphoto .photo-text h3 {
    font-size: 1.4em;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 0.4em;
    margin-top: 0;
}
.listphoto .photo .photo-text h3 > a,
#ocontent .photo .photo-text h3 > a{
    text-decoration: underline;
    font-weight: bold;
    color: #C83729;
    text-transform: none;
    
}
/* galerie detail */
#ocontent .ocontent-header {
    margin: 3em 0 1.5em 0;
}
#ocontent .ocontent-header h2,
#ocontent .ocontent-header p {
    margin: 0;
}
#ocontent .ocontent-header .col-md-9 {
    padding-left: 0;
}
#ocontent .ocontent-header .col-md-3 {
    padding-right: 0;
}
#ocontent .photoblock {
    background: #F3F5FA;
    padding: 2.5em;
}
#ocontent .obscura-pager {
    position: absolute;
    top: 150px;
    width: 100%;
}
#ocontent .obscura-pager .next,
#ocontent .obscura-pager .prev {
    display: block;
    background: url("../images/ico-left.png") no-repeat 0 0;
    color: #fff;
    width: 43px;
    height: 43px;
    text-align: center;
    opacity: 0.8;
    position: absolute;
}
#ocontent .obscura-pager .next{
    content: "";
    background: url("../images/ico-right.png") no-repeat 0 0;
}
#ocontent .obscura-pager .prev {
    left: 10px;
}
#ocontent .obscura-pager .next {
    right: 10px;
}

#ocontent .obscura-pager a.prev, 
#ocontent .obscura-pager a.next { 
    cursor: pointer;
    text-decoration: none;
}
#ocontent .obscura-pager a.prev:hover, 
#ocontent .obscura-pager a.next:hover { 
    opacity: 1;
}
#ocontent .obscura-pager div.prev,
#ocontent .obscura-pager div.next {
    opacity: 0.5;
}
#ocontent .nearphoto {
    margin: 2em 0 1em 0;
}
/*==============================================================================
                            CATALOG
==============================================================================*/
.catalog form {
    background: #EAEEF6;
    margin-top: 1.5em;
}
.catalog form h3 {
    display: none;
}
.catalog .form-row {
    float: left;
    padding: 0;
    margin: 0.5em 1em;
}
.catalog .submit input {
    background: #C83729;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 1em;
    margin: 0 1em;
}
.catalog .submit input[name=filter] {
    margin: 0 0.8em 0 0;
}
.catalog input[type=checkbox] {
    float: left;
    clear: left;
    margin: 3px 0 0 0;
}
.catalog label {
    display: block;
    font-weight: bold;
}
.catalog .checkbox label {
    padding-left: 20px;
}
.catalog .checkbox label:first-child {
    padding-left: 0;
}
.catalog input[type=checkbox] + label {
    font-weight: normal;
}
/* vypis */
.catalog-list-wrap .catalog-icons {
    text-align: left;
    padding: 5px;
    background: #fff;
    border: 1px solid #DEE2EB;
    border-bottom: none;
}
.catalog-list-wrap .catalog-icons p {
    display: none;
}
.catalog-list-wrap .catalog-icons .catalog-icon-item {
    margin: 3px 0px 3px 12px;
}
/* detail */
.catalog_detail .contact-item {
    margin-bottom: 20px;
}
.catalog_detail .contact-item .col-md-1 img {
    position: relative;
    top: 5px;
    width: 27px;
    max-width: 27px;
    height: 28px;
}
.catalog_detail h3 {
    font-size: 100%;
    margin: 0 0 0.5em 0;
    font-weight: bold;
    text-transform: none;
    color: #000;
    font-family: "Arial",sans-serif;
}
.catalog_detail p {
    margin-top: 0;
}

/* catalog detail - formular */
.catalog .form_div form {
    background: transparent;
}
.catalog .form_div form label,
.catalog .form_div form p.t label,
.catalog .form_div form p.textarea label{
    width: auto;
}
.catalog .form_div form .form_row {
    border: none;
}
.catalog .form_div form .text,
.catalog .form_div form .textarea{
    height: 35px;
    line-height: 35px;
    margin: 10px 0;
}
.catalog .form_div form .input-short {
    max-width: 100px;
}
.catalog .form_div form .textarea {
    height: auto;
}
.catalog .form_div form .submit {
    border: none;
    margin-left: 30%;
}
.catalog .form_div form .submit input {
    background: #F2D041;
    color: #282923;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
}
.catalog .form_div form input {
    padding: 0 5px;
    height: 35px;
}
/* catalog icons: jen v detailu katalogu */
.page-catalog-detail .catalog-icons {
    background: #F4F5FA;
    padding: 2em 0;
}
.page-catalog-detail .catalog-icons {
    text-align: center;
}
.catalog-icons .catalog-icon-item {
    display: inline-block;
    margin-right: 2em;
    color: #CE362B;
    text-align: center;
}
.catalog-icons .catalog-icon-item p {
    margin: 5px 0 0 0;
}
/* catalog map */
#catalog_map {
    width: 100%;
    height: 500px;
    position: relative;
    top: 35px;
}

/* catalog carousel */
.page-catalog #main-photo-carousel .owl-item img {
    height: auto;
}  
/*==============================================================================
                            MOJE ID
==============================================================================*/

/*==============================================================================
                            CAPTCHA
==============================================================================*/
.captcha {
    clear: both;
    margin-left: 30%;
    border: 1px solid #E1E1E1;
    width: 300px;
    text-align: center;
}
.captcha .captcha-img {
    display: inline-block;
}
.captcha-content {
    clear: both;
    border-top: 1px solid #E1E1E1;
    height: 36px;
}
.captcha-content input, 
.captcha-content object,
.captcha-content a {
    float: right;
    border-left: 1px solid #e1e1e1;
    padding: 0 2px;
}
.captcha-content input {
    width: 225px;
    height: 32px;
    border: none;
    border-left: none;
    float: left;
}
#login_mojeid_form {
    margin: 2em 1.5em;
    clear: both;
}
#login_mojeid_form #button {
    margin-bottom: 0.5em;
}
/*=============================================================================
-------------------------------------------------------------------------------
                            HOMEPAGE
-------------------------------------------------------------------------------
==============================================================================*/
/* VISUAL */
#visual {
    position: relative;
    width: 100%;
    height: 100%;
    clear: both;
    background-size: cover!important;
    background-position: center center;
    background-repeat: no-repeat;
}
#visual p {
    margin: 0;
}
#visual .article-perex {
    margin-bottom: 0;
    margin-top: 0;
}
#visual .perex_image {
    text-align: center;
    margin: 0;
    width: 100%;
    height: auto;
}
/* HP BLOCKS */
#hp-blocks {
    background: #f3f5fa;
    padding: 4em 0;
}
#hp-blocks .news_box .item {
    margin: 1em 0;
}
/*.mu #hp-blocks .container > .col-md-4 {
    margin: 1.1em;
    margin-top: 0;
    padding: 0;
}*/
/* actions */
.d #hp-blocks {
    background: #fff;
}
.d #hp-blocks .action .item,
.hp #hp-blocks .action .item {
    margin: 1.1em 0;
    overflow: hidden;
}
.d #hp-blocks .col-md-8,
.hp #hp-blocks .col-md-8{
    padding: 0;
}

/* NEWS_BOX */
#news {
    margin: 3.5em 0 2em 0;
}
#news h3.title, 
#news h3.title + p > img, 
#news .arrowed-link,
#hp-blocks h3.title,
#hp-blocks h3.title + p > img, 
#hp-blocks .arrowed-link {
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
}
#news h3.title + p > img, 
#news .arrowed-link,
#hp-blocks h3.title + p > img, 
#hp-blocks .arrowed-link {
     margin: 0 5px 0 15px;
}
#news h3.title + p,
#hp-blocks h3.title + p {
    margin: 0;
}
#news .arrowed-link,
#hp-blocks .arrowed-link {
    margin: 0 3em 0 1em;
}
#news .arrowed-link:last-of-type,
#hp-blocks .arrowed-link:last-of-type {
    margin-right: 0;
}
#news h3.title,
#hp-blocks h3.title {
    margin-top: 0;
}
#hp-blocks h3.title {
    margin-left: 0;
}
.hp #hp-blocks h3.title {
    margin-left: 0.5em;
}
#hp-blocks .col-md-4:first-child h3.title {
    margin-left: 0;
}
#news h3.title + p > img, 
#hp-blocks h3.title + p > img {
    top: 5px;
    position: relative;
}
.d #news {
    background: #f3f5fa;
    padding: 4em 0;
    margin: 1em 0 2em 0;
}
.d #hp-blocks h3.title {
    margin-bottom: 0;
    margin-left: 0.5em;
}
/* TABY */
#hp-blocks .bmk .bmk_body .bmk_content {
    height: 40.5em;
}
#hp-blocks .bmk {
    margin-top: 12px;
}
.bmk .bmk_header {
    position: relative;
    z-index: 1000;
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 64px;
}
.bmk .bmk_title {
    float: none;
    display: table-cell;
    padding: 1em .2em;
    font-size: 13px;
    vertical-align: middle;
}

/* CONTACTS */
#contacts.contact-page {
    padding-left: 0;
}
#contacts .pul-doleva h3,
#contacts .pul-doprava h3{
    color: #404040;
    font-family: "Arial",sans-serif;
}
#contacts.col-md-8 .pul-doleva, 
#contacts.col-md-8 .pul-doprava {
    margin-top: 0;
    width: 49%;
}
#contacts .pul-doleva {
    padding-left: 0;
}
#contacts .pul-doleva h3, 
#contacts .pul-doprava h3 {
    margin-top: 0;
}

#contacts .col-md-1 {
    padding-left: 0;
}
#contacts .cl {
    margin-bottom: 20px;
}
#contacts address {
    margin-bottom: 0.3em;
    line-height: 1.5em;
}
#contacts .pul-doprava p {
    margin: 1em 0;
}

#contacts .contact-item {
    clear: both;
    padding: 1em 0;
}
#contacts .contact-item h4,
#contacts .contact-item h5 {
    font-weight: bold;
    font-size:14px;
    margin-top: 0.5em;
    font-family: "Arial", sans-serif;
    color: rgb(64,64,64);
}
#contacts .contact-item h4:hover {
    cursor: pointer;
}
#contacts .contact-item h4.arrow-up:after,
#contacts .contact-item h4.arrow-down:after {
    content: "";
    background: url("../images/arrow-up.png") 0 0 no-repeat;
    width: 9px;
    height: 7px;
    display: inline-block;
    top: 5px;
    margin-left: 10px;
}
#contacts .contact-item h4.arrow-down:after {
    background: url("../images/arrow-down.png") 0 0 no-repeat;
}
#contacts .col-md-3:first-of-type{
    padding-left: 0;
}

/* zarovnaní - stejná výška */
#contacts .ic-address {
    min-height: 70px;
}
#contacts .ic-contacts {
    min-height: 129px;
}
#contacts .ic-opening {
    min-height: 250px;
}
#contacts .ic-more {
    padding-top: 0;
}

.contacts_field tr.dpt-head {
    background-color: #E6EAF4;
}

.contacts_field span.dpt-head {
    font-weight: bold;
}

/*=============================================================================
-------------------------------------------------------------------------------
                            OTHER PAGES
-------------------------------------------------------------------------------
==============================================================================*/
#article .article-wrap,
.catalog_detail {
    border: 1px solid #dee2eb;
    margin-top: 1.5em;
    padding: 2em 3em;
}
/* Article perex */
.middle .article-perex {
    color: #6c6c6c;
    font-size: 1.15em;
    font-weight: normal;
}
/* seznam s nadpisy a perexem pod sebou */
.title_perex_img_info h3 {
    margin: 0.3em 0 0; 
}
.title_perex_img_info p {
    margin-top: 0;
}

/* poledni-menu v bocnim sloupci */
.poledni-menu {
    width: 100%;
    background: #C9372A url("../images/kh-denni-menu-ico.png") no-repeat 0 ;
    min-height: 52px;
    padding: 14px 0 0 58px;
}
.poledni-menu a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.poledni-menu a span {
    color: #EFCF3E;
}
/* css pre jquerz plugin flexnav*/
.indent-menu {
    position: absolute;
    top: -9999px !important;
}

/* úprava CSS pro download */
.download .f-checkbox,
.officeboard .f-checkbox {
    margin-right: 10px;
    padding-top: 4px;
}
/*end*/