/* CSS Document */

.wp {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #004d63;
    padding: 10px;
    border-radius: 50%;
	cursor:pointer;
	z-index:999;width: 50px;
    height: 50px;
}
.calendar {
    position: fixed;
    bottom: 50px;
    right: 110px;
    background: #004d63;
    padding: 10px;
    border-radius: 50%;
	cursor:pointer;
	z-index:999;
	width: 50px;
    height: 50px;
}
.wp img{
    width: 25px;
    height: 25px;
    font-size: 1.5em;
    margin-left: 2px;
    margin-top: 2px;}
.calendar img{
    width: 25px;
    height: 25px;
    font-size: 1.5em;
    margin-left: 2px;
    margin-top: 2px;}
	
.top-label{        position: fixed;
    bottom: 24px;
    width: 110px;
    right: 50px;
    background-color: #0c0c0c;
    opacity: 0.90;
    font-size: .9em;
    color: #FFF;
    text-align: center;
    text-transform: lowercase;
    z-index: 99999;
    border-radius: 5px;
    font-weight: 600;
}