
.st-accordion {
    margin: 0 auto;
    min-width: 270px;
    width: 100%;
}
.st-accordion ul li {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #fff;
    height: 58px;
    overflow: hidden;
}
.st-accordion ul li:first-child {
    border-top: medium none;
}
.st-accordion ul li > a {
    color: #393939;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 58px;
    outline: medium none;
    position: relative;
    transition: color 0.2s ease-in-out 0s;
}
.st-accordion ul li > a span {
    background: transparent url("down.png") no-repeat scroll center center;
    height: 14px;
    margin-top: -7px;
    opacity: 1;
    position: absolute;
    right: 0;
    text-indent: -9000px;
    top: 50%;
    transition: all 0.2s ease-in-out 0s;
    width: 26px;
}
.st-accordion ul li > a:hover {
    color: #9eca45;
}
.st-accordion ul li > a:hover span {
    opacity: 1;
    top: 35px;
}
.st-accordion ul li.st-open > a {
    color: #9eca45;
}
.st-accordion ul li.st-open > a span {
    opacity: 1;
    right: 0;
    transform: rotate(180deg);
}
.st-content {
    padding: 5px 0 30px;
}
.st-content p {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
.st-accordion ul li > a {
    font-size: 16px;
}
}
@media screen and (max-width: 320px) {
.st-accordion ul li > a {
    font-size: 14px;
}
}
.st-accordion-two {
    margin: 0 auto;
    min-width: 270px;
    text-align: left;
    width: 100%;
}
.st-accordion-two ul li {
    border-bottom: 1px solid #ccc;
    height: 50px;
    overflow: hidden;
}
.st-accordion-two ul li:first-child {
    border-top: medium none;
}
.st-accordion-two ul li > a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    outline: medium none;
    padding-left: 35px;
    position: relative;
    transition: color 0.2s ease-in-out 0s;
}
.st-accordion-two ul li > a span {
    background: transparent url("plus.png") no-repeat scroll center center;
    height: 14px;
    left: 0;
    margin-top: -2px;
    opacity: 1;
    position: absolute;
    text-indent: -9000px;
    top: 50%;
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out 0s;
    width: 26px;
}
.st-accordion-two ul li > a:hover {
    color: #fff;
}
.st-accordion-two ul li > a:hover span {
    opacity: 1;
}
.st-accordion-two ul li.st-open > a {
    color: #fff;
    font-weight: bold;
}
.st-accordion-two ul li.st-open > a span {
    background: transparent url("minus.png") no-repeat scroll center center;
    margin-top: -7px;
    opacity: 1;
    right: 0;
    transform: rotate(180deg);
}
.st-accordion-two.st-content {
    padding: 5px 0 30px;
}
.st-accordion-two .st-content p {
    color: #fff;
    font-size: 14px;
}
.st-accordion-two.dark ul li {
    border-bottom: 1px solid #eee;
}
.st-accordion-two.dark ul li > a {
    color: #393939;
}
.st-accordion-two.dark .st-content p {
    color: #727272;
}
.st-accordion-two.dark ul li > a span {
    background: transparent url("plus-dark.png") no-repeat scroll center center;
}
.st-accordion-two.dark ul li.st-open > a span {
    background: transparent url("minus-dark.png") no-repeat scroll center center;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
.st-accordion-two ul li > a {
    font-size: 13px;
}
}
.st-accordion-four {
    margin: 0 auto;
    min-width: 270px;
    width: 100%;
}
.st-accordion-four ul li {
    border-bottom: 1px solid #e3e3e3;
    height: 50px;
    overflow: hidden;
}
.st-accordion-four ul li:first-child {
    border-top: medium none;
}
.st-accordion-four ul li > a {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 50px;
    outline: medium none;
    padding-left: 30px;
    position: relative;
    transition: color 0.2s ease-in-out 0s;
}
.st-accordion-four ul li > a span {
    background: transparent url("plus-color.png") no-repeat scroll center center;
    height: 16px;
    left: 0;
    margin-top: -7px;
    opacity: 1;
    position: absolute;
    text-indent: -9000px;
    top: 50%;
    transition: all 0.2s ease-in-out 0s;
    width: 26px;
}
.st-accordion-four ul li > a:hover {
    color: #9eca45;
}
.st-accordion-four ul li > a:hover span {
    opacity: 1;
}
.st-accordion-four ul li.st-open > a {
    color: #000;
}
.st-accordion-four ul li.st-open > a span {
    background: transparent url("minus-color.png") no-repeat scroll center center;
    margin-top: -7px;
    opacity: 1;
    right: 0;
}
.st-accordion-four.st-content {
    padding: 5px 0 30px;
}
.st-accordion-four .st-content p {
    color: #727272;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
.st-accordion-four ul li > a {
    font-size: 16px;
}
}
@media screen and (max-width: 320px) {
.st-accordion-four ul li > a {
    font-size: 14px;
}
}
.st-accordion-five {
    margin: 0 auto;
    min-width: 270px;
    width: 100%;
}
.st-accordion-five ul li {
    border-bottom: 1px solid #fff;
    height: 46px;
    overflow: hidden;
}
.st-accordion-five ul li:first-child {
    border-top: medium none;
}
.st-accordion-five ul li > a {
    background-color: #eee;
    color: #393939;
    display: block;
    font-size: 16px;
    line-height: 46px;
    outline: medium none;
    padding-left: 46px;
    position: relative;
    transition: color 0.2s ease-in-out 0s;
}
.st-accordion-five ul li > a span {
    background: transparent url("plus-gray.png") no-repeat scroll center center;
    height: 16px;
    left: 0;
    margin-left: 16px;
    margin-top: -8px;
    opacity: 1;
    position: absolute;
    text-indent: -9000px;
    top: 50%;
    transition: all 0.2s ease-in-out 0s;
    width: 26px;
}
.st-accordion-five ul li > a:hover {
    color: #393939;
}
.st-accordion-five ul li > a:hover span {
    opacity: 1;
}
.st-accordion-five ul li.st-open > a {
    color: #393939;
}
.st-accordion-five ul li.st-open > a span {
    background: transparent url("minus-gray.png") no-repeat scroll center center;
    margin-top: -8px;
    opacity: 1;
    right: 0;
}
.st-accordion-five .st-content {
    background: #fafafa none repeat scroll 0 0;
    padding: 25px 0 30px;
}
.st-accordion-five .st-content p {
    color: #727272;
    font-size: 14px;
    padding-left: 50px;
}
@media screen and (max-width: 768px) {
.st-accordion-five ul li > a {
    font-size: 16px;
}
}
@media screen and (max-width: 320px) {
.st-accordion-five ul li > a {
    font-size: 14px;
}
}
