
html *
{
/*    font-size: 1.05em !important; */
}

h1{color:#01a0e2;}
h2{color:#01a0e2;}
h3{color:#01a0e2;}

div.obsah-container {
display: inline-block;
width: 80vw;
min-width: 80vw;
text-align: center;
line-height: 150%;

border: solid 0px green;
}

div.head_kontakt {
float:right;
height:50px;
padding:15px;
font-weight: bold;
}
@media only screen and (max-width: 1000px){
div.head_kontakt { visibility: hidden; }
}

img.logo{
height: 50px;
}

div.kat-button {
margin-top: 0px;
}


div.item {
display: inline-block;

vertical-align: top;
width: 32%;
/* min-width: 32%; */
margin: 4px;

border: solid 0px red;
}
@media only screen and (max-width: 1000px){
div.obsah { width: 100%; }
div.obsah-container { width: 100%; text-align: center;}
div.item { width: 90%; }
}

div.item-popis-detail {
width: auto;
font-size: 14px;
line-height: 1.5;
background-color: #ffffff;
padding: 6px;
}

div.item-basket {
float: right;
width: auto;
height: 32px;
margin-right: 0px;
margin-top: -11px;
padding-left: 0px;
text-align: right;

background-image: none;
background-color: #333333;

cursor: pointer;
cursor: hand;

border: solid 0px black;
}
.item-basket:hover{
background-image: none;
background-color: #444444;
}
@media only screen and (max-width: 1000px){
div.item-basket { width: auto; height: 60px; }
}

div.item-basket-detail {
float: right;
width: auto;
height: 60px;
margin-right: 0px;
margin-top: -16px;
padding-left: 0px;
text-align: right;

background-image: none;
background-color: #333333;

cursor: pointer;
cursor: hand;

border: solid 0px black;
}
.item-basket-detail:hover{
background-image: none;
background-color: #000000;
}
@media only screen and (max-width: 1000px){
div.item-basket { width: auto; height: 60px; }
}


div.detail_button {
color: #ffffff;
font-weight: bold;
padding: 4px;
padding-left: 12px;
padding-right: 12px;
}
.detail_button:hover {
color: #01a0e2;
}

div.detail_button_detail {
color: #ffffff;
font-size: 26px;
font-weight: bold;
padding: 16px;
padding-left: 12px;
padding-right: 12px;
}
.detail_button_detail:hover {
color: #01a0e2;
}

/* realizacie */

div.galeria_container {
display: block;
visibility: hidden;
position: fixed;
top: 0px;
left: 0px;
/* bottom: 0px; */
z-index: 22;
width: 100%;
height: 100%;
text-align: center;
background-color: rgba(0, 0, 0, 0);
padding: 10px;
padding-top: 60px;

/* border: solid 1px red; */
}
@media only screen and (max-width: 1000px){
div.galeria_okno { width: 100%; padding: 0px; margin: 0px; }
}

div.galeria_okno {
display: table;
margin: 0 auto;
width: auto;
padding: 10px;
height: calc(100% - 120px);
text-align: center;

background-color: rgba(255, 255, 255, 1);

border-radius: 2px;

-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);

/* border: solid 1px blue; */
}
@media only screen and (max-width: 1000px){
div.galeria_okno { display: block; width: calc(100% - 20px); padding: 0px; margin: 0px; position: absolute; left: 0px; }
}

div.galeria_img{
display: inline-block;
width:100%;
height:100%;
}

img.galeria {
position: relative;
top: 50%;
transform: translateY(-50%);
max-width: calc(100vw - 110px);
max-height: calc(100vh - 110px);
vertical-align: middle;
}
@media only screen and (max-width: 1000px){
img.galeria { max-width: calc(100% - 20px); max-height: calc(100% - 20px); }
}

div.zavriet {
display: inline-block;
position: absolute;
z-index: 24;
top: 80px;
transform: translate(-50%,-50%);
font-size: 12px;
background-color: rgba(255, 255, 255, 0.7);
cursor: pointer;
cursor: hand;
padding: 4px;
border-radius: 2px;
}
@media only screen and (max-width: 1000px){
div.zavriet { top: auto; bottom: 80px; }
}

div.galeria_nahlady {
display: block;
position: relative;
width: auto;
min-height: 200px;
padding: 5px;
overflow: hidden;
overflow-x: scroll;

}

div.galeria_nahlady_container {
display: table;
table-layout: fixed;
white-space: nowrap;
border-collapse: collapse;
position: absolute;
}

img.galeria_nahlad {
display: inline-block;
position: relative;
min-height: 180px;
max-height: 180px;
cursor: pointer;
cursor: hand;
padding-right: 6px;
}

/* správa */


div.karta-popup
{
  position: fixed;
  z-index: 20;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
height: auto;
margin: 0 auto;
padding: 20px;
width: 60vw;
background-color: rgba(255, 255, 255, 1);

border-radius: 2px;

-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);

border: solid 0px blue;
}
@media only screen and (max-width: 1000px){
div.karta-popup { width: 96%; }
}

div.zavriet_spravu
{
font-weight: bold;
font-size: 24px;
color: red;
float: right;
cursor: pointer;
cursor: hand;
padding-left: 10px;
/* border: solid 1px red; */
}

.karta_head {
display: table-cell;
vertical-align: middle;
text-align: left;
color: rgba(0,0,0,0.5);

/* border: solid 1px red; */
}
@media only screen and (max-width: 1000px){
.karta_head { display: block; width: 100%; }
}

div.karta-spacer
{
display: table-cell;
width: 4.4vh;
padding: 8px;
padding-top: 5px;
vertical-align: top;
text-align: center;

border: solid 0px purple;
}
div.stverecek
{
display: inline-block;
width: 2.8vh;
height: 2.8vh;
background-color: #cccccc;
}

.karta_nadpis {
/*position: relative;
width: 100%;*/
padding: 10px;
margin-bottom: 10px;
font-size: 26px;
text-align: left;
color: rgba(0,0,0,.5);
font-family: roboto-slab-bold;
/* background-color: rgba(66,102,0,.9); */
/* box-shadow: 0px 4px 8px rgba(0,0,0,0.1); */
/* border: solid 1px red; */
}

img.karta_logo {
max-height: 100px;
max-width: 400px;
}


.karta_popis_produktu {
padding-left: 10px;
font-weight: bold;
font-family: roboto-slab-regular;
/* border: solid 1px red; */
}
@media only screen and (max-width: 1000px){
.karta_popis_produktu { display: block; width: 100%; padding-left: 0px; }
}

div.karta-popis
{
display: table-cell;
width: 100vw;
vertical-align: top;
text-align: left;


border: solid 0px red;
}

input.kontakt_mail{
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 10px;
font-size: 20px;
width: 100%;
}
textarea.kontakt{
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 10px;
font-size: 16px;
width: 100%;
height: 150px;
resize: none;
}
.button_sprava
{
display: inline-block;
background-color: #4d4d4d;
color: #ffffff;
font-weight: bold;
padding: 10px;
cursor: pointer;
cursor: hand;
}

div.okno_sprava {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
z-index: 22;
visibility: hidden;
/* border: solid 1px red; */
}

div.info_o_odoslani_spravy {
position: absolute; 
width: 100%; 
min-height: 100%;
margin: 0 auto;
text-align: center; 
z-index: 23; 
visibility: hidden; 
padding: 12px; 
padding-left: 0px; 
padding-right: 0px; 
margin: 0px; 
font-size: 16px; 
font-weight: bold; 
color: #4d4d4d; 
background-color: rgba(0,0,0,.5);
border-left: 0px; 
border-right: 0px;
/* border: solid 1px red; */
}

div.ok {
position: absolute;
z-index: 24;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
width: 600px; 
height: auto;
margin: 0 auto;
text-align: center;
background-color: rgba(255,255,255,1);
padding: 48px; 
padding-left: 0px; 
padding-right: 0px; 
font-size: 16px; 
font-weight: bold; 
color: #4d4d4d; 
border: solid 0px #7cbe00;
border-radius: 2px;
-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
}

div.info_o_vlozeni_ok {
display: inline-block;
background-color: #4d4d4d;
color: #ffffff;
font-weight: bold;
padding: 12px; 
padding-left: 24px; 
padding-right: 24px;
cursor: pointer;
cursor: hand;
}

div.informacia
{
font-weight: normal;
font-size: 16px;
}

span.sprava {
cursor: pointer;
cursor: hand;
}



/* pata */



div.pata {
display: table;
width: 100vw;
padding: 0px;
text-align: center;

background-color: #01a0e2;
color: #ffffff;

border: solid 0px red;
}

div.pata-container {
display: inline-block;
width: 80vw;
min-width: 80vw;
text-align: left;

border: solid 0px green;
}

div.pata-section {
display: inline-block;
width: 30%;
margin: 0px;
padding: 12px;
line-height: 170%;
text-align: left;
vertical-align: top;

box-shadow: none;

background-color: #01a0e2;

border: solid 0px red;
}
@media only screen and (max-width: 1000px){
div.pata { width: 100%; text-align: center;}
div.pata-container { width: 90%; text-align: center;}
div.pata-section { width: 90%; text-align: center;}
}

/* STRÁNKOVANIE */


div.strankovanie {
display: inline-block;
width: calc(100% - 12px);
padding: 4px;
text-align: right;
font-size: 0.9em;

border: solid 0px red;
}

a.strana{
padding: 4px;
font-weight: bold;
background-color: #999999;
color: #ffffff;
font-size: 0.9em;
}
a.strana:hover {
background-color: #d4d4d4;
color: #000000;
}

a.strana-aktivna{
padding: 4px;
font-weight: bold;
background-color: #d4d4d4;
color: #ffffff;
font-size: 0.9em;
}

@media only screen and (max-width: 1000px){
div.info-icon { height: 0px; }
img.info-icon { display: none; }
}

div.submenu {
float: left;
position: absolute;
z-index: 10;
visibility: hidden;
width: calc(100vw - 30px);
height: auto;
margin-top: 60px;
box-shadow: 2px 2px 4px rgba(68, 68, 68, 0.4);

background-color: #ffffff;

border: solid 0px green;
}

@media only screen and (max-width: 1000px){
div.submenu_mobile { 
display: inline-block;
position: relative; 
z-index: 10;
margin-top:0px;
box-shadow: none;
border: solid 0px red;
}
}

div.menu-back {
position: fixed;
z-index: 7;
visibility: hidden;
width: 100%;
height: 100%;
background-color: rgba(256, 256, 256, 0.7);
}
@media only screen and (max-width: 1000px){
div.menu-back { 
visibility: hidden;
}
}

img.onas{
width:100%;
height: auto;
}
