<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: SmallBusiness
Theme URI: http://smthemes.com/smallbusiness/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.2
License: Creative Commons 3.0
Theme date: 07/25/2014
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);

html {
	background:#fff;
}
body {	
	color:#252525;
	position:relative;
	font-family:'opensansregular';
}
a {
	color:#2b2b2b;
}
a:hover {
	color:#bf591b;
}
a.post_ttl, .post-caption h1 {
	color:#595959;
	font-size:18px;
	text-transform:uppercase;
	font-family:'oswald';
}
h2 a.post_ttl:hover{
	color:#bf591b;
}

#smthemes_share { z-index:9999; }

/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:40px;
	line-height:40px;
	color:#5f5f5f;
	text-transform:lowercase;
}
.searchbtn {
	height:40px;
	width:20px;
	margin-right:10px;
}
.searchform {
	height:40px;
	border-top:1px solid #8b8b8b;
	border-bottom:1px solid #eaeaea;
	background: rgb(232,232,232);
	background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(209,209,209,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(209,209,209,1)));
	background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(209,209,209,1) 100%);
	background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(209,209,209,1) 100%);
	background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(209,209,209,1) 100%);
	background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(209,209,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#d1d1d1',GradientType=0 );
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
.one-post { 
	padding:0 16px 28px; 
	margin-bottom:50px;
	border-bottom:1px solid #cecece;
	background:#f7f7f7;
}
.articles .post-body { 
	padding-bottom:10px;
	line-height:22px;
}
.artilces .post-body{ 
	padding-top:0;
}
.articles .post-caption h2, .articles .post-caption h1{ 
	padding:16px 0;
}
#commentform #submit, input.readmore, a.readmore {
	background: rgb(174,174,174);
	background: -moz-linear-gradient(top,  rgba(174,174,174,1) 0%, rgba(157,157,157,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,174,174,1)), color-stop(100%,rgba(157,157,157,1)));
	background: -webkit-linear-gradient(top,  rgba(174,174,174,1) 0%,rgba(157,157,157,1) 100%);
	background: -o-linear-gradient(top,  rgba(174,174,174,1) 0%,rgba(157,157,157,1) 100%);
	background: -ms-linear-gradient(top,  rgba(174,174,174,1) 0%,rgba(157,157,157,1) 100%);
	background: linear-gradient(to bottom,  rgba(174,174,174,1) 0%,rgba(157,157,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#9d9d9d',GradientType=0 );
	color:#fff;
	border:none;
	border-top:1px solid #cecece;
	text-transform:lowercase;
	padding:4px 16px;
}
a.readmore { 
	float:left;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background: rgb(191,89,27);
	background: -moz-linear-gradient(top,  rgba(191,89,27,1) 0%, rgba(172,80,24,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,89,27,1)), color-stop(100%,rgba(172,80,24,1)));
	background: -webkit-linear-gradient(top,  rgba(191,89,27,1) 0%,rgba(172,80,24,1) 100%);
	background: -o-linear-gradient(top,  rgba(191,89,27,1) 0%,rgba(172,80,24,1) 100%);
	background: -ms-linear-gradient(top,  rgba(191,89,27,1) 0%,rgba(172,80,24,1) 100%);
	background: linear-gradient(to bottom,  rgba(191,89,27,1) 0%,rgba(172,80,24,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf591b', endColorstr='#ac5018',GradientType=0 );
	color:#fff;
	border-top:1px solid #d99b76;
	text-decoration:none;
}
.featured_image{
	margin-bottom:25px !Important;
}
.googlemap {
	padding:0;
	border:none;
}
.widget_posts ul li img,.widget_flickr a {
	border:none;
	padding:0;
}
.post-date,
.post-category,
.post-commetns { 
	margin-right:15px;
}
.post-meta a{
	line-height:36px;
}
.post-meta {
	background: rgb(231,231,231);
	background: -moz-linear-gradient(top,  rgba(231,231,231,1) 1%, rgba(221,221,221,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(231,231,231,1)), color-stop(100%,rgba(221,221,221,1)));
	background: -webkit-linear-gradient(top,  rgba(231,231,231,1) 1%,rgba(221,221,221,1) 100%);
	background: -o-linear-gradient(top,  rgba(231,231,231,1) 1%,rgba(221,221,221,1) 100%);
	background: -ms-linear-gradient(top,  rgba(231,231,231,1) 1%,rgba(221,221,221,1) 100%);
	background: linear-gradient(to bottom,  rgba(231,231,231,1) 1%,rgba(221,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#dddddd',GradientType=0 );
	border-top:1px solid #cfcfcf;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0 20px 0 12px !important;
} 
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:left;
}
.page-numbers {
	padding:7px 15px;
	font-family: 'opensansregular';
	font-size:16px;
	margin-right:3px;
}
a.page-numbers,
body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce #content nav.woocommerce-pagination ul li a,
body.woocommerce-page #content nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce #content nav.woocommerce-pagination ul li span,
body.woocommerce-page #content nav.woocommerce-pagination ul li span {
	background: #fff;
	border:1px solid #f7f7f7;
	color:#464646;
	text-decoration:none;
}
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li  { 
	margin-right:3px;
} 

a.page-numbers:hover,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page nav.woocommerce-pagination ul li a:focus,
body.woocommerce #content nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:focus{
	border:4px solid #cecece;
	background:#fff;
	color:#464646;
	padding:4px 12px;
}
span.page-numbers,
body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce-page nav.woocommerce-pagination ul li span.current,
body.woocommerce #content nav.woocommerce-pagination ul li span.current,
body.woocommerce-page #content nav.woocommerce-pagination ul li span.current {
	padding:4px 12px;
	border:4px solid #f7f7f7;
	background: #f7f7f7;
	color:#464646;
}
 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	background:url(images/footer.png);	
	border-top:1px solid #dcdcdc;
	padding-top:30px;
}

