/* 
    Created on : 13 Aug, 2016, 12:22:40 PM
    Author     : Rohit
*/

#video-overlay {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 23000;
}
#video-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
/*#video-overlay {
    background: rgba(0, 0, 0, 0) url("../images/global/transparent-ie-bg.png") repeat scroll left top;
}*/
#video-overlay.open {
    display: block;
}
#video-player {
    left: 50%;
    margin: -250px auto auto -350px;
    padding: 40px;
    position: absolute;
    top: 50%;
}
#video-player {
    background-color: rgba(0, 0, 0, 0.5);
}
/*#video-player {
    background: rgba(0, 0, 0, 0) url("../images/global/transparent-ie-bg.png") repeat scroll left top;
}*/
#video-player #video-title {
	color: white;
    display: block;
	font-size: 1.125em;
	font-weight: bold;
    margin: 20px 100px 0 0;
    text-transform: none;
}
#video-player #video-social {
    bottom: 40px;
    position: absolute;
    right: 65px;
}
#video-player #video-social .fb-like-container {
    margin-right: 10px;
}
#video-player #video-social img.pinit-button {
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
}
#video-player .close-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #d4d4d4;
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 10px;
}

.icon-remove::before {
    content: "";
}

.bab-share span[class^='icon-circle-'] {
    display: block;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bab-share .icon-circle-facebook {
    background-image: url("../images/svg/icon-circle-facebook.svg ");
}

.bab-share .icon-circle-twitter {
    background-image: url("../images/svg/icon-circle-twitter.svg ");
}