*,
button,
input,
select {
    font-family: "Play", sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0;
}

img {
    max-width: 100%;
    vertical-align: baseline;
}

td {
    text-align: left;
    padding: 3px;
    vertical-align: middle;
    height: 24px;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    text-align: left;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

input {
    padding: 5px 5px;
    margin: 0;
    border: 0;
    font-family: "Play", sans-serif;
    font-weight: bold;
    font-size: 15px;
    background: #f4de7f;
}

input:focus {
    background: #FFF;
    color: #111;
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}

button {
    background: #f55f15 -webkit-linear-gradient(#f55f15, #b62f0a);
    background: #f55f15 linear-gradient(#f55f15, #b62f0a);
    font-family: "Play", sans-serif;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 8px 6px;
    color: #FFF;
    border: 0;
}

button:hover,
button:focus {
    border: 0;
    background: #b62f0a -webkit-linear-gradient(#b62f0a, #f55f15);
    background: #b62f0a linear-gradient(#b62f0a, #f55f15);
    outline: none;
}

textarea {
    font-family: "Roboto", sans-serif;
    /*border: 1px solid #bbb;*/
    padding: 10px;
    margin: 0;
    font-size: 15px;
    color: #555;
    background: #f4f5e6;
    outline: none;
    width: 100%;
    line-height: 140%;
}

textarea:focus {
    background: #f7f7f7;
}

select,
option {
    padding: 3px 5px 2px;
    margin: 0 1px;
    border: 0;
    font-weight: bold;
    background: #f4de7f;
}

select {
    padding: 4px 5px 5px;
}

select:focus {
    background: #EEE;
    outline: none;
}

input[type=radio] {
    margin: 4px;
    padding: 4px;
}

h1,
h2,
h3 {
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    width: 100%;
    font-family: "Play", sans-serif;
}

h1 {
    font-size: 24px;
    padding: 25px 0 8px 0;
}

h2 {
    font-size: 20px;
    padding: 15px 0 6px 0;
}

h3 {
    text-align: left;
    font-size: 18px;
    padding: 12px 0 6px 2%;
    /*background: -webkit-linear-gradient(#f3f3f3, #fff);*/
    /*background: linear-gradient(#f3f3f3, #fff);*/
}

video {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

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

body {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    max-width: 1328px;
    width: 100%;
    font-size: 15px;
    color: #111; /* #080808  */
    padding: 0;
    margin: 0 auto;
    background: #0d1817; /* #0d1817  */
    text-align: center;
    display: block;
}

header {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

#invelt {
    width: 100%;
    height: auto;
    margin: 0 aut0;
}

#invelt-left-logo {
    position: absolute;
    width: 35px;
    top: 0;
    left: -38px;
    z-index: 10;
}

#invelt-left {
    position: absolute;
    width: 160px;
    top: 144px;
    left: 0;
    text-align: center;
    z-index: 1;
}

#inside-invelt-left {
    background: #fff;
    padding: 0;
    margin: 0;
    z-index: 1;
}

#invelt-right {
    position: absolute;
    width: 160px;
    top: 144px;
    left: 1168px;
    text-align: center;
    z-index: 1;
}

#inside-invelt-right {
    /*background: #FFF;*/
    padding: 0;
    margin: 0;
    z-index: 1;
}

#header-top {
    padding: 1.2% 1% 0.6%;
    text-align: left;
    margin: 0 auto;
    background: #0d1817;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header-logo {
    width: 34%;
}

.logo {
    max-width: 300px;
    width: 100%;
}

#header-login {
    width: 45%;
    padding: 0 0 0 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

#header-login a {
    font-family: "Play", sans-serif;
    margin: 0 5%;
    color: #ccc;
}

#header-login a:hover {
    color: #fff;
}

#header-login-name {
    width: 30%;
    font-family: "Play", sans-serif;
    font-size: 120%;
    font-weight: bold;
    color: yellow;
    text-align: right;
}

#header-login-logout {
    width: 30%;
    text-align: left;
}

#header-login-logout a,
#header-login-info a {
    font-family: "Play", sans-serif;
    font-size: 120%;
}

#header-login-logout a:hover,
#header-login-info a:hover {
    color: #fff;
}

#header-login-info {
    width: 30%;
    text-align: center;
}

#header-login-form {
    width: 63%;
}

#header-sign {
    width: 36%;
}

#header-partner {
    width: 18%;
    overflow: visible;
    text-align: right;
}

#header-gen-partner {
    font-family: "Play", sans-serif;
    font-size: 13px;
    color: #bbb;
    text-align: right;
    float: left;
    line-height: 120%;
    margin-top: 5px;
}

#header-partner img.invelt {
    max-height: 33px;
    z-index: 15;
}

#header-partner img.bmw-logo {
    vertical-align: bottom;
    position: absolute;
    top: -64px;
    right: 22px;
    max-width: 80px;
    width: 10%;
    z-index: 11;
}

main {
    max-width: 1004px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
    background: #FFF;
    border: 0;
}

