/*! UIkit 2.21.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Accordion
 ========================================================================== */
/* Sub-object: `uk-accordion-title`
 ========================================================================== */
 ul.reset-style{
	 list-style:none!important;
	 text-decoration:none;
	 color: #000;
 }
 
 li.reset-style{
	 list-style:none!important;
	 text-decoration:none;
	 color: #000;
 }
 
 a.reset-style{
	 list-style:none!important;
	 text-decoration:none!important;
	 color: #000;
	 line-height:50px;
 }
 
 a.reset-style:hover{
	 list-style:none!important;
	 text-decoration:none!important;
	 color: #bb9a66;
 }
 
.uk-accordion-title {
  /*background: #eeeeee;*/
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  list-style:none;
  text-decoration:none;
}
/* Sub-object: `uk-accordion-content`
 ========================================================================== */
.uk-accordion-content {
  padding: 30px 30px 30px 30px;
  background-color:#f8f8f0;
}
/*
 * Micro clearfix to make panels more robust
 */
.uk-accordion-content:before,
.uk-accordion-content:after {
  content: "";
  display: table;
}
.uk-accordion-content:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}
