
/* Header */
.header{
	width:100%;
	height:80vh;
	display:block;
	
}
.header_bg{
	width:100%;
	height:100%;
	background: url(tkbg2.jpg);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	
	filter: hue-rotate(200deg);
    -webkit-filter: hue-rotate(200deg);
    -moz-filter: hue-rotate(200deg);
    -o-filter: hue-rotate(200deg);
    -ms-filter: hue-rotate(200deg);
	z-index:-99999;
	position:relative;
}
.header_content{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.menu{
	display:block;
	width:100%;
	height:50px;
	background-color:rgba(0,0,0,0.5);
	/*bottom:0;*.
	position:absolute;
}
.menu ul{
	margin:0;
	/*float:right;*/
}
.menu ul li{
	/*float:right;*/
	display:inline-block;
	text-align:right;
	line-height:50px;
	list-style:none;
	margin:0px 10px;
	text-transform:uppercase;
}
.menu ul li:after{
	content:"";
	display: block;
    bottom: 15px;
    position: relative;
    height: 2px;
    background: transparent;
	-webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}

.menu ul li:hover:after{
	background:gray;
	-webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.menu ul li:hover{

}/*
.scanlines {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(tile.png);
    background-color: rgba(0,0,0,0.5);
}
*/
.szukaj{
	position: relative;
	float:right;
	bottom:42px;

}
.szukaj input{
	color:#a2a2a2;
	padding:5px 20px;
}
.szukaj input::after{
	content:"";
}
.szukaj input::placeholder{
	color: #fff;
}
input, textarea {
    background: rgba(255, 255, 255, 0.25);
    border: none;
    color: #b9b9b9;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.logo img{
	//max-height:120px;
	//margin-top:2vh;
}

.header_container{
    height:7em;
}
#header{    
	//background-color: transparent;
    //background-color: rgba(0,0,0,0.75);
    background-color: #1d1d1d;
    left: 0;
    //position: absolute;
	top: 0;
	color: #ffffff;
    cursor: default;
    font-size: 1.1em;
    height: 7em;
    line-height: 7em;
    width: 100%;
    z-index: 10000;
    position:fixed;

}

#header .container{
	//background-color:black;
	height:100%;
	position: relative;
}
#header .logo{
	height: inherit;
	position: absolute;
	left: 0;
}
#header .logo img{
    max-height: 5em;
    margin-top: 1em;

}
#header nav{
	height: inherit;
    line-height: inherit;
    position: absolute;
    right: 0;
	vertical-align: middle;
	display:inline-block;
    //float:right;
    z-index:999;
}
#header nav > ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#header nav > ul > li {
    border-radius: 4px;
    display: inline-block;
    margin-left: 2em;
    padding-left: 0;
    font-weight:bold;
    font-size:16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
}
#header nav > ul > li:after{
	content:"";
	display: block;
    bottom: 33px;
    position: relative;
    height: 2px;
    width:0px;
    background: transparent;
	-webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
}
#header nav > ul > li:hover:after{
	background:white;
    width:100%;
	-webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
}
#header nav a {
    color: rgba(255, 255, 255, 0.5);
}
#header nav > ul > li a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    //color: #cdced0;
    color:#9a9a9a;
    display: inline-block;
    text-decoration: none;
}
#header nav > ul > li a:active, #header nav > ul > li a:hover {
    color: #ffffff;
}

#header nav ul li ul
{
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    min-width:100%;
}
#header nav ul li:hover ul
{
    display:block;
    
}

#header nav ul li ul li{
    line-height: 1.5em;
    border-bottom:1px solid #9a9a9a;
    padding: 5px 20px;
    position: relative;
}

#header nav ul li ul li:last-child{
    border-bottom:0;
}
#header nav ul li ul li:hover{
    background-color:#9a9a9a;
}
#header nav ul li ul li:hover a{
    color:black;
}
