#map-container{
	height: 100%;
	box-shadow: 2px 2px 20px rgba(120,120,120,0.5);
	border: 1px rgb(220,220,220) solid;
	border-radius: 8px;
}
.content_place h1{
	font-weight: bold;
}
.content_place{
	height: 90%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.content_place .glyphicon, .content_place .blockheader{
	color:rgb(176,177,178);
}

.font-size-up{
	font-size: 1.2em;
}

.paddingTop5percent{
	padding-top: 5%;
}

.site-wrapper-inner{
	height: 100%;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
	background: none;
	text-decoration: underline;
}

p.bottomSign{
    position: absolute;
    bottom: 2%;
    left:2%;
    color: rgb(120,121,121);
}

#verticalScrollPlace{
	height: 90%;
	width: 90%;
	margin:0 auto;
}