@font-face {
    font-family: Bold; /* deklarace fontu */
    src: url("../fonts/NotoSans-Bold.ttf"); /* propojenÃ­ na umÃ­stÄ›nÃ­ souboru */
}

@font-face {
    font-family: BoldItalic; /* deklarace fontu */
    src: url("../fonts/NotoSans-BoldItalic.ttf"); /* propojenÃ­ na umÃ­stÄ›nÃ­ souboru */
}

@font-face {
    font-family: Italic; /* deklarace fontu */
    src: url("../fonts/NotoSans-Italic.ttf"); /* propojenÃ­ na umÃ­stÄ›nÃ­ souboru */
}

@font-face {
    font-family: Regular;
    src: url("../fonts/NotoSans-Regular.ttf");
}

@font-face {
    font-family: Segoe;
    src: url("../fonts/segoepr.ttf");
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Regular;
}

a {
    color: #ffffff;
    text-decoration: none;
}

.button1 {
    background-color: #fe510c;
    padding: 10px 20px;
    border: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    font-size: 1.2em;
}

div.flash {
	color: #ffffff;
        font-family: Bold;
	background: black;
        border-radius: 0px 0px 20px 20px;
        -moz-border-radius: 0px 0px 20px 20px;
        -webkit-border-radius: 0px 0px 20px 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 5px;
	text-align: center;
}

table, tr, td, th, p, span, html, h1, h2, kat, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    font-family: Regular;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}

.clear {
    clear: both;
}

/* začina page */

#layout {
    width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
     -webkit-box-shadow: 1px 3px 10px 3px #dfdfdf;
    -moz-box-shadow: 1px 3px 10px 3px #dfdfdf;
    box-shadow: 1px 3px 10px 3px #dfdfdf;
}

/*
login
*/

#logintable {
    width: 250px;
    margin: 40px auto;
}

#logintable tr td input[type="text"], #logintable tr td input[type="password"] {
    width: 100%;
    height: 35px;
    border: 1px solid #d5d5d5;
    color: #d5d5d5;
    font-size: 1.2em;
}

#adminbutton {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    color: #ffffff;
    background-color: black;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 3;
    -webkit-border-radius: 0px 0px 10px 0px;
}

/* ADMIN ZONA */

#admincontent {
    position: relative;
    width: 1000px;
}

#admincontent a {
    color: black;
}

#admincontent a:hover {
    text-decoration: underline;
}

#admindefault {
    width: 1000px;
}

#admindefault tr td {
    text-align: center;
    width: 325px;
    padding: 20px;
}

.bolduj {
    font-weight: bold;
}

#zobob {
    position: relative;
    width: 1000px;
}

#zobob > table {
    width: 600px;
    margin: 40px auto;
    font-size: 1.1em;
    border-collapse: collapse; 
}

.spodnaciara {
    border: 2px solid black;
}

#zobob > table tr td {
    padding: 5px;
}

#zobob table.prod {
    width: 100%;
    border-collapse: collapse;
}



#adminvypis {
    float:left;
    margin-left: 20px;
    width: 960px;
    margin-bottom: 20px;
}

#adminvypis thead tr td {
    border-bottom: 1px solid black;
    font-family: Bold;
}

#adminvypis tbody tr:hover {
    background-color: #c4c5c6!important;
}

/* 
TOP
*/

#top {
    position: relative;
    width: 100%;
    height: 510px;
}

#logo {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    left: 30px;
    top: 10px;
}

#hotline {
    position: absolute;
    z-index: 2;
    padding: 2px 5px;
    top: 445px;
    background-color: #f3e111;
    color: #030000;
}

#otvaraciehodiny {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    top: 65px;
    left: 700px;
}


#headeritems {
    width: 1000px;
    margin: 0 auto;
}

#itemy {
    position: relative;
    width: 1000px;
}

.sliderbox {
    position: absolute;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 510px;
    width: 100%;
    display: none;
}


.active {
    display: block;
}

#menu {
    position: absolute;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-left: 300px;
    font-family: Bold;
}

#menu li {
    float: left;
}

#menu li a {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

#menu li a:hover {
    background-color: #fe510c;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* 
CONTENT
*/

#content {
    margin: 0 auto;
    width: 1000px;
}

#podheader {
    position: relative;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #ebebeb;
}

.mid {
    margin: 0 auto;
    width: 1000px;
}

.rel {
    position: relative;
    width: 1000px;
}

#doprava {
    position: absolute;
    z-index: 2;
    left: 20px;
}

#podheader h2 {
    font-family: Bold;
    color: #ff5110;
}

#precomy {
    position: relative;
    width: 1000px;
    background-color: #ebebeb;
}

#precomy table {
    float: left;
    width: 1000px;
    border-spacing: 0px;
}

