body.video-watch-open {
	overflow: hidden !important;
}

body.video-watch-open #videos-brightcove-watch {
	display: block;
}

#videos-brightcove-watch {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
	display: none;
}

#videos-brightcove-watch-wrapper {
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

.vjs-ima3-ad-container,
.vjs-ima3-ad-container div {
	position: static;
	width: 100%;
}

.videos-brightcove-watch-top {
	background: #000;
}

.videos-brightcove-watch-bottom {
	background: #fff;
}

#videos-brightcove-watch-close {
	position: absolute;
    top: 0;
    right: -20px;
    z-index: 1;
    height: 20px;
    font-size: 0;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

#videos-brightcove-watch-close span {
	font-size: 32px;
}

.videos-brightcove-watch-inner {
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

#videos-brightcove-watch-player {
    padding-top: 56.25%;
	z-index: 0;
}

#videos-brightcove-watch-player .videos-player,
#videos-brightcove-watch-player iframe {
	width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
}

#videos-brightcove-watch-info {
	background: #fff;
}

#videos-brightcove-watch-info .tabs {
	width: 100%;
	overflow: hidden;
    border-bottom: 1px solid #707070;
}

#videos-brightcove-watch-info .tabs button {
    display: block;
    background-color: #fff;
    color: #b7b7b7;
    padding: 0 10px;
    width: calc( 100% / 3 );
    border: none;
    outline: none;
	border-radius: unset;
	-moz-border-radius: unset;
	-webkit-border-radius: unset;
    text-align: center;
    cursor: pointer;
	line-height: 30px;
    transition: 0.3s;
	float: left;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

#videos-brightcove-watch-info .tabs button:hover {
    color: #777;
}

#videos-brightcove-watch-info .tabs button.current {
    color: #000;
	border-bottom: 2px solid #000;
}

#videos-brightcove-watch-info .tabs-content {
    width: 100%;
	margin-top: 30px;
}

#videos-brightcove-watch-info .tabs-content > div {
    display: none;
}

#videos-brightcove-watch-info .tabs-content > div:first-of-type {
    display: block; /* first one content displayed by default */
}




#video-watch-current-video-title {
	font-size: 1.875em;
	line-height: 40px;
	margin: 15px;
}


#video-watch-current-video-excerpt {
	color: #2a2a2a;
	font-size: 1em;
	line-height: 30px;
	padding: 0 15px;
}


@media only screen and (min-width: 960px) {
	#video-watch-current-video-title {
		margin: 15px 0;
	}
	
	#video-watch-current-video-excerpt {
		padding: 0;
	}
}


#video-watch-current-video-permalink {
	background: #fff;
    border-radius: unset;
    margin: 20px auto 0;
    width: 200px;
    border: 1px solid #000;
    color: #000;
    line-height: 40px;
    display: block;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}

#video-watch-current-video-permalink:hover {
	background: #000;
	color: #fff;
}


#video-watch-comments {
	padding: 0 15px;
}

@media only screen and (min-width: 960px) {
	#video-watch-comments {
		padding: 0;
	}
}



#video-watch-share {
    width: 100%;
    height: 45px;
    background: #222;
}

#video-watch-share .gigya-share .gig-bar-container {
    position: relative;
    right: auto;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#video-watch-share .gigya-share .gig-bar-container table {
    width: 100%;
}

#video-watch-share .gigya-share .gig-bar-container table .gig-button-container {
    color: #fff;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
}

#video-watch-share .gigya-share .gig-bar-container table .gig-button-container:before {
    font-size: 1.7rem !important;
}







#video-watch-next {
	/*
	height: 300px;
	overflow-y: scroll;
	*/
}

#video-watch-next div {
	width: 100%;
	height: 125px;
	overflow: hidden;
	padding: 0 15px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 960px) {
	#video-watch-next div {
		padding: 0;
	}
}


#video-watch-next div a {
	width: 100%;
	height: 100%;
	display: block;
}

#video-watch-next div h3 {
	position: absolute;
    left: 235px;
    font-size: 20px;
    top: 0;
}

#video-watch-next div img {
	float: left;
	width: 225px;	
}






