﻿#next-page {
    position: fixed;
    padding: 5px 5px 10px 20px;
    bottom: 10px;
    right: -280px;
    z-index: 200000;
    background-color: #fff;
    width: 280px;
    background-color: #f1f1f1;
    border-left: 4px solid #444;
}

#next-page .close {
    font-family: "Streamline";
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    padding: 4px;
    cursor: pointer;
    float: right;
    opacity: 1;
}

#next-page a.page {
    padding: 0 50px 0 0;
    margin: 25px 0 0 0;
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #444444;
    height: 36px;
}

#next-page a.page:after {
    content: "\e61d";
    font-family: "Streamline";
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    color: rgb(0, 110, 160);
    float: right;
    padding: 0 0 0 10px;
    margin: -2px -40px 0 0;
}

#next-page a.contact {
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: rgb(0, 110, 160);
    text-transform: uppercase;
}

@media only screen and (max-width : 550px) {
    #next-page {
        display: none;
    }
}