.theme-default .nivo-dots a:not(.numeric-dot):before {
    content:"\e836";
    font-family: "Material Icons", Arial, sans-serif;
    display: inline-block;
    font-size: 1rem;
    line-height: 2;
    color: inherit;
    width: 100%;
    height: auto;
    text-align: center;
}

.theme-default .nivo-dots a:not(.numeric-dot).active:before {
    content:"\e837";
}

.theme-default .nivo-prevNav i,
.theme-default .nivo-nextNav i {
    font-family: "Material Icons", Arial, sans-serif;
    display: block;
    font-style: normal;
    margin-top: 1px;
}

.theme-default .nivo-prevNav .icon-angle-left:before {
    content:"\e5cb";
}

.theme-default .nivo-nextNav .icon-angle-right:before {
    content:"\e5cc";
}