html, body { margin: 0; }

body{
  color:#2B303B;
  font-family: 'Lato';
}

.linkbox{
  width:100%;
  height:113px;
  border-bottom: solid;
  border-color:white;
  border-width: 1px;
  margin-right:10px;
}

.login-wrapper{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31217+1,e52d27+35,fe8c00+65,f83600+100 */
  background: #b31217; /* Old browsers */
  background: -moz-linear-gradient(left, #b31217 1%, #e52d27 35%, #fe8c00 65%, #f83600 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b31217 1%,#e52d27 35%,#fe8c00 65%,#f83600 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b31217 1%,#e52d27 35%,#fe8c00 65%,#f83600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31217', endColorstr='#f83600',GradientType=1 ); /* IE6-9 */
  z-index:999999;
}

.loginForm{

}

.spinner-wrapper{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31217+1,e52d27+35,fe8c00+65,f83600+100 */
  background: #b31217; /* Old browsers */
  background: -moz-linear-gradient(left, #b31217 1%, #e52d27 35%, #fe8c00 65%, #f83600 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b31217 1%,#e52d27 35%,#fe8c00 65%,#f83600 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b31217 1%,#e52d27 35%,#fe8c00 65%,#f83600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31217', endColorstr='#f83600',GradientType=1 ); /* IE6-9 */
  z-index:999999;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #ffffff;


  position:absolute;
  top:48%;
  left:48%;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

#bgWrapper{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31217+1,e52d27+35,fe8c00+65,f83600+100 */
  background: #b31217; /* Old browsers */
  background: -moz-linear-gradient(left, #b31217 1%, #e52d27 35%, #fe8c00 65%, #f83600 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b31217 1%,#e52d27 35%,#fe8c00 65%,#f83600 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b31217 1%,#e52d27 35%,#fe8c00 65%,#f83600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31217', endColorstr='#f83600',GradientType=1 ); /* IE6-9 */
  width:100%;
  height:100vh;
}

#content{
  position:relative;
  top:125px;
  height: calc(100% - 175px);
  /* Firefox */
  height: -moz-calc(100% - 175px);
  /* WebKit */
  height: -webkit-calc(100% - 175px);
  /* Opera */
  height: -o-calc(100% - 175px);
  /* Standard */
  height: calc(100% - 175px);
  overflow:auto;
  }

  .contentNotFull{
    left: 300px;
    width: calc(100% - 300px);
    /* Firefox */
    width: -moz-calc(100% - 300px);
    /* WebKit */
    width: -webkit-calc(100% - 300px);
    /* Opera */
    width: -o-calc(100% - 300px);
    /* Standard */
    width: calc(100% - 300px);
  }

.contentFull{
  width:100%;
  left:0px;
}

#test{
  margin: auto;
  width: 600px;
  display: block;
}

#searchInput{
  width: 300px;
}

.row{
  margin:0;
}

.resultsBox{
}

.resultsBoxYT{
  height:100%;
  cursor:pointer;
}

