
body {
    background-color: #515151;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

img {
    max-width: 100%;
}

a {
    color: #434fb1;
}

a:hover {
    text-decoration: none;
}

.clearfix {
    clear: both;
    display: block;
}

.telo {
    background-color: white;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.obsah {
    width: 100%;
}

.sidebar {
    width: 100%;
}

.paticka {
    text-align: center;
    color: #9e9e9e;
    font-size: 12px;
    padding: 20px 0px;
}

.paticka a {
    color: #9e9e9e;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .obsah {
        float: right;
        width: 769px;
        border-left: 1px solid #9a9a9a;
    }
    .sidebar {
        float: left;
        width: 200px;
    }
    .titulek {
        float: right;
        width: 650px;
    }
}

.hlavicka {
    position: relative;
    background-image: url(../img/header.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    float: left;
    transition: 0.3s;
}

.logo:hover {
    opacity: 0.8;
}

.logo img {
    margin-top: 1px;
}

.titulek {
    float: right;
    width: 590px;
    padding-top: 100px;
    text-align: center;
}

.titulek span {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    background-image: url('../img/white-40.png');
    text-shadow: 0px 0px 6px black;
}

.navigace {
    position: absolute;
    top: 13px;
    right: 0px;
    z-index: 999;
}

.menu {
    list-style-type: none;
}

.menu li {
    float: left;
}

.menu li a {
    background-color: black;
    border-radius: 5px 5px 0 0;
    color: white;
    display: block;
    font-size: 13px;
    padding: 9px 12px;
    text-decoration: none;
    transition: 0.3s;
}

.menu li.aktivni a, .menu li a:hover {
    background-color: #4b58c8;
}

.menu li ul {
    display: none;
}

.menu li ul li {
    float: none;
}

.menu li ul li a {
    border-radius: 0px;
}

.navbar-toggle {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 5px;
    float: right;
    position: absolute;
    top: 6px;
    right: 15px;
    cursor: pointer;
    transition: 0.3s;
    display: none;
}

.navbar-toggle:hover {
    opacity: 0.8;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background-color: white;
    margin: 5px 0px;
}
@media (max-width: 991px) {
    .hlavicka {
        background-image: url('../img/header-tablet.jpg');
        background-size: auto;
        background-color: black;
        background-position: right bottom;
        padding-top: 50px;
    }
    .navigace {
        width: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        right: auto;
        background-color: black;
        min-height: 0px;
        box-shadow: 0px 0px 5px #515151;
        padding-top: 45px;
    }
    .navbar-toggle {
        display: block;
    }
    .menu {
        display: none;
        max-height: 300px;
        overflow: auto;
    }
    .menu li {
        float: none;
    }
    .menu li a {
        border-radius: 0px;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        border-top: 1px solid #515151;
    }
    .menu li ul li a {
        background-color: #515151;
    }
    .titulek {
        width: 370px;
        padding-top: 65px;
    }
}
@media (max-width: 767px) {
    .hlavicka {
        background-image: none;
        text-align: center;
        background-color: black;
        padding-top: 50px;
    }
    .logo {
        float: none;
    }
    .titulek {
        float: none;
        width: 100%;
        padding-top: 0px;
    }
}

.sidebar .reklama {
    text-align: center;
    background-color: #d2d2d2;
    padding: 15px 0px;
}

.sidebar h2 {
    color: white;
    background-color: #4f5ed4;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    background-size: cover;
    padding: 15px;
}

.sidebar h2 span {
    display: block;
    padding: 0px 0px 0px 30px;
    background-image: url('../img/doporucujeme.jpg');
    background-position: left center;
    background-repeat: no-repeat;
}

.sidebar .recommended {
    background-color: #e6f0ff;
}

.sidebar .recommended .seznam {
    padding: 20px 15px;
}

.sidebar .recommended .seznam ul {
    list-style-type: square;
    padding-left: 15px;
}

.sidebar .recommended .seznam ul li {
    margin-bottom: 20px;
}

.sidebar .recommended .seznam ul li:last-child {
    margin-bottom: 0px;
}

.sidebar .recommended .seznam ul li a {
    display: block;
    margin-bottom: 5px;
}

.uvodnik .text {
    float: left;
    width: 410px;
}

.uvodnik .text .in {
    padding: 15px;
}

.uvodnik .reklama {
    float: right;
    width: 340px;
    text-align: right;
}

h1 {
    font-weight: bold;
    display: block;
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
}

.uvodnik p {
    margin-bottom: 20px;
    line-height: 20px;
}

.uvodnik p.oddelit {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
}

.uvodnik p.oddelit span {
    display: inline-block;
    padding: 0 7px;
}
@media (max-width: 991px) {
    .uvodnik .text {
        float: none;
        width: 100%;
    }
    .uvodnik .reklama {
        float: none;
        width: 100%;
        text-align: center;
        padding: 15px 0px;
    }
}

.reklama-obsah {
    padding: 15px;
    text-align: center;
    background-color: #d2d2d2;
}

.box {
    background-image: url('../img/bgbottom1.jpg');
    background-position: bottom left;
    background-repeat: repeat-x;
}

.box h2 {
    color: white;
    background-color: black;
    background-image: url('../img/ovladac.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 50px;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.box h3 {
    color: white;
    background-image: url('../img/nadpis4.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 17px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    background-size: cover;
    padding: 15px;
}

.box h3 span {
    display: block;
    padding: 0px 0px 0px 30px;
    background-image: url('../img/ovladac2.jpg');
    background-position: left center;
    background-repeat: no-repeat;
}

.box .in {
    padding: 25px 15px;
    background-image: url('../img/bgtop1.jpg');
    background-position: top left;
    background-repeat: repeat-x;
}

.list {
    list-style-type: none;
}

.list li {
    float: left;
    margin-bottom: 5px;
    font-size: 12px;
}

.list li:after {
    content: "|";
    display: inline-block;
    margin: 0px 5px;
}

.list li:last-of-type:after {
    content: "";
    margin: 0px;
}

table {
    width: 100%;
}

.tops {
    background-color: white;
}

.tops .box {
    width: 33.33333333%;
    float: left;
}

.tops .box .in {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    border-right: 1px solid #d2d2d2;
}

.tops .box h3 {
    border-right: 1px solid #d2d2d2;
}

.tops thead th {
    text-align: left;
    padding: 20px 6px 10px 6px;
    vertical-align: middle;
    color: #9a9a9a;
    font-size: 12px;
    border-bottom: 2px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}

.tops tbody td {
    padding: 6px;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    font-size: 12px;
}

.tops tbody tr td:last-child {
    border-right: 0px;
}
@media (max-width: 991px) {
    .tops .box {
        width: 100%;
        float: none;
    }
    .tops .box h3 {
        border-right: 0px;
    }
    .tops .box .in {
        border-right: 0px;
    }
}

.drivers table {
    width: 100%;
    font-size: 12px;
}

.drivers table a, .drivers table a:visited {
    background: url("../img/detail.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-indent: -3000px;
    width: 22px;
}

.drivers table a:hover {
    background-image: url("../img/detail2.png")
}

.drivers th {
    text-align: left;
    padding: 5px;
    vertical-align: middle;
    color: white;
    background-color: black;
    border-bottom: 2px solid #d2d2d2;
}

.drivers td {
    padding: 5px;
    vertical-align: middle;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.drivers tr td:last-child {
    border-right: 0px;
}
.drivers tr:nth-child(even) td {
    background-color: #eeeeee
}

.drivers table .center {
    text-align: center;
}

.drivers .st-head-row-main {
    padding: 10px 15px;
    background-color: #6475ff;
}

.drivers table.small-only .center {
    text-align: left;
}

.notify {
    background-color: #6a7dff;
    padding: 15px 15px 15px 50px;
    background-image: url('../img/obalka.jpg');
    background-repeat: no-repeat;
    background-position: 15px center;
    border-bottom: 1px solid white;
}

.notify label {
    font-weight: bold;
    padding-right: 15px;
}

.notify input {
    background-image: url('../img/input.jpg');
    background-repeat: repeat-x;
    background-color: white;
    background-position: top center;
    border: 1px solid black;
    border-radius: 5px;
    height: 25px;
    width: 150px;
    padding: 0px 10px;
}

.notify button {
    background-color: black;
    color: white;
    border: none;
    height: 27px;
    border-radius: 5px;
    padding: 0px 10px;
    margin-left: -15px;
    cursor: pointer;
    transition: 0.3s;
}

.notify button:hover {
    background-color: #3f3f3f;
}
@media (max-width: 767px) {
    .notify label {
        display: block;
        padding-right: 0px;
        margin-bottom: 10px;
    }
    .notify input {
        display: block;
        margin-bottom: 10px;
    }
    .notify button {
        display: block;
        margin-left: 0px;
    }
    .notify button:hover {
        background-color: #202020;
    }
}

.box-download {
    background-image: url('../img/bgbottom1.jpg');
    background-position: bottom left;
    background-repeat: repeat-x;
    border-bottom: 2px solid black;
}

.box-download .intro {
    float: left;
    width: 50%;
    background-color: black;
}

.box-download .intro table {
    width: 100%;
    color: white;
}

.box-download .intro table th {
    padding: 10px 15px;
    color: #9a9a9a;
    text-align: left;
    border-right: 1px solid #393939;
    border-bottom: 1px solid #393939;
}

.box-download .intro table td {
    padding: 10px 15px;
    border-right: 1px solid #393939;
    border-bottom: 1px solid #393939;
}

.box-download .intro small {
    font-size: 80%;
}

.box-download .intro:last-of-type table td {
    border-right: 0px;
}

.box-download .intro table tr:last-child td, .box-download .intro table tr:last-child th {
    border-bottom: 0px;
}

.box-download .in {
    padding: 20px;
    background-image: url('../img/bgtop1.jpg');
    background-position: top left;
    background-repeat: repeat-x;
}

.box-download .in h4 {
    display: block;
    margin-bottom: 25px;
    font-size: 16px;
}

.box-download .in ul.for {
    list-style-type: square;
    padding-left: 30px;
}

.box-download .in ul.for li {
    margin-bottom: 8px;
}

.box-download .in ul.inf {
    float: left;
}

.box-download .in ul.inf li {
    background-image: url("../img/sipka.jpg");
    background-position: 0 2px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-left: 19px;
}

.box-download .in .more {
    display: block;
    margin-top: 25px;
    margin-bottom: 40px;
}

a.download {
    display: inline-block;
    background-image: url('../img/download.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    width: 180px;
    height: 45px;
    text-decoration: none;
    float: right;
    transition: 0.3s;
}

a.download strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0 2px 37px;
    text-shadow: 0px 0px 3px #727272;
}

a.download.one strong {
    padding: 14px 0 2px 37px;
}

a.download span {
    display: block;
    padding: 1px 0 0px 37px;
    font-size: 11px;
}

a.download:hover {
    opacity: 0.8;
}
@media (max-width: 767px) {
    .box-download .intro {
        float: none;
        width: 100%;
    }
    .box-download .intro table th {
        width: 90px;
    }
    .box-download .intro:first-of-type table tr:last-child td, .box-download .intro:first-of-type table tr:last-child th {
        border-bottom: 1px solid #393939;
    }
    .box-download .in ul.inf {
        float: none;
        margin-bottom: 20px;
    }
    a.download {
        float: none;
    }
}

.slide {
    display: none;
    margin-bottom: 30px;
    margin-top: -30px;
}
