/* Newradio - skin facebook player 09/2012 */

img {border: none}

html {

background-color: #126CB5;
  
}

body {
    margin: 0px;
   
}

.CuboPlayer {
    position: relative;
    width: 90% !important;
    height: 1300px !important;
    margin-left: 50%;
    left: -45%;
    text-align: center;
    font-family: fixed;
    font-family: courier;
    font-size: 11px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.logo_radio {
    background-image: url('calimaqr_1024.svg');
    background-color: white;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 50%;
    Padding-top: 10px;
    Padding-bottom: 10px;
Padding-left: 10px;
Padding-right: 10px;
    left: -256px;
    top: 30px;
    width: 512px;
    height: 150px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 5px;
}



.claim {
  position: absolute;
  top:280px;
  width: 80%;
  overflow: hidden;
   margin-left: 50%;
    left: -40%;
  color: #fff;
  font-family: avenir, roboto;
  font-size: 4vw;
  text-transform: uppercase;
}

.descrizione {
  position: absolute;
  top:350px;
  width: 96%;
  overflow: hidden;
   margin-left: 50%;
    left: -48%;
  color: #fff;
  font-family: avenir, roboto;
  font-size: 3vw;
}


.ios {
    background-image: url('ios.png');
    opacity: 100%;
    background-size: 100%;
    position: absolute;
    margin-left: 50%;
    left: -250px;
    top: 500px;
    width: 500px;
    height: 156px;
    cursor: pointer;
    z-index: 1 !important;
}

.android {
    background-image: url('android.png');
    opacity: 100%;
    background-size: 100%;
    position: absolute;
   margin-left: 50%;
    left: -250px;
    top: 680px;
    width: 500px;
    height: 156px;
    cursor: pointer;
    z-index: 1 !important;
}




