/*-----------------------------------------------------------------
	#Text
------------------------------------------------------------------- */

	nav ul li.active a,
	nav ul li a:hover,
	.caption-one h1,
	.caption-one p,
	.caption-two p,
	.caption-three h2,
	.caption-three p,
	.sequence-pagination li,
	.folio h3,
	.box:hover h4,
	.overlay .caption i,
	.contactform label,
	.contactform span,
	.contact-details span,
	.copyright p a,
	.color,
	.color-strong { color: #f3da98; }

	.sequence-pagination li.current,
	.sequence-pagination li:hover,
	.about:hover,
	.services-box:hover,
	#filter li a:hover,
	#filter li.active a { background-color: #; } /*fleka*/

	::-moz-selection { background-color: #f3da98; }
	::selection { background-color: #f3da98; }

	.sequence-pagination li,
	.folio h3 { border-color: #f3da98; }

/*-----------------------------------------------------------------
	#Icons
------------------------------------------------------------------- */

	.social ul li a:hover { background-color: #f3da98; }

/*-----------------------------------------------------------------
	#Buttons
------------------------------------------------------------------- */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		color:#FFF;		
		background: #000; /* Old browsers */
		border: 1px solid #f3da98; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background: #000; /* Old browsers */
		border: 1px solid #FFF; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background: #000; /* Old browsers */
		border: 1px solid #FFF; }

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #f3da98; }

/*-----------------------------------------------------------------
	#Flex Slider
------------------------------------------------------------------- */

	.flex-control-paging li a:hover,
	.flex-control-paging li a.flex-active  { background: #f3da98; }