/* nav start --------------------------------------------------------------------------------------------------- */
.toggle,
[id^=drop] {
    display: none;
}

nav {
    margin: 0;
    padding: 0;
    background: #00852a linear-gradient(#00852a, #00521a);
}

nav:after {
    content: "";
    display: table;
    clear: both;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

nav ul li {
    margin: 0;
    display: inline-block;
    float: left;
    background: #00852a linear-gradient(#00852a, #00521a);
}

nav a {
    display: inline-block;
    padding: 7px 9px;
    color: #FFF;
    font-family: "Play", sans-serif;
    font-size: 15px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

nav a:hover,
nav a:focus {
    color: #000;
    box-shadow: inset 0 -27px 0 0 #fff;
}

/* nav end*/

footer {
    padding: 1%;
    font-weight: bold;
    line-height: 140%;
    /*background: #222;*/
    color: #999;
    text-align: left;
    max-width: 1004px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer-logo img {
    padding-bottom: 5px;
}

#footer-contact {
    margin: 0 0 0 5%;
    line-height: 200%;
    display: table;
    text-align: right;
}

#footer-contact a {
    font-size: 16px;
    color: #999;
}

#footer-contact a:hover {
    color: #f60;
}

#footer-left {
}

.footer-rss {
    color: #999;
    font-size: 54px;
    margin: 0 10px;
}

.footer-rss:hover {
    color: #f60;
}

