/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30.12.2018, 21:09:36
    Author     : Maros
*/

@font-face {
    font-family: Formula1;
    src: url("font/Formula1-Regular.otf") format("opentype");
}
@font-face {
    font-family: Formula1-Bold;
    src: url("font/Formula1-Bold.otf") format("opentype");
}
@font-face {
    font-family: Formula1-Wide;
    src: url("font/Formula1-Wide.otf") format("opentype");
}

body{
    font-family: 'Formula1', sans-serif;
}

.oznamy{
    display:none
}
.footer{
    background: #474747 ;
    color:white;
    padding-top: 30px;
    padding-bottom: 10px;
}
.top-bar{
    background: #474747 ;
    color:white;
    padding: 5px 20px 5px 20px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.top-bar .form-control-sm{
    padding:2px;
    height:22px;
    width: 120px;
    font-family: 'Formula1', sans-serif;
}
.top-bar .btn-sm{
    padding: 2px 10px 2px 10px;
    height: 22px;
    font-size: 12px;
    font-family: 'Formula1', sans-serif;
}
.top-bar .btn-login{
    background: #E10600;
}
.pull-right{
    text-align: right;
}
.login-icon{
    height: 22px;
}
.img-responsive{
    width:100%;
}
.obsah{
    background: #E10600;
    width:100%;
}
.pitnews{
    padding-top: 5px
}
.navbar{
    color:white;
    font-size: 20px;
    font-family: 'Formula1', sans-serif;
    padding-bottom: 0;
    padding-top: 0;
}
.navbar-nav .dropdown-menu {
    background: #1c1c1c;
    
}
.dropdown-menu {
    top:95%;
    border-top:0;
    transition:.3s
}
.dropdown-item:hover {
    background: black;
    transition:.3s
}
.nav-item:hover > .dropdown-menu {
    display: block;
}
.obsah .nav-item:hover {
    background: #1c1c1c;
}
.nav-item{
    padding: 15px;
    position: relative;
    transition:.3s
}
.loginForm .nav-item{
    padding: 5px 5px 5px 5px;
}
.nav-logged .nav-item{
    padding: 5px 5px 5px 5px;
}
.nav-item a{
    color:white!important;
}
.nav-link{
    padding:0 2px 0 2px;
}
.nav-link:hover{
    font-weight: normal;
}
.plr0{
    padding-left: 0;
    padding-right: 0;
}
#fc_slider_wrap {
    width:100%;
    margin-left: 0px; 
    height: auto;
}
#fc_slider_img {
    height: auto;
}
#fc_slider_img img {
    width:100%;
}
#fc_slider_pause {
    width:18px!important;
    height: 18px!important
}
.position-left{
    margin-right: 5px;
}
.nav-logged{
    font-size: 11px!important;
    font-weight: 300!important;
}

@media (min-width: 1200px){
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px){
    .container {
        max-width: 1340px;
    }
}
@media (min-width: 1600px){
    .container {
        max-width: 1540px;
    }
}

.cficon-result{
    background: url(icons/racing.png);
}
.cficon-award{
    background: url(icons/award.png);
}
.cficon-analysis{
    background: url(icons/analysis.png);
}
.cficon-manager{
    background: url(icons/manager.png);
}
.cficon-rookie{
    background: url(icons/effort.png);
}
.cficon-stopwatch{
    background: url(icons/stopwatch.png);
}
.cficon-calendar{
    background: url(icons/calendar.png);
}
.cficon-circuit{
    background: url(icons/circuit.png);
}
.cficon-hall-of-fame{
    background: url(icons/hall-of-fame.png);
}
.cficon-info{
    background: url(icons/info.png);
}
.cficon-jezdci{
    background: url(icons/formula-1.png);
}
.cficon-minule{
    background: url(icons/minule.png);
}
.cficon-networking{
    background: url(icons/networking.png);
}
.cficon-newspaper{
    background: url(icons/newspaper.png);
}
.cficon-play-button{
    background: url(icons/play-button.png);
}
.cficon-porady{
    background: url(icons/porady.png);
}
.cficon-pravidla{
    background: url(icons/pravidla.png);
}
.cficon-prihlasovani{
    background: url(icons/enter.png);
}
.cficon-question{
    background: url(icons/question.png);
}
.cficon-raceview{
    background: url(icons/raceview.png);
}
.cficon-racing{
    background: url(icons/racing.png);
}
.cficon-sampioni{
    background: url(icons/sampioni.png);
}
.cficon-shield{
    background: url(icons/shield.png);
}
.cficon-sun{
    background: url(icons/sun.png);
}
.cficon-teamspeak{
    background: url(icons/teamspeak.png);
}
.cficon-archive{
    background: url(icons/archive.png);
}
.cficon-survey{
    background: url(icons/survey.png);
}
.cficon-chat{
    background: url(icons/chat.png);
}
.cficon-winner{
    background: url(icons/winner.png);
}
.cficon-silver{
    background: url(icons/silver-medal.png);
}
.cficon-bronze{
    background: url(icons/bronze-medal.png);
}
.cficon-cf1l{
    background: url(icons/ceska.png);
}
.cficon-statistics{
    background: url(icons/statistics.png);
}

