#dVideo {position:relative;padding-bottom:20px;}
#dVideo .video {cursor:pointer;display:block;position:relative;padding-bottom:10px;}
#dVideo .video.noref {cursor:default;}
#dVideo .video .img {text-align:center;height: 190px;}
#dVideo .video .name {padding: 10px 0;height:75px; overflow: hidden;}
#dVideo .video.noref:hover .name {text-decoration: none;}
#dVideo .video:not(.noref):not(.novid) .img:after {transition: ease all 300ms;position: relative;top: 75px;display: inline-block;content: ' ';width: 50px;height: 35px;background: url(youtube.png) center center no-repeat;opacity: 0.666;}
#dVideo .video:hover .img:after {opacity:1;}

#youtube {z-index:3000;display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.75);padding:37px;}
#youtube > div {margin:0 auto;height:100%;}
#youtube > div > iframe {	max-width: 100%;max-height: 100%;	width:100%;height:100%;margin: 0 auto;display: block;}
#youtube .fa-times {transition:ease all 300ms;position: absolute;top: 0;right: 0;padding: 15px;font-size: 32px;cursor: pointer;color: #fff;}
#youtube .fa-times:hover {color: #ff2500;}

#dVideo .vSearch {position:relative;padding-bottom: 10px;border-bottom: 1px solid #e5e5e5;margin-bottom: 15px;}
#dVideo .vSearch input {width: 100%;border: 1px solid #e5e5e5;padding: 10px; padding-right: 110px;}
#dVideo .vSearch span {transition:ease background 300ms;position: absolute;cursor: pointer;display: block;top: 0;right: 0;bottom: 10px;width: 100px;line-height: 42px;text-align: center;background: #da00da;color: #fff;font-size: 16px;}
#dVideo .vSearch span:hover {background-color:#af0d93;}