.twitter-slide {
    background-image: url('/img/twitter-hover.png');
    height: 48px;
    width: 48px;
    margin: 0 10px;
    float: left;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.twitter-slide:hover {
    background-position: 0 -48px;
}

.fb-slide {
    background-image: url('/img/facebook-hover.png');
    height: 48px;
    width: 48px;
    margin: 0 10px;
    float: left;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.fb-slide:hover {
    background-position: 0 -48px;
}

.main-left {
    width: 62%;
    float: left;
}

aside {
    width: 38%;
    float: right;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.live {
    max-width: 370px;
    min-width: 320px;
    /*min-height: 200px;*/
    padding: 0.5% 1%;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.live-title {
    width: 100%;
    font-weight: bold;
    font-family: "Play", sans-serif;
    margin-bottom: 5px;
}

.live-stage {
    width: 100%;
    font-size: 12px;
    color: #777;
}

.live-short {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.live-datum {
    padding: 0 5px 5px;
}

.live-text {
    padding: 0 5px 5px;
    width: 100%;
}

table.live-results {
    background: linear-gradient(#fff, #f3f3f3);
    min-width: 100%;
    margin-top: 5px;
    font-size: 13px;
    text-align: left;
}

table.live-results td img {
    height: 11px;
}

table.live-results td {
    padding: 1px;
}

.live-odkaz {
    margin-top: 3px;
}

.live-odkaz a {
    font-size: 14px;
    color: #004115;
    font-family: "Play", sans-serif;
}

.live-info {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    font-family: "Play", sans-serif;
    color: red;
}

.newsbox {
    width: 98%;
    padding: 3% 0.5% 1.8% 1.5%;
    margin-right: 2%;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.odsazeni-ikona {
    width: 20%;
    max-width: 120px;
}

.news {
    width: 80%;
    text-align: left;
    padding: 0 0 0 2%;
}

.news-nadpis a {
    font-size: 17px;
    font-family: "Play", sans-serif;
    color: #00521a;
}

.news-nadpis a:visited {
    color: #111;
}

.news-data {
    margin: 7px 0;
    font-size: 13px;
}

.fb-count {
    margin-left: 10px;
    font-weight: bold;
}

.podtitulek {
}

.clanky-hledat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-right: 2%;
}

.clanky-hledat a {
    display: table;
    /*background: linear-gradient(#f3f3f3, #fff);*/
    padding: 3px 8px;
    font-size: 15px;
    font-weight: bold;
    color: #004115;
    font-family: "Play", sans-serif;
}

article {
    width: 83%;
    padding: 15px;
}

#clanek {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#clanek-aside {
    width: 17%;
    min-width: 160px;
    padding: 30px 0;
}

#clanek-aside img {
    margin: 0 auto 15%;
    max-width: 150px;
}

.clanek-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clanek-top-autor {
    font-family: "Play", sans-serif;
    font-size: 110%;
    width: 50%;
    text-align: left;
    min-width: 300px;
    padding: 0.5% 0;
}

.clanek-top-data {
    font-family: "Play", sans-serif;
    font-size: 100%;
    width: 50%;
    text-align: right;
    min-width: 300px;
    padding: 0.5% 0;
}

.pod-clankem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.clanek-tags {
    margin: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*border-bottom: 1px solid #eee;*/
    /*padding: 5px;*/
}

.clanek-tags-item {
    background: #00852a linear-gradient(#00852a, #00521a);
    margin: 1px 1px 0 0;
    text-align: center;
}

.clanek-tags-item a {
    color: #fff;
    font-size: 90%;
    font-weight: normal;
    padding: 5px 8px;
    display: block;
    font-family: "Play", sans-serif;
}

.clanek-tags-item a:hover {
    background: #f60;
}

.social {
    margin: 2px;
    text-align: center;
}

.ostatni-clanky {
    font-size: 15px;
    margin: 10px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.clanek-pred,
.clanek-po {
    width: 49%;
    /*min-width: 40%;*/
    /*background: -webkit-linear-gradient(#fff, #eee);*/
    /*background: linear-gradient(#fff, #eee);*/
    padding: 1%;
}

.clanek-pred a,
.clanek-po a {
    font-family: "Play", sans-serif;
    color: #004115;
}

.clanek-pred {
    text-align: left;
}

.clanek-po {
    text-align: right;
}

/* clanky */
.perex {
    font-weight: bold;
    text-align: left;
    line-height: 140%;
    font-size: 17px;
    margin: 5px 0;
    font-family: "Roboto", sans-serif;
    color: #004115;
    font-style: italic;
}

.text {
    text-align: left;
    line-height: 140%;
    font-size: 17px;
    color: #111;

}

.text p {
    padding: 5px 0;
    font-family: "Roboto", sans-serif;
}

.text img {
    margin: 0 auto;
}

.text table {
    margin: 5px auto 5px auto;
    border-collapse: collapse;
    border: 1px solid #eee;
}

.text th {
    text-align: center;
    background: #00582a;
    color: #eee;
}

.text td {
    text-align: left;
    border: 1px solid #f7f7f7;
    padding: 2px 6px;
    font-size: 0.9em;
}

.text small {
    font-size: .9em;
}

.text p a {
    text-decoration: underline;
    font-weight: bold;
    color: #008528;
}

.text p a:hover {
    text-decoration: none;
}

.text p a:link {
    color: #444;
}

.text p i {
    font-style: italic;
    font-family: "Roboto", sans-serif;
}

.text p b {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

.text ol, .text li {
    font-size: 1em;
    line-height: 140%;
    text-align: left;
    margin: 10px 20px 10px 20px;
    width: 90%;
}

.text .cent {
    text-align: center;
}

blockquote {
    font-family: "Roboto", sans-serif;
    display: 90%;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 10px 0 10px auto;
    position: relative;
    color: #111;
    text-align: justify;
    border-left: 10px solid #c76c0c;
}

blockquote::before{
    content: "\201C"; /*Unicode for Left Double Quote*/

    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;

    /*Positioning*/
    position: absolute;
    left: 10px;
    top: 30px;
}

blockquote::after{
    /*Reset to make sure*/
    content: "";
}

blockquote a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

blockquote a:hover{
    color: #666;
}

blockquote em{
    font-style: italic;
}

blockquote b {
    font-family: "Roboto", sans-serif;
}
#page {
    position: relative;
    width: 100%;
    padding: 0 1.2%;
}

#page input:hover,
#page input:focus {
    background: #dde9ff;
}

.foto-around {
    max-width: 360px;
    margin: 2px auto 0;
    position: relative;
}

.foto-around img {
    max-width: 180px;
    width: 50%;
}

.foto-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    text-align: left;
}

.foto-caption a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    font-family: "Play", sans-serif;
}

.image_b {
    /*box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);*/
}

/* photos */
.foto {
    width: 100%;
    padding: 1% 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.foto-image {
    margin: 0.5%;
    position: relative;
}

.foto-image img {
    max-width: 150px;
}

.foto-number,
.foto-counter {
    position: absolute;
    top: 0;
    padding: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 12px;
}

.foto-number {
    left: 0;
}

.foto-counter {
    right: 0;
}

#horizont {
    z-index: 2;
    margin: 3px auto;
    padding: 0;
}

#horizont ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#horizont li {
    display: inline-block;
    margin: 1px;
    padding: 0;
}

#horizont a {
    font-family: "Play", sans-serif;
    display: block;
    padding: 3px 6px;
    background: -webkit-linear-gradient(#12577d, #051924);
    background: linear-gradient(#12577d, #051924);
    font-weight: bold;
    color: #FFF;
    font-size: 15px;
}

#horizont a:hover,
#horizont a:focus {
    background: #b62f0a;
    color: #FFF;
}

#horizont a.actual {
    background: #b62f0a;
    color: #FFF;
}

.widget-icon-logo {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 120px;
    height: 85px;
    z-index: 1;
    background-repeat: no-repeat;
}

.widget-icon-logo2 {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 50px;
    height: 30px;
    z-index: 2;
    background-repeat: no-repeat;
    border: 1px solid #eee;
}

.widget-stopped,
.widget-canceled {
    position: absolute;
    top: -5px;
    left: 70px;
    width: 300px;
    height: 90px;
    z-index: 1;
}

.widget-stopped {
    background-repeat: no-repeat;
}

.widget-canceled {
    background-repeat: no-repeat;
}