#footer a{
	text-decoration:none; 
}

#footer h3{
	font-size:18px;
	color:#494949;
	text-transform:uppercase;
	font-family:'oswald';
}

#footer .container {
}

#footer .footer_txt {
	background:#a9a9a9;
	color:#464646;
}
#footer .footer_txt a{ 
	color:#2b2b2b;
}
#footer .footer_txt a:hover {
	color:#fff;
}
#footer .footer_txt .container {
}
.footer-widgets {
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-left:5px;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:5px;
}
.widget a{ font-family:'opensanssemibold'; }
#content .widget .caption h3 {
	background: rgb(231,231,231);
	background: -moz-linear-gradient(top,  rgba(231,231,231,1) 1%, rgba(221,221,221,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(231,231,231,1)), color-stop(100%,rgba(221,221,221,1)));
	background: -webkit-linear-gradient(top,  rgba(231,231,231,1) 1%,rgba(221,221,221,1) 100%);
	background: -o-linear-gradient(top,  rgba(231,231,231,1) 1%,rgba(221,221,221,1) 100%);
	background: -ms-linear-gradient(top,  rgba(231,231,231,1) 1%,rgba(221,221,221,1) 100%);
	background: linear-gradient(to bottom,  rgba(231,231,231,1) 1%,rgba(221,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#dddddd',GradientType=0 );
	border-top:1px solid #cfcfcf;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px 10px;
	text-shadow:1px 1px 1px #f2f2f2;
	text-transform:uppercase;
	font-family:'oswald';
	font-size:18px;
	color:#494949;
	margin-bottom:20px;
}
#content .widget {
	margin-bottom:50px;
	padding-top:0;
}
.widget_archive ul li:before, 
.widget_categories ul li:before, 
.widget_meta ul li:before, 
.widget_pages ul li:before, 
.widget_recent_entries ul li:before{
	content:none !important;
}
.widget_archive ul li a, 
.widget_categories ul li a, 
.widget_meta ul li a, 
.widget_pages ul li a, 
.widget_recent_entries ul li a{
	display:block;
	padding:15px 30px !important;
	text-decoration:none !Important;
	font-family:'opensanssemibold' !important;
}
.widget_archive ul li:last-child, 
.widget_categories ul li:last-child, 
.widget_meta ul li:last-child, 
.widget_pages ul li:last-child, 
.widget_recent_entries ul li:last-child{
	border-bottom:none !important;
}

.widget_archive ul li a, 
.widget_categories ul li a, 
.widget_meta ul li a, 
.widget_pages ul li a, 
.widget_recent_entries ul li a{
	background:url(images/list.png) 8px center no-repeat;
}
.widget_archive ul li a:hover, 
.widget_categories ul li a:hover, 
.widget_meta ul li a:hover, 
.widget_pages ul li a:hover, 
.widget_recent_entries ul li a:hover { 
	background:url(images/list-hover.png) 8px center no-repeat;
}

#content .widget_archive ul li, 
#content .widget_categories ul li, 
#content .widget_meta ul li, 
#content .widget_pages ul li, 
#content .widget_recent_entries ul li{
	padding:0 !important;
	border-bottom:1px solid #e6e6e6;
}


#footer .widget_archive ul li, 
#footer .widget_categories ul li, 
#footer .widget_meta ul li, 
#footer .widget_pages ul li, 
#footer .widget_recent_entries ul li{
	padding:0 !important;
	border-bottom:1px solid #e6e6e6;
}