.cficon16{
    width:16px;
    height:16px;
    display: inline-block;
    background-size: cover;
    margin-bottom: -3px;
}
.cficon18{
    width:18px;
    height:18px;
    display: inline-block;
    background-size: cover;
    margin-bottom: -3px;
}
.cficon20{
    width:20px;
    height:20px;
    display: inline-block;
    background-size: cover;
    margin-bottom: -3px;
}
.cficon24{
    width:24px;
    height:24px;
    display: inline-block;
    background-size: cover;
    margin-bottom: -3px;
}
.cficon32{
    width:32px;
    height:32px;
    display: inline-block;
    background-size: cover;
    margin-bottom: -3px;
}
.cficon40{
    width:40px;
    height:40px;
    display: inline-block;
    background-size: cover;
    margin-bottom: -3px;
}
.section{
    margin-bottom: 20px;
}

.section .body{
    padding-top: 5px;
}
.section .heading{
    border-bottom: 3px solid #E10600;
    border-right: 3px solid #E10600;
    border-bottom-right-radius: 20px;
    position: relative;
}
.main .heading{
    border-bottom: 5px solid #E10600;
    border-right: 5px solid #E10600;
    border-bottom-right-radius: 20px;
    position: relative;
}

.section .heading h2{
    font-family: 'Formula1-Bold', sans-serif;
    font-size:22px;
}
.main .heading h2{
    font-family: 'Formula1-Bold', sans-serif;
    font-size:32px;
}
.section .heading .heading-elements{
    position:absolute;
    bottom: 10px;
    right:10px;

}
hr{
    margin: 20px 0 20px 0;
    background-color: #bbb;
}
input{
    background-color: white;
}
.shoutbox input{
    padding: .375rem .75rem;
    height:26px;
    margin-top:3px;
    border:1px solid #ced4da;
    font-size: 11px;
    width: 100%;
}
.shoutbox textarea{

    font-size: 11px
}
.all-messages{
    width: 100%;
    text-align: center;
    font-size: 11px
}
.all-messages a{
    color:#E10600!important;
}
.all-polls{
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 11px
}
.all-polls a{
    color:#E10600!important;
}
.shoutbox .btn{
    background: #E10600;
}
.message{

}
.message .body{
    font-size: 10px;
    text-align: justify;
    padding:2px 0 5px 0
}
.message .author{
    font-size: 10px;
    color:#E10600;
}
.message .author span{
    font-size: 10px;
    color:#444444;
}
.teamspeak .body{
    overflow: hidden;
    height:130px;
}
.btn-danger{
    background: #E10600;
}
.btn-sm{
    font-size: 10px;
}
.article{
    padding-left:10px;
    padding-right:10px;
    overflow: hidden;
}
.main .body{
    margin-left: 15px;
    margin-right: 15px;
}
.main-article{
    
    margin-bottom: 30px;
    border-bottom: 2px solid #E10600;
    border-right: 2px solid #E10600;
    border-bottom-right-radius: 20px;
    overflow: hidden;

}
.grid-article{
    
    margin-bottom: 30px;
    border-bottom: 2px solid #bbb;
    border-right: 2px solid #bbb;
    border-bottom-right-radius: 14px;
    overflow: hidden;
    transition: .5s

}
.grid-article:hover{
    
    
    border-bottom: 2px solid #E10600;
    border-right: 2px solid #E10600;
    

}
.img-responsive{
    max-width: 100%;
}
.mb-10{
    margin-bottom: 10px
}
.article-pic{
    width:100%;
    text-align: center;
    overflow: hidden;
}
.article-pic img{
    width:100%;
}
.article-category a{
    color:#E10600!important;
    font-size: 11px;
}
.article-category {
    position:relative;
 padding-left:10px;
    padding-right:10px;
}
.article-category .comments {
    position:absolute;
right:10px;
    top:0;
}
.article-name{
height: 55px;
    padding-left:10px;
    padding-right:10px;
    transition:.3s;
}
.grid-article .article-name a{
    color:#444!important;
    font-size: 12px;
}
.main-article .article-name a{
    color:#444!important;
    font-size: 18px;
}
.grig-article .article-category a{
    font-size: 9px;
}
.grid-article .article-pic{
 height: 115px;
    margin-bottom: 10px;
    transition:.3s;
}
.main-article .article-pic{
 height: 250px;
    margin-bottom: 10px;
    transition:.3s;
}
.main-article:hover .article-pic{
    height: 240px;
transform:scale(1.06);
}
.grid-article:hover .article-pic{
    height: 105px;
    transform:scale(1.07);
}
.grid-article:hover .article-name{
    height:65px;
}
.main-article:hover .article-name{
    height:65px;
}
.news {
    margin-bottom: 20px;
    border-top: none;
}
.main-article iframe{
    width:100%;
    height:100%
}
.summary table caption{
    display:none
}
.summary .first-driver{
    border-bottom: 2px solid #FFD700;
}
.summary .second-driver{
    padding-top:20px;
    border-bottom: 2px solid #C0C0C0;

}
.summary .third-driver{
    padding-top:35px;
    border-bottom: 2px solid #cd7f32;

}
.summary .top3-driver-name{
    font-size: 11px;
    width: 100%;
    text-align: center
}
.top3-driver-helmet{
    padding:0px 20px 20px 20px;
    width: 100%;
    text-align: center;
    position: relative

}
.top3-driver-team{
    width:50%;
    position: absolute;
    bottom: 2px;
    right: 5px;
}
.top3-driver-points{
    width: 100%;
    text-align: center;
    color:#E10600;
    margin-bottom: 10px

}
.top3 .medal{
    padding-top: 15px;
    width: 100%;
    text-align: center;
}
.top3{
    padding-left: 40px;
    padding-right: 40px;
}
.obsah .nav-link i{
    font-size: 26px;
}

