* {
    margin: 0;
    padding:;
}
.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica, Arial;
    text-align: left;
    vertical-align: top;
}

.me-plugin {
    position: absolute;
}

.mejs-embed, .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
    width: 100%;
    height: 100%;
}

/* Start: LAYERS */
.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
}
.mejs-poster img {
    border: 0;
    padding: 0;
    border: 0;
    display: block;
}
.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
}
.mejs-overlay-play {
    cursor: pointer;
}
.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}
.mejs-overlay:hover .mejs-overlay-button{
    background-position: 0 -100px ;
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #6b6969;
    background: rgba(0, 0, 0, 0.9);
}

.mejs-overlay-loading span {
    display:block;
    width: 80px;
    height: 80px;
    background: transparent url(loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
    position: absolute;
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: -180px;
    left: 0;
    background: #6b6969; 
    height: 35px;
    width: 100%;
}
.mejs-container .mejs-controls  div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 38px;
    font-size: 11px;
    line-height: 11px;
    background: 0;
    font-family: Lato, Helvetica, Arial;
    border: 0;
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 35px;
    width: 38px;
    border: 0;
    background: transparent url(play.png) no-repeat;
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
    outline: none;
}

/* End: CONTROL BAR */

/* Start: Time (current / duration) */
.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 8px 3px 0 3px ;
    overflow: hidden;
    text-align: center;
    padding: auto 4px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
    font-size: 11px;
    color: #fff;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto;
}
/* End: Time (current / duration) */


/* Start: Play/pause */
.mejs-controls .mejs-play button {
    background-position:0 0;
}
.mejs-controls .mejs-play button:hover {
    background-position:0 -35px;
}
.mejs-controls .mejs-pause button {
    background-position:-38px 0px;
}
.mejs-controls .mejs-pause button:hover {
    background-position:-38px -35px;
}
/* End: Play/pause */


/* Stop */
.mejs-controls .mejs-stop button {
    background-position: -112px 0;
}
/* End: Play/pause */

/* Start: Progress bar */
.mejs-controls div.mejs-time-rail {
    width: 200px;
    height: 35px;
}
.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 5px;
    cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 15px;
    background: #31928d;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width:100%;
    background: #31928d;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #31928d;
    width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    display: none;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
   display: none;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    display: none;
}



.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
    visibility:visible;
}

/* End: Progress bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
    background-position:-32px 0;
}
.mejs-controls .mejs-unfullscreen button {
    background-position:-32px -16px;
}
/* End: Fullscreen */




.mejs-clear {
    clear: both;
}

/* Start: ERROR */
.me-cannotplay {
}
.me-cannotplay a {
    color: #fff;
    font-weight: bold;
}
.me-cannotplay span {
    padding: 15px;
    display: block;
}
/* End: ERROR */


/* Start: Loop */
.mejs-controls .mejs-loop-off button{
    background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}
/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button{
    background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}
/* End: backlight */


/* Start: picture controls */
.mejs-controls .mejs-picturecontrols-button{
    background-position: -96px 0;
}
/* End: picture controls */


/* context menu */
.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #6b6969;   
}

.mejs-contextmenu .mejs-contextmenu-item {
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #6b6969;    
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2C7C91;
    color: #fff;
}


/* Start: SourceChooser */
.mejs-controls .mejs-sourcechooser-button {
    position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(background.png);
    background: rgba(50,50,50,0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display:block;
    color: #fff;
    overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px;
}

/* End: SourceChooser */

body {
    background: #000;
}

#container {
    width: 740px;
    margin: 25px auto 25px auto;
    padding: 0px 160px;
    background: #000;
}

#map {
    width: 100%;
    position: relative;
    background: #000;
}

#map_wrapper {
    position: relative;
    background: #000;
    border: none;
}

#copyright {
    /*position: fixed;*/
    color: white;
    /*bottom: 15px;
    right: 15px;*/
    font-size: 12px;
    margin-top: 45px;
    font-family: Lato, Helvetica, Arial, sans-serif;
}

#marker {
    position: absolute;
    bottom: 80%;
    left: 3.5%;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #31928d;
}

#timer {
    position: fixed;
    top: 90px;
    left: 10px;
    color: white;
}

#header {
    position: fixed;
    top: 0px;
    left: 0px;
}

@media only screen and (max-height: 700px) {
    /* Style adjustments for viewports that meet the condition */

    .lt-ie8 #map {
        width: 540px;
        height: auto;
    }

    #container {
        width: 540px;
    }

    #marker {
    }

    .mejs-container .mejs-controls {
        bottom: -150px;
    }

    .lt-ie8 .mejs-container .mejs-controls {
        bottom: -145px;
    }

    .lt-ie8 .mejs-container .mejs-controls {
        bottom: -135px;
    }

    #copyright {
        margin-top: 55px;
    }

    #header {
    position: fixed;
    top: 0px;
    left: 0px;
}
    
}
