@charset "utf-8";

/* 

========== Zakladni stylopis webu DCK Rekrea Ostrava ========== 

Autor:        Martin Michalek, webmaster@eslovensko.cz
Weby:         www.ck-rekrea.cz, www.e-slovensko.cz, www.tuzemskadovolena.cz atd.

*/


body
{
  margin:0;
  padding:0;
  font:.75em/1.3em Arial, Helvetica, sans-serif;
  background:#EEE;
  color:#000;
}

input,textarea,option,select,td,th
{
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.5em;
}

select
{
  font-size:1em;
  line-height:1.5em;
}

a
{
  color:#0EB10E;
}

a:link
{
  text-decoration:none;
}

a:visited
{
  text-decoration:none;
}

a:hover
{
  text-decoration:underline;
  color:#044C04;
}

a img,img
{
  border:0;
}


form
{
  margin:0;
  padding:0;
}

p,blockquote,h1,table
{
  margin:0 0 1.5em;
  padding:0;
}

ul
{
  margin-top:0;
  margin-bottom:1.5em;
}

h2,h3,h4,h5,h6
{
  margin:0 0 .5em;
  padding:0;
}

blockquote
{
  margin-left:20px;
  margin-right:0;
  font-style:italic;
}




/* === Layout === */


/* == Konkretni konstrukce layoutu == */

#head
{
  background:#fff;
  padding:1.5em 0 0;
  border-bottom:1px solid #fff;
}

code
{
  font-size:1.2em;
  _font-size:1.1em;
  color:#666;
}

#container #head a {
  color:#024E40;
}

#container
{
  width:1000px;
  background:#fff url(../images/layout/sidebox-bg.gif) repeat-y right top;
  background:#fff url(../images/layout/sidebox-bg.gif) repeat-y right top;
  margin:0 auto;
  margin-bottom:15px;
  position: relative;
}

#container.noBg
{
  background:#fff;
  background-image:none;
}

#left,#sideTwo
{
  float:right;
  width:160px;
  padding:1px 7px 1.5em 8px;
}

#center,#textContent,.textContent
{
  width:610px;
  padding:0;
  float:left;
  margin-left:30px;
  display:inline;
}

#right,#sideOne
{
  float:right;
  width:310px;
  padding:3em 7px 1.5em 20px;
}

#textContent.fullSize
{
  width:749px;
  padding:1px 0 0 30px;
  float:left;
}


/* Postranni sloupec */

#sideOne.noTopPadding
{
  padding-top:0;
  width:310px;
}

#sideOne h2,
#hpNovinky h2,
#hpMapBox h2,
#hpUbytovaniBox h2,
h2.headLikeSide,
.hpHead h2,
.mimoSideBox h2 {
  font-size:1em;
  background:#F3F2E3 url(../images/layout/sidebox-head-bg.gif) repeat-y;
  color:#666;
  margin:0 -8px 0.5em;
  padding:.75em 20px;
  font-family:Arial, Helvetica, sans-serif;
}

/* Postranni boxiky - odstavce */

#sideOne p,
#sideOne h3,
#sideOne ul,
#sideOne ol {
  margin: 0 12px 1em;
  padding: 0;
}

#sideOne ol {
  padding-left: 20px;
}

#weblog .mimoSideBox h2,
#textContent .mimoSideBox h2,
#textContent.pageDetail .mimoSideBox h2
{
  font-size:1em;
  padding:.5em 8px;
}


/* Boxik napravo od rezervacniho formulare  */

.mimoSideBox {
  width:317px;
  position:absolute;
  left:50%;
  margin-left:175px;
  margin-top:15px;
}

#container #textContent .mimoSideBox h2 {
  margin: 0 -8px 8px 0;
  padding: 9px 15px;
}

#textContent .mimoSideBox ul {
  width: 325px;
}

#textContent .mimoSideBox ul li {
  padding: 9px 25px 9px 15px;
}


#hpTips h2.headLikeSide {
  margin-top:2.5em;
}

#hpTips .seznamItem {
  border-bottom:0;
}

#hpAccommTips,.threeColBox {
  margin-right:-15px;
}

#hpAccommTips h2.headLikeSide
{
  margin-top:2.5em;
  margin-right:8px;
}

#hpAccommTips h3
{
  margin-bottom:0;
}


/* Novinky na uvodni strance */

#hpSideNovinky h3
{
  margin: 0;
  display: inline;
}

#hpSideNovinky .item 
{
  margin-left:12px;
  margin-right:8px;
  margin-bottom: 1em;
}

#hpSideNovinky p
{
  display: inline;
  margin-left: 0;
}


/* Last Minute boxik na titulce */

#sideBoxLastMinute {
  padding-bottom: .5em;
}

#sideBoxLastMinute h2 {
  position: relative;
  height: 16px;
}


#sideBoxLastMinute h2 a {
  position: absolute;
  text-indent: -5000px;
  display: inline-block;
  width: 50px;
  height: 48px;
  background: url(../images/last-minute_small.png) no-repeat;
  top: -6px;
  left: 15px;
}

#sideBoxLastMinute h2 a:hover,
#sideBoxLastMinute h2 a:focus {
  opacity: .9;
}

.sideBoxLastMinuteItem {
  margin:0 8px 1em 12px;
}

#sideOne .sideBoxLastMinuteItem h3 {
  display:inline;
  margin: 0;
}

#sideOne .sideBoxLastMinuteItem p {
  display:inline;
  margin-left: 0;
}

#sideBoxLastMinute .lastDalsi {
  margin-right:12px;
  text-align:right;
}

/* Tip na dovolenou boxik */

#tip h2 a
{
  text-decoration:none;
  color:#666;
}

#tip h2 a:hover
{
  text-decoration:underline;
  color:#044C04;
}

#tip .tipItem,#tip .tipBottom
{
  margin:0 7px 1.5em;
}

.tipTwoBox
{
  width:190px;
  float:left;
  margin-right:20px;
}

.tipTwoBox.last
{
  margin:0;
}

.tipTwoBox p,.tipTwoBox ul
{
  margin-right:5px;
  margin-left:5px;
}

.tipTwoBox ul,.tipTwoBox ul li,.tipTwoBox h3
{
  margin-left:5px;
  list-style-type:none;
}

.tipTwoBox ul li
{
  background:transparent url(../images/layout/li-small.gif) no-repeat;
  padding-left:5px;
  margin-left:0;
}

.tipTwoBox h2
{
  background:#A9A792;
  color:#fff;
  padding:.4em 5px;
  display:block;
  font-weight:normal;
  font-size:1em;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
}

.tipTwoBox h3
{
  margin-top:.5em;
}

#container.wideLayout
{
  background:#fff;
  background-image:none;
}

#container.wideLayout #center
{
  width:734px;
  float:none;
  padding:1px 15px 3em 30px;
}

#container.wideLayout #sideOne
{
  width:734px;
  float:none;
  padding:1px 15px 3em 30px;
}

#hpMapBox h2,#hpUbytovaniBox h2
{
  margin:0;
}