.song:hover{
  /*border-width:2px;
  border-left:solid;
  border-color:#E52D27;*/
  color:#2B303B;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,e2e2e2+55&1+0,0+100 */
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(226,226,226,0.45) 55%, rgba(226,226,226,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(226,226,226,0.45) 55%,rgba(226,226,226,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(226,226,226,0.45) 55%,rgba(226,226,226,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00e2e2e2',GradientType=1 ); /* IE6-9 */
}

.resultsBox:hover {
  text-decoration: none;
  cursor:pointer;
}

.resultsBoxSC:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe8c00+1,f83600+100 */
  background: #fe8c00; /* Old browsers */
  background: -moz-linear-gradient(left, #fe8c00 1%, #f83600 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fe8c00 1%,#f83600 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fe8c00 1%,#f83600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8c00', endColorstr='#f83600',GradientType=1 ); /* IE6-9 */
}

.resultsBoxClicked{
  /*border-width:2px;
  border-left:solid;
  border-color:#E52D27;*/
  color:#2B303B;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,e2e2e2+55&1+0,0+100 */
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(226,226,226,0.45) 55%, rgba(226,226,226,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(226,226,226,0.45) 55%,rgba(226,226,226,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(226,226,226,0.45) 55%,rgba(226,226,226,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00e2e2e2',GradientType=1 ); /* IE6-9 */
}

.resultsBoxClicked:hover{

}

.resultsTitle {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.resultsTitle:hover {
  text-decoration: none;
}

.resultsView {
  margin: 10px;
  margin-left:0px;
  text-decoration: none;
}

.tnWrap{
  width:140px;
  float:left;
}

.textWrap{
  height:100%;
  position:relative;
  float:left;
  width: calc(100% - 165px);
  /* Firefox */
  width: -moz-calc(100% - 165px);
  /* WebKit */
  width: -webkit-calc(100% - 165px);
  /* Opera */
  width: -o-calc(100% - 165px);
  /* Standard */
  width: calc(100% - 165px);
  padding-top:10px;
  padding-bottom:10px;
}

.resultsTn {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.resultsSnippet {
  margin-left: 0px;
}

.resultsChannel{
  margin-left:0px;
}

.resultsChannel:hover{
}

a {

}

a:hover{
    text-decoration: none;
}

#randomArticle{
  float:right;
}

#search{

}

#ytPlayer{
  /* position:absolute;
  top:0px;
  left:0px;
  width:133px;
  height:100px;
  z-index:0;
  visibility: visible; */
}

#ytPlayerOverlay{
  /* position:absolute;
  top:0px;
  left:0px;
  width:133px;
  height:100px;
  z-index:5;
  visibility: visible; */
}

#scPlayer{
  /* position:absolute;
  top:0px;
  right:0px;
  width:133px;
  height:100px;
  visibility: visible; */
}

.hp_slide{
    position: fixed;
    height: 50px;
    left:0px;
    bottom:0px;
    background-color:white;
    width:100%;
    z-index:-5;
}
.hp_range{
    position:absolute;
    float:right;
    right:0px;
    width:100%;
    background-color:white;
    height:50px;
    overflow:hidden;
    z-index:5;
}

.yt_col{
  margin-right:10px;
}

.sc_col{

}

.col{
  margin-left:0px;
  margin-right:0px;
  padding-right:0px;
  padding-left:0px;
}

.playerTitle{
  margin:auto;
  width: 50%;
}

.playerTitleLogo{

}

.fixLogo{
  position:fixed;
  margin-top:25%;
  margin-left:-107px;
}


#sidebar{
  position:fixed;
  width: 300px;
  padding:10px;
  /*background:#2B303B;*/
  /*color:#2B303B;*/
  color:white;
  height: calc(100% - 50px);
  /* Firefox */
  height: -moz-calc(100% - 50px);
  /* WebKit */
  height: -webkit-calc(100% - 50px);
  /* Opera */
  height: -o-calc(100% - 50px);
  /* Standard */
  height: calc(100% - 50px);
  z-index:100;
}

.sidebarNoShow{
  display:none;
}

#playerWrap{
  /* height:100%; */
  position:fixed;
  width:100%;
  height:100vh;
  opacity: 0.5;
  /* display:none; */
}

#ytPlWrap{
  /* position:relative; */
}

#scPlWrap{
  /* position:relative;
  float:right; */
}

#resCols{
  position:relative;
  width:100%;
  margin: 0 auto;
  color:white;
  /*background-color:#2B303B;*/
}

#searchBarWrap{
  height: 50px;
  position:relative;
  z-index:10;
  /*box-shadow: 0px -2px 5px 2px rgba(130,130,130,1);*/
}

#controlBarWrap{
  height: 50px;
  position:relative;
  z-index:10;
  color: white;

}

#controlBar{
  padding-top: 10px;
  width: 600px;
  height:100%;
  position:relative;
  vertical-align: middle;
  left: 50%;
  -webkit-transform: translate(-50%, -0%);
  -moz-transform: translate(-50%, -0%);
  -ms-transform: translate(-50%, -0%);
  -o-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
}

.playerControls{
  position:absolute;
  font-size:20px;
  cursor:pointer;
  float:left;
  z-index:10;
}

#playerC{
  z-index:10;
}

#volumeWrap{
  position:absolute;
  margin-left:280px;
  height:50px;
  width:50px;
  font-size: 20px;
  margin-top: 0px;
  cursor:pointer;
  z-index:10;
}

#playlistToggle{
  position:absolute;
  margin-left:580px;
  height:40px;
  width:40px;
  font-size: 20px;
  cursor:pointer;
  z-index:10;
}

.box{

}

#boxWrap{
  height:125px;
  position:fixed;
  top:0px;
  border:0;
  z-index:20;
}

.boxWrapNotFull{
  width: calc(100% - 300px);
  /* Firefox */
  width: -moz-calc(100% - 300px);
  /* WebKit */
  width: -webkit-calc(100% - 300px);
  /* Opera */
  width: -o-calc(100% - 300px);
  /* Standard */
  width: calc(100% - 300px);
}

