@import url(https://fonts.googleapis.com/css?family=Open+Sans|Droid+Sans+Mono);

/*#video_background {
	position: fixed;
	bottom: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}*/

html {
    min-height: 100%;
    position: relative;
}

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    *background: url(images/bg1.png) no-repeat center center fixed;
    background: url(images/code_b.jpg) no-repeat center center fixed;
    *background-size: 100px 100px;
    background-size: cover;
    color: #000;
    font-family: 'Open Sans', 'Century Gothic', AppleGothic, sans-serif;
    height: 100%;
    margin: 0 0 50px 0;
    padding:0;
}
/*
.header {
    width:100%;
    height:64px;
    background: #26b;
    color: #fff;
    position:fixed;
    top:0;
    left:0;
    transition: height 500ms, background 500ms;
}
.header.tiny {
    height:40px;
    background: #aaa;
}
*/
.navbar {
    border-radius: 0;
}
.navbar-inverse .navbar-brand {
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    color: #eee;
}

div.wpis {
    border-radius: 10px 10px 0 0;
    border-top: 4px solid rgba(0,0,0,0.7);
    border-right: none;
    border-left: none;
    border-bottom: none;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #eee;
    font-size: 15px;
    word-wrap: break-word;
}

.para {
    font-size: 11px;
    padding-left: 10px;
    opacity: 0;
    transition-duration: 600ms;
    text-decoration: none;
}

div.wpis:hover .para {
    opacity: 1;
}

/*
.temat {
    color:#68A4B4;
    font-size: 14px;
}

*/

code {
    border-left: 3px solid rgb(0,145,230);
    display: block;
    font-family: 'Droid Sans Mono', 'Anonymous Pro',monospace;
    font-size: 14px;
    padding-left: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #000;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
    color: #fff;
}

.panel {
    background-color: rgba(255,255,255,0);
}
.panel-default > .panel-heading {
    background-color: rgba(255,255,255,0.5);
}
.panel-body {
    background-color: rgba(32,32,32,1);
}
.panel-heading {
    border-radius: 8px 8px 0 0;
}
.footer {
	color: #fff;
	background-color: #000;
	height: 50px;
	line-height: 48px;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.inverse-dropdown {
	background-color: #222;
	border-color: #080808;
}
.inverse-dropdown > li > a {
	color: #999;
}
.inverse-dropdown > li > a:hover {
	color: #fff;
	background-color: #000;
}
.inverse-dropdown > .divider {
	background-color: #000;
}

