.colour { color: #ffe202; }
a {	color:#917e19; }
a:hover{ color:#a49760; }
a:focus {color:#a49760; }
::selection { background: #ffffff; color: #616a2f; }
::-moz-selection { background: #ffffff; color: #28001a; }

/**** TOOLTIP ****/
.tooltip-inner { background-color:#28001a; }
.tooltip.top .tooltip-arrow {  border-top-color: #28001a; }

/**** CIRCLE LINK ****/
.circle-link { background:#ffe202; }

/**** MENU ****/
.header { background: #fff; color: #8a5084; }
.header.tiny { background: #fff; }

/**** STACK SLIDER BUTTON****/
.st-wrapper nav span:before { background: #ffe202; }
/**** STACK SLIDER LINES ****/
.st-stack {
	background-image: -webkit-linear-gradient(top, #f0f0f0 50%, #ffe202c 50%);
	background-image: -moz-linear-gradient(top, #f0f0f0 50%, #ffe202 50%);
	background-image: -o-linear-gradient(top, #f0f0f0 50%, #ffe202 50%);
	background-image: -ms-linear-gradient(top, #f0f0f0 50%, #ffe202 50%);
	background-image: linear-gradient(to bottom, #f0f0f0 50%, #ffe202 50%);
}

/**** TEAM BOX COLOUR ****/
.grida figcaption { background:#ffe202; }

/**** WORK - HOVER BG - LOAD MORE HOVER - LIGHTBOX BAR ****/
.thumbnail-caption{ background: #ffe202;}
.grid-loadMore:hover{ color:#ffe202!important; }
.autoGrid-nav{ background: #ffe202; }

/**** BAR - BIG STATS ****/
#bigstats { background: #ffe202; }

/**** BAR - CLIENTS ****/
#Section-Colour { background: #ffe202; }

/**** PRICING TABLE CIRCLE COLOUR ****/
#pricing-table h3 span { background: #ffe202; }

/**** CONTACT SECTION CONTACT BUTTON HOVER COLOUR ****/
#ajax-contact-form input.btn { background:#ffe202!important; color:#fff!important;}
#ajax-contact-form input.btn:hover { background:#95A5A6!important; color:#fff!important; }

#status {background-image:url(../img/status-yellow.gif);}
