/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background-image: url("./img/bg.jpg");
    background-size: 135% 240%;
    background-position: top;
    font-family: 'Roboto', sans-serif;
    background-position: top center;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */

html {
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

body {
    font: 12px/18px "Century Gothic";
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 1150px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 170px;
    background: transparent;
}

#menu {
    padding-top: 16px;
    margin-top: 10px;
    background-color: black;
    width: 72.6%;
    height: 37px;
    clear: both;
    float: left;
    padding-left: 25px;
    font-weight: bold;
}

.menu-button {
    color: white;
    margin: 1px 1px 1px 1px;
    background-color: black;
    font-size: 16px;
    padding-top: 20px;
    padding: 1px 1px 1px 1px;
    text-decoration: none;
    padding-right: 35px;
}

.menu-button:hover {
    color: red;
    margin: 1px 1px 1px 1px;
    background-color: black;
    font-size: 16px;
    padding: 1px 1px 1px 1px;
    text-decoration: none;
    padding-right: 35px;
}

#ikonky {
    position: absolute;
    z-index: 900;
    float: right;
    margin-top: 140px;
    margin-left: 600px;
}

#head-logo {
    float: left;
    position: absolute;
    z-index: 600;
}

.search-box {
    margin-left: 300px;
    outline: none;
    float: right;
    background-color: #ffffff;
    border: none;
    padding: 0;
    height: 27px;
    width: 212px;
    padding-left: 10px;
}

#hledej {
    position: absolute;
    margin-left: 522px;
    width: 28px;
    height: 28px;
    background-color: #ea1f25;
    padding: 0;
    border: none;
    background-image: url('/img/search.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#ikonky img.ikona {
    position: absolute;
}

#ikonky #login {
    margin-left: 0;
}

#ikonky #fb {
    margin-left: 140px;
}

#ikonky #mail {
    margin-left: 175px;
}

#ikonky #telefon {
    margin-left: 220px;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    height: auto;
    padding: 0 0 100px;
    position: relative;
}

.middle:after {
    display: table;
    clear: both;
    content: '';
}

.container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.containerx {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 45%;
}

.content {
    padding: 0 290px 0 0;
    margin-bottom:55px;
}

.contentx {
    padding: 0 290px 0 0;
    margin-top: 3.6%;
    width: 49.6%;
    margin-bottom: 50px;
    background-color: white;
    height: 1300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#rslider-wrap {
    padding-top: 0px;;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
    float: left;
    width: 250px;
    margin-left: -250px;
    position: relative;
    background: #ffffff;
    height: 440px;
}

.right-sidebarx {
    float: left;
    width: 250px;
    margin-left: -250px;
    position: relative;
    background: #ffffff;
    margin-top: 43%;
    margin-bottom: 2%;
    height: 960px;
}

/* Footer
-----------------------------------------------------------------------------*/
.masterfooter {
}

.footer {
    width: 100% !important;
    left: 0;
    right: 0;
    margin: -2px auto 0;
    height: auto;
    background: #ffffff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    /*padding-left:;*/
}

#footer-sponzor {
    display: inline-block;
    vertical-align: middle;
    background-color: white;
 */    width: 100%;
    right: 0;
    left: 0;
 */    margin-top: -30px;
}

#image-map-sponzor {
    vertical-align: middle;
    padding-right: 0%;
    padding-left: 0%;
    width: 1224px;
}

.mailto {
    text-decoration: none;
    color: red;
}

.mailto:hover {
    text-decoration: none;
    color: black;
}

#color {
    width: 100%;
    background-color: #d9d9d9;
}

#footer-kontakt {
    background-color: #d9d9d9;
    height: auto;
    width: 1150px !important;
    left: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
}

.contact-block {
    width: 220px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: justify;
    padding-left: 50px;
}

.contact-blockx {
    width: 500px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: justify;
    padding-right: 60px;
}

#contacter {
    width: 1150px;
    position: static;
    padding-left: 30px;
}

.osoba {
    padding-bottom: 10px;
    padding-top: 10px;
}

#footer-copyright {
    padding-top: 20px;
    padding-bottom: 11px;
    position: fixed;
    background-color: white;
    left: 0px;
    bottom: 0px;
    height: 30px;
    width: 100%;
}

#footer-copyjust {
    color: red;
    text-decoration: none;
}

/* Slider
----------------------------------*/
#slider {
    height: 440px;
    background-color: darkgrey;
    /*padding-top: 20px;*/
}

/* News
-----------------------------------*/
.morex {
    color: black;
    width: 300px;
    border: 1px solid;
    border-color: black;
    padding: 10px 16px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    margin-right:20px;

}

.morex:hover {
    color: red;
    font-weight: 700;
    text-decoration: none;
}

.more {
    color: red;
    font-weight: 700;
    text-decoration: none;
    padding-right: 8px;
}

.more:hover {
    color: black;
    font-weight: 700;
    text-decoration: none;
}

