body{
    overflow: hidden;
}

#items{
    width: 20px;
    display: inline-block;
}

#player {
    font-size: 7pt;
    margin: 0;
    background-color: rgb(102, 102, 102);
    display: inline-block;
    user-select: none;
    -webcit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

img {
    clear: both;
    background-color: rgb(70, 70, 70);
}

img:hover {
    background-color: rgb(50, 170, 220);
}

img,
#sbar-container,
#pbar-container {
    cursor: pointer;
}

.container {
    padding: 0px !important;
}

A {
    text-decoration: none;
}

A:hover {
    text-decoration: none;
}

video {
    width: 100%;
    height: 100%;
    background-color: black;
}
#playlist {
    background-color: #666;
    width: 400px;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.9;
}
#playlistTitle {
    width: 100%;
    height: 70px;
    background-color: #333;
    color: white;
    padding: 10px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    z-index: 3;
    overflow: hidden;
}
#playerInfo {
    width: 180px;
    height: 120px;
    background-color: black;
    opacity: 0.7;
    color: white;
    font-weight: 700;
    vertical-align: 100px;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
    bottom: 0;
    padding-left: 50px;
    padding-top: 10px;
}
#soundField {
    position: absolute;
    width: 17px;
    height: 50px;
    background: #666666;
    bottom: 27px;
    right: 0;
    opacity: 0;
    text-align: center;
}
#currentSoundField{
    left: 6px;
    bottom: 2px;
    position: absolute;
    width: 5px;
    height: 90%;
    background-color: #cccccc;
    border-radius: 2px;
    cursor: pointer;
}
#sound{
    background-color: #fff;
    width: 100%;
    height: 20%;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
}

#infLogo {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 28px;
}

#videoContaier {
    position: relative;
    min-width: 320px;
    min-height: 240px;
    margin: 0 auto;
    width: 100%;
}
#video {
    width: 100%;
}

#videoContaier:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
#logo{
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
}

#controlPanel {
    width: 100%;
    height: 27px;
    margin: 0 auto;
    background-color: #666;
    cursor: default;
    position: absolute;
    bottom: 0;
}

#controlPanel > * {
    display: inline-block;
}

.playerButton {
    height: 20px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0;
    vertical-align: -10px;
    cursor: pointer;
}

#play {
    background-image: url(../img/play.png);
}

#menu {
    margin-left: 3px;
    background-image: url(../img/menu.png);
}

#progress {}

#pBar {
    height: 5px;
    width: 100%;
    background-color: #999797;
    display: inline-block;
    vertical-align: -1px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}
#prgBar {
    height: 5px;
    width: 0%;
    position: absolute;
    z-index: 1;
    background-color: #cccccc;
    border-radius: 2px;
}
#pField {
    height: 100%;
    width: 0%;
    background-color: white;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

#progressField {
    height: 100%;
    width: 50%;
    background-color: 'blue' !important;
    border-radius: 2px;
    position: relative;
    z-index: 5;
}

#time {
    color: #cccccc;
    display: inline-block;
    vertical-align: -3px;
    font-weight: 600;
}

#help {
    background-image: url(../img/info.png);
}

#fullScreen {
    background-image: url(../img/full.png);
}

#volume {
    background-image: url(../img/volume.png);
}

.items1{
    margin: 0px;
    padding: 5px;
    font-size: 12pt;
    color: white;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
}

.surn{
    margin: 0px;
    padding: 5px;
    font-size: 12pt;
    color: white;
    padding-left: 15px;
    cursor: default;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    bottom: 27px;
    background-color: black;
    width: 100%;
    opacity: 0.9;
    overflow: hidden;
}

.items{
    margin: 0px;
    padding: 5px;
    font-size: 12pt;
    color: white;
    padding-left: 15px;
    cursor: pointer;
    background-color: black;
    opacity: 0.9;
}
#1{
    background-color: red;
    margin-top: 100px;
}
.items div {
	display: inline-block;
    margin-left: 40px;
}

.ite ms:hover{
    background-color: white;
}

.items1 h2 {
    font-size: 14px;
    padding-top: 5px;
    margin: 0px;
}

.surn h2 {
    font-size: 14px;
    padding-top: 5px;
    margin: 0px;
}

.items h2 {
    font-size: 14px;
    padding-top: 5px;
    margin: 0px;
}