#top-link  {
    display: none;
    width: 160px;
    height: 70px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #2c2c2c;
    text-align: center;
    padding: 2em;
    cursor: pointer;
    z-index: 1000;
    font-family: "Istok Web", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 1020px) {
    #top-link {
        width: 100%;
        background-color: #111111;
        float: left;
    }
}

#formail input[type="submit"]{
    background-color: #6EA4AB;
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
    top: 0;
    padding: 0.8em 0 0.8em;
    border-top: none;
    border-left: none;
    border-right: none;
    position: relative;
    border-bottom: 0.3em solid #3e7d8a;
    font-family: "Istok Web", sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#formail input[type="submit"]:hover{
    top: 0.2em;
    padding-bottom: 0.6em;
}

button.navMedia-toggle{
    display: none;
    font-family: "Istok Web", sans-serif;
    font-size: 1.2em;
    background: #2C2C2C;
    color: #FFFFFF;
    padding: 15px;
    margin: 0;
    float: left;
    width: 100%;
    text-align: right;
    font-weight: 700 !important;
}