#masthead {
    height: 80px;
    background-color: #fff;
}
.head_top_menu {
     width: 770px;
     height: 80px;
     line-height: 80px;
     display: block;
     position: absolute;
     top: 0;
     left: 250px;
 }

.head_top_logo{
    width: 240px;
    height: 80px;
    display: block;
    position: absolute;
    top:0;
    left:0;
}

.head_top_menu > li {
    display: inline-block;
    /* width: 17%; */
    padding: 0 25px;
    clear: both;
    white-space: nowrap;
    text-align: center;
}
.head_top_menu > li > a{
    font-size: 16px;
    color: #3db5b6;
    font-weight: 700;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.head_top_menu > li > a:hover{
    text-decoration: none;
    color: #099ec6;
}

footer{
    background-color: #3db5b6;
    padding: 20px 0;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

.social {
    position: absolute;
    left: 1000px;
    top: 25px;
}
.social a{
    color: #3db5b6;
    border: 1px solid #3db5b6;
    background-color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    font-weight: 400;
    text-decoration: none;
}
