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

body{
background-image: none;
}

h1{color:#111111;}
h2{color:#111111;}
h3{color:#111111;}

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

border: solid 0px green;
}

div.head_kontakt {
display: table-cell;
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 {
position:absolute;
display: inline-block;
visibility: visible;
vertical-align: top;
width: 100%;
min-height: 60px;
padding: 0px;
text-align: center;
/* background-color: #550000; */
z-index: 101;
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);

border: solid 0px red;
}

div.kat_scrolled{
display: inline-block;
position: fixed;
top: 0px;
z-index: 100;
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);

  animation-name: kat_scroll;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
}
@media only screen and (max-width: 1000px){
div.kat_scrolled { display: none; visibility: hidden; background-color: none; height: 0px; }
}
@media only screen and (max-width: 1000px){
div.kat_scrolled_mobile { display: none; visibility: hidden; background-color: none; height: 0px; }
}
@keyframes kat_scroll {
  from {top: -60px;}
  to {top: 0px;}
}

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-info {
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(0,0,0,0.07) 0%, rgba(255,255,255,1) 100%);
}

div.item-info-detail {
background: rgb(255,255,255);
/* background: linear-gradient(180deg, rgba(0,0,0,0.07) 0%, rgba(255,255,255,1) 100%); */
border-bottom: solid 4px rgba(0,0,0,0.07);
}

div.item-obsah-detail {
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(0,0,0,0.07) 0%, rgba(255,255,255,1) 100%);
}

@media only screen and (max-width: 1000px){
span.item-name-detail { font-size: 36px; line-height: 1.2;}
}

@media only screen and (max-width: 1000px){
span.item-name { font-size: 36px; line-height: 1.2;}
}


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


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

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: #111111;
}

/* realizacie */

div.galeria_container {
display: block;
visibility: hidden;
position: fixed;
top: 0px;
left: 0px;
/* bottom: 0px; */
z-index: 103;
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: #333333;
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: #333333;

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 {
background-color: rgba(256, 256, 256, 0.7);
visibility: hidden;
}
}

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

div.lista-pokladna {
display: table-cell;
float:right;
height:50px;
margin: 0px;
padding: 5px;
width: 200px;
text-align: left;
/* vertical-align: middle; */

color: #4d4d4d;
background-color: #ffffff;

cursor: pointer;
cursor: hand;

border: solid 0px yellow;
}

select.obsah-select {
display: none;
}

.nezvoleny_obsah{
display: inline-block;
font-size: 2vh;
margin: 4px;
padding: 8px;
background-color: rgba(255,255,255,0.5);
border: solid 2px rgba(0,0,0,0.5);
border-radius: 4px;
cursor: pointer;
cursor: hand;
}
@media only screen and (max-width: 1000px){
.nezvoleny_obsah {
padding: 16px;
}
}
.nezvoleny_obsah:hover{
background-color: rgba(255,255,255,1);
border: solid 2px rgba(0,0,0,1);
}

.zvoleny_obsah{
background-color: rgba(255,255,255,1);
border: solid 2px rgba(0,0,0,0.8);
}
.zvoleny_obsah:hover{
background-color: rgba(255,255,255,1);
border: solid 2px rgba(0,0,0,1);
}

@media only screen and (max-width: 1000px){
div.item-price-detail { font-size: 3vh; 
padding-top: 16px;
}
}



.detail{
display: block;
width: 100%;
overflow: hidden;
max-height: 50vh;
margin: 0px;
/* margin-bottom: 16px; */
padding: 0px;
background-color: rgba(255,255,255,0.5);

transition: max-height 0.7s ease-in;
}

.detail_zbaleny{
display: block;
width: 100%;
overflow: hidden;
max-height: 0px;
margin: 0px;
/* margin-bottom: 16px; */
padding: 0px;
background-color: rgba(255,255,255,0.5);

transition: max-height 0.5s ease-out;
}

.button_100{
width: calc(100% - 16px);
padding: 8px;
margin-top: 8px;
font-size: 120%;
font-weight: bold;
background-color: #111111;
color: #ffffff;
cursor: pointer;
cursor: hand;
}
.button_100:hover {
background-color: #111111;
color: #000000;
background-color:#cccccc;
}

input[type=text]{
    padding:6px; 
    border: solid 2px #666666;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 4px;
    margin-bottom: 8px;
}

input.csstext{
    width: 100%;
}

input[type=submit]{
    padding:6px 12px; 
    color:#ffffff;
    background:#111111; 
    border: solid 2px #555555;
    cursor:pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px; 
    font-size: 140%;
    font-weight: bold;
    line-height: 1;
}
input[type=submit]:hover{
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,0.7);
    border: solid 2px #555555;
}

textarea{
    background:#ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

textarea.poznamka{
    width: 100%;
}

input[type=file] {
    background:#ffffff;
}

input.search{
margin: 2px;
}

.variant[type="checkbox"]{
    position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