#hpMapBox h2 a,
#hpUbytovaniBox h2 a,
#sideOne .sideBoxItem h2 a
{
  color:#666;
  text-decoration:none;
}

#hpMapBox h2 a:hover,#hpUbytovaniBox h2 a:hover,.sideBoxItem h2 a:hover
{
  text-decoration:underline;
}

#hpNovinky h2
{
  margin:-1em -8px 0;
}

#hpNovinky ul
{
  margin-bottom:0;
  padding-bottom:0;
}

#hpNovinky .sideBoxItem
{
  margin-bottom:0;
  padding-bottom:0;
}

#hpNovinky ul
{
  margin-bottom:0;
  padding-bottom:0;
}

.hpFirstBox
{
  background:#fff;
  width:100%;
}

#hpNovinky
{
  padding:1em 8px;
  margin:0;
  float:right;
  width:233px;
  background:transparent;
}

/* Postranni boxik pro vlozeni emailu k odberu newsletteru */

.novinkyEmailem p,
.novinkyEmailem h2
{
  padding:.5em 15px;
}

.novinkyEmailem p *
{
  vertical-align:middle;
}

.novinkyEmailem p input.m
{
  width:130px;
}


/* -------------------------------------------------------------------------------
   Paticka webu
*/

#foot
{
  clear:both;
  padding:.75em 30px;
  background:#E1EBE6;
  margin-bottom:0;
}

#foot small,small.temporary,small.temporary a
{
  color:#999;
  font-size:1em;
}

#footDotazy
{
  width:212px;
  float:right;
}

#footServer
{
  width:220px;
  float:left;
}

#foot h2
{
  font-size:1.1em;
}

#footBottom {
  background:#9BD04E;
  padding:.75em 30px;
  color:#fff;
  margin:0;
}

#container #footBottom a {
  color:#fff;
}

/* -------------------------------------------------------------------------------
   Nova paticka pro velke weby 
*/

#footNew {
  background:transparent;
  padding: 0 0 .5em;
  color:#888;
  margin:0;
  margin-top:3em;
  border-top: 1px dotted #d0d0d0;
  background-color: #fff;
}

#container #footNew a
  { color:#888; }

#container #footNew a:hover,
#container #footNew a:active,
#container #footNew a:focus
  { color:#333; }

/* Prava cast paticky kde je Facebook Like box */

#footSide {
  clear: both;
  _display: inline; /*IE6*/
  margin:0 30px 10px 0;
  padding:0;
  width:280px;
  float:right;
}

#footStranka {
  margin:0 0 0 30px;
  padding:0;
  width:630px;
  float:left;
  _display: inline; /*IE6*/  
}


/* Newsletter v paticce */

#footNewsletter {
  width: 940px;
  margin: 0 auto 24px;
  padding: 18px 0 22px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #f8f8f8;
}

#footNewsletter .label {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 17px;
  color: #666;
}

#footNewsletter .label small {
  font-size: 12px;
  color: #888888;
}

#footNewsletter .inputs {
  margin-bottom: 0;
}

#footNewsletter input.email { 
  height: 18px;
  border-width: 1px;
  padding: 2px 5px;
  vertical-align: middle;
  color: #888888;
  border: 1px inset #bbb;
}



/* Navigace v paticce */

#footNav {
  margin-bottom: 5px;
}

/* Drobni partneri jako Destinde uvedeni textem */

#footPartners {
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 610px;
}


/* Logo Rekrey v paticce */

#footBigPartners {
  margin-left: -10px;
}

.footBigPartner {
  width: 114px;
  float: left;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  margin-right: 5px;
  opacity: .7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.footBigPartner:hover,
.footBigPartner:active,
.footBigPartner:focus {
  opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.footBigPartner img {
  margin-top: 8px;
}

.footNovinka
{
  color:#000;
  font-weight:bold;
}


/* Nezobrazujeme Facebook buttonek pro mobilni verzi v paticce */

#facebookButton
  { display: none; }


.caps
{
  letter-spacing:.1em;
}

h1,h2,h3,h4,h5,h6
{
  font-family:Arial, Helvetica, sans-serif;
  color:#666;
}

h1 {
  font-size: 24px;
  line-height: 30px;
  margin-top: .75em;
  margin-bottom: .75em;
  font-weight: normal;
}

h2
{
  font-size:1.3em;
}

h3
{
  font-size:1em;
}

h4
{
  font-size:1em;
}

textarea
{
  width:350px;
  height:7em;
}

/* === Zakladni formatovani v hlavni textove casti ===
  (clanky blogu, staticke stranky) 
*/

#weblog h2 {
  font-size: 18px;
  margin-top: 1.5em;
  margin-bottom: 10px;
  font-weight: normal;
}

#weblog h3 {
  font-size: 15px;
  margin-top: 1.5em;
  margin-bottom: 10px;
  font-weight: normal;
}


#weblog .underHead {
  margin:0;
  background:#F6F5E8;
  line-height:1.5em;
  padding:.75em 8px;
}

/* Jednotlivy clanek v seznamu clanku */

.weblogArticle {
  margin-bottom:4.5em;
}

#weblog .weblogArticle h2 {
  font-size: 24px;
  line-height: 30px;
  margin-top: .75em;
  margin-bottom: .75em;
  font-weight: normal;
}

.weblogArticle h2 a {
  text-decoration:none;
}

.weblogArticle h2 a:hover {
  text-decoration:underline;
}

/* Infobox pod clankem obsahujici take FB like */

.bottomInfo {
  margin: 1.5em 0;
  color: #666;
  padding: 10px 8px;
  background: #F4F2E4;
}

.bottomInfo a {
  color: #666;
}

.bottomInfo .bottomLike {
  float: right;
  margin-top: -2px;
  text-align: right;
  width: 90px;
}

/* Odkaz na vice ubytovani */

.morelink {
  clear: both;
}


#weblog .underHead a
{
  color:#000;
}

.imgGallery
{
  float:left;
  margin-right:15px;
  margin-bottom:15px;
}

.photoGallery img
{
  margin-bottom:.75em;
}

#napovedaPage
{
  margin:1.5em 30px;
}

#napovedaPage h1
{
  font-size:1.3em;
}

.floatLeft50
{
  float:left;
  width:48%;
}

.floatRight50
{
  float:right;
  width:48%;
}

.clearBothZero,
.clear_zero {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}



.marginBottom3
{
  margin-bottom:3em;
}

.marginBottom1half
{
  margin-bottom:1.5em;
}

.marginRight15
{
  margin-right:15px;
}

.clearBoth        { clear:both; }
.alignRight       { text-align:right; }
.alignLeft        { text-align:left; }
.alignCenter      { text-align:center; }
.testRed          { border:1px solid red; }
.displayInline    { display:inline; }
.displayNone      { display:none; }
.hide             { display: none; }

/* -------------------------------------------------------------------------------
   Univerzalni informativni hlaska
*/

