.brand-logo {
    width: 234px;
    height: 39px;
    background-image: url('../images/small_logo.png');
    background-repeat: no-repeat;
    margin-top: 11px;
}

.eshop-logo {
    width: 166px;
    height: 150px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    margin:20px auto 0px auto;
}

.brand-logo_none {
    display: none;
}

li a span {
    padding: 0px 8px;
}

.top-nav2 {
    position: fixed;
    top: 0px;
    z-index: 999;
}

.site2 {
    //padding-top: 92px;
}

.top-nav {
    position: fixed;
    top: 0px;
    z-index: 999;
    display: none;
}

.site {
    //padding-top: 28px; 
}

#logo {
    width: 100%;
    text-align: center;
}

a.ad {
    color: #0071ba;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

a.ad:hover {
    color: #68b92e;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

.adgreen {
    background-color: white; 
}

.logoh1 {
    height: 80px;
}

span.msg {
    color: #0071ba;
    font-size: 20px;
    text-transform: uppercase;
}

h1 {
    color: #0071ba;
}

h1.h1main {
    font-size: 20px;
    width: 100%;
    text-transform: uppercase;
}

.green_c {
    width: 19px;
    height: 19px;
    background-image: url('../images/green_c.png');
    background-repeat: no-repeat;
}

.kategorie {
    margin-left: 0px;
}

.kategorie {
    position: relative;
}

.kategorie li {
    color: #424242; 
    padding: 10px 10px 10px 40px;
    text-transform: uppercase;
    border-bottom: #f2f2f2 solid thin;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.kategorie li:hover {
    background-color: #f2f2f2;
    background-image: url('../images/blue_a.png');
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;

}
.sub1 {
    margin-left: 35px;
}

.sub1 li {
    text-transform: none;
}

.sub2 {
    margin-left: 35px;
}

.sub2 li {
    text-transform: none;
}

.level2 {
    margin-left: 50px;
}

.level3 {
    margin-left: 100px;
}

footer.page-footer {
    background-color: #0071ba;
    margin-top: 80px;
}

.btn, .btn-large {
    background-color: #0071ba;
}

.btn:hover, .btn-large:hover {
    background-color: #68b92e;
}

#dropdown1 {
    background-color: white;
    
}

.dropdown-content li>a
{
    color: #0071ba;
    padding: 7px 16px 7px 16px;
}

.dropdown-content li
{
    min-height: 0;
}

h2 {
    color: white;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 2px 2px 2px silver;
}

h2.center {
    width: 100%;
    text-align: center;
}

h3 {
    color: #131d21;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0px 0px 0px 12px;
    font-weight: bold;
}

.cat_urls a {
    color: #0071ba;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

.cat_urls a:hover {
    color: #68b92e;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

.card_top {
    border-bottom: 1px solid rgba(160,160,160,0.2);
    padding: 10px 20px;
    background-color: white;
}

.rychla_nav {
    color: white;
}

.rychla_nav:hover {
    color: #bfdbed;
}

.cena_info {
    margin: 20px;
}

.cennik {
    background-color: white;
}

td {
    padding: 2px 5px;
}

input.ad[type=number]:focus {
    border-bottom: 1px #0071ba solid;
}

input.ad[type=number].valid {
    border-bottom: 1px #0071ba solid;
}

input.ad[type=number].invalid {
    border-bottom: 1px #0071ba solid;
}

input.ad[type=number].active {
    border-bottom: 1px #0071ba solid;
}

form a {
    color: white;
}

form a:hover {
    color: white;
}

.modal-content {
    margin: 20px;
}

/* label color */
.input-field label {
    color: black;
}
.input-field input.ad {
    color: #68b92e;
}
/* label focus color */
.input-field input.ad:focus + label {
    color: #0071ba;
}
/* label underline focus color */
.input-field input.ad:focus {
    border-bottom: 1px solid #0071ba;
    box-shadow: 0 1px 0 0 #0071ba;
}
/* valid color */
.input-field input.ad.valid {
    border-bottom: 1px solid #0071ba;
    box-shadow: 0 1px 0 0 #0071ba;
}
/* invalid color */
.input-field input.ad.invalid {
    border-bottom: 1px solid #0071ba;
    box-shadow: 0 1px 0 0 #0071ba;
}
/* icon prefix focus color */
.input-field .prefix.active {
    color: #0071ba;
}

.form {
    margin: 20px;
}

.td_popis {
    width: 50%;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #68b92e;
}

.select-wrapper input {
    color: #68b92e;
}

h1.h_ad {
    color: #0071ba;
    font-size: 26px;
    text-transform: uppercase;
}

.just {
    text-align: justify;
}

h2.op {
    color: #68b92e;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
    padding: 3px 6px;
}

h3.op {
    color: #0071ba;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    padding: 3px 6px;
}

ul.just li {
    list-style: upper-roman;
    list-style-position: inside;
}

.sites_links {
    width: 100%;
    margin: 0px;
    height: 40px;
    text-align: center;
}

.sites_links a {
    margin: 0px 20px;
}

#vizitka {
    width: 100%;
    height: 322px;
    background-image:url('../images/vizitka.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
}
.wide{
    z-index: -1000;
    width:100%;
    height: 1100px;
    background-image:url('../images/bkg_1.jpg');
    background-size:cover;
    background-position: center;
}

ul.ucto {
    margin-left: 20px;
}

ul.ucto li {
    list-style-position: inside;
    list-style-type: disc;
}

.deco_2 {
    width:100%;
    height: 160px;
    background-image:url('../images/deco_2.jpg');
    background-size:cover;
    background-position: center;
}

.deco_1 {
    width:100%;
    height: 160px;
    background-image:url('../images/deco_1.jpg');
    background-size:cover;
    background-position: center;
}

.kontakt {
    width:100%;
    height: 389px;
    background-image:url('../images/kontakt.jpg');
    background-position: right;
    background-repeat: no-repeat;
}

#top-nav ul a {
    color: #131d21;
}

h4 {
    width: 100%;
    text-align: center;
    color: #131d21;
    font-size: 30px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: normal;
    text-shadow: 2px 2px 2px white;
}


.wide2{
    z-index: -1000;
    width:100%;
    background-color: #e6e6e6;
    margin: 60px 0px;
}

.kontakt span {
    font-size: 18px;
    font-weight: bold;
}

#up_logo {
    width: 739px;
    height: 157px;
    background-image:url('../images/logo_up.png');
    background-repeat: no-repeat;
}

.fajka {
    position: relative;
    top: 16px;
    font-size: 64px;
}
