/* Add here all your CSS customizations */
.header-nav-main {
    padding-bottom: 30px;
}
@media (max-height: 768px) {
	html.photography-demo-3 #header {
		display: block;
		overflow-y: auto;
	}
	html.photography-demo-3 #header::-webkit-scrollbar {
		width: 7px;
	}
	html.photography-demo-3 #header::-webkit-scrollbar-track {
		background: #e2e2e2;
		border-radius: 10px;
		margin: 18px;
	}
	html.photography-demo-3 #header::-webkit-scrollbar-thumb {
		background: #888888;
		border-radius: 10px;
	}
	html.photography-demo-3 #header .header-body {
		position: relative;
		height: 590px;
	}
	html.photography-demo-3 #header .header-body > div > div .header-column:nth-child(2) {
		top: 50%;
		margin-top: 100px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(10px);
	}
}
.nav-pils {
	margin-top: 300px;
}

table#tblfee {
	width: 100%;
}

table#tblfee td {
	vertical-align: middle;
	text-align: center;
}

table#tblfee tr:nth-child(odd) {
	background-color: #d7e6f4;
}