body {
	width: 100%;
	height: 100%;
}

html {
	width: 100%;
	height: 100%;
}

@media ( min-width :767px) {
	.navbar {
		padding: 20px 0;
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
		background-color: rgba(255, 255, 255, 0.85);
		border-color: rgba(255, 255, 255, 0.29);
	}
	.navbar>div>div>a,.navbar>div>div>ul>li>a {
		color: #525151 !important;
	}
	.top-nav-collapse {
		/* Customize the look and feel of the collapsed top nav here */
		padding: 0;
		background-color: #F8F8F8;
		border-color: #E7E7E7;
	}
	.top-nav-collapse>div>div>a,.top-nav-collapse>div>div>ul>li>a {
		color: #777 !important;
		font-weight: normal;
	}
}

.navbar-right {
	font-size: 12pt;
}