.menu-aktuality {
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 20px;
    margin-top:25px;
}

.date {
    color: red;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
}

.news-title {
    color: red;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 7px;
}

.aktualita {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 60px;
    width: 700px;
}

.aktualitax {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 60px;
    width: 800px;
}

/* Headings
------------------------------------*/
.nadpis-low {
    color: black;
    font-size: medium;
    padding-left: 30px;
    padding-top: 12px;
    font-weight: 700;
}

.nadpis-lowv {
    color: black;
    font-size: medium;
    padding-left: 0px;
    padding-top: 5px;
    text-align: center;
    font-weight: 700;
}

.nadpis-lowx {
    color: black;
    font-size: medium;
    padding-left: 25px;
    margin-top: -3px;
    font-weight: 700;
}

.heading {
    background-color: red;
    color: white;
    font-size: 18px;
    height: 36px;
    padding-top: 17px;
    padding-bottom: 0px;
    margin-top: 10px;
    text-align: center;
    float: right;
    clear: right;
    width: 21.74%;
    font-weight: bold;
}

.headingx {
    background-color: red;
    color: white;
    font-size: 20px;
    height: 34px;
    padding-top: 15px;
    text-align: center;
    float: right;
    clear: right;
    width: 100%;
    font-weight: bold;
}

.heading2 {
    background-color: black;
    color: white;
    font-size: 20px;
    height: 34px;
    padding-top: 15px;
    padding-left: 0px;
    margin-top: 0px;
    left: 0px;
    text-align: center;
    width: 860.5px;
    font-weight: bold;

}

/* Historie zápasů
------------------------------------*/
.historie-odkazy {
    padding-left: 25px;
    padding-bottom: 5px;
    margin-top: -6px;
}

.historie-odkazyx {
    padding-left: 0;
    padding-bottom: 5px;
    margin-top: -6px;
    text-align: center;
}

.kat-odkazy {
    color: red;
    text-decoration: none;
    padding-right: 4.5px;
}

.kat-odkazy:hover {
    color: black;
    text-decoration: none;
    padding-right: 4.5px;
}

.historie {
    padding-left: 20px;
    font-weight: 600;
    padding-top: 5px;
    padding-right: 10px;
}

.historiex {
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 10px;
    /*height:;*/
    text-align: center;
}

#ajax_content {
    overflow-x: hidden;
    overflow-y: auto;
}

#ajax_kalendar {
    overflow-y: auto;
    height: 321px;
    padding-bottom: 4px;
}

.match {
    margin-top: 5px;
}

.match-date {
    font-weight: 400;
}

.proti {
    color: red;
    font-weight: bold;
    text-align: center;
}

/* dropdown test */
.dropdown {
    position: relative;
    display: inline-block;
    height: 50px;
    z-index: 9000;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #292929;
    width: 730px;
    padding: 12px 16px;
    padding-top: 20px;
    margin-top: 17px;
    padding-bottom: 19px;
    z-index: 9001;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#menu-buttonx {
    color: white;
    margin: 1px 1px 1px 1px;
    background-color: #292929;
    font-size: 16px;
    padding-top: 16px;
    text-decoration: none;
    padding-right: 16px;
}

#menu-buttonx:hover {
    color: red;
    margin: 1px 1px 1px 1px;
    background-color: #292929;
    font-size: 16px;
    padding-top: 16px;
    text-decoration: none;
    padding-right: 16px;
}

.refs-href {
    text-decoration: none;
    color: black;
}

/* nav-bar kalendar */
.kat-odkazy .active {
    color: black;
}

/* tabulky soupiska */
.tg {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top:15px;
    width:950px;

}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    overflow: hidden;
    word-break: normal;
    padding-left: 15px;
    color: #333;
    background-color: #fff;
    text-align: left;
}

.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    overflow: hidden;
    word-break: normal;
    padding-left: 15px;
    padding-right: 15px;
    font-weight:800;
    text-align: left;
    color: white;
    background-color: #000000;
}
th .thx {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    overflow: hidden;
    padding-left: 365px;
    font-weight: 800;
    width: 950px;
    text-align: center;
    color: white;
    background-color: #000000;
}

.tg .tg-yw4l {
    vertical-align: top
}
/* sponzori */
.sponzori {
}
.td-par {
    width: 250px;
    height: 150px;

}
.td-parx {
    width: 180px;
    height: 90px;
    padding-left: 20px;
}
.img-s1 {
    width: 190px;
}
.img-s2 {

}
.img-s3 {
    width: 190px;

}
.img-s4 {
    width: 190px;
    padding-bottom: 50px;
}
.img-s5 {
    width: 190px;
    padding-bottom: 20px;
}
.img-s6 {
    width: 190px;
    padding-left: 0px;
}
.img-s7 {
    width: 190px;
}
.img-s8 {
    width: 190px;
}
.img-s9 {
    width: 190px;
}
.img-s10 {
    width: 190px;
}
