@font-face {
    font-family: Ubuntu;
    src: url(../fonts/UBUNTU-R.TTF);
    font-weight: normal;
}
@font-face {
    font-family: Bebas;
    src: url('../fonts/BEBASNEUE.OTF');
    src: url(../fonts/BEBASNEUE.eot) format('embedded-opentype'), url('../fonts/BEBASNEUE.OTF') format('otf'), url('../fonts/BEBASNEUE.ttf') format('truetype');
    font-weight: normal;
}
html, body{
	height:100%;
        margin:0;
        padding:0;
	font-family: Ubuntu, Tahoma;
        background-color: #a6c51c;
        color:#fff;
        background-image: url("../images/background.jpg");
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        font-size: 12pt;
        
}
body{
    padding-top: 30px;
}
h1, h2, h3, h4, h5, h6{
    font-family: Bebas, Tahoma;
    text-transform: uppercase;
}
h1{
    font-size: 48px;
}
h2{
    font-size: 36px;
}
input[type="button"]{
    color:#000;
}
.container{
    height: auto;
	/*min-height: calc(100vh - 25px) !important;*/
}
nav{
	border-radius:0 !important;
}
.icon-bar{
	background-color:#FFF;
}
.navbar-toggle{
	text-align:center;
}

.logo-header {
    /*height: 300px;*/
    width: 100%;
    background: #000;
    margin-bottom: 20px;
}
.logo-header img{
    height: 300px;
}
.content{
    margin: 20px -15px;
    background-color: rgba(0, 0, 0, 0.8);
    border:0;
}
.footer{
    text-align:center;
    background-color:#000;
    color:#fff;
    /*position:relative;*/
    /*bottom:0;*/
    /*width:100%;*/
    height:26px;
    line-height:24px;
}
.header{
	max-height:400px;
}
#participants {
    background-color: transparent;
}
.table-hover>tbody>tr:hover {
    background-color: rgba(0,0,0,.8);
}
img{
	/*width:100%;*/
}
.btn-default{
/*                background-color:#00A0E3;
	margin:0 !important;
	border-radius:0;
	border-right:1px solid white;*/
}
.slide{
	margin-top: 10px;
}
.menu-button{
	/*border-right:1px solid #FFF;*/
	background-color:#00A0E3;
	color:#FFF !important;
	line-height: 20px;
	position: relative;
	display: block;
	padding: 15px;
}
.menu-button:hover{
	color:#fff !important;
	text-decoration: none;
	background-color:#64C3EA;
}
.header-title{
	color:#CCC;
	/*line-height:*/
}
.header-contact{
	text-align:right;
}
.centered{
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;

}
.navbar-collapse{
	padding:0 !important;
}
.navigation{
	background-color:rgba(0, 0, 0, 0.8);
        text-transform: uppercase;
        font-family: Bebas;
        font-size: 16px;
}
.square-100px{
	height:100px;
	background-color:#CCC;
}
.square-200px{
	height:200px;
	background-color:#CCC;
}
.square-300px{
	height:300px;
	background-color:#CCC;
}
.square-400px{
	height:400px; 
	background-color:#CCC;
}
.dropdown-menu{
	background-color:#41B7E8;
}
.dropdown-submenu a{
	color:#000;
}
@media screen and (max-width: 768px) {
	.content p{
		text-align: justify;
	}
	.slide{
		margin-top:10px;
	}
	
}

@media screen and (max-width: 650px) {
	.logo{
		width:100%;
		text-align: center;
	}
	.title{
		width:100%;
		text-align: center;
	}
	.header-info{
		width:100%;
		margin-left:0;
		text-align:center;
	}
}
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}


.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
.open>a {
	background-color: transparent !important;
	text-transform: none;
}

