/**
* LW agencia web :: Desenvolvimento de sistemas 
 * @company BRAUDIO  streaming audio
 * @author Lucas O. Silva ::lwagenciaweb@gmail.com
*/

body{
    padding: 0;
    margin:0;
    font-family: 'Open Sans',arial;
}
a{
    color:inherit;
    text-decoration: none;
}
.d-none{
    display: none;
}
.amazonia-content{
    height: 90px; 
    position: relative;  
    /*  background-image:-moz-linear-gradient(to left ,rgba(125,88,6,0.93),rgba(206,127,69,0.9),rgba(255,255,255,0.93));
        background-image:-webkit-linear-gradient(to top ,rgba(0,0,0,0),rgba(0,0,0,0.9),rgba(0,0,0,0));*/
    overflow: hidden;
    border-bottom: 4px solid #000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.balanco-left {
    position: absolute;
    display: block;
    height: 30px;
    bottom: 16px;
    left:20px;
    z-index: 0;
    opacity: 1;
    filter: blur(10deg);
    width:30px;
    background:#2a2f34;
    border-radius: 100%;
}
.balanco-right {
    position: absolute;
    display: block;
    height: 30px;
    bottom: 16px;
    right:20px;
    z-index: 0;
    opacity: 1;
    filter: blur(10deg);
    width:30px;
    background:#2a2f34;
    border-radius: 100%;
}
.balanco{
    -webkit-animation-name:pulse;
    animation-name:pulse;
    animation-duration: 0.3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.spacks-right{
    height: 90px; 
    width:65px;
    background:url('lightHover/speakers.png');
    background-position: right;
    position: absolute; 
    right:2px;
    top:0; 
}
.spacks-left{
    height: 90px; 
    width:65px;
    background:url('lightHover/speakers.png');
    background-position: left;
    position: absolute;  
    left:2px;
    top:0;
}
.amazonia-player{
    width:300px; 
    left:70px;
    position: absolute;
    height: 84px;
    padding: 3px;
}
.amazonia-player>.radio-play{
    width:80px; 
    position: absolute;
    height: 80px;

}
.amazonia-player>.radio-play.on{
    background:url('lightHover/play-on.png');
}
.amazonia-player>.radio-play.on:hover{
    background:url('lightHover/play-off.png');
}
.amazonia-player>.radio-play.pause{
    background:url('lightHover/pause-on.png');
}
.amazonia-player>.radio-play.pause:hover{
    background:url('lightHover/pause-off.png');
}
.amazonia-player>.radio-volume{
    position: absolute;
    left:90px;
    width:150px;
    height: 50px;
    top:10px;
    background:url('lightHover/volume-on.png'),url('lightHover/volumeMute-on.png');
    background-repeat: no-repeat;
    background-position:top right,top left;
    padding-top:12px;
}
.slider {
    width:100% !important;    

}
.slider-track-high {
    background:#CCC;    
}
.slider-handle {
    border-radius: 5px;
    background:#999;
    cursor: ew-resize;
    border:none;
}
.slider-handle.custom:before {
   content: '';
}
.tooltip{
    position: absolute;
    bottom: -9px;
    font-size: 10px;
    color:#FFF; 
}
.slider-selection {
    background:#333;
}

.amazonia-player>.musica_atuals{
    position: absolute;
    left:90px;
    width:200px;    
    bottom:4px;
    border-radius: 20px; 
    color:#FFF;
    background:#999;
    padding: 4px;
}

.amazonia-center{
    position: relative;
    width:35%; 
    margin:auto;
    height: 90px;
    background:url('lightHover/photoBorder.png') no-repeat center;
}
/* .amazonia-center >.back-left{
    position: absolute;
    left:0; right:0; top:0; bottom: 0;
    background-image:-moz-linear-gradient(to left ,rgba(0,0,0,0.9),rgba(0,0,0,0),rgba(0,0,0,0.9));
    background-image:-webkit-linear-gradient(to top ,rgba(0,0,0,0.9),rgba(0,0,0,0),rgba(0,0,0,0.9));
    z-index: 9;
} */
.amazonia-center> #mono-L{
    position: absolute;     
    left:50%;
    margin-left:-300px; 
    bottom: 0;
}
.amazonia-center>#mono-R{
    position: absolute;
    right: 50%; 
    margin-right: -300px;
    transform: rotateY(-180deg);
    bottom: 0 !important;
    /*     // z-index: -1; */
}
.amazonia-capa{
    position: relative;
    margin: auto;
    border:1px solid #ccc;
    width:90px;
    height: 90px;  
    top:0;
    z-index: 3;
    border-radius: 100%;    
}
.amazonia-shared{
    position: absolute; 
    height: 30px !important;
    top:0;
    right:80px;
    z-index: 99;
    color:#FFF;
}
.amazonia-shared .nav-item{
    list-style: none;
    display: table-cell;
    height: 90px;
    padding: 9px; 
    text-shadow: 2px 2px 1px #3333;
}

.amazonia-shared a:hover .fa{
    transition: all ease 0.5s;
    transform: scale(1.2)
}

.amazonia-shared li .acao-nav{
    font-size: 2em;
}

