#accordion { border-top: 1px solid rgba(0, 0, 0, 0.05); margin-top: 10px; }

.panel-default { border: none; }
.panel-default > .panel-heading { background: none; padding: 8px 0; }

.panel-body { padding: 15px 2px; }
.panel-body ul { margin-left: -26px; }

.panel-title a i.collapse-icon {
    width: 15px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.list ul li span {
    font-weight: bold;
}

h2.panel-title  {
    font-family: Arial;
    font-weight: bold;
    margin: 0;
    font-size: 12px;
    height: auto;
}

.panel-title a i:before {
    content: "\f068";
}

.panel-title a.collapsed i:before {
    content: "\f067";
}

.flexslider { position: relative; }

.flex-control-thumbs {
    padding: 10px;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.flex-direction-nav {
    position: absolute;
    top: 50%;
}