.fixed_top_contact {
    height: 34px;
    width: 80%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ECECEC;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.58);
    opacity: 0;
    z-index: 999;
    padding: 10px 10%;
}
.visible {
    opacity:1;
}


.fixed_top_contact a {
    position: relative;
    padding: 5px 20px;
/*    margin: 0px 10px 10px 0px;*/
    float: left;
    border-radius: 6px;
    font-family: 'aleoB';
    font-size: 18px;
    color: black;
    text-decoration: none;  
    background-color: #3498DB;
    border-bottom: 5px solid #2980B9;
    text-shadow: 0px -1px #2980B9;
    /* Animation */
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.fixed_top_contact a:hover, 
.fixed_top_contact a:focus {
    text-decoration: none;
    color: black;
    background-color: #5fb7f2;
    border-bottom: 5px solid #4aa3de;
    text-shadow: 0px -1px #4aa3de;
}

.fixed_top_contact a:active {
    transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
    border-bottom: 1px solid;
}

.phone_top{
    float: right;
    
    font-size: 24px;
/*    padding: 0 10px;*/
    color: #fff;
}

.phone_top img{
    vertical-align: middle;
    margin-right: 6px;
/*    float: left;*/
}

.top_tel{
    background: none !important;
    float: right;
    padding: 5px 0;
    border-bottom: none !important;
    
}

@media only screen and (min-width: 0px) and (max-width: 640px) {

    .fixed_top_contact > img{display: none;}
  
}



