/*
 * Public:\\brenna\_design\_css\web_layout.css
 */

body { background: url(/Public/brenna/_design/layout/bg.jpg); }
header { padding: 25px 0; }
header a {  text-decoration:none;  }
header .year { margin: 0px 0 0 85px; }

.box { border: 1px solid #666; }
.fifty-float { width: 48%; }

/* = = = main menu styles = = = */
#topmenu ul { list-style-type: none; margin: 0 0 15px 0; padding: 0; overflow: hidden; font-weight: 300; }
#topmenu ul li { float:left; }
#topmenu ul li a { display: block; text-decoration: none; text-align: center; width: 215px; margin-right: 1px; color: #ffffff;
background-color: #004883; font-size: 20px; /* padding: 27px 0; */ }
#topmenu ul li a:hover,
ul#topmenu a.top,
#topmenu .active a { background-color: #000; color: #fff }

#topmenu ul li.menu-5 a { width: 216px; margin-right: 0; }


#topmenu ul li .s1 { position:relative; display:block; padding:27px 0; }
#topmenu ul li .s1 span {
    background: none repeat scroll 0 0 #333;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    left: 150px;
    padding: 0 6px;
    position: absolute;
    top: 10px;
    transform: rotate(7deg);
    z-index: 15;
}
/* 2015 */