.message {
  z-index: 500;
  background: #666;
  color: #fff;
  left: 50%;
  margin-left: -160px;
  padding: 10px 10px 12px 10px;
  position: fixed;
  text-align: center;
  font-weight: bold;
  top: 0;
  width: 300px; /* Total 320 */
  -moz-border-radius: 0 0 5px 5px;    /* [OBSOLETE?] */
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.message a {
  color: #fff;
}


/* -------------------------------------------------------------------------------
   Univerzalni submit tlacitka
*/


/* Nerusive tlacitko bez pozadi */

.button,
#serverSearch input[type="submit"] /* Google Custom Search */ {
  padding: 5px 10px; 
  font: 12px/18px Arial, sans-serif;
  color: #666;  
  border: 1px outset #ddd;
  cursor: pointer;  
  vertical-align: middle;
  /* CSS3 Opacity [OBSOLETE?] */ 
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#eee 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#eee 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f2e4',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #ffffff 0%,#eee 100%); /* W3C */
  /* Same dimensions hacketery http://www.vzhurudolu.cz/test/submit-button-dimensions/ */
  overflow: visible; /* remove extra padding in IE6+7: */
  height: 30px;   /* unify height in Firefox, Opera  (watch traditional box model): */
  margin: 0;   /* remove extra margin in Webkit: */
}

/* remove extra padding in Firefox: */
.button::-moz-focus-inner,
#serverSearch input[type="submit"]::-moz-focus-inner {
  padding: 0;
}

/* remove extra padding in Firefox: */
.button:hover,
.button:focus,
#serverSearch input[type="submit"]:hover,
#serverSearch input[type="submit"]:focus {
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 98%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(98%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 98%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 98%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 98%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #eeeeee 0%,#ffffff 98%); /* W3C */
}

/* Mensi tlacitko - napr. hned vedle textoveho inputu */

.button.small,
#serverSearch input[type="submit"] /* Google Custom Search */ {
  height: 24px;
  line-height: 16px;
  padding: 3px 10px;
  min-width: 60px; /* IE8- bez toho nezobrazi postranni padding, uf  */
  text-align: center;
}

/* Vyrazne tlacitko s pozadim v barve odkazu */

.button.submit {
  border-color: #0d8c0d;
  color:#fff;
  /* CSS3 Opacity [OBSOLETE?] */ 
  background: #0EB10E; /* Old browsers */
  background: -moz-linear-gradient(top, #5dcb5d 0%, #0EB10E 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5dcb5d), color-stop(100%,#0EB10E)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5dcb5d 0%,#0EB10E 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5dcb5d 0%,#0EB10E 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #5dcb5d 0%,#0EB10E 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dcb5d', endColorstr='#0EB10E',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #5dcb5d 0%,#0EB10E 100%); /* W3C */  
}

.button.submit:hover,
.button.submit:focus {
  /* CSS3 Opacity [OBSOLETE?] */ 
  background: #5dcb5d; /* Old browsers */
  background: -moz-linear-gradient(top, #0EB10E 0%, #5dcb5d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0EB10E), color-stop(100%,#5dcb5d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0EB10E 0%,#5dcb5d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0EB10E 0%,#5dcb5d 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #0EB10E 0%,#5dcb5d 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dcb5d', endColorstr='#5dcb5d',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #0EB10E 0%,#5dcb5d 100%); /* W3C */  
}


/* Zvyrazneny boxik (obvykle se zlutym gradientem na pozadi) */

.important {
  background:#FDFECF url(../images/important-bg.gif) no-repeat right bottom;
  padding:.75em 15px;
  margin-bottom:1.5em;
  border:1px solid #F9E1BB;
}

#weblog .important h3:first-child {
  margin-top: .5em;
}

.important hr {
  background:#F9E1BB;
  color:#F9E1BB;
  height:1px;
  border:0;
}

.importantTwo {
  background:#E4E1C5;
  padding:1em;
}

#sideOne .important {
  background: #d3d8e0;
  border: none;
}



/* Adsense reklama na strane */

#adsense-reklama
{
  margin:3em 7px;
}



/* === Formulare === */

table.form,table.width100
{
  width:100%;
}

table.form th,table.form td
{
  padding:.45em .2em .45em 0;
  vertical-align:top;
}

table.form th
{
  text-align:left;
  width:31%;
  font-weight:normal;
}

table.form td
{
  text-align:left;
  width:69%;
}

table tr.rowOne td,table tr.rowOne th
{
  background:#efefef;
}

table tr.rowTwo td,table tr.rowTwo th
{
  background:#f8f8f8;
}

table tr.rowThree td,table tr.rowThree th
{
  background:#dfdfdf;
}

table tr.rowCena td
{
  background:#FDFECF;
  font-weight:bold;
}

table tr.error td,table tr.error th
{
  background:#FED0D0;
  color:red;
}

table.form small
{
  color:#666;
}

.sendOK,#contentBox p.sendOK
{
  border:2px solid #213630;
  padding:.5em 8px;
  margin:2.5em 0;
}

.sendKO,#contentBox p.sendKO
{
  background:#FF0;
  padding:1.5em 8px;
  margin:2.5em 0;
}

input,textarea
{
  font-size:1em;
}

.required
{
  font-size:1.2em;
  font-weight:bold;
  color:#f60;
}

p.submit
{
  text-align:right;
}

.big
{
  font-size:1.5em;
  font-weight:bold;
  vertical-align:middle;
}

.fontSmall
{
  font-size:.5em;
  font-weight:normal;
}

small.fontSmall
{
  font-size:.6em;
  font-weight:normal;
}

table.fontSmall td,table.fontSmall th
{
  font-size:1.4em;
  font-weight:normal;
}

fieldset
{
  padding:2em 1em;
  margin-bottom:1em;
  border:0;
}

legend
{
  margin-bottom:1em;
  color:#333;
}

#hpTopBox
{
  background:transparent url(../images/hptopbox-bg.gif) right top repeat-y;
  margin-right:-5px;
  margin-top:2.9em;
  width:100%;
}

#hpImage
{
  width:300px;
  color:#999;
  height:260px;
  padding:0;
  float:right;
  display:inline;
}

#hpImageAnchor
{
  width:300px;
  height:260px;
  display:block;
}

#hpImageAnchor span
{
  display:none;
}

#hpFirstBox
{
  display:none;
}

#hpImageText
{
  float:right;
  display:inline;
  margin-right:0;
  width:290px;
  margin-top:1.5em;
}

#hpImageText h2
{
  font-size:1.1em;
  margin-bottom:0;
}

#hpImageTextInside
{
  padding:.5em 8px;
}

table.kontakt
{
  width:100%;
  margin-bottom:1.5em;
  border-collapse:collapse;
}

table.kontakt td,table.kontakt th
{
  margin-bottom:.5em;
  vertical-align:top;
  text-align:left;
  padding:.5em 5px;
}

table.kontakt tr.bottomLine td,table.kontakt tr.bottomLine th
{
  border-bottom:1px solid #ccc;
  margin-bottom:1.5em;
}

#hpMapBox
{
  width:290px;
  float:left;
  border:1px solid #E4E1C5;
}

#hpMapBox table.form
{
  margin:1em 0 0 5px;
}

