/* Social Toolbar New 2 - BEG */
.video_layover ul.social_bar { width: 620px; margin: 15px 0; padding: 0; list-style: none; }
.video_layover ul.social_bar li { width: 30%; float: left; margin-right: 5%; }
.video_layover ul.social_bar li:last-child { margin-right: 0; }
.video_layover ul.social_bar li a { font-family: Georgia, Times, "Times New Roman", serif; display: block; height: 50px; text-align: center; font-size: 18px; color: #FFF; line-height: 50px; text-transform: uppercase; font-style: normal; text-decoration: none; }
.video_layover ul.social_bar li a:hover { text-decoration: none; }
.video_layover ul.social_bar li.fb a { background: #3b5998; }
.video_layover ul.social_bar li.fb a:hover { background: #4c70ba; }
.video_layover ul.social_bar li.tw a { background: #1bb2e9; }
.video_layover ul.social_bar li.tw a:hover { background: #4ac2ed; }
.video_layover ul.social_bar li.di a { background: #b69823; }
.video_layover ul.social_bar li.di a:hover { background: #d8b734; }
.video_layover ul.social_bar li a span { margin-right: 5px; }
/* Social Toolbar New 2 - END */

a.barstool_video_pop {
	position: relative;
	display: block;
	width: 480px;
	margin: 0 auto;
}

a.barstool_video_pop span.play_button {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 480px;
	height: 270px;
	background: url(http://www.barstoolsports.com/wp-content/plugins/barstool-videos/btn_play.png?v=1.1) no-repeat;
}

.video_popup_mask {
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	cursor: pointer;
}

.video_layover {
	position: fixed;
	top: 100px;
	left: 50%;
	width: 970px;
	margin-left: -485px;
	min-height: 300px;
	background: #FFF;
	z-index: 1;
}

.video_layover .inner {
	position: relative;
	padding: 15px;
}

.video_layover h2 {
	margin: 0 0 10px;
	font-size: 32px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

.video_layover a.close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #333;
	text-decoration: none;
	font-size: 20px;
}

.video_layover a.close:hover {
	color: #999;
}

.video_layover .video {
	float: left;
	width: 620px;
}

.video_layover .video_sidebar {
	float: right;
	width: 300px;
}