/*----------------------------
	knobKnob Styles
-----------------------------*/

.knob {
    height: 267px;
    position: relative;
    width: 267px;
    margin-left: -94px;
    opacity: 0;
    z-index: 1;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
}
.knob .top {
    background: rgba(0, 0, 0, 0) url("../img/inround.png") no-repeat scroll 0 0 / 267px 267px;
    cursor: default !important;
    height: inherit;
    left: 3px;
    position: absolute;
    top: 2px;
    width: inherit;
    z-index: 10;
}
.knob .base {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.14) 0px, rgba(0, 0, 0, 0) 54%);
    border: 1px solid #383838;
    border-radius: 50%;
    box-shadow: 0 0 0 #4a5056, 4px 9px 10px #000;
    height: inherit;
    left: 2px;
    position: absolute;
    top: 1px;
    width: inherit;
    z-index: 22;
}
.base:hover {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0px, rgba(0, 0, 0, 0.41) 66%);
}
#control:hover .knob {
    opacity: 1;
}
.knob .top::after {
    border-radius: 50%;
    box-shadow: -10px 3px 33px #000000 inset;
    content: "";
    cursor: default !important;
    height: 56px;
    left: 10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 57px;
}
.knob [draggable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.scroll {
    border: 1px solid transparent;
    border-radius: 50%;
    color: white;
    display: block;
    font-size: 19px;
    line-height: 2em;
    padding: 115px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 1px 1px 2px gray, 1px 1px 0 gray;
    width: inherit;
    z-index: 1;
}
.knob:hover .top::after {
    border: 1px solid dodgerblue;
}
.knob:hover .base {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.12) 0px, rgba(0, 0, 0, 0.25) 66%);
    border: 1px solid dodgerblue;
}
.knob:hover .scroll {
    color: dodgerblue;
}
.indeec{background: url(../images/indeec2.png);
        background-repeat: repeat;
        background-size: auto auto;
    width: 115px;
    height: 267px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 267px;
    width: 267px;
    height: 267px;
    z-index: 0;
    left: -80px;
    opacity: 0.8;
}