/*
#1 = 35A49C
#2 = 79CDC0
*/
a {
	/*color: #35A49C;*/
}
a:hover {
	color: #9F7826;
}

/* menu */
.nav>li>a:hover {
	color: #00cabc;
	/*background-color:#DEA727;
	-moz-border-radius: 0.5em; 
-webkit-border-radius: 0.5em; border-radius: 0.5em;*/
}

.navbar .navbar-nav > .active > a {
	color: #00cabc;
}

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

.flex-direction-nav a:hover{
	background-color:#35A49C;
}

.testimonial span.author a {
	color: #79CDC0;
}

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


/* portfolio */
.portfolio-item .portfolio-desc {
	background-color: rgba(222,222,221,.59)
}

/* btn */
.btn-theme {
	background-color: #CE9D37;
}
.btn-theme:hover,.btn-theme:focus,.btn-theme:active{
  background: #35A49C;
}
.btn-cta,.btn-cta.btn-lg {
  background: #35A49C;
  border-color: #79CDC0;
}

.btn-cta:focus,.btn-cta:active{
   border-color: #35A49C;
}

/* contact */
.validation {
	color:#35A49C;
}

/* footer */
.social-circle li a {
	background:#35A49C;
}

a.scrollup{
	background:#CE9D37;
}
/**/
.bg-color-base {
    background: #17bed2!important
}
.progress-box .progress-bar {
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}
.progress-box .progress {
    box-shadow: none;
    height: 3px
}

.progress-box .progress-bar {
    transition-duration: 2s
}
