/* Accordion */
.accordion .question h5 span.icon { background: url("images/accordion_controls.png") no-repeat left top; }
.accordion .question.active h5 span.icon { background: url("images/accordion_controls.png") no-repeat left bottom; }

/* FAQ */
.faq .question h5 span.icon { background: url("images/faq_controls.png") no-repeat left top; }
.faq .question.active h5 span.icon { background: url("images/faq_controls.png") no-repeat left bottom; }

/* Slider controls  */
a.slider_control, a.rslides_nav, a.prev_page, a.next_page { background: url("images/slider_controls.png") no-repeat; }

.rslides_tabs li a { background: url("images/slider_pager.png") no-repeat left top; }
.rslides_tabs li a:hover, .rslides_tabs li.rslides_here a { background-position: left bottom; }

/* Rev slider controls */
.tp-leftarrow.default, .tp-rightarrow.default { background: url("images/rev_slider_controls.png") no-repeat; }

/* Tags */
.widget_mfn_tag_cloud a { color: #767676 !important; background: #F8F8F8; text-shadow: 1px 1px 0 #fff; border: 1px solid #E8E8E8; }
.widget_mfn_tag_cloud a span { background: #F8F8F8; }
.widget_mfn_tag_cloud a:hover { color: #1b1b1b !important; border: 1px solid #d5d5d5; }
.widget_mfn_tag_cloud a:hover span {}

/* Blockquote */
blockquote .ico { background: url("images/blockquote.png") no-repeat; }

/* Slider pager */
.testimonials .rslides_tabs li a, .pager a.page { background: url("images/pager.png") no-repeat top left; }
.testimonials .rslides_tabs li a:hover, .testimonials .rslides_tabs li.rslides_here a, .pager a.active, .pager a:hover.page { background-position: bottom left; }

/* Post type */
.latest_posts ul.latest_posts_slider li .photo .date .post_type, .post .photo .date .post_type { background: url("images/post_type/article.png") no-repeat; }

/* Skills */
.skills .skills_list li .bar { background: url("images/bar.png") repeat-x top left; }
.skills .skills_list li .bar .progress { background: url("images/bar.png") repeat-x left bottom; }

/* Recent works */
.recent_works_tabber .project .title .icon { background: url("images/recent_works_controls.png") no-repeat left top; }
.recent_works_tabber .project.active .title .icon { background-position: left bottom; }

/* Slider arrows */
#mfn-offer-slider a.slider_control { background: #1a1a1a; color: #fff; border-color: #2f2f2f; }
#mfn-offer-slider a:hover.slider_control { background: #e8e8e8; color: #393939; }