a#blockCopyRightWM{
    position: relative;
    bottom: 0;
    right: 0;
    display: table;
    width: 205px;
    height: 60px;
    font: 13px "Segoe UI", Arial, Tahoma, sans-serif;
    color: #fff;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
}
a#blockCopyRightWM[data-align="right"] span.styleTextWM{
    display:  block;
    float: left;
    width: 150px;
    height: 35px;
    margin: 10px 5px 0px 0px;
    text-align: right;
    overflow: hidden;
}
a#blockCopyRightWM[data-align="left"] span.styleTextWM{
    float: right;
    margin: 2px 0px 0px 0px;
    text-align: left;
}
a#blockCopyRightWM[data-align="right"] span.styleLogoWM{
    position: relative;
    display: block;
    float: left;
    width: 50px;
    height: 55px;
    text-indent: -999999px;
    background: url('../img/iconLogoWM.png') no-repeat center center;
}
a#blockCopyRightWM[data-align="left"] span.styleLogoWM{
    position: relative;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    text-indent: -999999px;
    background: url('../img/iconLogoWM.png') no-repeat center center;
}
a#blockCopyRightWM[data-align="right"] > div#blockContactWM{
    position: absolute;
    z-index: 9;
    top: 6px;
    right: 55px;
    width: 170px;
    height: 45px;
    border-left: 3px solid #00ea27;
    background-color: #000;
    font: 15px Arial, Tahoma, sans-serif;
    color: #fff;
    opacity: 0.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}
a#blockCopyRightWM[data-align="left"] > div#blockContactWM{
    position: absolute;
    top: 2px;
    right: -35px;
    width: 170px;
    height: 45px;
    border-right: 3px solid #00ea27;
    background-color: #000;
    font: 15px Arial, Tahoma, sans-serif;
    color: #fff;
    
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}
a#blockCopyRightWM:hover > div#blockContactWM{
    opacity: 0.95;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;    
}
a#blockCopyRightWM[data-align="right"] > div#blockContactWM:after{
    position: absolute;
    top: 14px;
    right: -7px;
    display: block;
    content: '';
    width: auto;
    height: auto;
    border-top: 8px solid transparent; 
    border-left: 8px solid #000; 
    border-bottom: 8px solid transparent; 
}
a#blockCopyRightWM[data-align="left"] > div#blockContactWM:after{
    position: absolute;
    top: 14px;
    left: -7px;
    display: block;
    content: '';
    width: auto;
    height: auto;
    border-top: 8px solid transparent; 
    border-right: 8px solid #000; 
    border-bottom: 8px solid transparent; 
}
a#blockCopyRightWM > div#blockContactWM span.stylePhoneWM{
    display: block; 
    width: 100%;
    margin: 5px 0px 2px 0px;
    font: 15px Arial, Tahoma, sans-serif;
    color: #fff;
    text-align: center;
}
a#blockCopyRightWM > div#blockContactWM span.styleUrlWM{
    display: block;
    font: 13px Arial, Tahoma, sans-serif;
    color: #fff;    
    text-align: center;
    text-decoration: none;
}