/* Pub floating */
 .pub-radio-canada-container {

    z-index: 1100;
}

/* Pub Inline */
.pub-radio-canada-container {
    display: block;
    margin-top: 50px;
    margin-bottom: 20px;
}

.pub-radio-canada-floating-bottom {
    bottom:0;
    width:100%;
}

.pub-radio-canada-floating-bottom div {
    margin:0 auto;
    position:relative;
    width: 728px;
}

.pub-radio-canada-container .tag-pub {
    font-family: Arial,Helvetica,sans-serif;
    font-size: .625rem;
    line-height: 1.3;
    background:#EBEBEB;
    color:#565656;
    display:block;
    margin:0 auto;
    padding:2px 0 2px 0;
    text-align:center;
    text-transform:uppercase;
    width:100%;
}

.pub-radio-canada-container.pub-radio-canada-floating-bottom .button-container {
    position: absolute;
    right: 0;
    top: -34px;
}

.pub-radio-canada-container button.button-close {
    background:url('../img/button-floating-pub.gif') #EBEBEB left top no-repeat;
    color: #EBEBEB;
    display: block;
    overflow: hidden;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 0 0 1px 0px;
    padding-top: 34px;
    width: 35px;
}

.pub-radio-canada-container button {
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
}

@media only screen and (min-width: 961px){
    .pub-radio-canada-container .tag-pub{
      width:728px;
    }
    .pub-radio-canada-floating-bottom div {
      width: 728px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 960px){
    .pub-radio-canada-container .tag-pub{
      width:320px;
    }
    .pub-radio-canada-floating-bottom div {
      width: 320px;
    }
}