.section1 {
    padding: 80px 0;
}

.mv-center-page {
    margin: 0 auto;
    float: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom: 15px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.mv-audio-tit a {
    font-weight: 400;
    color: #666;
}

.wrapper {
    width: auto;
    height: auto;
    position: relative;
    background: #f7f9fb;
    margin: 20px 24px;
    float: left;
    padding: 10px 10px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 1px #d1d9e1;
    font-weight: 400 !important;
}

.mv-audio-tit {
    font-size: 14px;
    padding: 10px 10px;
}

.mv-foot p, a, a:visited {
    font-size: 16px;
    line-height: 30px;
    color: #8a8a8a;
    padding: 2px 0;
    letter-spacing: .02em;
    font-weight: 400;
    text-decoration: none !important;
}
.sample-head {
    font-size: 16px;
    line-height: 30px;
    color: #8a8a8a;
    padding: 2px 0;
    letter-spacing: .02em;
    font-weight: 400;
    text-decoration: none !important;
}
.mv-pad3 {
    padding: 30px 0 0 0;
}

.pagination {
    font-size: 14px;
}

.pagination > li > a {
    font-weight: 400;
}

.plain-select {
    vertical-align: middle;
    position: relative;
    font-size: 13px !important
}

.plain-select select {
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 6px;
    display: block;
    width: 100%;
    color: #9f9f9f;
    padding: 4px 20px 7px 10px;
    margin: 0;
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px
}

.ie8 .plain-select select {
    padding-right: 3px
}

z .plain-select select:focus {
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    border-color: #66afe9
}

.plain-select::-ms-expand {
    display: none
}

.plain-select:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 50%;
    margin-top: 0;
    height: 0;
    width: 0;
    border-top: 5px solid #a2a2a2;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    pointer-events: none
}

.bg-color {
    background: #fff !important
}
.dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #5a5a5a;
    float: left;
    margin: 6px;
}
span.list ul li {
    float: left;
    width: 100%;
}
.mv-audio-tit.list ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
}
.list ul {
    margin: 0;
}
p#pagination-here {
    margin: 0 auto;
    display: table;
}
div#audiosamplelist { font-size: 18px; color: #057adc; font-weight: 300; text-align: center; margin-top: 20px; }
@media only screen and (max-device-width: 1023px) and (min-device-width: 768px) {

    #wrapper {
        margin: 20px auto;
        float: none;
        padding: 5px;
    }
}

@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
    #wrapper {
        margin: 24px auto;
        float: none;
    }

    .section1 {
        padding: 30px 0;
    }

    .bg-color {
        background: #fff !important;
        width: 100%;
    }

    .form-control {
        height: 40px !important;

    }
    .wrapper {
        width: 100%;
        margin: 20px auto;}

}
