/*
#1 = 417630
#2 = 417630
*/
a {
	/*color: #417630;*/
	color: #FFFFFF;
}
a:hover {
	/*color: #417630;*/
	color: #E1E1E1;
		font-weight:bold;
		text-decoration:underline;
}

/* menu */
.nav>li>a:hover {
	/*color: #54ee23;*/
	color: #E1E1E1;
	font-weight:bold;
	text-decoration:underline;
}

.navbar .navbar-nav > .active > a {
	/*color: #54ee23;*/
	color: #E1E1E1;
	font-weight:bold;
	text-decoration:underline;

}
.navbar .navbar-brand:hover {
	/*color: #54ee23;*/
	color: #FFFFFF;
}

/* flexslider */
.flex-control-paging li a {
	background: #002F52;
}

.flex-direction-nav a:hover{
	background-color:#002F52;
}

.testimonial span.author a {
	color: #002F52;
}

/* --- icon box hover --- */
.hi-icon-effect-5 .hi-icon {
	color: #002F52;
	box-shadow: 0 0 0 4px #002F52;
}
.no-touch .hi-icon-effect-5 .hi-icon:hover {
	background: #002F52;
	box-shadow: 0 0 0 8px  #002F52;
}


/* portfolio */
.portfolio-item .portfolio-desc {
	background: #002F52;
}

/* btn */
.btn-theme {
  background: #002F52;
}
.btn-theme:hover,.btn-theme:focus,.btn-theme:active{
  background: #002F52;
}
.btn-cta,.btn-cta.btn-lg {
  background: #002F52;
  border-color: #002F52;
}

.btn-cta:focus,.btn-cta:active{
   border-color: #002F52;
}

/* contact */
.validation {
	color:#002F52;
}

/* footer */
.social-circle li a {
	background:#002F52;
}

a.scrollup{
	background:#002F52;
}

.popover-content {
	font-size:12px;
	overflow-y:scroll;
	height:200px;
	width:250px;
}

.fancybox {
	color:#002F52;	
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.input-mini {
	width:60px;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2
{
	width:50px;
	height:25px;
	padding:4px 15px;	
}