#hpMapContainer h2
{
  background-image:none;
  background-color:transparent;
}

#hpMapContainer
{
  text-align:center;
}

/* Mala mapa slovenska na strane kapacity (eSK) */

.sideBoxItem #slovensko-mapa-img {
  margin-left: 12px;
}

.mapyMore a {
  padding:.1em 1em .1em 0;
  margin:0;
}


/* Selfpromo na strane */

#sideSelfPromo
{
  margin-left:7px;
}

.napovedaAnchor
{
  padding:.1em 0 .1em 2em;
  margin:0;
  background:transparent url(../images/icon-help.gif) no-repeat center left;
}

.inlineHelp
{
  border-bottom:dotted 1px #ccc;
  cursor:help;
}

#hpUbytovaniBox
{
  width:248px;
  margin-right:-6px;
  float:right;
  background:#F4F2E4;
  margin-top:2.5em;
}

#hpUbytovaniBox p
{
  margin:1.5em 8px 0;
}

/* --------------------------------------------------------------------------------  
   Hlavni navigace
*/
  
#nav {
  color: #fff;
  border-top: #E0E9E8 10px solid;
  border-bottom: #9BD04E 10px solid;
  padding: 0 15px 0 30px;
  margin: 0;
  height: 3.47em;
  _height: 3em;
  overflow: hidden;
}

#container #nav a {
  padding: 1em 2em 1.2em 0;
  color: #fff;
  float: left;
  text-decoration: none;
}

#container #nav a:hover,
#container #nav a:focus {
  text-decoration: underline;
}

#serverMenu
{
  float:right;
  width:700px;
  text-align:right;
  margin:0;
  margin-right:30px;
}


/* Vyhledavaci pole Googlu na velkych webech 
   - tam, kde nemame zadnou jinou navigaci, jinak je vyhledavani soucasti #serverMenu
*/
#serverSearch
{
  float:right;
  width:400px;
  text-align:right;
  margin-right:30px;
  margin-top:10px;
}

#serverSearch input[type=text] {
  height: 18px;
  border-width: 1px;
  padding: 2px 5px;
  vertical-align: middle;
}

#serverSearch input[type=submit] {
  vertical-align: middle;
}

#logo
{
  margin:0;
  padding:0;
  float:left;
  display:inline;
  margin-left:30px;
}

#logo a
{
  width:196px;
  height:46px;
  display:block;
}

#logo big,#logo small
{
  display:none;
}

input#reserveButton
{
  padding:5px;
  border:1px solid #176D21;
  background-color:#08A308;
  font-size:1em;
  color:#FFF;
}

.crumbNavigation
{
  background:#E1EBE6;
  color:#999;
  line-height:1.5;
  margin:-1px -36px 0 -30px;
  _margin:-1px -16px 0 -30px;
  padding:.75em 15px .75em 30px;
}

.cenyOverflow
{
  overflow:auto;
  width:100%;
  padding-bottom:-1.5em;
}

#cenaRezervace .cenyOverflow
{
  margin-top:-2em;
  border-bottom:#F9E1BB 1px solid;
  margin-bottom:1.5em;
}

.contentHalfBox
{
  width:295px;
}

.contentHalfBox.clanekSouvisejici ul.limitedWidth li
{
  line-height:1.3em;
}

#weblog .contentHalfBox h2
{
  margin-top:.5em;
}

.filter
{
  background:#F0F5F2 url(../images/filter-bg.gif) no-repeat right bottom;
  text-align:right;
  padding:.5em 15px;
  border:1px solid #E6F3EC;
  margin-bottom:1.5em;
}

.paging
{
  background:#eee;
  text-align:right;
  padding:.5em 15px;
}

.filter *
{
  vertical-align:middle;
}




/* === Seznam kapacit === */

.seznamItem,
.clanekPerex {
  clear: both;
  border-bottom:1px solid #ddd;
  padding:.75em 0;
  margin-bottom:1em;
  width:100%;
}

.seznamItem {
  border-bottom:0;
}

.clanekPerex {
  border:0;
}

.seznamItemImg,
.clanekPerexImage {
  width: 160px;
  float: left;
}

.seznamItemContent,
.clanekPerexContent {
  width: 420px;
  float: right;
}

.seznamItem em {
  font-style: normal;
  color: #666;
}

#container .seznamItemContent h2,
#container .seznamItemContent p,
#tip p,
#tip h3 {
  margin:0;
  padding:0;
}

.seznamItemContent h2 {
  line-height: 1.4em;
}

.seznamItemContent h2 small {
  font-size:.8em;
  font-weight:normal;
  background:#ddd;
  padding:3px;
}

/* Nazev kapacity (zavedeno kvuli novym LM) */
.seznamItemName {
  float: left;
}

/* Misto kapacity (zavedeno kvuli novym LM) */
.seznamItemPlace {
  clear: left;
}

#container .seznamItemContent.detail p,
#container .seznamItemContent.detail ul {
  margin-bottom: 1.3em;
}

.seznamItemContent.detail h2 {
  margin-bottom:1em;
}

#hpThemes .seznamItemImg {
  width: 90px;
}

#hpThemes .seznamItemContent
{
  width:395px;
}

#hpThemes .seznamItem
{
  border-bottom:0;
}

.clearBothZero
{
  clear:both;
  font-size:1px;
  line-height:1px;
  height:1px;
}

.floatLeft
{
  float:left;
}

.floatRight
{
  float:right;
}

/* Ubytovaci formular - stary */

.formular
{
  padding:.75em 0 .75em 15px;
  background:#efefef;
  margin-bottom:1.5em;
}

.formular fieldset
{
  width:140px;
  margin-right:15px;
  float:left;
  border:0;
  margin-bottom:.75em;
  padding:0;
}

.formular .otherColor
{
  padding:.5em 15px;
  background:#ddd;
  margin:-1em 0 0 -15px;
}

.formular h3
{
  font-size:1.2em;
}

.formular fieldset.last
{
  margin-right:0;
}

.formular .bottomSubmit
{
  margin-top:2.25em;
  margin-right:15px;
  display:inline;
  text-align:right;
}

/* Ubytovaci formular - novy */

.ubytovaciFormular
{
  background:#FDFECF url(../images/important-bg.gif) no-repeat right bottom;
  padding:.75em 0 .75em 10px;
  margin-bottom:4em;
  border:1px solid #F9E1BB;
}

.ubytovaciFormular fieldset
{
  width:190px;
  margin-right:20px;
  float:left;
  border:0;
  margin-bottom:.75em;
  padding:0 0 .5em;
}

.ubytovaciFormular fieldset.dateField
{
  width:180px;
}

.ubytovaciFormular h3
{
  font-size:1em;
  font-weight:normal;
  font-family:Arial, Helvetica, sans-serif;
  margin-top:.6em;
  margin-bottom:.3em;
}

.ubytovaciFormular fieldset.last
{
  margin-right:0;
  width:180px;
}


.ubytovaciFormular select
{
  width:180px;
}

.ubytovaciFormular select,.ubytovaciFormular img
{
  vertical-align:middle;
}

