/*
#1 = 35A49C		--> DC5529
#2 = 79CDC0		--> DF7E5D
*/
a {
	color: #DC5529;
}
a:hover {
	color: #DF7E5D;
}

/* menu */
.nav>li>a:hover {
	color: #DF7E5D;
}

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

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

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

.testimonial span.author a {
	color: #DF7E5D;
}

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


/* zoom */
.zoom {
	display:inline-block;
	position: relative;
}
		
/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(icon.png);
}
.zoom img {
	display: block;
}
.zoom img::selection { background-color: transparent; }

.zoomAction {
	position:absolute;
	top:3px;
	right:28px;
	color:#555;
	font:bold 13px/1 sans-serif;
}

#partner img:hover { cursor: -webkit-zoom-in;  cursor: zoom-in; }

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

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

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

/* contact */
.validation {
	color:#DC5529;
}

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

a.scrollup{
	background:#DC5529;
}