.boxWrapFull{
  width:100%;
}

.container-1{
  width: 600px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  /*border-radius: 5px;*/

  left: 50%;
  -webkit-transform: translate(-50%, -0%);
  -moz-transform: translate(-50%, -0%);
  -ms-transform: translate(-50%, -0%);
  -o-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
}

#ytLogo{
  width: 80px;
  vertical-align: middle;
  white-space: nowrap;
  position: absolute;
  top: 5px;
  left: 10px;
}

#scLogo{
  width: 80px;
  vertical-align: middle;
  white-space: nowrap;
  position: absolute;
  top: 5px;
  right:10px;
}

#time{
  position:relative;
  font-size:20px;
  margin-top: 10px;
  margin-left: 50px;
  float:left;
  z-index:10;
}

#titlePlaying{
  position:absolute;
  display: inline-block;
  font-size:20px;
  margin-top: 10px;
  float:right;
  z-index:10;
  left: 50%;
  -webkit-transform: translate(-50%, -0%);
  -moz-transform: translate(-50%, -0%);
  -ms-transform: translate(-50%, -0%);
  -o-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden !important;
}

#slider2{
  position:absolute;
  margin-left:225px;
  left:1px;
  width:150px;
  height:15px;
  border-style: solid;
  border-width: 1px;
  border-color:#FFFFFF;
}

#sliderFill{
  position:absolute;
  background:white;
  width:148px;
  height:13px;
}

#sliderFillControl{
  position:absolute;
  width:148px;
  height:13px;
  z-index:50;
}

#slider{
  height:15px;
  width: 150px;
  margin-left:17.5px;
  border-color:#2B303B;
}

#sliderWrap{
  width: 50px;
  position:absolute;
  z-index:10;
  bottom:50px;
}

.ui-state-default, .ui-widget-content .ui-state-default{
  border-color:#2B303B;
}

.playListPlus:hover{
  color:#E52D27;
}

#volume:hover #sliderWrap{
  visibility:visible;
}

#volumeWrap:hover #sliderWrap{
  visibility:visible;
}

.playListTo{
  width:20px;
}

.playListToAdd{
  border-radius:5px;
  color:white;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31217+1,fe8c00+100 */
  background: #b31217; /* Old browsers */
  background: -moz-linear-gradient(left, #b31217 1%, #fe8c00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b31217 1%,#fe8c00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b31217 1%,#fe8c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31217', endColorstr='#fe8c00',GradientType=1 ); /* IE6-9 */
}

#volumeIcon{
  width:20px;
}

#footer{
  position: fixed;
  height: 50px;
  width: 100%;
  left:0px;
  bottom:0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b31217+1,e52d27+35,fe8c00+65,f83600+100 */
  /* background: #b31217;
  background: -moz-linear-gradient(left, #b31217 1%, #e52d27 35%, #fe8c00 65%, #f83600 100%);
  background: -webkit-linear-gradient(left, #b31217 1%,#e52d27 35%,#fe8c00 65%,#f83600 100%);
  background: linear-gradient(to right, #b31217 1%,#e52d27 35%,#fe8c00 65%,#f83600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31217', endColorstr='#f83600',GradientType=1 );
  border:0;
  box-shadow: 0px 2px 5px 2px rgba(255,255,255,1); */
}

#footerControl{
  position: fixed;
  height: 50px;
  width: 100%;
  left:0px;
  bottom:0px;
  z-index:100;
}