.tym {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tym-item {
    width: 32.2%;
    min-width: 280px;
    background: -webkit-linear-gradient(#fff, #f3f3f3);
    background: linear-gradient(#fff, #f3f3f3);
    padding: 1%;
    margin: 0.5%;
    text-align: left;
}

.tym-item img {
    max-width: 70px;
    min-width: 50px;
    float: left;
}

.tym-item a {
    color: #004115;
    font-size: 14px;
}

.tym-item-info {
    float: left;
    padding: 0 3%;
}

.tym-item-info p {
    margin-bottom: 10px;
}

.tym-redakce {
    padding: 1%;
    width: 48%;
    margin: 0.5%;
    background: -webkit-linear-gradient(#fff, #f3f3f3);
    background: linear-gradient(#fff, #f3f3f3);
    text-align: left;
}

.rzlist40 {
    z-index: 2;
    margin: 0 auto;
    padding: 1%;
}

.rzlist40 ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.rzlist40 li {
    display: inline-block;
    margin: 0 1px 1px 0;
}

.rzlist40 a {
    font-family: "Play", sans-serif;
    display: block;
    padding: 3px 6px;
    font-weight: bold;
    color: #fff;
    min-width: 15px;
    background: -webkit-linear-gradient(#007425, #004115);
    background: linear-gradient(#007425, #004115);
}

.rzlist40 a:hover,
.rzlist40 a:focus {
    background: #f55f15;
    color: #FFF;
}

.rzlist50 {
    z-index: 2;
    margin: 0 auto;
    padding: 0 1% 1%;
}

.rzlist50 ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.rzlist50 li {
    display: inline-block;
    margin: 0 1px 1px 0;
}

.rzlist50 a {
    font-family: "Play", sans-serif;
    display: block;
    padding: 3px 6px;
    font-weight: bold;
    color: #111;
    min-width: 15px;
    background: #f4de7f;
}

.rzlist50 a:hover,
.rzlist50 a:focus {
    background: #00582a;
    color: #FFF;
}

.search-photo-blok {
    width: 100%;
    /*padding: 5px;*/
    /*margin-bottom: 5px;*/
}

.search-photo-date {
    font-size: .9em;
}

.search-photo-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.search-photo-event {
    margin-bottom: 3px;
    text-align: left;
}

.search-photo-event a {
    color: #004115;
}

.search-photo-item {
    min-width: 49px;
    text-align: center;
}

.search-photo-item a {
    display: block;
    padding: 2px 4px;
    font-size: .9em;
    background: -webkit-linear-gradient(#007425, #004115);
    background: linear-gradient(#007425, #004115);
    color: #fff;
    margin: 0 1px 1px 0;
}

.search-photo-item a:hover {
    background: #f55f15;
    color: #FFF;
}

#kom {
    font-size: 90%;
    margin: 5px;
}

.kom-select {
    width: 90%;
    margin: 2% auto;
}

.kom-select a {
    margin: 5%;
}

.comment {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f8f8f8;
}

.comment-inside {
    background: #EEEEEE;
    width: 16%;
    min-width: 130px;
}

.comment-autor {
    width: 100%;
    padding: 3px 2px 3px 5px;
    text-align: left;
    font-size: .9em;
    background: -webkit-linear-gradient(#00852a, #00521a);
    background: linear-gradient(#00852a, #00521a);
}

.comment-autor a {
    color: #eee;
    /*font-family: "Play", sans-serif;*/
}

.comment-datum {
    width: 100%;
    text-align: center;
    font-size: 90%;
    color: #999;
    padding: 2px 5px;
}

.comment-text {
    width: 83.8%;
    line-height: 140%;
    padding: 3px 8px;
    text-align: left;

    /*border: 1px solid #ededed;*/
}

.comment-text img {
    vertical-align: baseline;
    max-height: 22px;
}

.comment-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment-upraveno {
    font-size: 80%;
    text-align: center;
    padding: 0 5px;
    color: #999;
}

.comment-reagovat {
    background: #999; /*#9d3807*/
    padding: 3px 5px;
    text-align: center;
}

.comment-reagovat a {
    font-size: 90%;
    font-weight: normal;
    color: #eee;
    /*font-family: "Play", sans-serif;*/
}

.comment-reagovat a:hover {
    color: #9d3807;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    font-weight: bold;
}

.comment-pagination {
    z-index: 2;
    margin: 0 auto;
    padding: 1%;
}

.comment-pagination ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.comment-pagination li {
    display: inline-block;
    margin: 0 1px 1px 0;
}

.comment-pagination a {
    font-family: "Play", sans-serif;
    display: block;
    padding: 4px 10px;
    font-weight: normal;
    color: #fff;
    min-width: 15px;
    background: #00521a;
}

.comment-pagination a:hover,
.comment-pagination a:focus {
    background: #f55f15;
    color: #FFF;
}

.rate {
    margin: 2px 0;
    color: #666;
    font-size: 15px;
}

.rate i {
    margin-left: 5px;
    margin-right: 5px;
}

.rate .like {
    color: #00852a;
}

.rate .dislike {
    color: grey;
}

.rate .like:hover {
    color: green;
}

.rate .dislike:hover {
    color: red;
}

.quote {
    padding: 1% 0.5% 1% 3% ;
    background: #eee;
    font-size: 90%;
    line-height: 120%;
}

.horods {
    margin-left: 10%;
}

.warning {
    font-size: 85%;
    margin: 1% 0;
    padding: 1%;
    line-height: 140%;
    background: #eee;
    text-align: left;
}

/* back to top*/
.back-to-top {
    position: fixed;
    bottom: 0;
    right: 100px;
    padding: 0 12px;
    background: transparent;
    z-index: 9999;
    display: block;
    color: #ff6600;
    opacity: .8;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
    color: greenyellow;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}

a.actual {
    background: #f55f15;
    color: #fff;
}

.video-youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin: 10px 0;
}

.video-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
}

.sharer,
.tweeter {
    position: fixed;
    z-index: 50;
    color: #FFF;
    width: 50px;
    opacity: .9;
    font-size: 90%;
}

.sharer:hover,
.tweeter:hover {
    width: 70px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 1;
}

.sharer {
    background: #3C5A98;
    bottom: 45px;
    right: 0;
}

.tweeter {
    background: #55ACEE;
    bottom: 0;
    right: 0;
}

.sharer a,
.tweeter a {
    color: #fff;
    padding: 8px 0;
    display: block;
}

.inzerat-text {
    text-align: left;
    line-height: 140%;
    margin-top: 10px;
}

.inzerat-text img {
    margin: 10px auto;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.inzerat-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    background: #f7eda9;
}

.inzerat-bottom-item {
    text-align: left;
    padding: 5px;
}

.inzerat-kod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.inzerat-kod-item {
    padding: 5px;
}

.inzerce-vyhledat {
    margin: 10px;
}

.inzerce-vyhledat input:hover,
.inzerce-vyhledat input:focus {
    background: #dde9ff;
}

.inzerce-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #efefef;
    padding: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.inzerce-list-nadpis {
    width: 50%;
}

.inzerce-list-nadpis a {
    font-family: "Play", sans-serif;
    font-size: 16px;
    color: #004115;
}

.inzerce-list-datum {
    width: 15%;
}

.inzerce-list-typ {
    width: 10%;
}

.inzerce-list-sekce {
    width: 25%;
}

.in-inzerce-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px 6px 2px;
    margin-bottom: 3px;
    text-align: left;
}

.in-inzerce-list-nadpis {
    width: 100%;
}

.in-inzerce-list-nadpis a {
    font-family: "Play", sans-serif;
    font-size: 14px;
    color: #004115;
}

.in-inzerce-list-nadpis a:hover {
    color: #000;
}

.in-inzerce-list-datum,
.in-inzerce-list-typ,
.in-inzerce-list-sekce {
    padding-top: 2px;
    font-size: 90%;
    color: #555;
}

.in-inzerce-list-datum {
    width: 30%;
}

.in-inzerce-list-typ {
    width: 20%;
}

.in-inzerce-list-sekce {
    width: 40%;
}

.inzerce-vloz {
    text-align: left;
    margin-bottom: 10px;
    border: 1px solid #eee;
    padding: 1%;
}

.inzerce-vloz p {
    margin-bottom: 3px;
    font-size: 90%;
}

.inzerce-vloz label {
    font-size: 90%;
}

.inzerce-vloz textarea {
    width: 100%;
    background: #dde9ff;
    box-shadow: none;
    border: none;
}

.inzerce-vloz-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3px;
}

.inzerce-vloz-top-item {
    width: 20%;
    min-width: 100px;
    font-size: 90%;
    margin: 1% 1% 1% 0;
}

.inzerce-vloz-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3px;
}

.inzerce-vloz-bottom-item {
    width: 20%;
    min-width: 200px;
    font-size: 90%;
    margin: 1% 1% 1% 0;
}

.inzerce-vloz-bottom-item input {
    width: 100%;
}

.inzerce-vloz input {
    background: #dde9ff;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
}

.inzerce-vloz option,
.inzerce-vloz select {
    background: #dde9ff;
}

.inzerce-vloz #nadpis {
    width: 100%;
    max-width: 500px;
}

.inzerce-povinny {
    font-size: 80%;
    color: red;
    font-weight: bold;
}

.small-info {
    width: 100%;
    font-size: 80%;
}

.banner {
    width: 100%;
    padding: 10px 1%;
}

.flex2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10px;
}

.flex2-item {

}

.registrace {
    text-align: left;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    padding: 1%;
}

.registrace p {
    margin-bottom: 5px;
}

.registrace label {
    font-size: 90%;
}

.registrace ul {
    text-align: center;
    margin: 5%;
    font-size: 90%;
    line-height: 140%;
}

.registrace li {
    text-align: left;
}

.user-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.user-top-item {
    width: 30%;
    padding: 0.5%;
    margin: 0.5%;
    background: #eee;
}

.user-nadpis {
    text-align: left;
    padding: 5px 0;
}

.user-change {
    margin: 5px;
}

.user-change input {
    margin: 5px;
}

.video-vlozit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.video-vlozit-item {
    padding: 5px;
    text-align: left;
}

.video-vlozit-item label,
.video-vlozit-item-url label,
.video-vlozit-item-popis label,
.video-vyhledat label {
    font-size: 90%;
    color: #777;
}

.video-vlozit-item-url,
.video-vlozit-item-popis {
    width: 100%;
    padding: 5px;
    text-align: left;
}

.video-vlozit-item-url input,
.video-vlozit-item-popis input {
    width: 60%;
    min-width: 300px;
    overflow: hidden;
}

.video-vyhledat {
    margin: 10px;
    padding: 10px;
}

.video-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
}

.video-list-item {
    margin: 0.5% 0;
    width: 32.3%;
    min-width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*background: -webkit-linear-gradient(#fff, #f3f3f3);*/
    /*background: linear-gradient(#fff, #f3f3f3);*/
}

.video-list-thumb {
    position: relative;
    width: 100%;
}

.video-list-thumb img {
    min-width: 210px;
    z-index: 10;
}

.video-list-play {
    color: red;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-list-play:hover {
    color: #ff6600;
}

.video-list-bottom {
    padding: 1px 3px 5px;
}

.video-list-bottom a {
    font-size: 90%;
    color: #004115;
}

.video-list-author {
    font-size: 85%;
    color: #777;
}

.video-holder {
    margin: 10px 0 0;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
}

.video-popis {
    margin: 10px;
    color: #777;
}

.video-event {
    margin: 10px;
    line-height: 140%;
}

.video-event a {
    font-size: 110%;
    color: #00521a;
}

.video-entry {
    margin: 10px;
}

.video-entry a {
    color: #00521a;
}

.video-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
}

.video-info-item {
    width: 5%;
    min-width: 40px;
    /*background: #00852a -webkit-linear-gradient(#00852a, #00521a);*/
    /*background: #00852a linear-gradient(#00852a, #00521a);*/
    color: #555;
    padding: 8px 5px;
    font-size: 100%;
    text-align: right;
}

#video-main {
    width: 100%;
    padding: 0 1%;
    margin: 10px 0;
}

.share a,
.twit a {
    font-family: "Play", sans-serif;
    font-weight: normal;
    display: block;
}

.share a {
    color: #3C5A98;
}

.twit a {
    color: #55ACEE;
}

.share a:hover,
.twit a:hover {
    font-weight: bold;
}

.video-bottom {
    margin: 20px 10px;
}

.video-bottom a {
    font-size: 120%;
    font-family: "Play", sans-serif;
    color: #00521a;
}

#hledat {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 20px;
}

.hledat-item {
    margin: 0.6% 1%;
}

.hledat-item label {
    font-size: 90%;
    color: #555;
    font-family: "Play", sans-serif;
}

.hledat-nalezeno {
    line-height: 140%;
}

#facebook {
    width: 360px;
    height: 500px;
    margin: 10px 0;
}

