.one-page-logo {
	background-color: #262f36;
	padding: 8px;
}
.one-page-logo .logo-image img {
	height: auto;
}
.section-container {
    padding: 60px 0 20px;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.theme-opt-item {
	margin-bottom: 30px;
}
.theme-opt-title {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 20px;
}
.scroll-top {
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.header-back-campaign {
	padding: 140px 0 70px;
	background-image: url("../img/backgrounds/charity-bg.jpg");
}
.text-white, .text-white a, .text-white p {
	color: #fff !important;
}
.header-back-faq {
	background-image: url(../img/backgrounds/faq-bg.jpg);
	padding: 140px 0 70px;
}
.header-back-slider {
	background-image: url(../img/backgrounds/slider-bg.jpg);
	padding: 140px 0 70px;
}
.header-back-woo {
	background-image: url(../img/backgrounds/woo-bg.jpg);
	padding: 140px 0 70px;
}
.header-back-language {
	background-image: url(../img/backgrounds/lang-bg.jpg);
	padding: 140px 0 70px;
}
.header-overlay:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.one-page-nav ul li:first-child, .one-page-nav-wrapper {
	border: none;
}
.one-page-nav li:first-child {
    border-top: 1px solid #dae0e7;
}
.one-page-nav-wrapper {
	top: 153px;
}
.scroll-pos-center {
	left: 0;
    margin: 0 auto;
    right: 0;
    top: -5px;
}