@media screen and (min-width:1100px){
    #dateDiv {
        width: 70%!important;
    }
}
@media screen and (max-width:1199px){
    #dateQ {
        width:100%!important;
    }
    .marginFix {
        /*margin-top:5px;*/
    }
    #dateDiv {
        width: 100%!important;
    }
}
@media screen and (max-width: 800px) {
    audio {
        max-width:35px;
    }
    /*header ipad & phones*/
    .page-header {
        padding-bottom:0!important;
        margin: 0!important;
    }
    header h1 {
        font-size: 5.6vw;
    }
    .rightStripe {
        border-right: 0!important;
        border-bottom: 2px #eaeaea solid!important;
    }
    audio {
        max-width: 95%;
    }
    .tip {
        margin-left: -70px;
    }
}
@media screen and (max-width: 750px) {
    .divleft {
        margin-left: 0!important;
        max-width: 99%;
    }
}
@media screen and (max-width: 420px) {
    #orderText {
        margin-left:-33px!important;
    }

    .tip {
        margin-left: -100px;
    }
    #search-results {
        border: none!important;
    }
    .g-recaptcha{
        margin-bottom: 5px;
    }
    .table {
        max-width: 90vw!important;
    }
    /*(portrait) phone screens*/
    .page-header {
        padding-bottom:0!important;
        margin:20px 0 0;
    }
    .divleft {
        margin-left: 0!important;
        max-width: 99%;
    }
    .hideMobile {
        display: none;
    }
    #artist {
        border: none;
    }
    .col-xs-3{
        width: 100%!important;
    }
    .col-xs-6{
        width: 100%!important;
    }

    /*fixes samples layout*/
    body{
        max-width: 100%!important;
        overflow-x: hidden;
    }
    .btnsMobile {
        padding:0 !important;
        margin: 0!important;
    }
    .sign {
        margin-left: -13px!important;
    }
    td,tr {
        padding: 8px 1px 8px 1px!important;
    }
    th,td {
        max-width: 105px!important;
    }
    .sampleTH {
        width: 10px!important;
    }
    .sampleTH{
        padding: 8px 0 8px 0!important;
        margin: 0;
    }
    .samplee {
        padding-left:0!important;
    }
}

@media screen and (max-width: 376px) {
    /*iphone7 & galaxy S5 table fix*/
    .tracklist .table{
        margin-left: -25px;
    }
    audio {
        width: 20px!important;
    }
    #playList {
        margin-left: -15px!important;
    }

    #playHeadd th {
        font-size:small;
    }
}
@media screen and (max-width: 320px) {
    /*iphone5 & smaller table fix*/
    .table{
        margin-left: -15px;
    }
    .table tr,th{
        padding: 6px;
    }
    .titleHead{
        max-width:35%;
    }
    .tracklist .table{
        margin-left: -31px;
    }
    th,td {
        max-width: 85px!important;
    }
}

/*header font*/
@font-face {
    font-family: 'z-Arista-Light';
    src:url('../fonts/z-Arista-Light.ttf.woff') format('woff'),
    url('../fonts/z-Arista-Light.ttf.svg#z-Arista-Light') format('svg'),
    url('../fonts/z-Arista-Light.ttf.eot'),
    url('../fonts/z-Arista-Light.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/*header text*/
header h1 {
    font-family: z-Arista-Light, Bookman, sans-serif;
    margin-top: 2.5%;
}
/*header logo div*/
.rightStripe {
    border-right: 2px #eaeaea solid;
}

.btnSel {
    background-color: #00a7d0!important;
}

.play {
    margin-top: 1px;
}

.container {
    width: 90%;
}

.track_finder .loader-container {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}

.track_finder .btn-group {
    margin-bottom: 1em;
}

.track_finder .btn-group .btn {
    margin-bottom: .3em;
}

.track_finder .table th {
    border-top: 0;
}

.pagination {
    margin: .5em;
}

nav.pagination {
    width: 100%;
    text-align: center;
}

.send-panel {
    display: none;
}

.panel-heading {
    background: #024980!important;
    color: white!important;
}

.btn {
    background: #024980;
    color: white!important;
    border-color: #024980!important;
}

.active > span {
    background: #024980!important;
    color: white!important;
    border-color: #024980!important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background: #024980!important;
    color: white!important;
    border-color: #024980!important;
}

.sampleTH {
    width: 90px;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.rightt {
    margin-left: 0;
}

.tip {
    position:absolute;
    color: white;
    background-color: #024980;
    border: 1px black solid;
    border-radius: 25px;
    padding:4px;
    margin-left: -50px;
}

.red {
    border: 1px solid red!important;
}

.btnOrder {
    padding: 0;
}

#orderText {
    margin-left:-25px;
}

.page-header {
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-header h1 {
    cursor: pointer;
}
