img.screenshot{cursor: pointer; border: 1px solid black; max-width: 100%;}

html {
  /*
  background: url("/home/images/bgbig6.jpg") no-repeat center center fixed; -- uplne zimny
  background: url("/home/images/bg-summer2.jpg") no-repeat center center fixed; -- dost hot
  background: url("/home/images/bg-tulip.jpg") no-repeat center center fixed; - spring neutral blue and flowers
  background: url("/home/images/bgbig3.jpg") no-repeat center center fixed; -- pekny zimny
  background: url("/home/images/bgbig4.jpg") no-repeat center center fixed; -- pekny jarny full green
  */
  background: url("/home/images/bg-tulip.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div#container {max-width: 1260px; margin: 20px auto;}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: white;
    background-color: navy;
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {
    background-color: steelblue;
}

body {font-family: Verdana; }
a {color: black;}

header {float: left;
width: 100%;
}

div#logo {float: left;
width: 22%;
padding: 0 1%;}

div#logo > a > img {width: 100%;}

div#loginbox {margin: 1% 0.1%;;
color: white;
text-align: center;
vertical-align: middle;
border: 1px solid white;
border-radius: 10px;
float: right;
padding: 1% 0.1%;
background: rgba(255, 255, 255, 0.2);
text-shadow: black 0px 0px 9px;
font-size: 22px;
width: 74%;
}

div#loginbox > span {font-size: 14px;}

/*mobile*/
img#menu {display: none;}
div#info-wrap-mobile {display: none;}

div#left {
width: 25%;
border: 0px solid red;
float: left;
}

div#imaginery {padding: 2% 15px;}

nav {padding: 0 15px;}

nav ul {list-style: none;
display: inline-block;
text-align: center;
margin: 0;
padding: 0;
width: 100%;
}

nav ul li {
width: 100%;
float: left;
}

nav ul li div {display: inline-block;
padding: 8px 10px;
border: 1px solid silver;
border-radius: 5px;
margin: 1px 1px;
font-size: 13px;
font-weight: bold;
text-shadow: black 1px 1px 1px;
background: rgba(255,255,255,0.1);
color: white;
float: right;
min-width: 39%;
}

nav ul li.long a div {min-width: 100%;}

nav ul li a:first-child div {float: left;}

nav ul li.long {
width: 91%;
}

nav ul li a { color: white; text-decoration: none;}

div.info {padding: 15px 0;
text-align: center;
font-size: 13px;
font-weight: bold;
line-height: 25px;
border: 1px solid silver;
margin: 10px 4px 0px 1px;
border-radius: 5px;
background: rgba(255,255,255,0.2);
color: black;
}
div.info a {color: black;}

div#left {display: block;}

div#board {
float: right;
width: 72.5%;
padding: 1%;
border-radius: 5px;
background: rgba(255,255,255,0.5);
margin: 0.5% 0;
font-size: 14px;
line-height: 22px;
}

#hint {margin: 0; color: darkslategrey;}
#hint a {color: darkslategrey;}

input#hladaj {border-radius: 5px;
line-height: 35px;
width: 80%;
font-size: large;
padding: 0 10px;
margin: 10px 0;}

fieldset#legenda {margin: 10px 0;
background: rgba(255,255,255,0.5); border-radius: 5px;
}
fieldset#legenda legend {background: rgba(255,255,255,0.5);
border: 1px solid silver;
border-radius: 5px 5px 0 0; }

table#dph-table {border-collapse: collapse; background: rgba(255,255,255,0.8); }
table#dph-table th {text-align: left;}

table#dph-table th,td {padding: 2px 5px;}
table#dph-table tr.dph_popup {display: none; border: 0px solid silver; background: lavender;}
table#dph-table tr.normal:hover {background: lavender;}
table#dph-table tr.divider {background: silver;}

button#next_pages {width: 100%;
padding: 10px;
margin: 10px 0;
font-size: large;
font-family: verdana;
color: brown;}

table.light-dotted-show {border: 1px solid gray; border-collapse: collapse; background-color: white;}
table.light-dotted-show th {border: 1px dotted silver; background-color: gainsboro; font-weight: normal; padding: 2px 10px;}
table.light-dotted-show td {border: 1px dotted silver; padding: 2px 10px; vertical-align: top;}

table.light-dotted-large {border: 1px solid gray; border-collapse: collapse; background-color: white;}
table.light-dotted-large th {border: 1px dotted silver; background-color: gainsboro; font-weight: normal; padding: 2px 10px;}
table.light-dotted-large td {border: 1px dotted silver; padding: 10px 20px; vertical-align: top;}

div.glass-slider {
max-width: 60%;
border: 1px solid darkseagreen;
padding: 2px;
text-align: center;
border-radius: 5px;
background: linear-gradient(white, palegreen);
font-weight: normal;
color: seagreen;
margin: 20px auto;}

div.glass-slider a {color: darkgreen;}

div.glass-slider2 {width: 60%;
padding: 2px;
text-align: center;
font-weight: normal;
color: white;
margin: 10px auto -10px auto;}

div#electro {width: 100%;}
div#electro > div {  float: left;
  border: 1px solid silver;
  border-radius: 5px;
  margin: 5px;
  padding: 4px;
  font-size: 10pt;
  color: grey;
  text-align: center;
  }

div#electro > div > img, div#electro > div > a > img {
  display: block;
  margin: auto;
}

div#electro > div > a {
  font-size: 10pt;
  color: grey;
  text-align: center;
  display:
}


@media screen and (max-width: 1100px) {
	nav ul li div {min-width: 91%; float: left;}

}

@media screen and (max-width: 800px) {

	html {background: dodgerblue;}

	div#logo { width: 70%;}

	div#loginbox {width: 100%;}

	div#left {display: none; width: 100%;}
	nav ul li {min-width: 91%;}
	nav ul li div {min-width: 91%; float: left; font-size: 14px;}

	div#imaginery {display: none;}

	div#board { float: right; width: 100%;}

	div.glass {width: 30%; margin: 1% 1.3%; padding: 10px 0; }
	div.glass-long {width: 100%; margin: 1% 0;}

	img#menu {display: block; float: right; margin: 7%;}

	div#info-wrap {display: none;}

	div#info-wrap-mobile {display: inline-block; width: 100%; }

}

pre {tab-size: 3;}