@charset "utf-8";
/* CSS Document */

body
{
    background: url("/resource/img/public/background.jpg") no-repeat scroll center top #e1cc7b;
    padding:0px;
    margin:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
    font-weight:normal;
}

.clear
{
    clear:both;
}

h1 {
    color: #C8A44C;
}

h2 {
    color: #E1CC7B;
}

a,img a,img,a img
{
    border:0px;
    outline:0px;
    text-decoration:none;
}

a {
    color:#C8A44C;
}

a:hover {
    color:#E1CC7B;
}

.outer
{
    /*background:url(/resource/img/public/outer_bg.jpg) no-repeat center top;*/
    width:100%;`
    height:100%;
/*    background-size:cover;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/outer_bg.jpg', sizingMethod='scale');
    -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/outer_bg.jpg', sizingMethod='scale')";*/
}

.topbar
{
    height:54px;
    background:#1b1b1b;
}

.topbar_main
{
    width:980px;
    margin:0px auto;
}

.topbar_nav
{
    float:left;
    width: 590px;
}

.topbar_nav ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.topbar_nav ul li
{
    float:left;
    height:54px;
    line-height:54px;
    background:url(/resource/img/public/top_sep.jpg) no-repeat right center;
}

.topbar_nav ul li img
{
    padding:20px 8px 0 0px;
}

.topbar_nav ul li.nosep
{
    background:none;
}

.topbar_nav ul li a
{
    font-size:12px;
    color:#fff;
    display:block;
    padding:0 12px;
    text-decoration:underline;
}

.topbar_nav ul li a:hover
{
    text-decoration:none;
}

.search
{
    padding:11px 3px 0 0;
    float:right;
    margin-left:22px;
}

.ie7 .search
{
    width:205px;
}

.search_button
{
    width:29px;
    height:34px;
    background:url(/resource/img/public/search_button.jpg) no-repeat right top;
    border:0;
    cursor:pointer;
    float:right;
}

.search_field
{
    width:158px;
    height:18px;
    line-height:18px;
    background:url(/resource/img/public/search_bg.jpg) repeat-x left top;
    border:0;
    outline:0;
    float:right;
    padding:8px 5px 8px 13px;
    font-size:13px;
    color:#fff;
}

.flag_details
{
    float:right;
    padding-top:20px;
}

.ie7 .flag_details
{
    width:200px;
}

.flag_details a
{
    width:23px;
    height:17px;
    display:inline-block;
    float:right;
    margin-left:9px;
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}

.flag_details a:hover
{
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.wrapper
{
    width:900px;
    margin:0px auto;
}

.header
{
}

.logo
{
    max-width: 100%;
}

.newsletter
{
    padding:32px 12px 0 0;
    float:right;
    margin-bottom:16px;
}

.ie7 .newsletter
{
    width:364px;
    margin-bottom:0px;
}

.newsletter label
{
    display:block;
    font-size:16px;
    color:#000;
    margin-bottom:12px;
}

.newsletter_button
{
    width:97px;
    height:48px;
    background:url(/resource/img/public/newsletter_button.jpg) no-repeat right top;
    border:0;
    cursor:pointer;
    float:right;
    font-size:16px;
    color:#05abf2;
    text-align:center;
    padding-top: 5px;
    display:block;
}

.newsletter_field
{
    width:207px;
    height:20px;
    line-height:16px;
    background:url(/resource/img/public/newsletter_field.jpg) no-repeat left top;
    border:0;
    outline:0;
    float:right;
    padding:16px 5px 16px 55px;
    color:#818181;
    font-size: 16px;
}

.menu
{
    height:74px;
    padding-left:5px;
}

.menu ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.menu ul li
{
    float:left;
    height:74px;
    width:118px;
    background:url(/resource/img/public/nav_bg.jpg) no-repeat left top;
    text-align:center;
    margin-left:3px;
}

.menu ul li img
{
    padding:11px 0px 0 0;
}

.menu ul li span
{
    display:block;
    padding-top: 0px;
    width: 105px;
    margin-left: 5px;
}

.menu ul li a
{
    font-size:14px;
    color:#fff;
    display:block;
    height:74px;
    position: relative;
}

.menu ul li a:hover
{
    background:url(/resource/img/public/nav_bg.jpg) no-repeat left -74px;
}

.menu ul li.poptavka {
    background:url(/resource/img/public/nav_bg2.jpg) no-repeat left top;
}
.menu ul li.poptavka a:hover {
    background:url(/resource/img/public/nav_bg2.jpg) no-repeat left -74px;
}

.menu a span.checked {
    position: absolute;
    top: 0;
    right: 10px;
    width: 32px;
    height: 32px;
    background: none;
    padding: 0;
}

.menu a.active span.checked {
    background: url(/resource/img/public/checked.png) no-repeat;
}


.left_content
{
    width:47.5%;
    background:url(/resource/img/public/trans_bg.png) repeat;
    float:left;
    padding:13px 1%;
    box-shadow:0px 0px 3px #c9c9cb;
    position:relative;
    height: 400px;
}

.tab_nav
{
    border-bottom:1px solid #d8d8d8;
    height:34px;
}

.tab_nav small
{
    float:left;
    padding:11px 6px 0 7px;
    display:block;
    font-size:13px;
    color:#000;
    font-weight:bold;
}

.tab_nav ul
{
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
    min-width:385px;
}

.tab_nav ul li
{
    float:left;
    height:28px;
    padding-top:6px;
    border:1px solid transparent;
}

.tab_nav ul li a
{
    height:22px;
    line-height:22px;
    font-size:13px;
    color:#C8A44C;
    display:block;
    text-decoration:underline;
    background:url(/resource/img/public/tab_icon1.png) no-repeat 10px top;
    padding:0 7px 0 34px;
}

.tab_nav ul li a:hover 
{
    color:#E1CC7B;
    background-position:10px -22px;
}

.tab_nav ul li:hover, .tab_nav ul li.active 
{
    border:1px solid #E1CC7B;
    border-bottom:0;
    background:url(/resource/img/public/nav_hover.png) repeat-x left top;
}

.tab_nav ul li.icon1 a
{
    background:url(/resource/img/public/tab_icon2.png) no-repeat 10px top;
}

.tab_nav ul li.icon1 a:hover, .tab_nav ul li.icon1.active a
{
    color:#E1CC7B;
    background-position:10px -22px;
}

.tab_nav ul li.icon2 a
{
    background:url(/resource/img/public/tab_icon3.png) no-repeat 10px top;
}

.tab_nav ul li.icon2 a:hover 
{
    color:#E1CC7B;
    background-position:10px -22px
}

.tab_nav ul li.icon3 a
{
    background:url(/resource/img/public/tab_icon4.png) no-repeat 10px top;
}

.tab_nav ul li.icon3 a:hover 
{
    color:#E1CC7B;
    background-position:10px -22px
}

.left_nav
{
    padding:16px 0 20px 0;
}

.left_nav small
{
    float:left;
    padding:0px 10px 0 0px;
    display:block;
    font-size:13px;
    color:#000;
    font-weight:bold;
}

.left_nav ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.left_nav ul li
{
    float:left;
}

.left_nav ul li a
{
    font-size:13px;
    color:#000;
    display:block;
    text-decoration:underline;
    padding:0px 10px 0 0;
}

.left_nav ul li a:hover
{
    color:#00af3c;
}

#map {border:1px solid #00b13d;width: 100%; height: 280px;}

#map_iframe {
    border:1px solid #00b13d;width: 100%; height: 510px;
}

.right_content
{
    width:47.5%;
    background:url(/resource/img/public/trans_bg.png) repeat;
    float:right;
    padding:13px 1%;
    box-shadow:0px 0px 3px #c9c9cb;
    position:relative;
    height: 400px;
}

.right_content h1 {
    /*padding-left: 20px;*/
}

.hotel_details
{
    border-bottom:1px solid #d8d8d8;
    padding-bottom:14px;
    margin-bottom:14px;
}

.hoteldetails_pic
{
    float:left;
    margin-right:20px;
    width: 147px;
    text-align:center;
}

.hotel_details h2
{
    font-size:18px;
    color:#C8A44C;
    padding:0 0 5px 0px;
    margin:0px;
    font-weight:normal;
}

.hotel_details h2 a
{
    color:#C8A44C;
    text-decoration:underline;
}

.hotel_details h2 small
{
}

.hotel_details h2 small img
{
    margin-left:5px;
    display:inline;
}

.hotel_details .kategorie {
    padding:0 0 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #17B74E;
}
.hotel_details .casy {
    padding:0 0 5px 0px;
}
.hotel_details .casy span {
    display:block;
    font-style: italic;
}

.hotel_details ul
{
    padding:0 0 10px 0px;
    margin:0px;
    list-style:none;
}

.hotel_details ul li
{
    display:inline;
}

.hotel_details ul li a
{
    padding-right:15px;

}

a.mail, .contact .email, .contact .web
{
    background:url(/resource/img/public/mail_icon.png) no-repeat 0px top;
    line-height:29px;
    padding:0 0 0px 50px;
    margin-bottom:4px;
    margin-left:20px;
    font-size:15px;
    color:#000;
    display:block;
    white-space:nowrap;
    overflow:hidden;
}

.contact .web {
    background: none;
}

.hotel_details span.telefon, .contact .telefon
{
    background:url(/resource/img/public/contact_icon.png) no-repeat 0px top;
    line-height:29px;
    padding:0 0 0px 50px;
    margin-bottom:4px;
    margin-left:20px;
    font-size:15px;
    color:#000;
    display:block;
    overflow:hidden;
    white-space:nowrap;
}
a.mail, .hotel_details span.telefon {
    height: 29px;
}


#upozorneni {
    display:none !important;
}

.pagination_left {
    margin-top:-22px;
    float:left;
}

.pagination_right {
    margin-top:-22px;
    float:right;
}

a.pre, a.first
{
    background:url(/resource/img/public/pre_bg.jpg) repeat-x left top;
    border:1px solid #e3e3e3;
    position:relative;
    border-radius:2px;
    padding:3px 8px;
    display:inline;
    font-size:13px;
    color:#000;
}

a.next, a.last
{
    background:url(/resource/img/public/pre_bg.jpg) repeat-x left top;
    border:1px solid #e3e3e3;
    position:relative;
    border-radius:2px;
    padding:3px 10px 3px 12px;
    display:inline;
    font-size:13px;
    color:#000;
}

.pagination
{
    text-align:center;
    padding:3px 0 3px 0px;
}

.pagination ul
{
    padding:0px;
    margin:0px;
    list-style:none;
    text-align:center;
}

.pagination ul li
{
    display:inline;
}

.pagination ul li a
{
    padding-right:15px;
    font-size:13px;
    color:#000;
    display:inline-block;
    padding:3px 8px;
    border:1px solid transparent;
}

.pagination ul li a:hover, .pagination ul li.active a
{
    color:#03abf2;
    font-weight:bold;
    background:url(/resource/img/public/pre_bg.jpg) repeat-x left top;
    border:1px solid #e3e3e3;
    position:relative;
    border-radius:2px;
}

a.send
{
    background:url(/resource/img/public/send_bg.jpg) repeat-x left top;
    border:1px solid #e3e3e3;
    position:relative;
    border-radius:2px;
    padding:6px 19px 10px 17px;
    font-size:14px;
    color:#000;
    display:block;
    margin:0 10px 20px 0;
    text-align: center;
    clear:both;
    overflow:hidden;
}

a.send span
{
/*    padding:10px 26px 0 0;*/
}

a.send img
{
}

#splitter
{
    width:47px;
    height:48px;
    position:absolute;
    left:47.5%;
    top:20px;
    z-index: 10;
    cursor: move;
}

#splitter_left, #splitter_right {
    display: block;
    position: absolute;
    width: 15px;
    height: 38px;
    top: 5px;
    z-index: 11;
}

#splitter_left {
    left: 0;
}
#splitter_right {
    right: 0;
}

.footer
{
    width:980px;
    margin:0px auto;
    padding-top:26px;
    text-align:center;
    display:none;
}

.footer span
{
    font-size:12px;
    color:#d8dcc9;
    display:block;
}


.footer ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.footer ul li
{
    display:inline;
    font-size:12px;
    color:#d8dcc9;
    line-height:20px;
}

.footer ul li.sep
{
    background:url(/resource/img/public/dashed.png) no-repeat right 7px;
    padding:0 5px 0 0;
}

.footer ul li a, .footer span a
{
    font-size:12px;
    color:#d8dcc9;
    padding:0px 2px;
    text-decoration:underline;
}

.footer ul li a:hover
{
    text-decoration:none;
}

.holder {
    overflow:hidden;
    }

.hidden-desktop {
    display:none;
    }


.visible-mobile {display:none;}

.objectdiv {
    display:none;    
}

#objectdiv_1 {
    display:block;
}

#loading {
    position: absolute;
    text-align: center;
    width: 100%;
    padding-top: 100px;
}

#content_holder {
    overflow: auto;
    overflow-x: hidden;
    height: 400px;
    display: block;
}

#content_wrapper {
    position: relative;
    border: 1px solid #000;
    background: #C8A44C;
    border-radius: 5px;
    padding: 10px;
}

#filter h2 {
    float:left;
    margin-left: 10px;
}
#filternav {
    float: left;
    list-style:none;
}
#filternav li {
    float:left;
    display: inline;
}
#subpages ul {
    margin-left: 0;
    padding-left: 0;
}
.subpage {
    list-style: none;
    float: left;
}
.subpage a {
    display: block;
    height: 35px;
}
.filternav a, .subpage a {
    font-size: 14px;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
    display:block;
    text-align:center;
    background: #38B4DC;
    color: #fff;
    width: 100px;
}

.filternav a:hover, .subpage a:hover {
    background: #0096D3;
}

.filter {
    border: 1px solid #e3e3e3;
    width: 100%;
}

.filter ul {
    list-style: none;
}

.scrollable {
    position:relative;
    overflow:hidden;
    width: 400px;
    height:120px;
    float: left;
}
.scrollable_stredisko {
    position:relative;
    overflow:hidden;
    width: 120px;
    height:120px;
    float: left;
}
.scrollable .photo_slider, .scrollable_stredisko .photo_slider{
    width:20000em;
    position:absolute;
}
.slider_gallery .disabled {
    visibility: hidden;
}
.slider_gallery .arrow_left, .slider_gallery .arrow_right{
    z-index: 100;
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 26px;
    display: block;
    border: 0 !important;
    padding: 0;
/*    border-radius: 4px;*/
}
.wikipedia_licence {
    font-size: 80%;
}
.slider_gallery .arrow_left{
    background: url(/resource/img/public/arrow_left.png) no-repeat center center;
    left: 0;
    top: 40px;
}
.slider_gallery .arrow_right{
    background: url(/resource/img/public/arrow_right.png) no-repeat center center;
    right: 10px;
    top: 40px;
}
.slider_gallery2 .arrow_left{
    top: 60px;
}
.slider_gallery2 .arrow_right{
    top: 60px;
}
.slider_gallery .arrow_left:hover, .slider_gallery .arrow_right:hover{
    background-position: center center;
}
.accommodation_detail .logo{
  margin-left: 5px;
  margin-bottom: 5px;
}
.accommodation_detail .text{
    
}
.accommodation_detail .text p{
    margin: 0 0 10px 0;
}
.accommodation_detail .akce_text{
}
.accommodation_detail .contact{
    font-size: 1em;
}
table.rooms{
    width: 90%;
    margin: 0 auto;
/*    background: url(/resource/img/public/content_box_background.png) repeat-x bottom;*/
    border-collapse: collapse;
    border-top: none;
    border: 1px solid #c9c9c9;
}
table.rooms td, table.rooms th{
    padding: 5px 10px;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #c9c9c9;
    text-align: left;
}
table.rooms th {
    vertical-align: top;
}

.rooms h3, .box h3 {
    background-image:none !important;
    padding-left: 0;
    margin: 0 0 10px 0;
}
table.rooms td select{
    width: 100%;
}
table.rooms td.bed_count1{
    background: url(/resource/img/public/icon_beds1.gif) no-repeat 95% center;
}
table.rooms td.bed_count2{
    background: url(/resource/img/public/icon_beds2.gif) no-repeat 95% center;
}
table.rooms td.bed_count3{
    background: url(/resource/img/public/icon_beds3.gif) no-repeat 95% center;
}
.gallery .image, .slider_gallery .image{
    float: left;
    margin: 0 10px 0 0;
    width: 70px;
}

.slider_gallery2 .image{
    width: 120px !important;
}
.gallery .image {
}
.gallery .image img, .slider_gallery .image img{
/*    border-radius: 6px;*/
}
.gallery .image{
    margin: 0 10px 10px 0;
}
.slider_gallery_wrapper{
    float: left;
    position: relative;
    margin-left: 10px;
    margin-top: 10px;
/*    width: 265px;*/
    width: 400px;
    padding: 0 0 15px;
}
.slider_gallery_wrapper2{
    float: left;
    position: relative;
    margin-left: 10px;
    margin-top: 10px;
    width: 130px;
    padding: 0 0 15px;
}
.slider_gallery_select select {
    width: 120px;
}
.slider_gallery .photo_large{
    width: 150px;
    height: 150px;
    margin: 0 0 0 0px;
}
.slider_gallery .photo_large img{
/*    border-radius: 8px;*/
}

#depandance, #partneri ul {
    list-style: none;
}

#depandance li, #partneri ul li {
    padding-left: 20px;
}

.pinhead_grey {
    background: url(/resource/img/public/pinhead_grey.png) no-repeat 0 3px;
}
.pinhead_green {
    background: url(/resource/img/public/pinhead_green.png) no-repeat 0 3px;
}

#hlavni_budova {
    background: url(/resource/img/public/pinhead_red.png) no-repeat 0 0;
    padding-left: 20px;
}

.icon_plus{
    color: #000;
    padding-left: 20px;
    background: url(/resource/img/public/icon_plus.jpg) no-repeat !important;
}
.icon_minus{
    color: #000;
    padding-left: 20px;
    background: url(/resource/img/public/icon_minus.jpg) no-repeat !important;
}

.kongresovysal {
    display: none;
}

#content_holder {
    padding-left: 15px;
}
/* dialogy */

.dialogOK, .dialogNotOK {
    margin: 10px 10px;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dialogOK {
/*    border: green 4px solid;*/
    color: black;
/*    background: url('/resource/img/public/ok.jpg') 10% 10% no-repeat;*/
}

.dialogNotOK {
/*    border: maroon 4px solid;*/
    color: maroon;
/*    background: url('/resource/img/public/no.jpg') 10% 10% no-repeat;*/
}


.article-list{
    list-style:none;
    margin:0 -36px 0 0;
    padding: 0 0 40px;
}
.link-add{
    background: url(/resource/img/public/sprite.png) no-repeat -983px -102px;
    color:#b1b1b1;
    font-size:1.333em;
    padding: 0 0 0 21px;
}
.article-list li{
    display:inline-block;
    vertical-align:top;
    margin: 0 42px 10px 0;
    /*width:350px;*/
    overflow:hidden;
}
.article-list .alignleft{margin:0 21px 0 0;}
.article-list .alignright{margin:0 0 0 21px;}
.article-title{
    font-size:1.237em;
    display:block;
    margin:0 0 5px 0px;
    color:#55A044;
}
.article-title a{
    color:#55A044;
    text-decoration:none;
}
.article-title a:hover{text-decoration:underline;}
.article-list  p{
    line-height: 1.414em;
    margin: 0;
    padding: 6px 0 0;
}
.alignleft{float:left;}
.alignright{float:right;}

#button_show_map {
    text-align:center;
    display: none;
}


.prohlidky {
    margin-top: 10px;
}

div.prohlidka {
    float: left;
    text-align: center;
    width: 150px;
    height: 200px;
    overflow: hidden;
    padding: 0px 0px 0px 45px;
}

div.prohlidka div.prohlidka_obrazek img {
/*    width: 150px;
    height: 84px;*/
}


a.external, a.popup{
    padding-right: 9px;
    background: url(/resource/img/public/external2.gif) no-repeat 100% 5px;
}
a.external:hover, a.popup:hover{
    background: url(/resource/img/public/external2.gif) no-repeat 100% 5px;
}

.ui-dialog-titlebar .ui-button-text {
    display:none !important;
}

.form_item label {
    display: block;
    float: left;
    width: 135px !important;
    text-align:right;
    padding-right: 5px;
}
.form_item input {
    width: 160px;
    margin-bottom: 5px;
}

.form_item select {
    margin-bottom: 5px;
}

.form_item {
    clear: both;
}

#hp_text {
    width: 100%;
    height: 100px;
}

.filter ul li {
    padding-top: 2px;    
    padding-left: 20px;
}

.filter ul li input {
    margin-left: -20px;
}

#show_menu_button, #button_show_map {
    padding: 10px;
    width: 200px;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #aaa;
    background: #38B4DC;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}
#show_menu_button:hover, #button_show_map:hover {
    background: #0096D3;
}

#show_menu_button {
    display: none;
}
#hp_datum_od, #hp_datum_do {
    width: 100px;
}
.calendar {
    z-index:1000;
}

.right_wide {
    float: none;
    width:98% !important;
}

.weather_unit {
    float: left;
    margin-right: 50px;
    text-align:center;
}

.hotelicons img {
    margin-left: 2px;
}

.dalsi_sluzby ul li {
    list-style: none;
}

#stredisko_info td {
    padding: 0;
    margin: 0;
    vertical-align:top;
}

#banner_table td {
    text-align: center;
}
.code {
    font-family: monospace;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.banner {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
.banner img {
    margin-bottom: 5px;
}
/*.compass, .zoom, .smap div div div img {
    z-index: 1001;
}*/

.accommodation_detail .email, .accommodation_detail .web, .accommodation_detail .telefon{
    margin-left: 0;
}


#facebook_like_1 {
    margin-top: 15px;
    display: inline;
}

#topbar_nav_facebook img {
    padding-top: 10px !important;
}


#topbar_nav_facebook {
    padding-top: 15px;
}

.program {
    padding: 10px 0;
}

.program_foto {
    float: left;
    margin-right: 10px;
}

.program .clanek2 {
    font-size: 120%;
    color: #17B74E;
    font-weight: bold;
}

.program .clanek2:hover {
    text-decoration: underline;
}

.rooms ul {
    padding-left: 10px;
}
.nastred {
    text-align: center;
}
.nepravidelna_odoba {
    color: #990000;
    font-weight: bold;
}

#ac_cas_od, #ac_cas_do {
    width: 80px;
}
.filter_table td {
    width: 50%;
    vertical-align: top;
}

.listArrows {
    margin: 0px auto;
    margin-top: 40px;
    text-align: center;

}

    .listArrow p.total {
        border-top: 1px solid #cecece; 
        font-weight: bold;
    }

    .listArrows .numbers {
        margin: 0px auto;
        padding: 0px;
    }

    .listArrows li {
        background: none;
        display: inline-block;
        background-image: none !important;
        margin: 5px 5px !important;
        padding: 1px 4px !important;
        border: #cecece 1px solid !important;
    }

    .listArrows li.current {
        font-weight: bold;
        border: black 1px solid;
    }

    
.top_menu {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
}    

.heightmap {
    width:47.5%;
    background:url(/resource/img/public/trans_bg.png) repeat;
    float:left;
    margin-top: 10px;
    padding: 0 1%;
    text-align: center;
    box-shadow:0px 0px 3px #c9c9cb;
    position:relative;
    height: 120px;
}

.fotogalerie {
    width:47.5%;
    background:url(/resource/img/public/trans_bg.png) repeat;
    margin-top: 10px;
    float:right;
    padding:0 1%;
    text-align: center;
    box-shadow:0px 0px 3px #c9c9cb;
    position:relative;
    height: 120px;
}

.program_obrazek {
    max-width: 100%;
}

#heightmap_wrapper {
    position: relative;
    height: 120px;
    width: 300px;
    margin: 0 auto;
    
}
#heightmap_cover{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: none;
}
#heightmap_line {
    width: 1px;    
    height: 73px;
    left: 100px;
    top: 10px;
    background-color: blue;
    position: absolute;
    display: none;
}

.card-body strong {
    display: block;
}

#languages {
    float: right;
}

.top_menu strong {
    color: #fff;
}

#heightmap_title {
    position: absolute;
    right: 5px;
    top: 5px;
}

.top_menu input[type="submit"] {
    border: 1px solid #000;
    background: #e1cc7b;
}

#maploader {
  z-index: 1000;
  position: relative;
  background-image: url(/resource/img/public/loader.gif);
  background-position: 3px center;
  background-repeat: no-repeat;
  padding: 3px 3px 3px 23px;
  background-color: white;
  left: 150px;
  top: 100px;
  border: 1px solid gray;
  line-height: 15px;
  cursor: pointer;
}

.fullscreen_map #map {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 102;
    margin: 0;
    padding: 0;
}

#map_inner_wrapper {
    position: relative;
}

.fullscreen_map .left_content, .fullscreen_map #content_wrapper, .fullscreen_map #map_wrapper, .fullscreen_map #map_inner_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    z-index: 101;
    background: #fff;
}

#fullscreen_link {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 103;
    width: 32px;
    height: 32px;
    display: block;
    background: url(/resource/img/public/map_zoom_b.png);
}

.fullscreen_map #fullscreen_link {
    background: url(/resource/img/public/map_zoom_2_b.png);
}

.clickable {
    cursor: pointer;
}

.mainnadpis {
    float: left;
    color: #fff;
    font-size: 20px;
}

#seznamVyletu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#seznamVyletu li {
    padding: 0;
    margin: 0;
}

#seznamVyletu li a {
    display: block;
    color: #000;
    margin-bottom: 10px;
}

#seznamVyletu li a img {
    float: left;
    margin-right: 5px;
}
#seznamVyletu li a span {
    display: block;
}

#seznamVyletu li a strong {
    color:#C8A44C;
}

#seznamVyletu li a:hover strong {
    color:#E1CC7B;
}.zruseno {
  text-decoration: line-through;
}
