/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/**content*/

header p {
    margin: 0;
}

.container-video {
    padding:20px;
    background: #ddd;
}
video {
    width: 100%;
    position: relative;
}
.volume_bar {
    position: absolute;
    width: 5px;
    height: 0px;
    right: 20px;
    bottom: 0px;
    background-color: #12acef;
}

.actions button {
    margin-top:10px;
}

.modal-dialog {
    width: 80%;
    height: 70%;
    /*margin: 0;*/
    /*padding: 0;*/
    max-width: none;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.muted, .paused {
    display: none;
    position: absolute;
    z-index: 1;
    color: #12acef;
}
.muted {
    left: 0px;
    bottom: 10%;
    width: 100%;
}
.paused {
    left: 0px;
    top: 40%;
    width: 100%;
}

#nick-form {
    margin:30px 0;
}

#nick-form form {
    display: block;
    margin: 0 auto;
}