	::-moz-selection {
  background: #5C9F24;
}
::selection {
  background: #5C9F24;
}

a {
  color: #ab7541;
	
}

a:hover {
	color: #047d47;
}

/* --- button theme --- */
.btn-theme {
  background: #5C9F24;
  *background-color: #5C9F24;
}

.btn-theme:hover,
.btn-theme:active,
.btn-theme.active,
.btn-theme.disabled,
.btn-theme[disabled] {
  background: #33782D;
  *background: #33782D;
}

.scrollup {
 background-color: #5C9F24;
}

/* fontawesome icons */
[class^="icon-"].active,
[class*=" icon-"].active {
    background-color: #5C9F24;
}


ul.nav li.current {
  color: #5C9F24; 
	
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:active,
.navbar .nav > li.active > a {
    color: #ab7541 !important;
	  border-top: #ab7541 2px solid;
	 border-bottom: #ab7541 2px solid;
	-ms-transform: matrix(-90deg); /* IE 9 */
    -webkit-transform: matrix(-90deg); /* Chrome, Safari, Opera */
    transform: matrix(-90deg);
	
	

}

.active
{
	color: #ab7541 !important;
		  }

.sy-pager li.sy-active a {
  background-color: #5C9F24;
}

.navbar .nav > li > a:hover {
  color: #5C9F24;
}

input:focus {
	border: 1px solid #5C9F24;
	border-width:1px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #5C9F24;
}


/* tab */

.nav-tabs > a {
	color:#5C9F24;
}


/* accordion */
.accordion-heading a:hover {
	color: #5C9F24;
}
.accordion-heading .active{
	color: #5C9F24;
}