.amazonia-shared .submenu.on{
    display: block !important;
    float: left;  
    position: absolute; 
    right:80px;    
    color:#FFF;
    top:0;
    -webkit-animation-name:rollIn;
    animation-name:rollIn;
    animation-duration: 0.6s;
    animation-direction: top;
    background:#FFF;
    background:-webkit-linear-gradient(to left,#050505,rgb(7,7,7),rgba(0,0,0,0));
    background:-moz-linear-gradient(to left,#050505,rgb(7,7,7),rgba(0,0,0,0));
    background:-o-linear-gradient(to left,#050505,rgb(7,7,7),rgba(0,0,0,0));
    background:linear-gradient(to left,#050505,rgb(7,7,7),rgba(0,0,0,0));

}
.amazonia-shared .submenu.out{
    display: block;
    float: left;  
    position: absolute; 
    right:50px;    
    color:#FFF;
    top:90px;
    -webkit-animation-name:rollOut;
    animation-name:rollOut;
    animation-duration: 0.6s;
    animation-direction: top;  

}

.amazonia-shared li .submenu li{
    display: table-cell; 
    height: 90px !important;
    padding: 10px;
    min-width: 40px;
    text-align: center; 
}
.amazonia-shared li .submenu img{     
    filter:drop-shadow(3px 5px 10px #333);    

}
.amazonia-shared li .submenu img:hover{ 
    transition: ease-in-out 0.3s;
    filter:drop-shadow(3px 10px 8px #000);    

}
.amazonia-shared input,.amazonia-shared textarea{
    border-radius: 6px;
    border:1px solid #ccc; 
    padding: 4px;
}
.amazonia-shared li .submenu .fa{
    font-size: 2em;
    text-shadow: 3px 5px 5px #000;
}
.amazonia-shared li .submenu span{
    display:block;
    font-size: 10px;
    color:#f4f4f4;
    text-shadow: 3px 5px 5px #000;
}
.amazonia-shared .submenu{
    display: none;     
    height: 90px;
}
.opcional{
    position: absolute;
    top:0;
    right:90px;

}
.shared-opcional{
    display: none; 
}
.shared-opcional.on{   
    display: table-cell;
    top:0;

}
.shared-opcional li{
    -webkit-animation-name: rotateInUpRight;
    animation-name:rotateInUpRight;
    animation-duration: 0.6s;
    animation-direction: top; 
    display: table-cell;
    top:0;
    min-width: 70px;
    height: 90px;
    background:#FFF;
    background:-webkit-linear-gradient(to top left,#ffffff,#ececec,#f9f9f9);
    background:-moz-linear-gradient(to top left,#ffffff,#ececec,#f9f9f9);
    background:-o-linear-gradient(to top left,#ffffff,#ececec,#f9f9f9);
    background:linear-gradient(to top left,#ffffff,#ececec,#f9f9f9);
    font-size: 12px;
    padding: 10px;
    color:#000;
    text-align: center;
}
.shared-opcional li span{
    display: block;
}
li.facebook{
    background:#654ff5;
    background:-webkit-linear-gradient(to top left,#100a89,#654ff5); 
    background:-moz-linear-gradient(to top left,#100a89,#654ff5);
    background:-o-linear-gradient(to top left,#100a89,#654ff5);
    background:linear-gradient(to top left,#100a89,#654ff5);
    cursor: pointer;
}
li.twitter{ 
    background:#4ff5ec;
    background:-webkit-linear-gradient(to top left,#064448,#4ff5ec); 
    background:-moz-linear-gradient(to top left,#064448,#4ff5ec); 
    background:-o-linear-gradient(to top left,#064448,#4ff5ec); 
    background:linear-gradient(to top left,#064448,#4ff5ec); 
    cursor: pointer;
}
li.instagram{ 
    background:#f54fee;
    background:-webkit-linear-gradient(to top left,#500a89,#f54fee);
    background:-moz-linear-gradient(to top left,#500a89,#f54fee);
    background:-o-linear-gradient(to top left,#500a89,#f54fee);
    background:linear-gradient(to top left,#500a89,#f54fee);
    cursor: pointer;

}
li.whatsapp{  
    background:#4ff57a;
    background:-webkit-linear-gradient(to top left,#084d07,#4ff57a); 
    background:-moz-linear-gradient(to top left,#084d07,#4ff57a);
    background:-o-linear-gradient(to top left,#084d07,#4ff57a);
    background:linear-gradient(to top left,#084d07,#4ff57a);
    cursor: pointer;
}
.fechar{
    position: absolute;
    right:-20px;
    width:50px;
    top:0;text-align:center;    
    padding: 25px;
    height: 90px;
    background:#000000;   
    display: none;
}
.btn-enviar{
    border-radius: 5px;
    border:1px solid #333;
    padding: 7px;
}
@media (max-width:1280px){

    .amazonia-player>.musica_atuals{
        z-index: 1;
    }
    .radio-play {
        z-index: 1;
    }
    .radio-volume {   
        z-index: 1;
    }
}
@media (max-width:960px){

    .amazonia-shared li .submenu li{
        display: table-cell; 
        height: 90px !important;
        padding: 10px;
        min-width: 40px;
        text-align: center; 
    }
    .amazonia-shared input,.amazonia-shared textarea{
        width:120px; 
    }

}
@media (max-width:768px){
    .radio-volume {   
        z-index: 1;
        left:80px;
        width:130px !important;
    }
    .amazonia-player>.musica_atuals{
        z-index: 1;
        padding: 0;
        left:80px;
        width:160px;
        font-size: 13px;
    }
    .amazonia-shared input,.amazonia-shared textarea{
        width:95px; 
    }

}
@media (max-width:480px){

    .spacks-right,.spacks-left,.balanco-right,.balanco-left{
        display: none;
    }
    .amazonia-player{
        left:0; 
    }
    .amazonia-shared {
        right:0px 
    }
    .hidden-sm{
        display: none !important;
    }
    .amazonia-center{
        margin-right: 0;
        background:inherit;
    }
    .amazonia-capa{
        display: none;
    }
    .amazonia-player>.musica_atuals{
        width:200px;
        padding: 5px;
    }



}
@keyframes sobedesce{
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1;        
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

    }
}