.ubytovaciFormular #oddata_d,.ubytovaciFormular #oddata_m,.ubytovaciFormular #dodata_d,.ubytovaciFormular #dodata_m
{
  width:38px;
  padding:0;
}

.ubytovaciFormular #oddata_y,.ubytovaciFormular #dodata_y
{
  width:49px;
  padding:0;
}

#pageMap div
{
  height:150px;
  border:1px solid #ccc;
  color:#ccc;
  padding:8px;
}

#pageMap
{
  margin-bottom:1.5em;
}

#pageMap .mapText
{
  background:#ccc;
  color:#fff;
  padding:.5em 8px;
}

#pageMap .mapText a
{
  color:#fff;
}

#lastMinute
{
  margin-bottom:1.5em;
}

/* Obecny boxik na strane - napriklad novinky z TD.cz v novinkach */

.sideBoxItem {
  margin-bottom:1.5em;
}

#sideOne .sideBoxItem h2 {
  margin-bottom:1em;
}

.sideBoxItem label {
  margin-bottom:.5em;
  display:block;
}

.sideBoxItem ol {
  padding-left:15px;
  margin-left:8px;
}

.sideBoxItem ul,
.mimoSideBox ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

.sideBoxItem ol {
  padding:0;
  margin:0;
  padding-left:1em;
  margin-left:1em;
}

.sideBoxItem p {
  margin-left:7px;
  margin-right:7px;
}

.sideBoxItem li,.mimoSideBox li {
  border-bottom:1px solid #F0EEDB;
  padding:.5em 10px;
  margin:0;
}

.sideBoxItem ul li {
  margin:0;
  list-style-type:none;
  padding-left:0;
}

.sideBoxItem ol li {
  padding: .5em 0;
}

#lastMinute,#tip,#pageMap {
  margin-bottom:1.5em;
}

/* FB Likebox na strane uzavreme do boxiku, aby neposkakoval layout  */

.facebookLikebox {
  height: 440px;
  margin-left: 12px;
}

/* Sklik partner reklama na strane  */

#sklikReklama_6922 {
  margin-left: 12px;
}

/* Cenova tabulka v detailu kapacity  */

table.ceny
{
  border-collapse:collapse;
  width:100%;
  margin-bottom:.75em;
  overflow:auto;
}

table.ceny td,table.ceny th
{
  padding:.35em 3px .4em 4px;
  border-bottom:1px solid #FCF4C1;
  text-wrap:no-wrap;
}

table.ceny th
{
  text-align:right;
  font-weight:bold;
  border-bottom:1px solid #F4ECB8;
}

table.ceny th.terminy
{
  text-align:left;
}


/* Polozka Last Minute  */

.lastminuteItem table
{
  border-collapse:collapse;
  width:100%;
  margin-bottom:.75em;
}

.lastminuteItem table td,.lastminuteItem table th
{
  padding:.35em 2px .4em;
  border-bottom:1px solid #eee;
}

.lastminuteItem table th
{
  text-align:left;
  font-weight:bold;
}

.lastminuteItem
{
  margin-bottom:1.5em;
}

.mapaCol
{
  width:230px;
  margin-right:15px;
  float:left;
}

h2.mapaWebuTop
{
  padding-bottom:45px;
  background:transparent url(../images/mapa-webu.gif) no-repeat left bottom;
}

.mapaCol.last
{
  margin-right:0;
}

#cenaRezervace h2
{
  margin-bottom:1.5em;
}

#cenaRezervace h2 select
{
  font-family:Arial, Helvetica, sans-serif;
  color:#666;
}

#cenaRezervace table.form th
{
  text-align:left;
  width:65%;
  font-weight:normal;
}

#cenaRezervace table.form td
{
  text-align:left;
  width:35%;
}

#cenaRezervace table.form td select,#cenaRezervace table.form td img
{
  vertical-align:middle;
}

.numbered
{
  padding-left:105px;
}

.numbered.nr1
{
  background:transparent url(../images/nr-1.gif) no-repeat left top;
}

.numbered.nr2
{
  background:transparent url(../images/nr-2.gif) no-repeat left top;
}

.numbered.nr3
{
  background:transparent url(../images/nr-3.gif) no-repeat left top;
}

.numbered.nr4
{
  background:transparent url(../images/nr-4.gif) no-repeat left top;
}

.numbered.nr5
{
  background:transparent url(../images/nr-5.gif) no-repeat left top;
}

.numbered.nr6
{
  background:transparent url(../images/nr-6.gif) no-repeat left top;
}

.numbered.nr7
{
  background:transparent url(../images/nr-7.gif) no-repeat left top;
}

.numbered.nr8
{
  background:transparent url(../images/nr-8.gif) no-repeat left top;
}

.numbered.nr9
{
  background:transparent url(../images/nr-9.gif) no-repeat left top;
}

.numbered.nr0
{
  background:transparent url(../images/nr-0.gif) no-repeat left top;
}

.numbered.nrQ
{
  background:transparent url(../images/nr-q.gif) no-repeat left top;
}

.numbered.nrA
{
  background:transparent url(../images/nr-a.gif) no-repeat left top;
}

table.normal th
{
  text-align:left;
}

table.normal th,table.normal td
{
  padding-right:8px;
}

table.tableBordered th,table.tableBordered td
{
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  padding:2px;
}

table.tableBordered
{
  border-bottom:1px solid #eee;
  border-right:1px solid #eee;
  border-collapse:collapse;
}


table.normal.with_borders th,
table.normal.with_borders td {
  border-top:1px solid #eee;
  border-left:1px solid #eee;
}

table.normal.with_borders {
  border-bottom:1px solid #eee;
  border-right:1px solid #eee;
  border-collapse:collapse;
}

table.normal.spacy th,
table.normal.spacy td {
  padding: 5px 10px;
}


.reklama
{
  margin-top:3em;
}

.reklama small,.reklama small a
{
  color:#999;
}

.reklama small
{
  display:block;
  margin-bottom:-10px;
}

#sideOne .reklama h2 a
{
  background:transparent;
}

.reklama h2 a
{
  color:#999;
  text-decoration:none;
}

.reklama h2 a:hover
{
  text-decoration:underline;
}

.reklama p
{
  font-size:.9em;
  padding:.5em 0;
  display:inline;
}

.reklama p a
{
  color:#999;
}

.reklama p.reklamaThreeItem
{
  padding:0;
  margin:0;
  float:left;
  width:160px;
  margin-right:5px;
  margin-bottom:10px;
  font-size:1em;
  height:96px;
}

.reklama p.reklamaThreeItem a
{
  color:#666;
}

.reklama p.reklamaThreeItem strong a
{
  color:#00F;
}

.reklama p.reklamaThreeItem.last
{
  margin-right:-5px;
}

#mapPosition
{
  position:absolute;
  width:15px;
  height:15px;
  border:2px solid #060;
  left:0;
  top:0;
  line-height:1px;
  font-size:1px;
}

#mapContent
{
  position:relative;
  display:block;
}

