/* Add here all your CSS customizations */

.offset-anchor1 {
	display: block;
	position: relative;
	visibility: hidden;
}

@media (min-width: 991px) {
	.offset-anchor1 {
		top: -200px;
	}
}

.offset-anchor {
	display: block;
	position: relative;
	visibility: hidden;
}

@media (min-width: 991px) {
	.offset-anchor {
		top: -100px;
	}
}

.offset-anchor2 {
	display: block;
	position: relative;
	visibility: hidden;
}

@media (min-width: 991px) {
	.offset-anchor2 {
		top: -300px;
	}
}

@media (max-width: 991px) {
	#header nav ul.nav-main li a i.fa-angle-down {
		position: absolute;
		right: -1px;
		top: 7px;
	}

	#header .nav-main li.dropdown a.dropdown-toggle.extra:after {
		display: none !important;
	}
}

#vdobx {
    position: fixed;
    display: block;
	 top: 300px;
    margin: 0px auto;
    width: 100%;
}

.vsmall {
	font-size: 90%;
	color: #777;
	line-height: 1.42857;
}
	