/* Float Contact Form */

#float_contact_wrapper>div:last-of-type {
    /*border-bottom: 0;*/
}

#float_contact_wrapper {
    width: 60px;
    height: auto;
    position: fixed;
    left: 0;
	display:none;
    z-index: 5000;
    background-color: #d8d8d8;
    border: 1px solid #bbbbbb;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#SkypeButton_paraElement > a > img {
    margin: 10px 8px 25px !important;    
}

#float_contact_wrapper>div {
 /*   position: relative; */
}

#SkypeButton_paraElement {
    margin: 0;
}

.float_name {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1300px)
{
	#float_contact_wrapper {
		top: 50% !important;
	}
}
@media screen and (max-width: 1024px)
{
	#float_contact_wrapper {
		display: none !important;
	}
}