big
{
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:1.25em;
  line-height:1.3em;
}

#searchTop input,#searchTop select
{
  font-family:Arial, Helvetica, sans-serif;
}

#searchTop select
{
  height:1.7em;
}

.popUpBox
{
  width:400px;
  padding:20px 1.5em;
  height:200px;
  overflow:auto;
  border:2px solid #666;
  background:#fff;
  position:absolute;
  top:100px;
  left:100px;
  display:none;
}

/* fotogalerie kapacity */

.hotelImgItem
{
  width:180px;
  float:left;
}

.hotelImgItem img,.hotelImgItem p
{
  margin:10px 10px 0;
}

.hotelImgItem img:hover,
.hotelImgItem img:active {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
  opacity: .9;
}

.clanekMenu
{
  width:175px;
  float:right;
  list-style-type:none;
  margin:0 0 10px 10px;
  padding:10px 0;
  background:#E1EBE6;
  margin-right:-15px;
  _margin-right:-10px;
}

.clanekMenu li
{
  list-style-type:none;
  margin:0 10px;
}

.clanekSouvisejici
{
  margin-top:1.5em;
}

.clanekSouvisejici ul,.clanekSouvisejici ul li,ul.mapList
{
  list-style-type:none;
  margin:0;
  padding:0;
}

.clanekSouvisejici ul li,.clanekSouvisejici h3,ul.mapList li
{
  border-bottom:1px solid #E5E2C8;
  padding:.5em 8px;
  margin:0!important;
}

.clanekSouvisejici ul li,ul.mapList li
{
  list-style-type:none;
  margin:0 10px;
}

/* Seznam polozek na mape */
ul.mapList
{
  margin-right:20px;
  border-top:1px solid #E5E2C8;
}

ul.mapList.last
{
  margin-right:0;
}

input.s
{
  width:4em;
}

input.xs
{
  width:6em;
}

input.l
{
  width:10em;
}

input.m
{
  width:8em;
}

input.xl
{
  width:15em;
}

input.xxl
{
  width:20em;
}

input.maxxxl
{
  width:445px;
}

textarea.l
{
  width:95%;
  height:5em;
}

textarea.xl
{
  height:5em;
}

input.inputBigger
{
  font-size:1em;
  font-weight:bold;
}

select.inputBigger
{
  font-size:1em;
  font-weight:bold;
}

.floatLeft
{
  float:left;
}

.floatRight
{
  float:right;
}

.displayNone
{
  display:none;
}

.marginTopNo
{
  margin-top:0;
}

.sideOne .marginTopNo
{
  margin-top:-1.5em;
}

.alignLeft
{
  text-align:left;
}

.alignRight
{
  text-align:right;
}

.alignCenter
{
  text-align:center;
}

.alignMiddle
{
  vertical-align:middle;
}

.cursorHand
{
  cursor:pointer;
}

.searchHilite
{
  font-weight:normal;
  background:#DBEF93;
}

.textGrey
{
  color:#999;
}

.vypocet
{
  border:0;
  background:transparent;
  width:50px;
  text-align:right;
}

.boxPocasi
{
  width:485px;
  height:100px;
}

/* Vyhledavaci boxik na uvodni strance */

#hpVyhledatUbytovani table.form
{
  margin:-5px 15px 15px;
  width:260px;
}

#hpVyhledatUbytovani table.form th
{
  width:35%;
  padding:5px 0;
  border:0;
  margin:0;
  vertical-align:middle;
}

#hpVyhledatUbytovani table.form td
{
  width:65%;
  padding:5px 0;
  border:0;
  margin:0;
  vertical-align:middle;
}

#hpVyhledatUbytovani #oddata_d,#hpVyhledatUbytovani #oddata_m,#hpVyhledatUbytovani #dodata_d,#hpVyhledatUbytovani #dodata_m
{
  width:38px;
  padding:0;
}

#hpVyhledatUbytovani #oddata_y,#hpVyhledatUbytovani #dodata_y
{
  width:49px;
  padding:0;
}

#hpVyhledatUbytovani select,#hpVyhledatUbytovani input,#hpVyhledatUbytovani img
{
  vertical-align:middle;
}

#hpVyhledatUbytovani form
{
  margin:0;
  padding:0;
}

#hpVyhledatUbytovani img
{
  margin-left:-2px;
}


#hpVyhledatUbytovani #oblastSelect
{
  width:150px;
}




/* === Detail kapacity === */

.seznamItemContent.detail 
{
  min-height: 700px;  
}

/* Vertikalni prostor mezi prvky v leve liste s obrazky — nechceme o cele brckou */

.pageDetail .seznamItemImg img,
.pageDetail .seznamItemImg .lmBanner a {
  margin-bottom: -10px;
}

.pageDetail .seznamItemImg img:hover,
.pageDetail .seznamItemImg img:active {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
  opacity: .9;
}


/* Odkazy pod obrazkem */

ul.links,ul.links li
{
  margin-left:0;
  padding-left:0;
  list-style-type:none;
}

ul.links li
{
  padding:2px 0 3px;
  border-top:#eee solid 1px;
}



/* Vzdalenosti pod obrazkem  */

table.normal.vzdalenosti
{
  border-collapse:collapse;
  width:100%;
}

table.normal.vzdalenosti th,table.normal.vzdalenosti td
{
  padding:2px 0;
  border-top:#eee solid 1px;
}




/* === Tistene katalogy === */

#textContent.printCatalogues {
  width: auto;
}

.printCatalogues p
{
  float:left;
}

.printCatalogues p a
{
  padding:10px;
  text-align:center;
  border:1px solid #eee;
  background-color:#f8f8f8;
  display:block;
  margin:0 20px 20px 0;
}

.printCatalogues p a img
{
  margin-bottom:10px;
}

.printCatalogues p a:hover
{
  text-decoration:none;
  background-color:#ddd;
}

.printCatalogues p.aktualni a
{
  border:1px solid #ddd;
  background-color:#efefef;
}

.printCatalogues p.aktualni a:hover
{
  background-color:#eee;
}




/* === Sesterske weby v zahlavi === */

#sisterWebsites
{
  background-color:#efefef;
  font-family:Verdana, sans-serif;
  font-size:9px;
  line-height:16px;
  height:22px;
  margin:0;
}

#container #sisterWebsites a,
#sisterWebsites strong
{
  display:block;
  width:125px; /* = sirka #container (1000px) / pocet polozek (8)  */
  float:left;
  text-align:center;
  padding:3px 0;
  color:#ccc;
}

#container #sisterWebsites a:hover,
#container #sisterWebsites a:focus
{
  text-decoration:none;
  background-color:#e8e8e8;
  color:#bbb;
}

#sisterWebsites strong
{
  background:#fff;
  color:#bbb;
  font-weight:normal;
}


/* === Popup okno - napr. "Co je dobré vìdìt pøed rezervací?" === */

#page_popup
{
  background-color: #fff;
}

/* --- Inline list --- 
   - seznam polozek v bublinach - napr. staty na Rywalu/Rekrei
*/

.inline_list {
  line-height: 27px;  
}

