html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #313131;
    font-size: 62.5%;
    line-height: 1;
    background-color: rgb(240, 240, 240) !important;
}

::selection {
    background: #a4dcec;
}

::-moz-selection {
    background: #a4dcec;
}

::-webkit-selection {
    background: #a4dcec;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
    font-style: italic;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-style: italic;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    font-style: italic;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc !important;
    font-style: italic;
}

br {
    display: block;
    line-height: 2.2em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

input,
textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    max-width: 100%;
}


/*
#topbar {
  background: #4f4a41;
  padding: 10px 0 10px 0;
  text-align: center;
  height: 36px;
  overflow: hidden;
}
#topbar a {
  color: #fff;
  font-size:1.3em;
  line-height: 1.25em;
  text-decoration: none;
  opacity: 0.5;
  font-weight: bold;
}
#topbar a:hover {
  opacity: 1;
}*/


/** typography **/

h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.5em;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    padding: .1em 0;
    color: #444;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

    h1:before,
    h1:after {
        content: "";
        position: relative;
        display: inline-block;
        width: 50%;
        height: 1px;
        background: #f0f0f0;
    }

    h1:before {
        left: -.5em;
        margin: 0 0 0 -50%;
    }

    h1:after {
        left: .5em;
        margin: 0 -50% 0 0;
    }

    h1 > span {
        display: inline-block;
        white-space: normal;
    }

h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.1em;
    line-height: 1.4em;
    letter-spacing: normal;
    margin-bottom: 20px;
    padding: .1em 0;
    color: #444;
    position: relative;
    overflow: hidden;
    text-align: center;
}

p {
    display: block;
    font-size: 1.35em;
    line-height: 1.5em;
    /*margin-bottom: 22px;*/
}

a {
    color: #5a9352;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.center {
    display: block;
    text-align: center;
}


/** page structure **/


/*#w {
  display: block;
  width: 750px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 45px;
}*/

.audio-container {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.audio-container h2 {
    font-family: 'Enriqueta', arial, serif;
    line-height: 1.25;
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: bold;
    background-color: #231f5f;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    padding: 10px 15px;
}

.audio-content {
    background-color: #F8F8F8;
    text-align: center;
    padding: 20px;
}

    .audio-content h3 {
        font-size: 23px;
        color: #255083;
        font-weight: bold;
    }

    .audio-content span {
        font-size: 22px;
        color: #255083;
        display: block;
        width: 100%;
    }

.tenant-img {
    margin:0 0 30px;
    /*max-width: 200px;*/
}

#content {
    display: block;
    width: 100%;
    background: #fff;
    padding: 25px 20px;
    padding-bottom: 35px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}


/** audio player styles **/

.audio-player,
.audio-player div,
.audio-player h2,
.audio-player a,
.audio-player span,
.audio-player button {
    border: none;
    outline: none;
}

div.audio-player {
    position: relative;
    /*background: -webkit-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
    background: -moz-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
    background: -o-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
    background: -ms-linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
    background: linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);*/
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}

.audio-player h2 {
    top: 7px;
    left: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #ececec;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.mejs-container {
    max-width: 800px;
    height: 60px !important;
    width: auto !important;
}


/* play/pause control */

.mejs-controls .mejs-button button {
    cursor: pointer;
    /*display: block;*/
    /*position: absolute;*/
    /*text-indent: -9999px;*/
}

.mejs-controls .mejs-play,
.mejs-controls .mejs-pause {
    display: inline-block;
    width: 15%;
    padding: 12px 20px;
    padding-right: 10px;
    vertical-align: top;
}

    .mejs-controls .mejs-play button,
    .mejs-controls .mejs-pause button {
        width: 36px;
        height: 36px;
        background: transparent;
        color: white;
    }

        .mejs-controls .mejs-pause button:before {
            font-family: FontAwesome;
            content: "\f04c";
            font-size: 36px;
            background-position: 0 -36px;
        }

        .mejs-controls .mejs-play button:before {
            font-family: FontAwesome;
            content: "\f04b";
            font-size: 36px;
            background-position: 0 -36px;
        }

.mejs-controls .mejs-mute,
.mejs-controls .mejs-unmute {
    width: 5%;
    display: inline-block;
    vertical-align: top;
    padding: 12px 20px;
}


    /* mute/unmute control */

    .mejs-controls .mejs-mute button,
    .mejs-controls .mejs-unmute button {
        width: 36px;
        height: 36px;
        background: transparent;
        color: white
    }

        .mejs-controls .mejs-mute button:before {
            font-family: FontAwesome;
            content: "\f028";
            font-size: 36px;
            background-position: 0 -36px;
        }

        .mejs-controls .mejs-unmute button:before {
            font-family: FontAwesome;
            content: "\f026";
            font-size: 36px;
            background-position: 0 -36px;
        }


/* volume scrubber bar */

