/* Nadpisy */
h1, h2, h3, h4 { color: #000000; font-family: 'Zilla Slab', serif; font-weight: 700; line-height: 1.3; }
h1 { font-size: 88px; margin-top: 0; }
h1:after { display: block; content: ""; width: 70px; height: 8px; margin-top: 35px; margin-bottom: 55px; background: #D5B765; }
h2 { font-size: 54px; }
h2:after { display: block; content: ""; width: 48px; height: 5px; margin-top: 28px; margin-bottom: 42px; background: #D5B765; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }

/* Seznamy */
ul { list-style: none; list-style-image: none; }
ul,
ul ul,
ul ul ul,
ol
ol ol,
ol ol ol { margin: 6px 0 0 20px; }

ul li { list-style-type: disc; margin-left: 30px }
.phpdebugbar-widgets-list li { background-image: none }
ul ul li { list-style-type: circle; margin: 0; padding: 0 0 5px 0 }
ul ul ul li { list-style-type: square; margin: 0; padding: 0 0 5px 0 }

.list-type ul,
.list-type ul li { margin: 0; padding: 0; }
.list-type ul:after { display: block; content: ""; clear: both; }
.list-type ul li { list-style-type: none; list-style-image: none }

/* Odkazy */
a { color: #D5B765; text-decoration: none; outline: 0; -webkit-transition: all 0.15s ease; -o-transition: all 0.15s ease; transition: all 0.15s ease; }
a:hover, a:active, a:focus { color: #D5B765; text-decoration: underline; outline: 0; }

b,
strong { font-family: DINBold; font-weight: normal; }

table { border-collapse: collapse; margin: 0; padding: 0 }
table td,
table th { padding: 3px 4px; }

hr { border-top-color: #eeeeee; }

img { max-width: 100%; height: auto; }

.input-append .add-on {border: 1px solid #e6e6e6;}
#search input[type="text"] {border: 1px solid #e6e6e6;}
#search input[type="text"] {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

@media (max-width: 1200px) {
    h1:after { width: 56px; }
}

@media (max-width: 540px) {
    h1 { font-size: 68px; }
    h2 { font-size: 36px; }
    h3 { font-size: 18px; }
}

@media (max-width: 400px) {
    h1 { font-size: 54px; }
}