.fixed_top_contact {
		height: 38px;
    width: 94%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #565656;
    opacity: 0;
    z-index: 100;
    padding: 10px 3%;
}
.visible {
    opacity:1;
}


.fixed_top_contact a {
    position: relative;
   padding: 5px 17px;
/*    margin: 0px 10px 10px 0px;*/
    float: left;
    border-radius: 6px;
    font-family: 'Helvetica', cursive;
    font-size: 18px;
    color: #FFF;
    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: #fff;
    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-family: 'sansL';
    font-size: 24px;
    padding: 0 10px;
    color: #fff;
}

.phone_top img{
    vertical-align: middle;
    margin-right: -13px;
    float: left;
	width:34px
}

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

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

.fixed_top_contact {
		height: 24px;
}
    .fixed_top_contact a {font-size: 16px; !important}
}