.inline_list a {
  padding: 5px;
  background-color: #e8e8e8;
  -webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
  -moz-border-radius: 4px; /* FF1-3.6 */
  border-radius: 4px;    
  white-space: nowrap;  
}

.inline_list strong a {
  background-color: #ddd;
  font-weight: normal;
}

.inline_list a:hover,
.inline_list a:focus,
.inline_list a:active {
  background-color: #ccc;
  text-decoration: none;
}


/* -------------------------------------------------------------------------------
   Nove Last Minute (verze 2011) 
*/

/* Seznam Last Minute */

.lastMinute h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: normal;
  border-bottom: 1px solid #999;
  color: #999;
}

#container .lastMinute h2.eventHead a {
  color: #999;
}

.lastMinute .more {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: right;
}

/* Nahled Last Minute v seznamu */

.lmItem {
  position: relative;
  overflow: hidden;
  margin: 0 -35px 0 -30px;
  padding: 20px 35px 20px 30px;
  background: transparent url(/images/divider.gif) no-repeat bottom center;
  height: 50px; /* Mensi varianta */
}

div > .lmItem:last-child {
  background-image: none;
}

.lmItem .image {
  display: block;
  width: 90px; 
  height: 50px;
  float: left;
  overflow: hidden;
}

.lmItem .image img {
  max-height: 50px;
}

.lmItem .content {
  width: 505px; 
  float: right;
  color: #555;
}

.lmItem .content h2 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  font-size: 12px;
}

.lmItem .content h2 a {
  color: #0058BB;
}

.lmItem .content h2 a:hover {
  text-decoration: underline;
}


.lmItem .content p {
  margin-bottom: 0;
}

.lmItem .hotels em {
  font-style: normal;
}

#container .lmItem .hotels a {
  text-decoration: none;
  color: #555;
}

#container .lmItem .hotels a:hover,
#container .lmItem .hotels a:focus {
  text-decoration: underline;
}

.lmItem .price {
  position: absolute;
  bottom: 20px;
  right: 35px;
  width: auto;
  background-color: #eee;
  padding: 7px;
  text-align: right;
  font-size: 16px;
  color: #555;
}

.lmItem .price strong {
  font-weight: normal;
  color: #999;
}

.lmItem .date {
  margin: 0;
}

.lmItem:hover,
.lmItem:focus {
  background-color: #f8f8f8;
  cursor: pointer;
}

/* Top Last minute - viceradkovy nahled */

.lmItem.top {
  height: 119px; /* 610 x 119px */
}

.lmItem.top .image {
  height: 119px; 
  width: 180px;
}

.lmItem.top .image img {
  max-height: 119px; 
}

.lmItem.top .content h2 {
  margin-bottom: 5px;
  font-size: 16px;
}

.lmItem.top .content {
  width: 430px; /* TODO: po sjednoceni velikosti obrazku upravit na 420 */
}

.lmItem.top .date {
  position: absolute;
  bottom: 20px;
  left: 210px;
  width: auto;
}

/* Detail Last minute */

.lastminuteHotel {
  margin-bottom: 10px;
}

#sideOne .lastminuteHotel p {
  margin-bottom: 0;
}

.lastminutePrice {
  font-style: normal;
  color: #999;
}

.lastminuteIconBig {
  display: block;
  width: 91px;
  height: 91px;
  float: right;
  margin-top: -35px;
  background: transparent url(../images/last-minute_big.png) no-repeat;
  text-indent: -5000px;
}

.firstMinute .lastminuteIconBig {
  background: transparent url(../images/first-minute_big.png) no-repeat;
}

/* Seznam kapacit pod nazvem LM v detalilu */

.pageDetail .hotels {
  margin: 0 0 1.4em 0;
  padding: 0;
  list-style-type: none;
}

.pageDetail .hotels li {
  margin: 0;
  padding: 0;
}

.pageDetail .hotels a {
  display: block;
  margin-bottom: 1px;
  background-color: #f8f8f8;
  padding: 5px;
}

.pageDetail .hotels a:hover,
.pageDetail .hotels a:focus {
  background-color: #eee;
}

/* Upoutavka na Last minute v seznamu kapacit (pouzivana i v detailu) */

.lmIconSmall {
  float: left;
  width: 50px;
  height: 50px;
  margin: -25px -30px 0 5px;
  background: transparent url(../images/last-minute_small.png) no-repeat;
  text-indent: -5000px;
}

a.lmIconSmall:hover,
a.lmIconSmall:active {
  opacity: .9;  
}

.firstMinute .lmIconSmall {
  background: transparent url(../images/first-minute_small.png) no-repeat;
}


/* Upoutavka na Last minute v detailu kapacity */

.lmBanner {
  padding: 0 10px;
  margin-bottom: -20px;
}

.lmBanner h2 {
  display: none;
}

.lmBanner .lmIconSmall {
  display: block;
  float: right;
  margin: -20px -30px 0 0;
}

.lmBanner a,
.lmBanner p {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: inline;
}

.lmBanner a {
  display: block;
  background-color: #bfc2c6;
  color: #fff;
  padding: 0px 10px 10px 10px;
  font-size: 12px;
  margin-bottom: 15px;
  width: 140px;
}

.lmBanner a:hover,
.lmBanner a:active {
  opacity: .9;
  color: #fff;
  text-decoration: none;
}

.lmBanner a:hover em,
.lmBanner a:active em {
  text-decoration: underline;
}

.lmBanner em {
  color: #666;
  font-weight: bold;
  font-style: normal;
}

/* -------------------------------------------------------------------------------
   Fancybox nahledovy obrazek ma opacitu
*/

.fancybox:hover,
.fancybox:active,
.fancybox:focus {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
  opacity: .9;
}


/* -------------------------------------------------------------------------------
   Male weby
*/

.small-web-title-image {
  width: 675px;
  height: 338px;
  margin-top: -1px;
  margin-left: -30px;
}

.small-web-title-side {
  height: 308px; /* Celkem 338 */
  margin-top: -3em;
  padding-top: 30px;
}



/* ================================================================================
   Vrstva pro mobilni zarizeni
   ...........................
   
   Obsahuje:
   - Layout vsech webu
   - Layout uvnitr stranky
   - Stary layout uvnitr stranky (docasny)
   
*/

