.header .form-search button.button span {
	background: #ffb171; /* Old browsers */
	background: -moz-linear-gradient(top, #ffb171 0%, #fca45d 50%, #fda660 51%, #f47f20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb171), color-stop(50%,#fca45d), color-stop(51%,#fda660), color-stop(100%,#f47f20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffb171 0%,#fca45d 50%,#fda660 51%,#f47f20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffb171 0%,#fca45d 50%,#fda660 51%,#f47f20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffb171 0%,#fca45d 50%,#fda660 51%,#f47f20 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffb171 0%,#fca45d 50%,#fda660 51%,#f47f20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb171', endColorstr='#f47f20',GradientType=0 ); /* IE6-9 *
}
.owl-theme .owl-controls .owl-buttons div {
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}