.voices-box{
    overflow: hidden;
}

.voices-box h4 {
    font-size: 16px;
    font-family: 'texgyreadventorbold';
    font-weight: normal;
    font-style: normal;
}

.voices-box h4 a{
    color: #231F20;
}

.voices-box h4 a:hover{
    color: #231F20;
}

.voice-desc-simple{
    line-height: 16px;
    font-family: 'texgyreadventoritalic';
    font-weight: normal;
    font-style: normal;
    font-size: 90%;
}

.voice-country{
    margin-top: -4px;
    margin-left: 5px;
    display: inline-block;
}

.voice-international{
    margin-top: 0px;
    margin-right: 5px;
    float: right;
}

.voice-new{
    color:#ED1C24;
    width: 100%;
    float: left;
    margin: 5px 0px;
}

#voiceLightbox{
    width: 600px;
    min-height: 400px;
    float: left;
    background: #e7e7e8;
    padding:5px 15px;
}

#voiceImageSimpleDesc{
    width: 180px;
    padding-right: 10px;
    float: left;
}

#voiceDesc{
    width: 410px;
    float: left;
}

#voice-top{
    width: 100%;
    float: left;
    margin: 30px 0px 10px 0px;
    min-height: 200px;
    padding-bottom: 15px;
}

#voiceDesc p{
    padding: 5px 0px;
    margin: 0px;
}

#voiceLightbox .voice-desc-simple{
    width: 80%;
    float: left;
    margin-top: 10px;
    line-height: 18px;
}

#voice-bottom{
    width: 100%;
    float: left;
}

#voice-download{
    width: 84px;
    float: left;
}

#voice-info{
    width: 370px;
    float: left;
}

#voice-info span{
    color: #ED1C24;
}

#voice-info b{
    color: #000;
    font-weight: normal;
}

#voice-logo{
    width: 146px;
    float: left;
    margin-top: -35px;
}

#voice-player{
    width:100%;
    float: left;
}

#voice-player-inner{
    width:300px;
    float: left;
}

.audio-player-box{
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

#kidsVoiceGirlCategory{
    width: 200px;
    float: left;
    margin-right: 200px;
}

#kidsVoiceBoyCategory{
    width: 200px;
    float: left;
}

.voice-content h4{
    margin-bottom: 15px;
}

.voice-left{
    float: left;
    width: 20%;
}

.voice-right{
    float: left;
    width: 75%;
    padding: 0px 15px;
}

.audioplayer{
    float: left;
}

.audio-ldownload{
    float: right;
    margin-top: -10px;
}

.audios{
    width: 100%;
    float: left;
    margin: 15px 0px;
}

@media (max-width: 768px) {
    .voices-box{
    height: auto;
    margin-bottom: 15px;
}
}
@media (min-width: 768px) {
    .voices-box{
    height: 105px;
}
}
@media (min-width: 992px) {
    .voices-box{
    height: 110px;
}
}
@media (min-width: 1200px) {
    .voices-box{
    height: 100px;
}
}