html {
    font-family: 'Cabin', sans-serif;
    height: 100%;
}
body {
    margin: 0 auto;
    height: 100%;
    text-align: center;
}
h1, h2, h3, h4 {
    text-transform: uppercase;
    margin-top: 3em;
}
.obal{
    margin: 0 auto;
    padding: 1em 3em 0;
    font-family: 'Cabin', sans-serif;
    min-height: 100%;
}
img {
    width: 100%;
    vertical-align: middle;
}

dl {
    display: inline-table;
    max-width: 33em;
    text-align: left;
    margin: 0;
}
dt {
    background: #d3f7ff;
    padding: 0.5em 0 0.5em 0.5em;
    float: left;
    clear: left;
    width: 21.5em;
}
dt:nth-of-type(2n) {
    background: white;
}
dd {
    background: #d3f7ff;
    padding: 0.5em 0.5em 0.5em 0;
    float: right;
    clear: right;
    margin: 0;
    width: 10.5em;
}
dd:nth-of-type(2n) {
    background: white;
}
.kontejner {
    /*text-align: center;*/
    display: inline-table;
    margin: 0 0.5em;
}
.seznam {
   /* display: inline-table;*/
}
.seznam:nth-of-type(2n) {
   /* margin-left: 2em;*/
}
#priplatek dd {
    float: none;
    margin: 0 2em;
    padding: 0.3em 0em;
}
#priplatek dd, #priplatek dt {
    background: white;
    width: 100%;
}
.kontejner2 {
    display: inline-table;
    position: relative;
    margin: 0 0.5em;
}
.kontejner2 dl {
    vertical-align: top;
    margin-bottom: 3em;
}
.footer ul {
    margin:0;
    padding: 1em;
}
.footer {
    background: #f1f0f0;
}
.footer ul li {
    display: inline-block;
    text-align: center;
    width: 33%;
}
ul {
    list-style: none;
    padding: 1em;
    background: #f1f0f0;
    /* background: blanchedalmond; */
    margin: 0;
}
.top {
    padding: 0;
}
.cookies {
    position: fixed;
    bottom: 0;
    z-index: 2;
    background-color: black;
    color: white;
    min-width: 100%;
    text-align: center;
    display: block;
    border-top: solid 0.1em white;
}
.cookies button {
    text-decoration: none;
    color: white;
    border: solid 1px white;
    padding: 0.3em;
    /* padding-bottom: 1em; */
    /* margin-left: 1em; */
    display: inline-block;
    margin-bottom: 0.5em;
    font-weight: 600;
    background-color: black;
}
.nonV {
    display:none;
}
.show{
    display:block;
}
.cookies button:hover {
    color: black;
    background-color: white;
}
.cookies p {
    display: inline-block;
    padding: 0.3em 0.5em;
    margin: 0.2em;
}
.dialog-background{
    width: 100%;
    height: 100%;
    background: #b1b1b1;
    opacity: .85;
    position: fixed;
    left: 0;
    top: 0;
}
.dialog {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 10%;
    /* margin-top: -100px; */
    /* margin-left: -25%; */
    /* background: #fff; */
    color: #464646;
    transform: translate(-50%, 10%);
    text-align: center;
}
.dialog > img {
    width: 79%;
    transform: translate(0,0);
}
.oknoEshop{
    position: absolute;
    top: 10%;
    width: 30%;
    left: 50%;
    transform: translate(-50%, 10%);
    background: #ffffff;
    padding: 2em;
    box-shadow: 0px 0 10px #000;
    min-height: 260px;
    border-radius: 25px;
    text-align: center;
}
.oknoEshop h2{
    margin-top: 2em;
    text-transform: none;
}
.oknoEshop p {
    margin: 1em 0 3em 0em;
    font-size: medium;
}
.zavritImg{
    width: 2em;
    padding: 0.5em;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
a.novyshop:hover {
    background: #ffbf0b;
}
a.novyshop {
    background: #fff825;
    padding: 0.7em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    color: black;
    display: block;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 1em;
}
button.novyshop2:hover {
    color: black;
}

button.novyshop2 {
    background: #a3a3a3;
    padding: 0.7em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    color: white;
    display: block;
    text-align: center;
    border-radius: 10px;
    margin: 1em 0;
    border: none;
    width: 100%;
    cursor: pointer;
}
@media all and (max-width:800px) {
    dd {
        background: #d3f7ff;
        padding: 0.5em 0.5em 0.5em 0;
        float: none;
        clear: none;
        width: inherit;
        margin:0;
        display: block;
        padding-left: 2em;
    }
    dt {
        background: #d3f7ff;
        padding: 0.5em 0 0.5em 0.5em;
        float: none;
        clear: none;
        width: inherit;
        display: block;
    }
    ul#top, .obal, .obal h1, .obal h2, .obal .cenikUpozorneni {
        padding: 0 0.5em;
    }
}
@media all and (max-width:1380px) {
    .dialog {
        width: 70%;
        position: absolute;
        left: 50%;
        top: 10%;
        margin-top: -100px;
        margin-left: -25%;
        /* background: #fff; */
        color: #000;
        transform: translate(-15%, 0%);
    }
}
@media all and (max-width:1180px) {
    .dialog {
        width: 90%;
        position: absolute;
        left: 10%;
        top: 0;
        margin-top: 0;
        margin-left: 0;
        /* background: #fff; */
        color: #000;
        transform: translate(-5%, 0%);
    }
}
@media all and (max-width:570px) {
    .oknoEshop{
        top: 20%;
        transform: translate(-50%, 10%);
        width: 60%;
    }
   .dialog > img {
        width: 130%;
        transform: translate(-4.5%,0);
    }
}
@font-face {
  font-family: 'Cabin';
  font-style: italic;
  font-weight: 400;
  src: url('Cabin-Italic.ttf') format('ttf');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: url('Cabin-Regular.ttf') format('ttf');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 600;
  src: url('Cabin-SemiBold.ttf') format('ttf');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: url('Cabin-Bold.ttf') format('ttf');
}						