@media (max-width: 1400px){
    .navbar{
        color:white;
        font-size: 15px;
        font-family: 'Formula1', sans-serif;
    }
    .nav-item{
        padding: 3px 10px 3px 10px;
    }
    .dropdown-menu {
        font-size: 15px;
    }
    .nav-link cficon20{
        width:15px;
        height:15px;
    }
    .obsah .nav-link i{
        font-size: 20px;
    }
    .section .heading h2 {
        font-family: 'Formula1-Bold', sans-serif;
        font-size: 16px;
    }
    .main .heading h2 {
        font-family: 'Formula1-Bold', sans-serif;
        font-size: 26px;
    }
    .grid-article .article-pic {
        height: 80px;
        margin-bottom: 10px;
    }
    .article-category a {
        font-size: 10px;
    }
    .grid-article .article-name a {
        font-size: 11px;
    }
}
@media (max-width: 1200px){
    .article-name {
        height: 65px;
    }
    .grid-article .article-pic {
        height: 60px;
    }
    .navbar{
        color:white;
        font-size: 12px;
        font-family: 'Formula1', sans-serif;
    }
    .dropdown-menu {
        font-size: 12px;
    }
    .nav-link cficon20{
        width:12px;
        height:12px;
    }
    .nav-item{
        padding: 2px 5px 3px 2px;
    }
    .nav-link i{
        font-size: 16px;
    }
    .table{
        font-size: 10px
    }
}

.nav-item-icon{
    padding-left: 0;
    padding-right: 0;
}
#lr-servers .lr-servers-header {
    display:none!important;
}
#lr-servers .gameInfo .details {
    z-index: 10000!important;
}
.article-content iframe{
    
    
}
.article-content{
    text-align: justify;
}
.iframe{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.comment a.titlelink {
    color:#E10600;
}
.comment a {
    color:#E10600!important;
}
.comment-head{
    margin-bottom: 10px
}
.comment{
   border-bottom: 2px solid #bbb;
     margin-bottom: 20px
}
.comment-foot .date{
    font-size:10px;
    padding-top: 10px;
}
.comment-foot {
    padding-bottom: 2px
}

.forum small{
    color:#333333
}

.forum-icon {
    width: 30px;
    min-width: 25px;
}

a{
    color:#E10600;
}
a:visited{
    color:#E10600;
}
a:link{
    color:#E10600;
}
a:active{
    color:#E10600;
}
a:hover{
        font-weight: 400;
}
.forum{
    padding-bottom: 20px
}
img{
    max-width: 100%;height:auto;
}
.members img{
    max-width: none;
}
.shoutbox hr{
    margin:5px;
}
#lr-servers.light a {
    color: #363d46!important;
    font-weight: bold;
}
.heading-elements .form-control-sm {
    height: calc(1.25rem + 2px);
    padding: 0;
    font-size: .8rem;
    line-height: 1;
    border-radius: .2rem;
    margin-bottom: 0;
}
.heading-elements label {
    margin-bottom: 0;
}
.heading-elements .form-group {
    margin-bottom: -5px;
}

.table thead th{
    text-align: center;
}
.table td, .table th {
    padding: .45rem;
}
.center{
    text-align: center;
}
.table .sum{
    color:white;
    background: #474747;
}
.table .team-icon{
    min-width: 80px;
}
.table .driver{
    min-width: 150px;
}
.w100{
    min-width: 100px
}
.thleft {
    text-align: left;
}
.driver-icon {
    width: 40px;
    min-width: 26px;
}
.statsum {
    font-weight: bold;
    //color: red;
}

@media (max-width: 1000px){
    .heading-elements .form-group {
        margin-bottom: 55px;
    }
    
}

span.posthref
{
  color: #E10600;
  cursor: pointer;
}

.NormalText {
  font-size: 10px;
  font-weight: bold;
}    
.MidText {
  font-size: 14px;
  font-weight: bold;
}    
.BigText {
  font-size: 18px;
  font-weight: bold;
}    

.TextYes {
  color: green;
}    
.TextNo {
  color: red;
}    
.TextAlt1 {
  color: blue;
}    
.TextAlt2 {
  color: orange;
}    
.TextAlt3 {
  color: violet;
}    
.TextEmpty {
  color: silver;
}    

.state-flag {
  min-width: 12px;
}