header {
    text-align: center;
}

#controls {
    width: 100%;
    padding: 3px;
    margin: 0px auto 20px auto;
    border: 1px solid #606060;
    overflow: hidden;
}

.innerControls {
    display: block;
    float: left;
    width: 99%;
    margin: 3px;
    padding-left: 3px;
    font-size: 8pt;
}

.videoCentered {
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/*.center
  {
      width: 70%;
      min-width: 615px;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
      display: block
  }*/
#customButtons input {
    width: 25%;
    display: inline-block;
    text-align: center;
    font-size: 8pt;
}

#toggleButtons button {
    width: 19%;
    display: inline-block;
    text-align: center;
    font-size: 8pt;
    background-color: #A0A0A0;
}

@media (max-width: 481px) {
    .videoCentered {
        height: 250px;
    }
}

@media (min-width: 768px) {
    .videoCentered {
        height: 300px;
    }
}

@media (min-width: 1024px) {
    .videoCentered {
        height: 350px;
    }
}

@media (min-width: 1280px) {
    .videoCentered {
        height: 400px;
    }
}

.videoplay {
    max-width: 700px;
    border: solid 0px #808080;
    color: #ffffff;
    position: relative;
    min-height: 150px;
}

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

    .bs-glyphicons li {
        float: left;
        width: 33.3%;
        margin: 0 -1px -1px 0;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        border: 8px solid #000000;
        height: 265px;
        overflow: hidden;
        position: relative;
    }


    .bs-glyphicons .glyphicon {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .bs-glyphicons .glyphicon-class {
        display: block;
        padding: 3px;
        text-align: center;
        word-wrap: break-word;
        /*opacity: 0.8;*/
        background: #000000;
        position: absolute;
        bottom: 0px;
        color: #ffffff;
        padding: 5px;
        width: 100%;
        height: 38px;
        overflow: hidden;
    }

    .bs-glyphicons li:hover {
        background-color: rgba(86,61,124,.1);
    }

@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 25%;
        height: 300px;
    }
}

@media (min-width: 1000px) {
    .bs-glyphicons li {
        width: 16.6%;
        height: 270px;
    }
}

@media (min-width: 1280px) {
    .bs-glyphicons li {
        width: 12.5%;
        height: 265px;
    }
}

@media (min-width: 1440px) {
    .bs-glyphicons li {
        width: 12.5%;
        height: 280px;
    }
}

@media (max-width: 481px) {
    .bs-glyphicons li {
        height: 235px;
    }
}

.theloai {
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    border: 1px solid #525254;
    background: #232325;
}

.chontap {
    float: left;
    height: 25px;
    width: 50px;
    border: solid 2px #808080;
    text-align: center;
    margin: 5px;
    cursor: pointer;

}

.chontapactive {
    float: left;
    height: 25px;
    width: 50px;
    border: solid 2px #808080;
    text-align: center;
    margin: 5px;
    cursor: pointer;
    background: #525254;
    color: #ffffff;
}

 