/* Menu Styles */
    ul.menu-nav {
        font-size: 1em;
        line-height: 0.5em;
        list-style-type: none;
        margin: 0;
        padding: 0;
        height:50px;
    }
    ul.menu-nav li {
        float:left;
        min-width: 50px;
        min-height:50px;
    }
    ul.menu-nav li a {
        color: #FFF;
        display: block;
        font-size: 1em;
        line-height: 1.8em;
        padding: 0.8em 0.5em;
        text-decoration: none;
        text-align: center;
        min-height:50px;
    }
    ul.menu-nav li a:hover {
        background-color: #630A0F;
        color: white;
    }
    .menu-nav>li>a:focus{
        background-color: #E30003; 
        outline: none;
    }
    ul.menu-nav ul {
        display: none;
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: absolute;
        z-index: 999;
    }
    ul.menu-nav li ul li ul{
        position: relative;
    }
    ul.menu-nav ul li {
        clear: both;
        margin: 0;
        padding: 0;
        border:0;
    }
    ul.menu-nav ul li a {
        font-size: 0.9em;
        font-weight: normal;
        outline: 0 none;
        /*padding-left: 20px;*/
        background: rgba(0, 0, 0, 0.8);
    }
    ul.topnav ul li a:hover {
        background-color: #DCDCDC;
        color: #555;
    }
    ul.menu-nav ul ul li a {
        /*color: silver;*/
        background: #000;
        /*padding-left: 40px;*/
    }
    ul.menu-nav ul ul ul li a {
        background: #045E84;
        /*padding-left: 60px;*/
    }
    ul.menu-nav ul ul ul ul li a {
        background-color: #01405A;
        /*padding-left: 80px;*/
    }
    ul.menu-nav ul ul li a:hover {
        background-color: #D7D7D7;
        color: #555555;
    }
    ul.menu-nav span {
        float: right;
        line-height: 1.8em;
    }
    #hamburger{
        display:none;
        width: 50px;
        height: 50px;
        background: transparent;
        border: 0;
        float: right;
    }
    #hamburger:hover {
        background: rgba(0, 0, 0, 0.8);
    }
    #hamburger span{
        border-top:2px solid #fff;
        display: inherit;
        margin: 6px;
    }
    @media screen and (max-width: 992px){
        .logo-header img {
            width: 100%;
            height: auto;
        }
        ul.menu-nav li a{
            height: 64px;
        }
    }
    @media screen and (max-width: 668px){
        #hamburger{
            display: block;
        }
        .menu-nav{
            display: none;
        }
        ul.menu-nav li {
            width: 100%;
            margin-left: -15px;
        }
        ul.menu-nav ul{
            position: relative;
        }
        ul.menu-nav li a{
            line-height: 1.3em;
            height: 50px;
            padding-right: 3.5em;
        }
        ul.menu-nav ul li a, ul.menu-nav ul ul li a, ul.menu-nav ul ul ul ul li a{
            padding-left: 0.5em;
        }
        
        .nav-menu{
            position: relative;
            padding-right: 15px;
            padding-left: 15px;
        }
        
        .row{
            margin-right: 0 !important;
            margin-left: 0 !important;
        }
        .content{
            margin: 20px 0px !important;
        }
    }
    @media screen and (max-width: 1200px){
        ul.menu-nav li a{
            font-size: .9em;
        }
    }    
    #partnersBottom, #partnersTop, #b4sportPartnersWidget{
        background-color: rgba(255,255,255,1) !important;
        margin-bottom: 20px !important;
        padding:15px;
    }
    #b4sportPartnersWidget img{
        opacity: 1 !important;
        -webkit-filter: grayscale(0) !important;
        -moz-filter: grayscale(0) !important;
        filter: grayscale(0) !important;
    }
    input[data-type="checkbox"].fail{
        width: 18px;
        height: 15px;
        outline: 2px solid #E74C3C !important;
        border: 0 !important;
    } 
/* End of menu styles */
/*Language selector */

    #change-page-language-ul:hover{
        /*background: rgba(0, 0, 0, 0.05);*/
        display:inline-block;
    }
    .main-page-language-flag{
        width: 25px;
        margin: 0px 10px 0px 10px;
        outline: 1px solid #eee;
    }
/* End of language */
/* checkboxes and radios */

input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after{
    border: 1px solid #aaa;
}
input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #630A0F;
    border-color: #630A0F;
}
input[type="radio"]:after,
.checkbox input[type="radio"]:after,
.checkbox-inline input[type="radio"]:after{
        border: 1px solid #aaa;
}
input[type="radio"]:checked:after,
.checkbox input[type="radio"]:checked:after,
.checkbox-inline input[type="radio"]:checked:after{
    border-color: #630A0F;
}
input[type="radio"]:checked:before, 
.checkbox input[type="radio"]:checked:before, 
.checkbox-inline input[type="radio"]:checked:before{
    background: #630A0F;
}
/* checkboxes and radios */
#aktualnosci td{
    padding:10px;
}
#aktualnosci td img {
    width: 100%;
} 