body{
	font-family: Roboto;
}

div .vidDetails{
	width: 100;
	overflow: hidden;
}

div .vidTitle{
	width: 100%;
	clear: both;
}

div .vidThumb{
    width: 60%;
    float: left;
}

div .vidTimes{
    float:left;
	width: 20%
}

div .sectionTitle{
	font-size: 16px;
	font-weight: 500px;
}

iframe#player{	
	margin: auto;
	display: block;
	height: 400px;
}

.row{
	margin-top: 3px;
}

#cliplist .row:first-child{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid blue;
}

#progress.play{
	position: absolute;
	top: 5px;
	left: 22px;
	color: white;
	border: 1px solid white;
	background: black;
	padding: 3px;
}

div.checkbox.switcher label,
div.radio.switcher label{
  padding: 0;
}

div.checkbox.switcher label *,
div.radio.switcher label *{
  vertical-align: middle;
}

div.checkbox.switcher label input,
div.radio.switcher label input{
  display: none;
}

div.checkbox.switcher label input + span,
div.radio.switcher label input + span{
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 56px;
  height: 28px;
  background: #d12525;
  border: 1px solid #ad0808;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

div.checkbox.switcher label input + span small,
div.radio.switcher label input + span small{
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 0;
}

div.checkbox.switcher label input:checked + span,
div.radio.switcher label input:checked + span{
  background: #31a020;
  border-color: #31a020;
}

div.checkbox.switcher label input:checked + span small,
div.radio.switcher label input:checked + span small{
  left: 50%;
}
	
.volSlider{
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.volSlider::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #4CAF50;
    cursor: pointer;
}

.volSlider::-moz-range-thumb{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

div .vidDetails{
	width: 100;
	overflow: hidden;
}

div .vidTitle{
	width: 100%;
	clear: both;
}

div .vidThumb{
    width: 60%;
    float: left;
}

div .vidTimes{
    float:left;
	width: 20%
}

iframe#player{	
	margin: auto;
	display: block;
	height: 400px;
}
		
.slider{
	width: 50%;
	margin: 100px auto;
}

.slick-slide{
  margin: 20px 4px 20px 0px;
}

.slick-slide img{
  width: 100%;
  height: 125px;
}

.slick-prev:before,
.slick-next:before{
  color: red;
}

.slick-prev,
.slick-next{
  top: 25%;
}

.slick-prev:before{
  content: url('../img/arrowL.png');
}

.slick-next:before{
  content: url('../img/arrowR.png');
}

.slick-prev {
    left: -35px;
}

.nopadding{
	padding: 0 !important;
	margin: 0 !important;
}

.clipTitle{
	font-size:1.4rem;
	font-weight:500;
	line-height:1.6rem;
	font-family: Roboto, Arial, sans-serif;
	max-height:3.2rem;
	overflow:hidden;
}

.clipAuthor{
	max-height:1.6rem;
	font-size:1.2rem;
	color:lightslategrey;
	font-weight:200;
}

.cliplistLabel{
	font-size:.8rem;
	font-weight:400;
	line-height:1rem;
	font-family: Roboto, Arial, sans-serif;
	max-height:1rem;
	overflow:hidden;
	background:black;
	color:white;
}

.clipDescription{
	font-size:1.3rem;
	font-weight:400;
	line-height:1.8rem;
	font-family: Roboto, Arial, sans-serif;
	max-height:3.6rem;
	overflow:hidden;
	border-left:dotted 1px blue;
	border-right:dotted 1px blue;
}

.noDecor a,a:link,a:visited,a:hover,a:active{
    text-decoration: none;
	color: inherit;
}

.centered{
	text-align:center;
}

.ytclButton{
	border: none;
	color: white;
	padding: 1px 22px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
}

.thumb{
	position: relative;
	top: 0;
	left: 0;
}

.thumbImg{
	position: relative;
}

.overlay{
	position: absolute;
	top: 0px;
	left: 0px;
}

.overlayRuntime{
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-color: rgba(40, 40, 40, .8);
	color: hsl(0,0%,100%);
	padding: 0px 5px;
	font-family: Roboto;
	font-size: 12px;
}

.responsive{
	width:80%;
	margin:auto;
}

.mainPlayer{
	height: 70%;
}

.mainPlayerRight{
	float: right;
}

#controls{
	 text-align:center;
	 margin-top:10px;
}

.button{
	 margin:30px;
}

