/* --------------------------
PLEASE DO NOT WORK HERE ANYBODY 
-----------------------------*/

.hd-talk-video {
	display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.cancel-vbtn {
    position: fixed;
    z-index: 1060;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 28px;
    color: white;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    background: #ff7900;
    border: 2px solid white;
    transition: all 0.8s ease 0s;
	max-width: 30px;
}
.cancel-vbtn:hover {
    background: #808285;
}

.hd-talk-video #youtube-field-player {
    background: #888;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 99;
    width: 100% !important;
    height: auto !important;
}
.previous-col-2.videobox img {cursor: pointer;}

.topicedit {
    font-size: 0;
}

.topicedit::after {
    color: #ff7900;
    content: "\e900";
    font-family: 'icomoon';
    font-size: 23px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    right: 0;
    top: -5px;
    z-index: 99;
}
.clear-talk-video .topicedit::after {top: 82px;}

.view-clear-talks-current-topic-introduction  .signupbtn {
    text-align: center;
}