.borderfrontmenu
{
    width: 100%;
    position: relative;
}

.borderfrontmenu .title div
{
    text-align: left;
    font-weight: bold;
    font-size: 13pt;
    overflow: hidden;
    padding: 5px;
}

.borderfrontmenu .content
{
    padding: 0;
    padding-bottom: 1px;
}

.borderfrontmenu .frontmenu
{
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.borderfrontmenu .frontmenu a > span {
    font-size: calc(((100vw - 700px) * 0.001) + 1vw);
    text-align: center;
    line-height: 4vw;
    width: 11vw;
    height: 4vw;
    display: table-cell;
    position: relative;
    float: left;
    border-radius: 100px;
    border: 0.1vw solid white;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.3);
}
.borderfrontmenu .frontmenu a:hover > span {
    background-color: white;
}

.borderfrontmenu .frontmenu a {
    width: 50%;
    height: 8vw;
    z-index: 11000;
    position: relative;
}

.borderfrontmenu .frontmenu a:first-child {
    float: left;
}
.borderfrontmenu .frontmenu a:first-child > span {
    left: 70%;
}

.borderfrontmenu .frontmenu a:last-child {
    float: right;
}
.borderfrontmenu .frontmenu a:last-child > span {
    left: 30%;
}

@media screen and (max-width: 900px) and (min-width: 1px)
{
    .borderfrontmenu .frontmenu a > span {
        font-size: 2vw;
        line-height: 3.81vw;
        width: 10.5vw;
        height: 3.81vw;
    }
}
