.page-top-front {
    padding: 20px 10px 60px;
    text-align: right;
    background-color: #fff;
}
.page-top-front a {
    position: relative;
    text-align: right;
    font-size: 14px;
    color: #383838 !important;
}
.page-top-front a:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid #383838;
    border-right: solid transparent;
    border-bottom: solid transparent;
    border-width: 8px;
    transform: rotate(45deg);
    top: 5px;
    left: -25px;
    bottom: 0;
}

.page-top {
    padding: 20px 0;
    background-color: #b3b3b3;
    text-align: center;
}
.page-top a {
    position: relative;
    font-size: 13px;
    color: #383838 !important;
}
.page-top a:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid #383838;
    border-right: solid transparent;
    border-bottom: solid transparent;
    border-width: 8px;
    transform: rotate(45deg);
    top: 5px;
    left: -25px;
    bottom: 0;
}
.amazoness-footer {
    display: block;
    width: 100%;
    max-height: 100%;
    padding: 30px 0;
    text-align: center;
    background-color: #383838;
}
#copyright {
    display: inline-block;
    text-align: center;
    color: #fff !important;
}

.amazoness-footer-content ul {
    display: block;
    margin-bottom: 20px;
}
.amazoness-footer-content ul li {
    display: inline-block;
    padding: 0 8px;
    font-size: 13px;
    border-right : solid 1px #fff;
}
.amazoness-footer-content ul li:last-child {
    border: none;
}
.amazoness-footer-content ul li a {
    color: #fff !important;
}

.footer-category-item {
    text-align: left;
    background-color: #f5f5f5;
    position: relative;
    display: block;
    padding: 1em 15px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.footer-category-item a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 1.5em;
}

.footer-category-item .glyphicon {
    font-size: 0.9em;
}

.footer-category-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    width: 0.6em;
    height: 0.6em;
    margin: auto;
    background-color: transparent;
    transform: rotate(45deg);
    border: solid 2px #383838;
    border-bottom: none;
    border-left: none;
}


.footer-category-item .category_name {
    margin-left: 0.5em;
}
