.topsection {
	position: fixed;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	margin-top: 0;
    left: 0;    
    right: 0;
    top: 0;
    width: 100%;
    z-index:1111;
    background: #fff;
}

.topsection.affix {
background:#ffffff;
}

.navbar {margin: 0 auto;padding: 0 auto;min-height: auto;padding-top: 10px;padding-bottom: 5px;}

.topsection.affix {
margin: 0;
padding: 0;
background:#ffffff;
}

.navbar-toggle {
	margin: 0;
	margin-top: 5px;
}

.topmenu a {
	color: #121212;
	/* font-family: Open sans, Sans; */
	transition: background-color 0.5s ease;
	background-color: none;
	/* font-size: 0.7em; */
	/* font-weight: 600; */
	/* letter-spacing: 2px; */
}

.icon-bar {
	background-color: #161616;
}

#nvbr a:hover {
	/* background-color: #161616 !important; */
	color: #333;
	border-bottom: 1px solid #000;
}

.navbar-nav > li > a  {
    padding: 5px 16px;
}
.navbar-nav > li > a:hover{
    background: #fff;
}


a.navbar-brand {
	font-weight: 600;
    height: auto;
    padding: 6px 15px;
}

.falan {
height: 1000px;
background-color: white;

}


@media(max-width:768px) {
    .topsection {
    background:#ffffff;
    margin: 0;
    padding: 0;
    }
}