
/*Selection Color*/
::selection{
	background:#ffcc00;
	color:#fff;
}
::-moz-selection{
	background:#ffcc00;
	color:#fff;
}

/* Overlay Color*/

.overlay{
	background:rgba(0,0,0,.4);
}

/*Text Color*/

.intro a,
.head-area,
.button,
.video-area a,
.copyright-info a,
.button:hover,
.button.alt:hover,
.single-pricing:hover .button,
.features-area .nav > li:hover > a,
.features-area .nav > li.active > a,
.call-to-action,
.footer-area{
	color:#fff;
}
.lead-form,
.video-dec h3,
.single-service h6,
.features-area .nav > li > a,
.section-title h3{
	color:#464646;
}
.single-pricing:hover h2,
.single-pricing:hover h5,
.lead-form h3,
.copyright-info a:hover,
.service-icon .icon,
.features-content h3{
	color:#ffcc00;
}

/*Background Color*/
.features-area,
.clients-area,
.single-gallery a:after,
.single-gallery a:before,
.lead-form,
.service-icon,
.service-dec,
.single-gallery,
.video-dec,
.testimonial-dec,
.testimonial-image,
.single-pricing,
.section-title{
	background:#fff;
}

.single-gallery a,
.button,
.button.alt:hover,
.footer-area{
	background:#000;
}

.features-area .nav > li:hover > a,
.features-area .nav > li.active > a,
.button:hover,
.single-pricing:hover .button,
.button.alt{
	background:#ffcc00;
}

.whitebg{
	background-color:#fff;
}

.opacbg{
	background:rgba(255,255,255,.8);
}

.blckbg{
	background:rgba(0,0,0,.8);
}

.yellwbg{
	background:rgba(213,169,77,.8);
}

.graybg,
.features-area .nav > li > a,
.input-field input[type="text"]{
	background:#ebebeb;
}
.input-field textarea{
	background:#ebebeb;
}

/*Border Color*/
.border1px,
.single-pricing h5{
	border-color:#ebebeb;
}