@media screen and (max-width: 640px) {
  
  /*
  Layout obsahu (#content)
  - 7px levy margin
  
  Zakladni obsahovy sloupec (.column):
  - 304px width

  Obrazky maji pomer 16/9 
  - jeden sloupec: 304x171    
  */
  
  /* Zamezime mobilnimu safari, aby zoomovalo text v landscape rezimu  */
  
  body { -webkit-text-size-adjust:100%; }
  
  /* --- Layout vsech webu --- */
  
  /* Nezobrazujeme prvky, ktere nepotrebujeme nutne */
  #sisterWebsites,
  #footNewsletter,
  #facebookLikeBox,
  #footPartners,
  #footBigPartners,
  #serverSearch,
  #sklikReklama_6922,
  #tip,
  .facebookLikebox 
    { display: none; }
    
  #container {
    width: auto;
    background-image: none !important; /* DEPRECATED if newlayout */    
  }
  
  /* Do obsahu se musi tak akorat vejit jeden sloupec na stred */
  #content {
    padding-right: 0;
    padding-left: 7px;
  }  
  
  .show_grid #container {
    background-position: -20px 0;  
  } 
  
  /* Logo centrujeme */
  
  #logo {
    display: block;
    float: none;
    width: auto;
    text-align: center;
    margin: 0;
  }
  
  #container #logo a {
    margin: 0 auto;
    background-position: top center;
  }
  
  #container #logo small {
    margin-left: auto;
    margin-right: auto;
  }
  
  #nav {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  
  /* Mobilni navigace jako selektitko */
  #nav_mobile {
    min-width: 180px; /* Radeji pocitame s minimalni sirkou displeje 240px */
    margin: .75em 0 0 0;
    padding: 0;
  }

  /* --- Paticka --- */  
  
  /* Centrujeme, stejne jako hlavicku */
  #footNew,
  #footBottom {
    text-align: center;
  }

  #footNewsletter,
  #footSide,
  #footStranka,
  #footPartners {
    width: auto;
    float: none;
    margin: 0 0 0 10px;
    padding: 18px 0;
  }
  
  /* Nezobrazujeme cely Likebox, jen maly buttonek */
  #facebookLikeBox 
    { display: none; }
  #facebookButton
    { display: block; text-align: center; }
    
  /* --- Male weby --- */

  /* Rozbijeme a mobilizujeme layout */
  .small-web-title-image {
    width: auto;
    height: auto;
    float: none;
    margin: 0 10px 0 10px;
    padding: 18px 0;    
    background: transparent;
    display: block;
  }    
  
  
  /* --- Layout uvnitr stranky --- */
    
  /* Do obsahu se musi tak akorat vejit jeden sloupec na stred */
  #content {
    padding-right: 0;
    padding-left: 7px;
  }
  
  .column,
  .double_column {
    margin-right: 0;
    width: auto;
  }
  
  /* Dvojite sloupce zmensime na jednoduche */

  .double_column {
    float: left;
    width: 304px;
  }
  
  .double_column .dummy_img {
    width: 304px;
    height: 171px;
  }
  
  
  /* --- Stary layout uvnitr stranky --- 
     (DEPRECATED if newlayout jen nechat First/Last Minute)
  */
  
  /* - Obecny layout -*/
  
  /* Rozbijeme a mobilizujeme layout */
  #container #center,
  #container #textContent,
  #container .textContent,  
  #container #sideOne,
  #container .contentHalfBox,
  #container .tipTwoBox {
    width: auto;
    float: none;
    margin: 0 10px 0 10px;
    padding: 18px 0;    
    background: transparent;
    display: block;
  }

  /* Obrazky v obsahu */
  #container #center img,
  #container #textContent img,
  #container .textContent img,  
  #container #sideOne img {
    max-width: 90% !important;
  }
  
  /* Zrusime zaporny margin v nadpisech v postrannim boxiku */
  #sideOne h2, #hpNovinky h2, #hpMapBox h2, #hpUbytovaniBox h2, h2.headLikeSide, .hpHead h2, .mimoSideBox h2  {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  /* Schoveme co obecne nepotrebujeme */
  
  .crumbNavigation {
    display: none;
  }
    
  /* - Uvodni stranka - */    
  
  #container #hpImage,
  #container #hpTopBox,
  #container #hpImageAnchor,
  #container #hpImageText {
    width: auto;
    float: none;
    margin: 0 0 0 10px;
    padding: 18px 0;
  }  
  
  #container #hpImage {
    background-position: top left !important;
    background-repeat: no-repeat !important;
    display: block;
  }
  
  #container #hpTopBox {
    background: transparent;
  }
  
  /* Zakazeme co nechceme zobrazovat */
  #hpAccommTips,
  #hpMapBox  {
    display: none;
  }
  
  
  /* - First/Last Minute - */
    
  #container .lmItem {
    clear: both;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    overflow: hidden;
  }
  
  #container .lmItem .image {
    max-width: 80px;
  }
  
  #container .lmItem .content {
    float: none;
    width: auto;
    margin-left: 90px;
    white-space: nowrap;
  }
  
  #container .lmItem .perex {
    max-height: 46px;
    overflow: hidden;
    white-space: normal;
  }  
  
  #container .lmItem .price {
    right: 0;
    font-size: 12px;
    line-height: 12px;
  }
  
  #container .lmItem.top .date {
    position: static;
  }
  
  #container .lmItem.top .content h2 {
    font-size: 14px;
  }

  /* - Katalog ubytovani - */ 
  
  /* Zbytecnosti pryc */
  .mapyMore,                              /* Odkaz z minimapky */
  .sideBoxItem #slovensko-mapa-img,       /* Minimapka na strane v ubytovani... */
  #sideBoxLastMinute 
    { display: none; }
    
  #sideSelfPromo {
    text-align: center;
  } 
  
  /* - Seznam kapacit - */
  
  .seznamItemImg, 
  .clanekPerexImage {
   width: 90px;    
  }

  .seznamItemImg img, 
  .clanekPerexImage img {
    max-width: 80px;    
  }
  
  #container .seznamItemContent, 
  #container .clanekPerexContent {
    float: none;
    margin-left: 90px;
    margin-top: -3px;    
    width: auto;
  }
  
  #container .seznamItemContent h2 {
    font-size: 14px;
  }
  
  #container .seznamItemContent h2 a {
    display: inline-block;
  }
  
  #container .seznamItemPlace {
    clear: none;
  }
  
  #container .seznamItem .lmIconSmall {
    display: block;
    float: none;
    width: 30px;
    height: 30px;
    margin: 5px 0;
    -webkit-background-size: 30px 30px; /* OBSOLETE? iOS 3.2*/
    background-size: 30px 30px;
  }
  
  
  /* - Detail kapacity - */  
  
  /* Rozbijeme a mobilizujeme layout */  
  .pageDetail .seznamItemImg,
  .pageDetail .seznamItemContent {
    width: auto;
    float: none;
    margin: 0;
    padding: 18px 0;    
    min-height: 1px; /* min-height reset (ve FF nelze auto?) */
    background: transparent;
    display: block;    
  }
  
  #container .seznamItemContent.detail {
    margin-left: 0;
  }  
  
  /* - Novinky, mista, aktivity - */    
  
  #container .weblogArticle {
    margin-bottom: 0;
  }
  
  #container .weblogArticle * {
    display: none;
  }
  
  #container .weblogArticle h2:first-child {
    display: block;
    border-bottom: 1px solid #efefef;
    margin: 0;
  }

  #container .weblogArticle h2:first-child a {
    display: inline-block;
    font-size: 14px;    
    line-height: 20px;
    padding: 9px 0;    
  }
  
  #container div .weblogArticle:first-child h2 {
    border-top: 1px solid #efefef;
  } 
  
  
} /* @media screen and (max-width: 640px) */