.gradient{
  /* position: fixed; */
  height: 100%;
  width: 100%;
  left:0px;
  bottom:0px;
  background: #b31217;
  background: -moz-linear-gradient(left, #b31217 1%, #e52d27 35%, #fe8c00 65%, #f83600 100%);
  background: -webkit-linear-gradient(left, #b31217 1%,#e52d27 35%,#fe8c00 65%,#f83600 100%);
  background: linear-gradient(to right, #b31217 1%,#e52d27 35%,#fe8c00 65%,#f83600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31217', endColorstr='#f83600',GradientType=1 );
  border:0;
  box-shadow: 0px 2px 5px 2px rgba(255,255,255,1);
  opacity:0.6;

}

#divtoshow{
  position: fixed;
  bottom: 52px;
  width: 60px;
  height: 30px;
  display: none;
  background:white;
  /* border-style:solid;
  border-width:1px; */
  border-radius:5px;
  /* border-color: #b31217;
  color:#b31217; */
  text-align:center;
  font-size:20;
  z-index:1000;
  /* font-weight:bold; */
}

.container-1 input#usr{
  width: 600px;
  height: 50px;
  outline:none;
  border-style:solid;
  border-width:0px;
  border-color:#2b303b;
  background: #ffffff;
  font-size: 15pt;
  float: left;
  padding-left: 45px;
  border-radius: 5px;

}

.loginForm{
  width: 300px;
  height: 200px;
  vertical-align: middle;
  white-space: nowrap;
  position: absolute;
  /*border-radius: 5px;*/
  left: 50%;
  top:50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loginForm input{
  width: 300px;
  height: 35px;
  outline:none;
  border-style:solid;
  border-width:0px;
  border-color:#2b303b;
  background: #ffffff;
  font-size: 15pt;
  float: left;
  padding-left: 45px;
  border-radius: 5px;
}

.loginForm input#loginButton{
  width: 70px;
  height: 30px;
  outline:none;
  border-style:solid;
  border-width:0px;
  border-color:#2b303b;
  background: #ffffff;
  font-size: 10pt;
  border-radius: 5px;
  padding-left: 0px;
  margin-top: 25px;
}

.container-1 input#usr::-webkit-input-placeholder {
   color: #65737e;
}

.container-1 input#usr:-moz-placeholder { /* Firefox 18- */
   color: #65737e;
}

.container-1 input#usr::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;
}

.container-1 input#usr:-ms-input-placeholder {
   color: #65737e;
}

.container-1 .icon{
  position: absolute;
  top:15px;
  left:15px;
  bottom:17px;
  z-index: 1;
  font-size:20px;
  cursor:pointer;
}

.container-1 input#usr:hover, .container-1 input#usr:focus, .container-1 input#usr:active{
    outline:none;
    border-style:solid;
    border-width:1px;
    border-color:#2b303b;
    background: #ffffff;
  }

  .playlistItem{
    margin-bottom:5px;
    height: 20px;
    /*background:white;*/
    border-radius:3px;
    text-align:center;
  }

  #playlistWrap{
    position:relative;
    height: calc(100vh - 185px);
    /* Firefox */
    height: -moz-calc(100vh - 185px);
    /* WebKit */
    height: -webkit-calc(100vh - 185px);
    /* Opera */
    height: -o-calc(100vh - 185px);
    /* Standard */
    height: calc(100vh - 185px);
    margin-top:20px;
    margin-bottom:10px;
    overflow-y:scroll;
    overflow-x: hidden;
  }

  #playlist{
        list-style: none;
        height:100%;
  }

  #playlistTitle{
    color:white;
    font-size:50px;
    position:relative;
    top:15px;
    height: 100px;
    visibility:hidden;
  }

  .playlistHidden{
    visibility:hidden;
  }

  #playlistItems{
    position:relative;
    width:100%;
    height: calc(100% - 50px);
    /* Firefox */
    height: -moz-calc(100% - 50px);
    /* WebKit */
    height: -webkit-calc(100% - 50px);
    /* Opera */
    height: -o-calc(100% - 50px);
    /* Standard */
    height: calc(100% - 50px);
    padding: 10px;
    bottom:15px;
  }

  .resultsPlus{
    padding-left:7px;
    padding-top:12px;

  }

  .song{
    float:left;
    height: 100%;
    width: 100%;
  }

  .controls{
    position:absolute;
    right:0px;
    overflow: hidden;
    width:25px;
  }

  .cC{
    height:28px;
    cursor:pointer;
  }

  .cC:hover{
    cursor:pointer;
  }

  .plItem{
    cursor:pointer;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    height:20px;
    color:white;
    background: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.3);
    z-index:100;
    margin-bottom:2px;
    padding-right:3px;
    padding-left:3px;
  }

  /* .plItem{
    cursor:pointer;
    overflow-x:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    height:20px;
    color:white;
    background: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.3);
    z-index:100;
    margin-bottom:2px;
    padding-right:3px;
    padding-left:3px;
  } */

  .plItem:hover{
    background-color:white;
    color:black;
    z-index:101;
  }

  /* .plItem:hover{
    background-color:white;
    color:black;
    z-index:101;
    width:auto;
    overflow-x:visible;
    display:inline-block;
    min-width:280px;
  } */

  .plItemYT{
  }

  .plItemClicked{
    background-color:white;
    color:black;
  }
