.btn-custom{
	background-color: #bbb19e;
  border-color: #bbb19e;
	color: #0D2110;
}
.btn-custom:hover,.btn-custom:focus{
    background-color: #333;
    border-color: #333;
}
.form-control:focus,.facts i ,.pricing-box{
	border-color: #032210;
	color: #032210;
}
.pricing-box .btn-custom {
	background-color: #032210;
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus,
.intro-title span,.testi-slide p,#ajaxsuccess,#contact i,#contact h4,.title span,.facts i,a:hover,a:focus,a:active,.service-item i,.features-box i,
.plan-title{
	color: #bbb19e !important;
}

.pricing-title-box .plan-title {
	color: #032210 !important;
}

.item-img-overlay span{
    background: url(../img/plus.png) no-repeat center center rgba(51, 184, 108,.7);
}

.back-to-top,.titleHR span {
    background: #bbb19e;
}

.login-li {
	height: 50px;
}

.login-li .login-link {
	vertical-align: middle;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 7px;
	font-size: 13px;
	color: #0D2110 !important;
}

.features-content {
	margin-top: 60px;
}

#video {
	padding-top: 0;
	padding-bottom: 0;
}

#video .hero-image-mask-2 {
	 padding-top: 57px;
}

#benefits .row {
	margin-left: 0;
	margin-right: 0;
}

.ext-link {
	color: #337ab7;
}

@media screen and (max-width: 767px) {
	.plan-fetures {
		min-height: 0 !important;
	}
}

/* Style the buttons that are used to open and close the accordion panel */
#faq .accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
#faq .active, .accordion:hover {
	background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
#faq .accordion-panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom: 5px;
}

#faq .accordion-panel p {
	padding-top: 10px;
	padding-bottom: 5px;
}

#faq .accordion:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
}

#faq .active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}

#faq {
	padding-top: 0;
}