#fb-container {
    /*position: relative;*/
    overflow: hidden;
}

.fb-caption {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 100;
    background: #3C5A98 !important;
}

.fb-caption a {
    display: block;
    padding: 4px 10px;
    color: white;
    font-size: 20px;
    /*margin: 0 3px 0 0;*/
    font-family: "Play", sans-serif;
}

.fb-caption i {
    margin-right: 10px;
}

#fbfeedres {
    overflow: hidden;
    height: 600px;
}

#twitter {
    width: 100%;
    height: 720px;
    margin: 0;
}

#tw-container {
    position: relative;
    overflow: hidden;
}

#twitfeed {
    overflow: hidden;
    width: 380px;
    height: 720px;
}

#driver-card,
#driver-card2,
#codriver-card {
    margin: 0 auto;
    text-align: center;
}

.profile-header {
    background: -webkit-linear-gradient(#f3f3f3, #fff);
    background: linear-gradient(#f3f3f3, #fff);
    margin: 10px auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.profile-name {
    font-size: 120%;
    font-weight: bold;
    font-family: "Play", sans-serif;
}

.profile-header-photo img {
    max-height: 80px;
}

.profile-header-data {
    margin: 0 20px;
    font-size: 90%;
}

.profile-header-data p a {
    text-decoration: none;
}

.profile-header-flag {
    font-size: 80%;
    font-weight: normal;
}

.profile-image img {
    max-height: 80px;
    margin-left: 20px;
}

.final-results {
    width: 100%;
    background: -webkit-linear-gradient(#fff, #f3f3f3);
    background: linear-gradient(#fff, #f3f3f3);
    padding: 0.5%;
    position: relative;
    margin: 10px 0;
    text-align: center;
}

.final-results h3 {
    text-align: center;
    margin: 0 0 20px;
    background: transparent;
}

.final-results-link {
    color: #004115;
}

.results-logo {
    max-width: 100px;
    max-height: 60px;
    position: absolute;
    top: -5px;
    right: 5px;
}

.final-results table {
    width: 100%;
    border: 0;
}

.final-results td {
    padding: 2px;
    border: 0;
    font-size: 90%;
    vertical-align: top;
    line-height: 120%;
}

.flag-s {
    width: 28px;
    padding: 1px;
}

.results-poradi {
    font-weight: bold;
}

.results-entry {
    font-weight: bold;
}

td.results-time {
    font-weight: bold;
    text-align: right;
}

.results-penalty {
    color: red;
    font-size: 90%;
}

.final-results-team {
    font-size: 90%;
    font-weight: normal;
}

.final-results-car {
    font-weight: bold;
}

td.final-results-int {
    text-align: right;
    font-weight: bold;
}

.final-results-int2 {
    font-weight: normal;
    font-size: 90%;
}

#portals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 5px;
}

#portals-comments,
#portals-forum,
#portals-portal {
    margin: 0 0.2%;
}

#portals-portal {
    width: 39%;
}

#portals-comments {
    width: 39%;
}

#portals-forum {
    width: 20%;
}

