@charset "utf-8";
/* CSS Document */

body{

	/*background:#07212B url(../gfx/fullbg2.jpg) no-repeat center top;*/
	background:#B9D67C url(../gfx/bodybg2.jpg) repeat-x top center;
}
.jumbotron {
	/*background: url(../gfx/full2.jpg) no-repeat center center; */
	background:#7DB40E;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
	margin-bottom:0;
}

 .container-fluid.content {
	 width:100%;
	 margin:0;
	 padding:0;
	 background:#B9D67C url(../gfx/bodybg2.jpg) repeat-x top center;
	 }
	 .container-fluid.content img{
		 padding:5px;
	 }
	 
	 .text-z-prawej {
		 float:left;
		 margin-right:15px;
		 margin-bottom:10px;
	 }
	 .text-z-lewej {
		 float:right;
		 margin-left:15px;
		 margin-bottom:10px;
	 }
	 
	 .imagecenter {
		 margin:0px auto;
	 }
	 .imagetransparent{
		 background:none;
		 border:none;
	 }
	  .imageborderedbgrounded{
     	 border:1px solid #9C0;
		 background-color:#FFF;
	  }
	  .divcenter {
		 widith:100%;
		 margin:0px auto;
	 }
    /* Set gray background color and 100% height */
    .sidenav {
      height: 100%;
	  padding: 15px;
    }
	
	.centruj {
		text-align:center;
	}
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #B9D67C;
      color: white;
      padding: 25px 10px;
	  margin-bottom:0;
	  bottom: 0;
	  position: relative;
	  height: 150px;
	  clear:both;
	  padding-top:20px;
	  border-top: 2px solid #59753E;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height: auto; width:100%;} 
    }
	
	.navbar-custom {
	background-color: #FDC98E;
	border-color:#9C0;
	}
	
	.nav-dotted > li {
		border-bottom:1px dotted #C96;
  }
	
	.nav > li > a {
	text-decoration: none;
	color:#090;
  }
	.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #FDB96F; /*Change rollover cell color here*/
	color:#FFF;
  }

	.navbar-custom .navbar-nav > li > a {
   color: #090; /*Change active text color here*/
  }