

#header-bar-content,
#header-bar-handle,
.logo,
ul.filter > li > a:hover,
ul.filter > li.active > a,
.pagination > span,
div.toggle > a.switch.opened > div,
div.accordion > a.switch.opened > div,
a.button,
input[type="submit"].button,
ul.tags > li > a:hover,
a.button.light:hover,
div.pricing-table.featured > h3,
.flexslider h2,
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	background-color: #;
	transition: background-color .3s;
	-moz-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
}

a,
span a:hover,
#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a,
article.post .title:hover h2,
ul.grid a:hover > h3,
div.testimonial > span.testimonial-author,
div.toggle > a.switch.opened,
div.accordion > a.switch.opened,
#content ul.link-list a:hover,
ul.tabs-nav > li.active > a,
ol.breadcrumb a:hover {
	color: #;
	transition: color .2s;
	-moz-transition: color .2s;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
}

#header-bar {
	border-color: #;
	transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
}

#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a {
	border-color: #;
}

ul.grid > li:hover .content {
	border-top: 4px solid #;
	transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
}

ul.sub-menu > li:first-child {
	border-top: 1px solid #;
}

ul.tabs-nav > li.active > a {
	border-top: 1px solid #;
	transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
}

div.highlight {
	border-left: 3px solid #;
	transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
}