.portal-zadat {
    width: 98%;
}

.portal-zadat input {
    width: 60%;
    min-width: 300px;
    margin-bottom: 5px;
}

.portal-zadat label {
    font-size: 95%;
    color: #555555;
}

.portal-vyhledat {
    margin: 10px 0;
    width: 98%;
}

.portal-vyhledat label {
    font-size: 95%;
    color: #555555;
}

.portal-list {
    margin: 0;
}

.forum {
    padding: 5px 1%;
    /*background: -webkit-linear-gradient(#fff, #f3f3f3);*/
    /*background: linear-gradient(#fff, #f3f3f3);*/
}

.ul-forum {
    list-style: none;
    text-align: left;
    line-height: 150%;
}

.ul-forum li a {
    color: #004115;
}

.ul-forum li a:hover {
    color: #000;
}

#events {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.events-tip {
    /*min-width: 400px;*/
    width: 49%;
    margin: 0 0.5%;
    text-align: left;
    /*background: -webkit-linear-gradient(#fff, #f3f3f3);*/
    /*background: linear-gradient(#fff, #f3f3f3);*/
}

.events-tip-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 80px;
}

.events-tip-logo {
    width: 30%;
    min-width: 100px;
    padding: 5px 10px;
}

.events-tip-name {
    width: 70%;
    min-width: 210px;
    padding: 5px 0 5px 5px;
    line-height: 150%;
    font-size: 95%;
}