.widget_posts .day{}
.widget_posts .date{}
.tabs_captions .scaption{}
.tabs_captions .scaption.active, .tabs_captions .scaption:hover{}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-next:hover { background-image:url(images/slide-right-hover.png); }
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
.fp-prev:hover { background-image:url(images/slide-left-hover.png); }
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content {
		
	}
	#header { 
	}
	.header-image { 
		padding-top:70px;
		background:url(images/header-image.jpg) top fixed no-repeat;
		-moz-background-size: 100%; 
		-webkit-background-size: 100%; 
		-o-background-size: 100%;
		background-size: 100%;
	}
	.no-slider .header-image { padding-top:120px; }
	#content { 
		margin-top:80px;
	}
	.content-r #main_content, .content-r2 #main_content{
		padding:0 35px 20px 0;
	}
	.content-l #main_content, .content-l2 #main_content{
		padding:0 0 20px 35px;
	}
	.content-lr #main_content{
		padding:0 35px 20px;
	}
	.content-n #main_content { 
		padding:0 0 20px;
	}
	#content .container {
	}
	#logo {
		position:absolute;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:70px;
		position:fixed;
		z-index:9999;
		border-bottom:1px solid #323639;
		width:100%;
		top:0;
		margin:0 auto;
	}
	#secondarymenu-container .background { 
		width:100%;
		height:70px;
		position:absolute;
		top:0;
		z-index:0;
		background:#757575;
		opacity:0.6;
	}
	.admin-bar #secondarymenu-container{
		top:32px;
	}
	
	#secondarymenu {
		float:right;
		margin-top:8px;
	}
	#secondarymenu a {
		padding:16px 9px;
		color:#fff;
		font-size:15px;
		text-transform:uppercase;
		font-family:'opensansregular';
		font-weight:bold;
	}
	#secondarymenu a:hover{
		color:#bf591b;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:65px;
		width:998px;
		margin:-25px auto 0;
		background:url(images/mainmenu.png) left repeat-x;
		z-index:18;
	}
	#mainmenu {
		float:left;
		margin:2px 0;
		height:61px;
		width:auto;
		max-width:756px;
	}
	.menusearch {
		width:260px;
		margin-top:11px;
		margin-right:30px;
	}

	#mainmenu li a {
		padding:16px 20px;
		font-size:18px;
		color:#5f5f5f;
		font-family:'Oswald';
		background:url(images/mainmenu-a.png) right no-repeat;
		text-transform:uppercase;
	}
	#mainmenu li:last-child a { 
		background:none;
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		color:#bf591b;
	}


	#header li ul {	top:57px; }
	#header #mainmenu li ul { top:45px; }
	
	#header li ul .transparent {
		background:url(images/transparent.png) left top no-repeat;
		border-radius:0 5px 0 0;
		-moz-border-radius:0 5px 0 0;
		-webkit-border-radius:0 5px 0 0;
	}
	#header li ul .inner { 
		margin-top:16px;
		padding:0;
		background:#d1d1d1;
		border-radius:0 0 5px 5px;
		-moz-border-radius:0 0 5px 5px;
		-webkit-border-radius:0 0 5px 5px;
	}
	#header #mainmenu li ul .transparent {	}
	#header #mainmenu li ul .inner {	}
	#header ul.children li, #header .sub-menu li { 
		height:auto !Important;
	}
	#header ul.children li:first-child a, #header .sub-menu li:first-child a { border-top:none; }
	#header ul.children li:last-child a, #header .sub-menu li:last-child a { border-bottom:none; }
	#header ul.children li a, #header .sub-menu li a {
		color:#5f5f5f; 
		padding:10px 20px;
		text-align:left;
		height:auto !Important;
		background:none !Important;
		font-size:13px !important;
		font-weight:bold !important;
		font-family:'opensansregular' !important;
		text-transform:none !Important;
		border-bottom:1px solid #c9c9c9;
		border-top:1px solid #d9d9d9;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#bf591b !important;
		background:none !Important;
	}
	
	#header #mainmenu ul.children li a, #header #mainmenu .sub-menu li a {
		font-family:'oswald' !important;
		font-size:14px !important;
		text-transform:uppercase !important;
		font-weight:normal !important;
	}
	#header #mainmenu ul.children li a:hover, #header #mainmenu .sub-menu li a:hover {		
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		position:relative;
		margin:35px auto 73px;
		width:998px;
		height:325px;
		border:1px solid #fff;
	}
	.slider {
	}
	.fp-next, .fp-prev {
		margin:109px -54px;
		width:53px;
		background-repeat:no-repeat;
		height:101px;
	}
	.fp-title {
		margin-bottom:30px;
	}	
	.fp-title a{
		font-size:30px;
		color:#494949;
		text-decoration:none !Important;
		font-family:'oswald';
	}
	.fp-content p {
		margin-bottom:25px;
		color:#494949;
		font-family:'opensansregular';
	}	
	.fp-more{
		background: rgb(174,174,174);
		background: -moz-linear-gradient(top,  rgba(174,174,174,1) 0%, rgba(157,157,157,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,174,174,1)), color-stop(100%,rgba(157,157,157,1)));
		background: -webkit-linear-gradient(top,  rgba(174,174,174,1) 0%,rgba(157,157,157,1) 100%);
		background: -o-linear-gradient(top,  rgba(174,174,174,1) 0%,rgba(157,157,157,1) 100%);
		background: -ms-linear-gradient(top,  rgba(174,174,174,1) 0%,rgba(157,157,157,1) 100%);
		background: linear-gradient(to bottom,  rgba(174,174,174,1) 0%,rgba(157,157,157,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#9d9d9d',GradientType=0 );
		color:#fff !important;
		border:none;
		border-top:1px solid #cecece;
		text-transform:lowercase;
		padding:4px 16px;
		float:left;
		text-decoration:none !important;
	}
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:325px;
		width:998px;
	}
	.fp-content-fon {
		border:none;
		background:#E3E3E3;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
		height: 225px;
		width: 349px;
		left: 45px;
		bottom:32px;
	}
	.fp-content { 
		left:50px;
		right:600px;
		height:239px;
		bottom:0;
		text-align:left;
		font-size:13px;
	}
	.fp-nav {
		right:30px;
		bottom:30px;
		left:auto;
		z-index:9998;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt  {
		width:1000px;
		margin:0 auto;
		padding-left:0;
		padding:20px 0;
	}
	#footer .footer_txt .container { padding-left:20px; }
	.footer_txt { 
		width:100% !important;
	}
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float:left;
		margin-left:15px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	#content { margin-top:50px; }
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		position:absolute;
		top:40px;
		right:15px;
	}
	#header .container { position:inherit; }
	#secondarymenu-container {
		padding-top:0px;
		background:#a9a9a9;
	}
	#secondarymenu {
		clear:both;
		overflow:hidden;
		padding-bottom:15px;
	}
	#secondarymenu li {
		
	}
	#secondarymenu li a{
		padding:15px;
		font-size:13px;
		font-family:'opensansregular';
		font-weight:bold;
		color:#fff;
	}
	#header li ul{
		padding:0 0 0 15px;
	}
	#header li ul li a{
		padding:0;
	}	
	#mainmenu-container {
		clear:both;
		padding-bottom:10px;
		background: rgb(242,242,242);
		background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(218,218,218,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(218,218,218,1)));
		background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(218,218,218,1) 100%);
		background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(218,218,218,1) 100%);
		background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(218,218,218,1) 100%);
		background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(218,218,218,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dadada',GradientType=0 );
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#5f5f5f;
		text-decoration:none;
		font-size:18px;
		font-family:'oswald';
		padding:10px 15px;
		display:block;
	}

	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
	}
	#logo {
		margin-top:5px;
		background:#a9a9a9;
	}
	.searchbtn {
		width:20px !important;
	}
	#secondarymenu-container {
		padding-top:6px;
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		padding:0 2%;
		margin-top:10px;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #d7d7d7;
	}
	#secondarymenu li a, #mainmenu li a{
		color:#363636;
		text-decoration:none;
	}
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	}
	.one-post { padding:0 !important; }
}

/* WooCommerce */
.woocommerce a.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page #content input.button.alt,
.woocommerce-page #content .products li a.button {
	background:#a2a2a2 !important;
	color:#fff !important;
	text-transform:lowercase !important;
	border:none !important;
	text-shadow:none !Important;
	box-shadow:none !Important;
	font-weight:normal !important;
}
.woocommerce a.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #content .products li a.button:hover  {
	background:#b9561a !important;
}
.widget.woocommerce.widget_product_search #s {   
	border-top:1px solid #8b8b8b !important;
	border-bottom:1px solid #eaeaea !important;
	background: rgb(232,232,232);
	background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(209,209,209,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(209,209,209,1)));
	background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(209,209,209,1) 100%);
	background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(209,209,209,1) 100%);
	background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(209,209,209,1) 100%);
	background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(209,209,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#d1d1d1',GradientType=0 );
	color:#5f5f5f !important;
}
.widget.woocommerce.widget_product_search #searchsubmit {
	background:#262626;
	padding:2px 6px;
	color:#fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { 
	background:#be591b !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	background:#843e13 !important; 
}
.woocommerce-page #main_content &gt; #container &gt; #content { 
	margin:0 !important;
	padding:15px 0 !important;
}</pre></body></html>