.mejs-controls div.mejs-horizontal-volume-slider {
    /*position: absolute;*/
    top: 13px;
    right: 15px;
    cursor: pointer;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    width: 120px;
    height: 11px;
    background: #212227;
    -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    /*position: absolute;*/
    width: 0;
    height: 9px;
    top: 1px;
    left: 1px;
    background: #000000;
    /*background: -webkit-linear-gradient(top, #90d26a 0%, #83bb63 100%);
    background: -moz-linear-gradient(top, #90d26a 0%, #83bb63 100%);
    background: -o-linear-gradient(top, #90d26a 0%, #83bb63 100%);
    background: -ms-linear-gradient(top, #90d26a 0%, #83bb63 100%);
    background: linear-gradient(top, #90d26a 0%, #83bb63 100%);*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


/* time scrubber bar */

.mejs-controls div.mejs-time-rail {
    width: 70% !important;
    height: 60px;
    display: inline-block;
}

.mejs-controls .mejs-time-rail span {
    /*position: absolute;*/
    display: block;
    /*width: 380px;
    height: 30px;*/
    /*top: 30px;
    left: 55px;*/
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #2F6FB9;
    width: 100% !important;
    height: 100%;
    /* fixes display bug using jQuery 1.8+ */
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    top: 0;
    left: 0;
    width: 0;
    background: #2F6FB9;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    top: 0;
    left: 0;
    width: 0;
    background: #2F84B9;
    height: 60px;
    /*background: -webkit-linear-gradient(top, #90d26a 0%, #83bb63 100%);
    background: -moz-linear-gradient(top, #90d26a 0%, #83bb63 100%);
    background: -o-linear-gradient(top, #90d26a 0%, #83bb63 100%);
    background: -ms-linear-gradient(top, #90d26a 0%, #83bb63 100%);
    background: linear-gradient(top, #90d26a 0%, #83bb63 100%);*/
}


/* metallic sliders */

.mejs-controls .mejs-time-rail .mejs-time-handle {
    /*position: absolute;*/
    display: block;
    width: 20px;
    height: 22px;
    top: -6px;
    /*background: url('handle-lg.png') no-repeat;*/
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    /*position: absolute;*/
    display: block;
    width: 12px;
    height: 14px;
    top: -1px;
    background: url('handle-sm.png') no-repeat;
}


/* time progress tooltip */

.mejs-controls .mejs-time-rail .mejs-time-float {
    /*position: absolute;*/
    display: none;
    /*width: 33px;
    height: 23px;*/
    z-index: 9999;
    /*background: url('time-box.png');*/
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 33px;
    display: none;
    left: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666;
    text-align: center;
    z-index: 9999;
}


/** clearfix **/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.tenant-title {
    font-weight: bold;
    margin-right: 20px;
}

.tenant-title,
.date-and-time {
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    display: block;
    line-height: normal;
}

.audio-text {
    display: block;
    position: absolute;
    left: 20%;
    padding-top: 6px !important;
}

.mejs-volume-slider {
    display: inline !important;
}

@media screen and (max-width: 480px) {
    /*.audio-container {
        max-width: 100% !important;
    }*/
    .tenant-title,
    .date-and-time {
        width: 100%;
        font-size: 15px;
        color: #ffffff;
        display: block;
        margin-bottom: 0;
    }

    .mejs-controls .mejs-play,
    .mejs-controls .mejs-pause {
        width: 15%;
        padding-left: 5px;
        background-size: contain;
    }

    .mejs-controls div.mejs-time-rail {
        width: 68% !important;
    }

    .mejs-controls .mejs-mute,
    .mejs-controls .mejs-unmute {
        padding: 12px 20px;
    }

    .mejs-volume-button button {
        position: relative;
    }

    .mejs-volume-button button:before {
        left: 12%;
        position: absolute;
        top: 0;
    }

    .audio-text {
        left: 18%;
        top: 5px;
    }
}

@media screen and (max-width: 320px) {
    /*.audio-container {
        max-width: 100% !important;
    }*/
    .audio-player {
        position: fixed !important;
    }

    .tenant-title,
    .date-and-time {
        /* width: 100%; */
        color: #ffffff;
        display: block;
        margin-bottom: 0;
        overflow-wrap: normal;
        text-overflow: ellipsis;
        width: 190px;
        white-space: nowrap;
        text-overflow: ellipsis;    /* Required for text-overflow to do anything */
        white-space: nowrap;
        overflow: hidden;
    }

    .mejs-controls .mejs-play,
    .mejs-controls .mejs-pause {
        /* width: 18%; */
        padding-left: 7px;
        background-size: contain;
    }

    .mejs-controls .mejs-play button:before,
    .mejs-controls .mejs-pause button:before {
        padding-left: 13%;
    }

    .mejs-controls div.mejs-time-rail {
        width: 68% !important;
    }

    .mejs-controls .mejs-mute, .mejs-controls .mejs-unmute {
        padding: 12px 11px;
    }

    .tenant-img {
        max-width: 100%;
    }

    .audio-text {
        left: 68px;
        top: 5px;
    }

    .audio-content h2 {
        font-size: 8vmin;
    }
}