.events-tip-name a {
    font-size: 15px;
    color: #004115;
}

.events-tip-banner img {
    max-width: 400px;
}

a.events-section {
    font-size: 14px;
}

#mediasport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 5px;
}

/*.mediasport-list {*/
/*min-width: 45%;*/
/*margin: 0.5%;*/
/*text-align: left;*/
/*!*background: linear-gradient(#fff, #f3f3f3);*!*/
/*padding: 0 1%;*/
/*}*/
.mediasport-actual {
    width: 49%;
    /*margin: 0.5%;*/
    position: relative;
    margin-left: 5px;
    background: -webkit-linear-gradient(#fff, #f3f3f3);
}

.mediasport-actual img {
    max-height: 260px;
    min-height: 200px;
    width: auto;
}

.mediasport-actual iframe {
    border: none;
    width: 96%;
    height: 80%;
    background: transparent;
}

.forgot {
    font-size: 80%;
}

#shakedown td {
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    font-size: 80%;
}

#shakedown td.actual {
    background: #d1e68d;
    font-weight: bold;
}

#vtipek {
    position: fixed;
    width: 160px;
    top: 0;
    left: 0;
}

.banner-top {
    display: none;
}

.c-blue {
    color: #3b5998;
}

.c-blue {
    color: grey;
}



@media all and (max-width: 1680px) {

    #vtipek {
        display: none;
    }
}

@media all and (max-width: 1340px) {

    #invelt-left {
        display: none;
    }

    #invelt-right {
        display: none;
    }

    #invelt-left-logo {
        display: none;
    }

    .banner-top {
        margin-top: 5px;
        display: block;
    }

    body {
        max-width: 1004px;
        width: 100%;
    }
}

@media all and (max-width: 1004px) {
    .newsbox {
        width: 100%;
        padding: 2%;
    }

    #clanek-aside {
        display: none;
    }

    #clanek-aside-google {
        display: none;
    }

    .clanek-top-autor {
        text-align: center;
    }

    .clanek-top-data {
        text-align: center;
    }

    h1 {
        padding-top: 20px;
    }

    .bmw-logo {
        display: none;
    }

    article {
        width: 98%;
        padding: 2%;
    }

    .tym-item {
        width: 48.5%;
    }
}

@media all and (max-width: 900px) {
    #header-gen-partner {
        display: none;
    }

    #header-partner {
        width: 12%;
    }

    #header-login {
        width: 53%;
    }

    aside {
        width: 100%;
    }

    .live-text {
        width: 80%;
    }

    .main-left {
        width: 100%;
    }

    /*!*.foto-around:nth-child(5),*!*/
    /*!*.foto-around:nth-child(6),*!*/
    /*.foto-around:nth-child(7),*/
    /*.foto-around:nth-child(8),*/
    /*.foto-around:nth-child(9),*/
    /*.foto-around:nth-child(10) {*/
        /*display: none;*/
    /*}*/

    .foto-around {
        width: 49%;
        margin: 0.5%;
    }

    #facebook {
        width: 100%;
    }

    #twitter {
        display: none;
    }

    aside.live {
        min-width: 100%;
    }

    .live-title {
        margin-top: 10px;
    }
}

