

.accordion-inner {  
	position:absolute;
	z-index:2; 
	width:350px; 
	background-color:#f5f5f5;
	padding-left: 20px!important;
	left:60px; 
	border-bottom:0!important;
}
.accordion-group a {
	text-transform: uppercase;
	font-size:12px!important;
	font-family: 'Open Sans';
	padding:5px 0 0;
}

a.navbar-brand {
	text-transform: uppercase;
	font-size:14px!important;
	font-family: 'Open Sans';
}

body .wrapper section#content ul.list.main li.cats {
    width: 200px;
    height: 250px !important;
}
body .wrapper section#content ul.list li.cats {
    list-style: none;
    float: left;
    width: 150px;
    height: 300px;
    text-align: center;
    margin: 0 10px 20px 0;
}
body .wrapper section#content ul.list.main li.cats div.wrap-img {
    height: 0 !important;
    padding-bottom: 87%;
    overflow: hidden;
}
body .wrapper section#content ul.list li.cats div.wrap-img {
    height: 180px;
    position: relative;
}

body .wrapper section#content ul.list li.cats div.wrap-img img {
    width: 180px;
    max-height: 170px;
    position: absolute;
    bottom: 10px;
    left: 0;
}
body .wrapper section#content ul.list.main li.cats div.title {
    padding-top: 5px;
    font-size: 14px;
}
body .wrapper section#content ul.list li.cats div.title  {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    height: 65px;
}
h1.title {
    margin: 0 0 20px 0!important;
    font-weight: bold;
    text-align: center;
}
h2.title {
    color: #e89f3f;
    font-size: 18px;
    border-bottom: 1px dashed #d4c4b6;
    padding-bottom: 7px;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
body .wrapper section#content div.row-fluid div.sidebar .accordion-group a {
    color: #000!important;
  }  
 .left-menu {
    margin-bottom: 20px;
  }  
  .content p  {
    font-size: 14px;

  }  
  .content h2 {
    margin-bottom: 20px!important;
  }  
  .accordion-inner a {
    text-transform: none!important;
  }  


li.itemed {
    list-style: none;
    float: left;
    width: 205px;
    height: 300px;
    text-align: center;
    margin: 0 10px 20px 0;
}
li.itemed div.wrap-img {
    height: 180px;
    position: relative;
}
li.itemed div.wrap-img img {
    width: 180px;
    max-height: 170px;
    position: absolute;
    bottom: 10px;
    left: 0;
}
li.itemed div.title {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    height: 65px;
}
li.itemed div.price {
    color: #e89f3f;
    font-size: 22px;
    min-height: 10px;
}
li.itemed a.more {
    color: #ffffff!important;
    font-size: 16px;
    background: #f2ac5c;
    padding: 2px 5px;
    width: 80%;
    margin:0 10%;
    text-transform:uppercase;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}