.precomytd {
    text-align: center;
    padding: 10px;
}

.precomytd h1 {
    color: #ff5110;
}

.precomytd2 {
    background-color: #ebebeb;
    vertical-align: top;
}

.precomytd2 p {
    width: 220px;
    text-align: justify;
    margin: 10px auto;
}

#katdomov {
    position: relative;
    width: 1000px;
    background-color: #ffffff;
}

#katdomov table {
    float: left;
    width: 1000px;
    border-collapse:collapse;
}

#katdomov div {
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    margin: 20px auto;
    border: 4px solid #d5d5d5;
}

#stazfeb {
    position: relative;
    width: 1000px;
    background-color: #ffffff;
}

#staz {
    float: left;
    width: 500px;
    border-right: 1px solid #d5d5d5;
}

#staz table {
    float: right;
    margin-right: 50px;
    margin-top: 8px;
}

#staz table tr td {
    padding-bottom: 5px;
}

.shownazovkat {
    color: #ffffff;
    cursor: pointer;
    font-family: Bold;
    font-size: 1.6em;
    text-align: center;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    background-color: rgba(203,207,210,0.7);
    opacity: 0;
    width: 150px;
    -moz-backface-visibility: hidden;
    height: 150px;
    display: table-cell;
    border: none;
    vertical-align: middle;
}

.defkat {
     width: 150px;
     height: 150px;
     
}

#staz input[type="text"] {
    width: 100%;
    height: 35px;
    border: 1px solid #d5d5d5;
    color: #d5d5d5;
    font-size: 1.2em;
    padding-left: 10px;
}

#staz textarea {
    width: 99%;
    border: 1px solid #d5d5d5;
    color: #d5d5d5;
    font-size: 1.2em;
    font-family: Regular;
    padding-left: 10px;
}

#rozvoz {
    position: relative;
    width: 1000px;
    background-color: #ffffff;
}

#cenyrozvozov {
    float: left;
    width: 560px;
    height: 238px;
    margin-bottom: 15px;
    background:  url('../images/cenyrozvozov.png') no-repeat center center;
    color:#FFF;
}

#cenyrozvozov ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px;
}

#cenyrozvozov ul li {
    float: left;
    width: 33%;
    padding: 0px;
    margin: 0px;
}


#dopravazadarmo {
    float: right;
    width: 240px;
    height: 238px;
    margin-bottom: 15px;
    background:  url('../images/dopravazadarmo.png') no-repeat center center;
}

#hodiny {
    float: left;
    width: 240px;
    height: 238px;
    margin-bottom: 15px;
    background:  url('../images/hodiny.png') no-repeat center center;
}

#hodiny h3 {
    color: #ffffff;
    margin: 0px;
    margin-top: 90px;
    text-align: center;
}

#akoobjednat {
    float: right;
    width: 560px;
    height: 240px;
    background-color: #fe510c;
    margin-bottom: 40px;
}


#kontakt {
    position: relative;
    width: 1000px;
    background-color: #ffffff;
    color: #616161;
    margin-top: 40px;
    margin-bottom: 40px;
}

#kontaktform {
    float: left;
    width: 550px;
    
}

#kontaktform table {
    width: 400px;
    float: right;
    margin-right: 50px;
}

#kontaktform table input[type="text"] {
    width: 100%;
    height: 35px;
    border: 1px solid #d5d5d5;
    color: #d5d5d5;
    font-size: 1.2em; 
    margin-bottom: 10px;
    padding-left: 10px;
}

#kontaktform table textarea {
    width: 99%;
    border: 1px solid #d5d5d5;
    color: #d5d5d5;
    font-size: 1.2em; 
    padding-left: 10px;
}

#infoonas {
    float: right;
    width: 450px;
}

#infoonas table {
    width: 325px;
    margin: 25px auto;
}

#infoonas table tr td {
    text-align: center;
    padding: 10px;
    border-bottom: 1px dashed #616161;
}

#map {
  width: 1000px;
  height: 400px;
  margin-bottom: 25px;
}

#kvalita {
    position: relative;
    width: 1000px;
}

#kvalita table {
    float: left;
    width: 1000px;
    border-spacing: 0px;
}

.kvalitatd1 {
    width: 30%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.kvalitatd1 h1 {
    color: #fe510c;
}

.kvalitatd2 {
    width: 70%;
}

/* 
FOOTER
*/

#footer {
    width: 100%;
    background-color: #0b0b0b;
}

#footertop {
    float: left;
    width: 1000px;
}
    