@media all and (max-width: 899px) {

    nav {
        margin: 0;
        text-align: left;
    }

    /* Hide the navigation menu by default important! */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Styling the toggle lable */
    .toggle {
        display: block;
        padding: 8px 12px;
        color: #FFF;
        font-size: 15px;
        text-decoration: none;
        border: none;
        font-weight: bold;
    }

    .toggle:hover {
        background: #fae108;
        color: #000;
    }

    /* Display Dropdown when clicked on Parent Lable important*/
    [id^=drop]:checked + ul {
        display: block;
    }

    nav ul li {
        display: block;
        width: 100%;
    }

    nav a {
        width: 100%;
    }

    /* Hide menus on hover */
    nav ul li:hover > ul {
        display: none;
    }
}

@media all and (max-width: 800px) {
    #header-login {
        width: 100%;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin: 8px auto 2px;
        padding: 0 2%;
    }

    #header-logo {
        width: 65%;
    }

    #header-partner {
        width: 35%;
    }

    .user-top-item {
        width: 45%;
    }

    .comment-text {
        width: 100%;
    }

    .comment-inside {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .comment-autor {
        width: 30%;
    }

    .comment-datum {
        width: 32%;
    }

    .comment-reagovat {
        width: 18%;
    }

    .rate {
        width: 20%;
        font-size: 90%;
    }

    .comment-upraveno {
        display: none;
    }

    .clanek-pred,
    .clanek-po {
        width: 100%;
    }

    .flex2 {
        display: none;
    }

    .final-results-int {
        display: none;
    }

    .video-list-item {
        width: 48.5%;
    }

    /*.video-list-item:nth-child(3),*/
    /*.video-list-item:nth-child(4),*/
    /*.video-list-item:nth-child(5),*/
    /*.video-list-item:nth-child(6) {*/
    /*display: none;*/
    /*}*/
    #footer-left {
        display: none;
    }

    #portals-portal,
    #portals-forum {
        width: 48%;
    }

    .mediasport-list li:nth-child(11),
    .mediasport-list li:nth-child(12) {
        display: none;
    }

    .shake-no {
        display: none;
    }
}

@media all and (max-width: 740px) {
    /*.mediasport-actual {*/
    /*width: 98%;*/
    /*}*/
    /*.mediasport-actual img {*/
    /*max-height: 300%;*/
    /*}*/
    /*.mediasport-list {*/
    /*width: 98%;*/
    /*}*/
    .mediasport-actual {
        display: none;
    }

    #portals-comments {
        display: none;
    }

    #portals-portal {
        width: 100%;
    }

    #portals-forum {
        width: 100%;
    }
}

@media all and (max-width: 660px) {
    .inzerce-list-nadpis {
        width: 100%;
    }

    .inzerce-list-datum {
        width: 30%;
    }

    .inzerce-list-typ {
        width: 30%;
    }

    .inzerce-list-sekce {
        width: 40%;
    }

    .profile-header-flag {
        display: none;
    }

    .final-results-flag {
        display: none;
    }

    .results-logo {
        display: none;
    }

    .shake-car {
        display: none;
    }
}

@media all and (max-width: 600px) {
    .profile-image {
        display: none;
    }

    .final-results-team {
        display: none;
    }

    .results-penalty {
        display: none;
    }

    .final-results-car {
        font-weight: normal;
    }

    .tym-item,
    .tym-redakce {
        width: 98%;
    }

    .shake-flag {
        display: none;
    }

    .events-tip {
        width: 98%;
    }
}

@media all and (max-width: 560px) {
    #footer-contact {
        display: none;
    }

    footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #footer-logo img {
        padding: 2%;
    }
}

@media all and (max-width: 500px) {
    .odsazeni-ikona {
        display: none;
    }

    .news {
        width: 100%;
    }

    .news-nadpis {
        font-size: 15px;
    }

    .foto-around {
        width: 99%;
        margin: 0.5%;
    }

    #header-partner {
        width: 20%;
    }

    .video-list-item {
        width: 98%;
    }

    .live-text {
        width: 100%;
    }

    .shake-codr {
        display: none;
    }
}

@media all and (max-width: 400px) {
    .user-top-item {
        width: 98%;
    }

    .comment-autor {
        width: 40%;
    }

    .comment-datum {
        width: 60%;
    }

    .comment-reagovat {
        width: 60%;
    }

    .rate {
        width: 40%;
    }

    .profile-header-photo {
        display: none;
    }
}

@media all and (max-width: 360px) {
    .events-tip-logo,
    .events-tip-name {
        width: 100%;
    }
}