.ytclipContainer{
	 margin:auto;
}

.checkboxSwitcherSmall{
	height:15px!important;
	width:26px!important;
}

.fullHeight{
	height:1.3em;
}

.deadLink{
	 background: grey;
}

.liveLink{
	 background: blue;
}

.reverse{
	background:black;
	color:white;
	padding:5px;
}

.startingClip{
	 background:red;
}

.nsfw{
	background:pink;
}

.justified{
	 display: flex;
	 justify-content: center;
}

.yttopnav {
	background-color: #333;
	height:30px;
	margin-bottom:30px;
	z-index:99;
	position: fixed;
	top: 0;
	width: 100%;
	font-family: Roboto, Arial, sans-serif;
}

.yttopnav a{
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	//padding: 6px 10px;
	text-decoration: none;
	//height: 100%;
	//background-color: #333;
}

.yttopnav .menu{
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 6px 10px;
	//text-decoration: none;
	height: 30px;
	background-color: #333;
}

.yttopnav .icon {
	display: none;
}

.ytdropdown{
	display: inline-block;
	overflow: hidden;
	background-color: #333;	
}

.right{
	float: right;
	margin-right: 5%;
}

.ytdropdown .dropbtn {
    border: none;
    outline: none;
    color: #f2f2f2;
    padding: 6px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;	
	height: 30px;
}

.ytdropdown-content{
    display: none;
	//background-color: red;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
}

.ytdropdown-content a{
    float: none;
    color: #f2f2f2;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	height: 25px;
	background-color: #999;
}

.yttopnav .menu:hover, .ytdropdown:hover .dropbtn{
  background-color: #555;
  color: white;
}

.ytdropdown-content a:hover{
    background-color: #ddd;
    color: black;
}

.ytdropdown:hover .ytdropdown-content{
    display: block;
}

.listTitle{
	color: white;
	background: black;
	font-size: 1em;
	padding: 5px;
	font-family: Roboto;
}

#footer{
	 background:#333;
	 color:white;
	 text-align:center;
	 font-size:9px;
	 bottom: 0px;
	 height: 18px;
	 position: absolute;
	 left: 0px;
	 right: 0px;
	 padding:5px 0px;
	 
}

.cachedInfoDiv{
	width:100%;
	font-size:8px;
	padding-top:5px;
}

@media (min-width: 768px){
	.col-sm-8{
		position: fixed;
	}
}

@media screen and (max-width: 670px){
  .yttopnav .menu:not(:first-child), .ytdropdown .dropbtn{
    display: none;
  }
  .yttopnav a.icon{
    float: right;
    display: block;
	padding: 5px 10px 0px 0px;
  }
}

@media screen and (max-width: 670px){
	.yttopnav.ytresponsive{
		position: fixed;
	}
  .yttopnav.ytresponsive .icon{
    position: absolute;
    right: 0;
    top: 0;
  }
  .yttopnav.ytresponsive .menu{
    float: none;
    display: block;
    text-align: left;
  }
  .yttopnav.ytresponsive .ytdropdown{float: none;margin-right: 0;display: block;}
  .yttopnav.ytresponsive .ytdropdown-content{position: relative;}
  .yttopnav.ytresponsive .ytdropdown .dropbtn{
    display: block;
    width: 100%;
    text-align: left;
  }
	
}

.ytcontent{
  top: 32px;
  bottom: 20px;
  left: 0px;
  right: 0px;
  position: absolute;
  overflow: auto;
}

.ytcontent.plus10{
	top: 52px;
}

.tags-input{display:inline-block;padding:0 2px;background:#FFF;border:1px solid #CCC;width:16em;border-radius:2px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}
.tags-input .tag{display:inline-block;background:#EEE;color:#444;padding:0 4px;margin:2px;border:1px solid #CCC;border-radius:2px;font:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;transition:all .1s ease}
.tags-input .tag.selected{background-color:#777;border-color:#777;color:#EEE}
.tags-input .tag.dupe{-webkit-transform:scale3d(1.2,1.2,1.2);transform:scale3d(1.2,1.2,1.2);background-color:#FCC;border-color:#700}
.tags-input input{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;display:inline-block!important;padding:3px;margin:0!important;background:0 0!important;border:none!important;box-shadow:none!important;font:inherit!important;font-size:100%!important;outline:0!important}
.tags-input .selected~input{opacity:.3}