#footertop h4 {
    float: left;
    margin: 0px;
    color: #ffffff;
}

    .footul {
        float: left;
        width: 180px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 30px;
        font-size: 0.9em;
    }
    
    .footul ul {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    
    .footul ul li {
        float: left;
        width: 90px;
        padding: 0px;
        margin: 0px;
    }
    
    .footul a {
        color: #8d8d8d;
    }
    
    .footul a:hover {
        text-decoration: underline;
    }
    
    .footnav {
        float: left;
        width: 110px;
        margin-top: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        font-size: 0.9em;
    }
    
    .footnav ul {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    
    .footnav ul li {
        float: left;
        width: 110px;
        padding: 0px;
        margin: 0px;
    }
    
    .footnav a {
        color: #8d8d8d;
    }
    
    .footnav a:hover {
        text-decoration: underline;
    }
    
    .footcena {
        float: left;
        width: 500px;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 0.9em;
	color: #838383;
    }
    
    .footcena ul {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    
    .footcena ul li {
        float: left;
        width: 33%;
        padding: 0px;
        margin: 0px;
    }
    
    .footcislo {
        float: right;
        width: 500px;
    }
    
    .footcislo img {
        margin-top: 50px;
        margin-left: 60px;
        float: left;
    }
    
    .footcislo h1 {
	float: right;
	
        color: #ffffff;
        font-family: Bold;
        font-size: 50px;
    }

#footerbot {
    float: left;
    width: 1000px;
    height: 20px;
}

#footerbot a:hover {
    text-decoration: underline;
}


/* MENU JEDLANY LISTKOK  */

#nasemenu {
    position: relative;
    width: 1000px;
}

#nasemenuleft {
   float: left;
   width: 275px;
   margin-bottom: 30px;
}

#nasemenuleftcore {
    width: 225px;
    margin: 0 auto;
}

#kategorie {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#kategorie li {
    float: left;
    background-color: #fe510c;
    width: 100%;
}

#kategorie li a {
    float: left;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    border-top: 3px solid #663300;
}

#kategorie li a:hover {
    background-color: #f9692d;
}

#objednavka {
    float: left;
    width: 100%;
}

#objednavka img {
   vertical-align:middle;
}

#objednavka h5 {
    float: left;
    width: 100%;
    background-color: #222222;
    color: #fe510c;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    font-family: Bold;
}

#objednavka ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    color: #828282;
    padding: 0px;
}

#objednavka ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 0.9em;
    background-color: #eeeeee;
    border-bottom: 1px solid #a0a0a0;
}

#objednavka ul li:hover {
    background-color: #e1e0e0;
}

.celkovacena {
    color: #222222;
    font-family: Bold;
}

#objednavkaform {
    float: left;
    width: 100%;
    background-color: #d7d7d7;
    border-spacing: 0px;
}

#objednavkaform tr td {
    text-align: center;
}

#objednavkaform input[type="text"] {
    width: 200px;
    padding: 3px;
    border: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 20px;
    color: #a6a6a6;
}

#objednavkaform textarea {
    width: 198px;
    padding: 3px;
    border: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #a6a6a6;
}

#frmvytvorObjednavku-odoslat {
    float: left;
    width: 100%;
    border: 0px;
    padding-top: 7px;
    color: #fe510c;
    padding-bottom: 7px;
    background-color: #1c1c1c;
    margin: 0px;
    font-family: Bold;
    cursor: pointer;
}

#nasemenuright {
    float: right;
    width: 725px;
}

#nasemenurightcore {
    width: 675px;
    margin: 30px auto;
}

#strankovanie {
    float: left;
    width: 100%;
    text-align: center;
}

#strankovanie ul {
    display: inline-block;
    list-style: none;
    margin: 0px;
}

#strankovanie ul li {
    float: left;
}

#strankovanie ul li a {
    float: left;
    padding: 3px 6px;
    color: #222222;
}

.triedprod {
    float: right;
    margin-right: 10px;
    margin-top: 30px;
}

.produkt {
    float: left;
    width: 100%;
    background-color: #f6f6f6;
    border-top: 4px solid #222222;
    margin-bottom: 40px;
}

.produkt h4 {
    float: left;
    width: 500px;
    margin-top: 5px;
    margin-left: 10px;
    color: #fe530d;
    font-family: Segoe;
}

.produkt span {
    float: right;
    width: 155px;
    margin-top: 5px;
    margin-right: 10px;
    color: #838383;
    text-align: right;
}

.produkt p {
    float: left;
    width: 500px;
    margin-left: 10px;
    color: #5d5d5d;
    font-family: Segoe;
}

.pocetprod {
    float: right;
    margin: 0px;
    width: 20px;
    padding: 4px;
    border: 1px solid #fe510c;
}

.vlozdokosa {
    float: right;
    padding: 5px;
    background-color: #fe510c;
    color: #ffffff;
    border: 0px;
    margin: 0px;
    cursor: pointer;
}






























