#test {
	background-image:url('papier_firmowy.pdf');
}

#progbar {
	//width: 80%;
}

#map {
        height: 450px;
		width: 100%;
		//border: 1px solid black;
		margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
}

    #navbar {
        //height: 80px;
        //transition: height 0.3s;
		
    }
	
		.navbar-default {
            height: 120px
			//padding-bottom: 400px;
		}
        .navbar-shrink {
            height: 70px;
			//font-weight: bold;
			
        }

		.mrg {
			margin-top: 100px;
		}
		
		.outsite {
		
		margin-bottom: 20px;
		
	
		}
		
		
		.outsite .insite {
			 position: absolute; /* Position the background text */
	
   top: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    //color: #f1f1f1; /* Grey text */
    width: 300px; /* Full width */
	height: 100%;
    padding-top: 20%;
	
	//line-height: 100px;
			
		}

		
		.gallery-change {
			background: red;
		}
	
	#menu a {
  position: relative;
  font-size: 15px;
}


#menu a:after {
  content: '';
  position: absolute;
 bottom: 0;
  left: 100%;
  width: 0%;
  border-bottom: 2px solid grey;
  transition: 0.4s;
}


#menu a:hover:after {
left: 0;
width: 100%;
}
	
#menu .active:after {
  left: 0%;
  width: 100%;
  
  border-bottom: 2px solid green;
  
  }