/* --------------------------------------
=========================================
COLOR : SLATE

MAIN COLOR CODE: #6b798f 

DEEP COLOR CODE: #ed1c24
=========================================
----------------------------------------- */
.dark-bg {
	background: #323232;
	color: #fff;
}

.bgcolor-1 {
	background: #00692f;
}
.bgcolor-2 {
	background: #b7c6d1;
}
.bgcolor-white {
	background: #ffffff;
}


.colored-line {
  background: #f8ec1c;
}
.colored-text {
  color: #be531c !important;
}
.color-bg {
  background: #d6dfe5;
}

a
{
text-decoration: none;
color: #fff;

}


h5 {
	color:#474749;
	
}

h6.fix{
	text-align: center;
	color:#fff;
	background-color: #474749
}

.bt_list li.select i{
    color: #fff;
}

.list-button,.small-button  {
  background: #474749;
  color: #fff;
}

.standard-button,.small-button  {
  background: #474749;
  color: #B8B8B8;

    
}
.standard-button:hover,.small-button:hover,.navbar-inverse .navbar-nav>li>a.standard-button:hover {
  color: #fff;
  background: #cfd600;
}
.secondary-button,.navbar-inverse .navbar-nav>li>a.secondary-button {
   color: #fff;
  background: #cfd600;
}
.secondary-button:hover,.navbar-inverse .navbar-nav>li>a.secondary-button:a hover {
  color: #fff;
  border-color: #cfd600;
}


.sticky-navigation .main-navigation .current a{
  color:  #fff !important;
}
.sticky-navigation .main-navigation .current a.standard-button{
  color:  #fff !important;
}


.sticky-navigation .main-navigation .current i.arrow{
	border-top: 4px solid #cfd600;
}
.sticky-navigation .navbar-nav > li > a {
  color: #fff;
border-top: 4px solid #cfd600;
}
.sticky-navigation .navbar-nav > li > a:hover .arrow{
	border-top: 4px solid #cfd600;
}

.feature-list-1 li .icon-container {
  background: #6b798f;
}
.feature-list-2 li .icon-container {
  background: #6b798f;
}
.feature .icon {
  color: #6b798f;
}
.vertical-registration-form .input-box {
  border-top: 1px solid rgba(107, 121, 143, 0.4);
  border-bottom: 1px solid rgba(107, 121, 143, 0.4);
  border-right: 1px solid rgba(107, 121, 143, 0.4);
  border-left: 3px solid #6b798f;
}
.vertical-registration-form .input-box:focus,
.vertical-registration-form .input-box:active {
  border-color: #6b798f;
}
.subscription-form .input-box:focus,
.subscription-form .input-box:active {
  border-left: 3px solid #6b798f !important;
}
.input-box:active,
.textarea-box:active,
.input-box:focus,
.textarea-box:focus {
  border-left: 3px solid #6b798f !important;
}