/* SUBMENU ve strance (napr strava porovnani menu) */
.submenulist { margin-bottom: 20px; font-size: 12px; }
.submenulist:after { content: "."; display: block; line-height: 1px; font-size: 1px; clear: both; }
.submenulist li { list-style-type: none; float: left; border-left: 1px solid #ebebeb; }
.submenulist li:first-child { border-left: none; }
.submenulist a { padding: 5px 10px; }
.submenulist a:link,
.submenulist a:visited { text-decoration: none; }
.submenulist a:hover,
.submenulist a.active,
.submenulist .active a {color: #fff; background-color: #000; text-decoration: none; }


/* = = = background styles = = = */
.pageimg { width: 100%; display: table; background: url("/Public/brenna/_design/layout/default-2013.jpg") no-repeat center top }
.default { background: url(/Public/brenna/_design/layout/default-2013.jpg) no-repeat center top; }
.winter { background: url(/Public/brenna/_design/layout/winter.jpg) no-repeat center top; }
.night { background: url(/Public/brenna/_design/layout/night.jpg) no-repeat center top; }


/* = = = global styles = = = */
.page { background-color: #fff; }
.contactItem { float: left; margin-right: 35px; }

/* mapa hotelu nebo destinace */
#map_canvas { max-width: 100%; height: 350px; }

ul.oklist li, ul.square li, .winter-page li,
.okLists ul li,
.squareLists ul li { margin: 0 0 0 25px; padding: 0 0 0 5px; }

ul.oklist li,
.okLists ul li { list-style-image: url(/Public/brenna/_design/content/icon-yes.png); }

ul.square li,
.winter-page li,
.squareLists ul li { list-style-image: url(/Public/brenna/_design/layout/li-list-square.png); }



/* top links logo side */
.toplinks { text-align: right; color: #fff; margin: 65px 10px 0px 0; }
.toplinks img { margin: 2px 0 0 0; }
.toplinks a:link, .toplinks a:visited { text-decoration: none; border-bottom: 1px dashed; color: #fff; }
.toplinks a:hover, .toplinks a.active { color: #eee; text-decoration: none;}
.toplinks a.noborder { border: none;}

.top-info { font-size: 22px; font-weight: 300; margin-top: 5px; }
.top-info a { padding: 0 15px; }
.top-info a span { /* font-size: 18px; */ vertical-align:sub; }

/* hlaseni boxy */
div.success-box, div.warning-box { padding: 10px; margin: 10px 0; text-align: center; }
div.success-box { border: 1px solid #bcdfef; background-color: #d1ecf7; }
div.warning-box { background-color: #ff0033; color: #fff; }


/* = = = footer styles = = = */
footer { background-color: #fff; }
#footerwrap { z-index: -1; margin-top: -20px; padding-top: 20px; background: url(/Public/brenna/_design/layout/foot-bg.jpg) repeat-x; height: 240px;}
#outer { padding: 10px; background-color: #fff; }
#pageover { margin: 0px auto; width: 1080px; font-size: 10px; line-height: 16px; padding: 8px 0; }
#footer { color: #aaa; margin: 0px auto; width: 1060px; padding: 0 15px}
#footer a {color: #99cccc;}
#footer a:hover {color: #fff;}
#footer a.active,
#footer li.active a {color: #fff;}


#footer ul, #home ul {margin: 0; padding: 0;}
#footer li { font-size: 11px; float: left; width: 175px; list-style: none; line-height: 20px; }
#footer li li { margin-left: 15px; list-style-image: url(/Public/brenna/_design/layout/foot-ul.png); }
#footer h3 { text-shadow: #000 1px 1px 1px; color: #fff; font-size: 15px; font-weight: bold; margin: 10px 0; }


/* = = = breadcrumbs styles = = = */
.breadcrumbs { padding: 2px 0px; font-size: 11px; color: #666; }
.breadcrumbs a:link, .breadcrumbs a:visited { text-decoration: none; color: #666; }
.breadcrumbs a:hover { color: #000; }

/* = = = tipsy styles = = = */
.tipsy { padding: 5px; font-size: 11px; position: absolute; z-index: 100000; line-height: 20px; }
.tipsy-inner { padding: 3px 8px; background-color: black; color: white; max-width: 290px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('/Public/brenna/_design/layout/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }


/* = = = hotel styles = = = */
.icon span { padding: 4px 10px; margin-right: 5px; }

.titles { padding: 23px 20px; }
.strava { padding: 8px 15px; font-weight: bold; }
.odlet { padding: 0 15px; }

@media screen and (-webkit-min-device-pixel-ratio:0) { .strava { padding: 7px 15px; font-weight: bold; } }

div.hotel-off { padding: 45px; text-align: center; }
div.priplatek { padding: 6px; }
div.priplatek ul { padding-bottom: 8px; }
div.priplatek h4 {font-weight: 600; font-size: 14px; padding-top: 7px;}

/* priplatky odsazeni */
div.priplatek .tab, .tab, .four.columns .tab { float: left; width: 145px; }
div.priplatek .fees { float: right; width: 320px;}


/* table design, tabulka souvisejĂ­cĂ­ch hotelu */
table.related { width: 100%; border-collapse: collapse; font-size: 12px; }
table.related td { padding: 4px; border-bottom: 1px solid #ebebeb; }
table.related td a { text-decoration: none; border-bottom: 1px dashed; }
table.related tr:last-child td { border-bottom: none; }

/* table design, design info tabulek v tele stranky */
table.tabledesign { width: 100%; border-collapse: collapse; background: #f8f8f8; }
table.tabledesign th { padding: 4px 6px; background-color: #004883; color: #fff; border: 1px solid #004883; }
table.tabledesign td { border: 1px solid #ebebeb; padding: 6px; }
table.tabledesign .odd { background: #fff; }
table.tabledesign .vzebra-odd { background: #f8f8f8; }
table.tabledesign .vzebra-even { background: #e9e9e9; }



/* clinet responses design pro hodnoceni */
#response { width: 690px; margin-left: 50px;}

.pullquote { font-family: georgia, 'times new roman', serif; font-style: italic; line-height: 1.8; }
.pullquote h3, .responses h3 { font-family: georgia, 'times new roman', serif; font-size: 20px; font-weight: bold; padding: 0; margin-top: 0; font-style: italic;  }
.quote { padding: 0px 15px; width: 60px; }
.pullquote .icon-quote {
        color: #ccc;
        float: left;
        font-size: 34px;
        padding: 0 25px;
        }

/* proc s brenou stranka retype */
.three .pullquote h3 { font-family: georgia, 'times new roman', serif; font-size: 16px; font-weight: bold; padding: 0; margin-top: 0;  }
.three .pullquote .icon-quote {
        color: #eee;
        float: right;
        font-size: 30px;
        padding: 15px;
        }

/* porovnĂˇvaÄŤ hlaviÄŤka webu pokud je porovnani */
#compare-outer { background-color: #333; color: #999; }
#compare { margin: 0px auto; width: 1080px; padding: 20px; }
#compare em { font-size: 11px; color: #999; }
#compare a { color: #fff; }
#compare a:hover { color: #ccc; }

/* compare table tables */
#hottip { width: 100%; border-collapse: collapse; }

#hottip a.hottip,
#hottip a.title { font-weight: bold; }

a.hottip,
.ptitle a.eq-26 { color: #f07901; }

a.title,
.ptitle a { color: #000; }

a.title:hover,
a.hottip:hover,
.ptitle a.eq-26:hover,
.ptitle a:hover { color: #666; }

#hottip td { padding: 0px; width: 50%; vertical-align: top; }
#hottip td p { padding: 0px 6px; }
#hottip small a, #hottip small { color: #999; font-style: normal; }
#hottip small a:hover { color: #000; }

.tab_content h2.icon { margin-left: 15px; }

/* ikonky do odkazu u hotelu */
a.compare-button span,
a.food-button span {
        font-size: 22px;
        float: left;
        padding: 0px 15px;
        }

.cart-button span a span.compare-button span {
   font-size:41px; line-height:5px;padding:0 15px;
   float: left;
}




a.compare-button,
a.food-button,
.cart-button span a span.compare-button {
        display: block;
        text-decoration: none;
        margin-bottom: 5px;
padding: 10px 0; cursor:pointer;
        }

a.compare-button,
.cart-button span a span.compare-button {
        background-color: #eee;
        color: #000;
        }

a.food-button {
        background-color: #cf0000;
        color: #fff;
        float: right;
        font-weight: 600;
    float: right;
    font-weight: 600;
    padding:  10px 20px 6px;
    margin: 0;
        }
a.food-button span {
    line-height: 12px;
    padding: 0 15px 0 0;
}
a.compare-button:hover,
a.food-button:hover,
.cart-button span a:hover span.compare-button {
        background-color: #333;
        color: #fff;
        text-decoration: none;
        }





 .oneCompItem .cart-button span a span.compare-button span { float:none; }

 .oneCompItem .cart-button span a span.compare-button { display:inline-block; }

  .oneCompItem .cart-button span a span.compare-button,
  .oneCompItem .cart-button span a:hover span.compare-button {background-color:transparent; }

  .oneCompItem .cart-button span a span.compare-button span {background-color:#fff; color:#000;  border-radius:14px; margin-left:3px;
    font-size:15px; line-height:11px;  height:16px; padding:0 1px 1px 5px; display:inline-block; }

  .oneCompItem .cart-button span a:hover span.compare-button span { background-color:#ccc; }








/* list image hoover effect */
a.zoom, a.plus, a.plusr { position: relative; float: left; }

.plus-overlay, .zoom-overlay, .plus-reza,
.magnify {
        position: absolute;
        cursor: pointer;
        display: block;
        opacity: 0;
        left: 0;
        top: 0;
        width: 100%;
        }

.plus-reza {
        background: rgba(0, 0, 0, 0.7) url(/Public/brenna/_design/layout/plus.png) center no-repeat;
        height: 177px;
        }

.plus-overlay {
        background: rgba(0, 0, 0, 0.7) url(/Public/brenna/_design/layout/plus.png) center no-repeat;
        height: 233px;
        }

.zoom-overlay,
.magnify {
        background: rgba(0, 0, 0, 0.7) url(/Public/brenna/_design/layout/zoom.png) center no-repeat;
        height: 100%;
        }
.galerieDetail .magnify {
        background: rgba(0, 0, 0, 0.7) url(/Public/brenna/_design/layout/zoom.png) 50% 45% no-repeat;
}
a.plus img { width: 395px; height: 233px; }
a.plusr img { width: 300px; height: 177px; }

a.zoom { margin-right: 1px; }

/* obecne error pretypovany pro objednavku */
#bookingform label.formerror, #form label.formerror, #formvoucher label.formerror  {
        position: absolute;
        z-index: 1000;

        width: 170px;
        display: inline;
        margin-left: 2px;
        text-align: left;

        background-color: red;
        color: #fff;
        font-size: 11px;
        padding: 2px 4px;

        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        }

/* tableless table for fly plan and etc. */
.tableless p { clear: both; width: 100%; margin: 0; }
.tableless span { float: left; padding: 2px 0px; }
.tableless span.col1 { width: 150px; }
.tableless span.col2 { width: 600px; }

/* tabulka porovnani hotelu */
#comparetable img.thumb { width: 290px; height: 189px; }
#comparetable th { vertical-align: top; padding: 6px 4px;  border-bottom: 1px solid #ebebeb; }
#comparetable td { vertical-align: top; padding: 6px 4px; border-right: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }
#comparetable td:last-child { border-right: none; }
#comparetable ul { margin-left: 0px; }

/* next - prev hotel */
.hotel-steps a { color: #999; text-decoration: none; }
.hotel-steps a:hover { color: #000; }
.hotel-steps span { font-weight: bold; }

/* smluvni podminky */
.rules h3 { float: left; padding: 8px 10px; background-color: #eee; color: #666; font-weight: bold; margin-right: 10px;}
.rules ul.latin li { list-style-type: lower-latin; margin-left: 55px; }
.rules h2 { clear: both; border-top: 1px solid #eee; margin-top: 5px; padding-top: 10px; }

/* expanding tables hotels */
div.offertable { height: 425px; overflow:hidden; }
.offerexpand { padding-bottom: 4px; text-align: center; border-top: 1px solid #ddd; cursor: pointer; }

/* search config buttons */
a.search { margin-left: 1px; }

.super-last .summer-list { border-bottom: 2px solid #ebebeb; }
#sl { border: 1px solid #ebebeb; }

.hp-box {
        text-align: center;
        }


.hp-box span {
        font-size: 119px;
        padding: 5px 0 66px; /* 40px 0 padding: 5px 0 77px; */
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;

        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
        }

.hp-box a:hover span { color: #8dc63f;
        -webkit-transform:rotate(-40deg);
        -moz-transform:rotate(-40deg);
        -o-transform:rotate(-40deg);
        }

.hp-box [class^="icon-light-up"] {

         /* font-size: 60px; padding: 40px 0; */

        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;

        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
        }

.hp-box a:hover [class^="icon-light-up"] { color: #8dc63f;
        -webkit-transform:rotate(720deg);
        -moz-transform:rotate(720deg);
        -o-transform:rotate(720deg);
        }
.objednat-zajezd-label {
margin: 0;
padding: 0;
position: relative;
top: -2px;
}


.cl { clear:both; }

footer .float-right a {text-decoration:none; }



/* ========= galerie styly =========== */

  .galWrap1 { }

  .galWrap1 .image-detail,
  .galWrap1 .image-list .left-arrow,
  .galWrap1 .image-list .right-arrow { display:none; }

  .galWrap1 .image-list a {float:left; margin-bottom:4px;}

  .cl { clear:both; }



/* ============= konec galerie styly ============= */

 /* ================= carousel detail prod restyled ============= */

        #galerka .image-detail,
        #galerka .jcarousel-prev-disabled,
        #galerka .jcarousel-next-disabled { display:none!important; }


        #galerka .image-list { float:left; width:755px; height:80px;  }

        #galerka .image-list > div { overflow:hidden; }

        /*
#content #galerka .jcarousel-skin-tango {display:none; }
#content #galerka .image-list {width:684px; margin-left:0!important;  }

        */

#galerka .jcarousel-clip {width:670px; /* 715px */ height:75px; overflow:hidden; float:left; /* right*/ left:0px; margin-left:43px; }

#galerka .image-list .jcarousel-list li {background:none; padding:0; width:auto!important; margin-right:3px; }

#galerka .jcarousel-prev {  background: url("/Public/brenna/_design/layout/controls.png") no-repeat scroll 0 -32px rgba(0, 0, 0, 0);
     left: 0px;  overflow: hidden;   }

#galerka .jcarousel-next {background: url("/Public/brenna/_design/layout/controls.png") no-repeat scroll -43px -32px rgba(0, 0, 0, 0);
                          right: 0;   /* float:right; */  }


#galerka .jcarousel-prev,
#galerka .jcarousel-next {
    cursor: pointer; display: block; height: 32px;  margin: -15px 0 0;
    overflow: hidden;  text-indent: -999em;  width: 32px; top: 50%; position: absolute;  }

        #galerka .jcarousel-clip a { display:block; position:relative; }
        #galerka .jcarousel-clip a:hover .magnify { display:block; opacity:1; position:absolute; z-index:1000; }
        #galerka .jcarousel-clip a img { position:relative;  z-index:100; }
/* ================= carousel det prod restyled ============= */

     #galerka2 img { float:left; }
      #galerka2 .image-detail {display:none; }





/* =============== BLOCKS ========================== */


/* ============= obsaditelnost ================ */

.hList1Obs {display: block; width: 45%;}
.hList1Obs li { display: inline-block; background:url(/Public/brenna/_design/content/icons/obsaditelnost/obsSep.png) no-repeat scroll left top; padding-left:8px; }
.hList1Obs li:first-child {background:none; padding-left:0; }

.cl { clear:both; }


table.info, #slickbox table, table.order {
    width: 100%;
}
#slickbox table .close {
    text-align: right;
    width: 35%;
}
table.info td {
    border-bottom: 1px solid #ebebeb;
}
table.info tr:last-child td {
    border-bottom: medium none;
}
table.service td:first-child {
    width: 60%;
}
table.order td:first-child {
    width: 25%;
}
table.service td span {
    color: #007add;
    font-size: 18px;
}
table.info th, table.service th {
    font-weight: bold;
    padding: 4px;
    text-align: left;
}
table.info td, table.table td, table.order td {
    padding: 4px;
    vertical-align: middle;
}
table.service td {
    padding: 0 4px;
    vertical-align: middle;
}
table.info td span {
    color: #666;
    font-size: 11px;
    margin: 4px;
}
table.info .value {
    color: #000;
    font-weight: bold;
}
#hor-zebra,
#hor-zebra table {
    background: none repeat scroll 0 0 #fff;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

#hor-zebra table a span.icon-calendar.poptavka {color: #cf0000;}
#hor-zebra table a span.icon-calendar.objednavka {color: #99cc00;}


#hor-zebra .icon-calendar:before {

font-size: 28px; line-height: 0.1;
/* margin: 0 !important; padding: 0 !important; */
}


#hor-zebra th {
    background-color: #004883;
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    padding: 6px;
    vertical-align: middle;
}
#hor-zebra .termin {
    width: 80px;
}
#hor-zebra .offer {
    width: 40px;
}
#hor-zebra .cena {
    width: 60px;
}
#hor-zebra td {
    font-size: 12px;
    padding: 4px;
    vertical-align: bottom;
}
#hor-zebra td {
    color: #004883;
}
#hor-zebra .wintertable td {
    background-color: #e6e6e6;
    color: #333;
}
#hor-zebra .vyprodano {
    color: red;
}
#hor-zebra .offer-winter_type td {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
}
#hor-zebra .odd,
#hor-zebra .item-1 {
    background: none repeat scroll 0 0 #fff;
}
#hor-zebra .item:nth-child(odd) {
    background: none repeat scroll 0 0 #fff;
}

#hor-zebra img {
    border: 0 none;
}
.vzebra-odd {
    background: none repeat scroll 0 0 #f8f8f8;
}
.vzebra-even {
    background: none repeat scroll 0 0 #f8f8f8;
}
.paging {
    font-size: 14px;
    margin: 15px 0;
    padding: 0;
    text-align: center;
}
.paging.display {
    text-align: right;
}
.paging a,
.paging span {
    padding: 5px 10px;
}
.paging span {
/* border-right: 1px solid #ddd;
    font-weight: bold; */
}
.paging span.active,
.paging .pages-links strong a {
    background-color: #004883;
    color: #fff;
    font-weight: bold;
}
.pages-links a { margin-right:-4px !important;  }


.paging a, .paging a:visited {
    border-right: 1px solid #ddd;
    color: #000;
    text-decoration: none;
}
.paging a:hover {
    background-color: #004883;
    border-color: #999;
    color: #fff;
    text-decoration: none;
}
.paging span.prn,
.paging span.prn span {
    border: medium none;
    color: #999;
    font-weight: normal;
}
.paging a.prn,
.paging a.prn:visited,
.paging span.prn a,
.paging span.prn a:visited {
    border: medium none;
}

.paging a.prn:hover,
.paging span.prn a:hover {
    background-color: #fff;
    color: #666;
}

.paging p#total_count {
}
.paging p#total_display {
}
.item-list {
    border: 1px solid #ebebeb;
}
.summer-list {
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
#hor-zebra tr:hover {
    background-color: #eee;
}
.summer-list ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.summer-list li {
    display: block;
    float: left;
    margin: 0;
}
.summer-list li.image {
    padding: 15px 5px 5px 15px;
	width: 300px;
	height: 185px;
    background: url(/Public/brenna/_design/layout/noimg.jpg) no-repeat center center;
}
.summer-list li.info {
    margin: 20px 0 0 10px;
    width: 440px;
}
#hor-zebra span.previous-price,
.summer-list span.previous-price {
    color: red;
    text-decoration: line-through;
}

#hor-zebra .price-column {width: 120px;}
.summer-list span.date {
    font-size: 22px;
    font-weight: 300;
    margin: 5px 0;
}
.summer-list .info a.link {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.summer-list .info a.link:hover {
    color: #004883;
}
.summer-list .tab {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 50px;
}
.searchlabel {
    height: 73px;
    left: 0;
    position: absolute;
    top: 0;
    width: 79px;
    z-index: 10;
}
.summer-list a.button,
.summer-list div.button a span {
    margin: 0 0 0 1px;
    padding: 2px 7px 3px 7px;
}

.summer-list div.button a span {  }

.summer-list a.button:hover,
.summer-list div.button a:hover span {
    background-color: #000;
}
.summer-list a.button.objednavka:hover,
.summer-list div.button.objednavka a:hover span,
input.objednavka:hover, a.search:hover {
    background-color: #99cc00;
}

.summer-list div.button.east.Unavailable {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background-color: #EB5257;
	color: white;
	position: relative;
	top: -2px;
	right: -1px;
}

.summer-list a.button.south {
padding:4px 10px 6px; margin:0 0 0 -3px;
}

.summer-list a.button.south .icon-home { font-size:26px; }

a.check span, a.order span {
    font-size: 16px;
}
a.order:link, a.order:visited {
    color: #99cc00;
}
a.order:hover {
    color: #000;
}


           div.button { display:inline-block; }
          .summer-list a.button {padding:0 10px; }


           div.button .icon-light-up:before {font-family:entypo !important; font-size:26px;   }
           div.button a span span { padding:0; margin:0; }



  #hottip {}
  .zOneBox { width:395px; min-height:510px; float:left; }
  .zOneBox-in { padding-right: 15px; }
  .zOneBox a.plus {width: 395px; height: 233px; margin-bottom: 5px; background: url(/Public/brenna/_design/layout/noimg.jpg) no-repeat center center;background-size: contain;}

  form .zOneBox p strong span {font-size:13px; color:#000; }




  .localityProducts {}
  .localityProducts a {margin-right:15px;  }

  .destProductsHead {display:none; }



    .nevite-si-rady { position:relative; width:220px; height:422px;
                      background:url(/Public/brenna/_design/layout/neviteSiRady.png) no-repeat; }

    .nevite-si-rady .rezNumber { position:absolute; top:79px; left:100px; color:#fff; }
    .nevite-si-rady .rezNumber span {color:#fff; font-size:16px; font-weight:bold;}

      .nevite-si-rady-2 {
        margin: 5px 0;
        padding: 20px 20px 10px;
        background-color: #004883;
        color: white;
      }

      .nevite-si-rady-2 h3 {
        font-size: 24px;
		font-weight: bold;
        margin-bottom: 25px;
      }

      .nevite-si-rady-2 .steps li {padding-left: 40px;line-height: 1.3;margin-bottom: 30px;}

      .nevite-si-rady-2 .steps li.first {
        background: url(/Public/brenna/_design/layout/neviteSiRady2.png) no-repeat -189px -10px;
      }

      .nevite-si-rady-2 .steps li.second {
        background: url(/Public/brenna/_design/layout/neviteSiRady2.png) no-repeat -189px -78px;
      }

      .nevite-si-rady-2 .number {color: #fff; font-size: 16px; font-weight: bold;}
      .nevite-si-rady-2 .phone {
        padding-top: 120px;
        background: url(/Public/brenna/_design/layout/neviteSiRady2.png) no-repeat 56px 0px;
        font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.3;
      }
      .nevite-si-rady-2 .sub-note {margin-top: 5px;}
      .txt-center {text-align: center;}



/* =============== konec BLOCKS ========================== */








/* =========== editace stranek z webu ================ */

.EditPageLink { display:none; }

.EditPageLink a {}








  /* ============= menu pro partnery ======= */

  .partnerMenu .liHeadItem {background:#932224; color:#fff;
    font-weight:bold; padding-left:10px; }

  ul.partnerMenu { margin-bottom:1px; }
  ul.partnerMenu li { margin-bottom:1px; }
  ul.partnerMenu li a { background-color:#004883; color:#fff;
    text-decoration:none; text-align:left; padding-left:10px;
    line-height:40px; font-size:16px; display:block;
   }


  ul.partnerMenu li a:hover {background-color:#000; color:#fff;  }
  .vyhledavaniPage .pagingCountInfo { display:none; }

  .loggedInfo {margin-bottom:15px; background:#932224; color:#eee; padding:5px 10px; }

  .loggedInfo .LoginTest-box { }

  .loggedInfo .login-user-name-label,
  .loggedInfo .login-user-name,
  .loggedInfo .login-person-name-label,
  .loggedInfo .login-person-name,
  .loggedInfo .login-organisation-label,
  .loggedInfo .login-organisation { float:left; }

  .loggedInfo .login-user-name-label,
  .loggedInfo .login-person-name-label,
  .loggedInfo .login-organisation-label { font-weight:bold; padding-right:7px;  }


  .login-clear { clear:both; display:block; }


   .dnone {display:none; }



/* Calendar */
body .calendar {position: absolute; z-index: 2; display: none; color: #000; cursor: default; font: 12px/22px Arial, Helvetica, sans-serif;
background: white; border: 1px solid #EEB312; padding: 4px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .26); -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .26); box-shadow: 2px 2px 2px rgba(0, 0, 0, .26);}
body .calendar td {cursor: pointer;}
body .calendar table {font-size: 11px; color: #000; cursor: default; background: none; border: none; font-family: Verdana, Arial, Courier, sans-serif;
margin-bottom: 0;} /* Header part -- contains navigation buttons and day names. */
body .calendar .button {/* "<<", "<", ">", ">>" buttons have this class */text-align: center; padding: 1px; border: none;}
body .calendar .nav {background: transparent #EEE no-repeat 100% 100%;}
body .calendar thead .title {/* This holds the current "month, year" */font-weight: bold; padding: 1px; border: none;
background-color: #009aed; color: #fff; text-align: center;}
body .calendar thead .headrow, body .calendar thead .daynames {/* Row <TR> containing navigation buttons */}
body .calendar thead .name {/* Cells <TD> containing the day names */border: 1px solid #FFF; padding: 5px; text-align: center;background:#009add;color: white;}
body .calendar thead .weekend {/* How a weekend day name shows in header */ color:#FFF14A;}
body .calendar thead .hilite {/* How do the buttons in header appear when hover */border: none; /*padding: 0px;*/ background-color: none;}
body .calendar thead .active {/* Active (pressed) buttons in header */padding: 2px 0px 0px 2px; border: none; background-color: none;} /* The body part -- contains all the days in month. */
body .calendar tbody .day {/* Cells <TD> containing month days dates */width: 2em; text-align: right; padding: 2px 4px 2px 2px;
background-color: #F3F3F3; border: 1px solid #FFF;}
body .calendar tbody .day.othermonth {font-size: 80%; color: #aaa;}
body .calendar tbody .day.disabled {color: rgb(180, 180, 180);}
body .calendar tbody .day.othermonth.oweekend {color: #faa;}
body .calendar table .wn {padding: 2px 3px 2px 2px; border-right: 1px solid #000; background: #f4f0e8;}
body .calendar tbody .rowhilite td {background: #e4e0d8;}
body .calendar tbody .rowhilite td.wn {background: #d4d0c8;}
body .calendar tbody td.hilite, body .calendar tbody td.active {/* Hovered cells <TD> */padding: 2px 2px 0px 2px; border: 1px solid #FFF;
background-color: #FD031B; color: #FFF;}
body .calendar tbody td.selected {/* Cell showing selected date */font-weight: normal; border: 1px solid #FFF; padding: 2px 2px 0px 2px;
 background:#FFF257; color: black;}
body .calendar tbody td.selected:hover {/* Cell showing selected date */background: red; color: white;}
body .calendar tbody td.weekend {/* Cells showing weekend days */color: #000;}
body .calendar tbody td.weekend:hover {/* Cells showing weekend days hover */color: #FFF;}
body .calendar tbody td.today {/* Cell showing today date */font-weight: normal; background-color: #007add; color: #FFF;}
body .calendar tbody .disabled {color: #999;}
body .calendar tbody .emptycell {/* Empty cells (the best is to hide them) */ /*visibility: hidden;*/border: 1px solid #FFF; padding: 2px 0px 0px 2px;}
body .calendar tbody .emptyrow, body .calendar tfoot .footrow {/* Empty row (some months need less than 6 rows) */display: none;}
/* The footer part -- status bar and "Close" button */
body .calendar tfoot .ttip {/* Tooltip (status bar) cell <TD> */background: #f4f0e8; padding: 1px; border: none; background: none; color: #000; text-align: center;}
body .calendar tfoot .hilite {/* Hover style for buttons in footer */border-top: 1px solid #fff; border-right: 1px solid #000;
border-bottom: 1px solid #000; border-left: 1px solid #fff; padding: 1px; background: #e4e0d8;}
body .calendar tfoot .active {/* Active (pressed) style for buttons in footer */padding: 2px 0px 0px 2px; border-top: 1px solid #000;
border-right: 1px solid #fff; border-bottom: 1px solid #fff; border-left: 1px solid #000;} /* Combo boxes (menus that display months/years for direct selection) */
body .calendar .combo {position: absolute; display: none; width: 4em; top: 0px; left: 0px; cursor: default; border-top: 1px solid #fff;
border-right: 1px solid #000; border-bottom: 1px solid #000; border-left: 1px solid #fff; background: #e4e0d8; font-size: 90%; padding: 1px; z-index: 100;}
body .calendar .combo .label, .calendar .combo .label-IEfix {text-align: center; padding: 1px;}
body .calendar .combo .label-IEfix {width: 4em;}
body .calendar .combo .active {background: #c4c0b8; padding: 0px; border-top: 1px solid #000; border-right: 1px solid #fff;
border-bottom: 1px solid #fff; border-left: 1px solid #000;}
body .calendar .combo .hilite {background: #048; color: #fea;}
body .calendar td.time {border-top: 1px solid #000; padding: 1px 0px; text-align: center; background-color: #f4f0e8;}
body .calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm {padding: 0px 3px 0px 4px; border: 1px solid #889;
font-weight: bold; background-color: #fff;}

section.cestovni-pojisteni-page center a { display: inline-block; margin-right: 50px; }
section.cestovni-pojisteni-page center a:last-child { margin-right: 0; }
section.cestovni-pojisteni-page .dokumenty-ke-stazeni th { text-align: left; }
section.cestovni-pojisteni-page .dokumenty-ke-stazeni tr td:first-child { width: 550px; }
section.cestovni-pojisteni-page .dokumenty-ke-stazeni tr td:last-child { text-align: center; }

/* Dočasně zmenšeno */
  #LiveChat_1365080473 {
	float: right;
  }

/* Cookie Consent */
.cc_banner-wrapper {background: #222; position: fixed !important; left: 0; right: 0; bottom: 0; overflow: hidden;}
.cc_container {width: 80%; position: static !important;}
