/*
* comment out - Alper needs to scope this
* div.panel-grid.inner-container { padding-right:0; }
* VSR start
*/
.search-container{
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
	//display: none;
}
span#search-videos {
    background: #000;
    height: 22px;
    width: 85px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 0px;
    padding-top: 9px;
    text-align: center;
    cursor: pointer;
}
input#txtSearchVideos {
    margin-left: 25px;
    width: 205px;
}
.vsr-body { position:relative; }
.vsr-body,
.vsr-video-list,
.vsr-video-list-item {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	background:transparent;
	font:12px "Stainless-Regular","Helvetica",sans-serif;
}

.vsr-tab-content.vsr-second,
.vsr-tab-content.vsr-third { display:none; }

.vsr-video-tab {
	display:inline-block;
	width:32%;
	text-align:center;
	vertical-align:middle;
	font:11px "Stainless-Bold","Helvetica",sans-serif;
	color:#757575;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor:pointer;
}

.vsr-video-tab:hover {
	color:#000000;
	cursor:pointer;
}

.vsr-video-tab.vsr-active { color:#000000; }

.vsr-video-tab .vsr-tab-text {
	line-height:1.5;
}

ul.vsr-video-list {
	padding:0; margin:0;
	overflow-y:scroll;
}

.vsr-video-list-item,
.vsr-video-tabs {
	position:relative;
	list-style:none!important;
	padding:15px 10px;
	transition:background-color 0.6s;
}
.vsr-video-list-item:hover,
.vsr-video-list-item.vsr-currently-playing {
	background-color:#ebebeb;
}
.vsr-video-list-item.vsr-ad {
	padding-bottom:0;
	padding-top: 0;
}
.vsr-video-list-item.vsr-ad:hover {
	background-color:transparent;
}
.vsr-video-list-item:hover a .vsr-description {
	color:#666666;
}



/**
 * Title and Description Wrapper
 */
.vsr-content-wrapper {
	margin-left:147px;
}

.vsr-content-wrapper a {
	display:block; position:relative;
	min-height:74px;
	padding:0;
	overflow:hidden;
	text-decoration:none; cursor:pointer;
}

.vsr-content-wrapper a .vsr-title {
	font-size:12px; font-weight:bold;
	color:#000000; text-transform:uppercase;
	line-height:1.4;
	max-height:2.6em;
	margin:0 0 2px 0;
	display:block; overflow:hidden;
	cursor:pointer;
}
.vsr-content-wrapper a:visited .vsr-title { color:#0a0a0a; }

.vsr-content-wrapper a .vsr-description {
	font-size:12px; font-weight:normal;
	color:#757575; text-transform:none;
	line-height:1.4;
	max-height:2.6em;
	margin-bottom:2px;
	display:block; overflow:hidden;
	cursor:pointer;
	transition: color 0.6s;
}



/**
 * Thumbnail Wrapper
 */
.vsr-thumb-wrapper {
	position:absolute;
	top:15px; margin:0;
	width:132px; height:74px;
	overflow:hidden;;
}

.vsr-image-wrap > img {
	width:132px; height:74px;
}

.vsr-image-wrap .vsr-video-icon,
.vsr-video-icon > img {
	width:15px; height:15px;
}

.vsr-image-wrap .vsr-video-icon {
	position:absolute;
	top:8px; left:10px;
}
/* testing font-icons */
.vsr-image-wrap .vsr-video-icon i {
	color: #ffffff;
	font-size: 16px;
}


/**
 * Third tab menu
 */
.vsr-third-tab-menu {
	background:#ffffff;
	display:none;
	width:100%;
	position:absolute;
	top:60px;
	z-index:1;
}
.vsr-third-tab-menu.long-name {
 	top:80px;
}

ul.vsr-third-tab-menu-list {
	width:100%; display:block;
	margin:0; padding:0;
	list-style: none;
}

ul.vsr-third-tab-menu-list li {
	width:100%; display:block;
	list-style: none;
	font-size:12px;
	text-transform:uppercase; text-align:center;
	padding:20px 0;
	transition:background-color 0.6s;
	cursor:pointer;
}

ul.vsr-third-tab-menu-list li:hover {
	background-color:#ebebeb;
}

ul.vsr-third-tab-menu-list li:last-child { margin-bottom:15px; }

/**
 * Style fixes to prevent overwriting on some pages.
 */
.entry-content ul.vsr-video-list,
.entry-content ul.vsr-third-tab-menu-list {
	padding:0; margin:0;
}

/**
 * Style fixes to prevent menu list being covered
 */
@media screen and (max-width: 1025px) {
	.vsr-third-tab-menu.long-name {
	 top:90px;
	}
}
@media screen and (max-width: 945px) {
	.vsr-third-tab-menu.long-name {
	 top:100px;
	}
 }
 /**
  * Back button on mobile
  */
@media only screen and (max-width: 767px) {
	.vsr-third-tab-menu {
		top:0;
    	min-height: 100px !important;
    	height: 300px;
	}
	.vsr-back-button{
		border: 2px #000000 solid; padding: 4px 26px;
		font-weight: bold; letter-spacing: 0.2em;
	}
	.search-container{
		text-align:center;
	}
	input#txtSearchVideos{
		margin-left: 0;
	}
}
/*
* VSR end
*/

.alt-display .recent-video-item {
    max-height: 175px !important;
}
.recent-video-container.grid.alt-display .recent-video-item a {
    max-height: 175px !important;
    height: 175px;
}
.alt-display .recent-video-item .excerpt-with-image {
    top: 5px;
    left: 0;
}
.recent-video-container.grid.alt-display .recent-video-image img{
	opacity: 1 !important;
}
.alt-display .recent-video-item .excerpt-with-image h4 {
    color: #000 !important;
    font-size: 14px !important;
}
/*page layout */
body{
  background-color: #0a0a0a;
}
.video-main-col{
  width: 66%;
  float: left;
  border-right: 2px #f4f4f4 solid;
}
.video-right-col{
  width: 33.7%;
  float: left;
}
/**
 ** Sponsored Video Page Styling
**/
.sponsored-video-main-col .sponsored-video-left-col{
  width: 66%;
  float: left;
}
.sponsored-video-main-col .sponsored-video-right-col{
  width: 33.7%;
  float: left;
}
@media screen and (max-width: 767px) {
  .video-main-col{
    width: 100%;
    border: none;
  }
  .video-right-col{
    width: 100%;
  }

  /**
   ** Sponsored Video Page Styling
  **/
  .sponsored-video-main-col .sponsored-video-left-col{
    width: 100%;
  }
}

/* video player */
.video-container{
  overflow: hidden;
}
.video-details-container{
  width: 100%;
  margin: 0 auto;
}
.video-desc, .video-date{
  font-family: "Stainless-regular";
  color: #757575;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: .03em;

}
li.video-details{
  float: left;
  padding:0 0 22px 24px;
  list-style: none;
  width: 93%;
}
.video-title{
  padding: 0px 0px 5px 0px;
  list-style: none;
}
.video-title h1{
    font-size: 18px;
    font-family: "Stainless-bold";
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
/**
 ** Sponsored Video Page Styling
**/
.sponsored-video-header{
  margin: 20px;
  font-family: Stainless-Bold;
  text-transform: uppercase;
  min-height: 35px;
}
.sponsored-video-header h1{
	font-size: 18px;
	margin: 0;
	float: left;
	padding-top: 7px;
}
.sponsored-video-header .presentedByAd{
  position: relative;
  top: -2px;
  float: left;
}
.sponsored-video-header .all-videos-link{
  font-size: 12px;
  float: right;
  margin-top: 2px;
  padding: 2px 12px;
  border: 1px #989898 solid;
  color: #989898;
  letter-spacing: .05em;
}
.sponsored-video-header .all-videos-link:hover{
  color: #fff;
  border: 1px #fff solid;
  background-color: #0079c2;
}
.sponsored-video-header .all-videos-link i.fa.fa-caret-right{
  font-size: 18px;
  position: relative;
  top: 2px;
}
.sponsored-video-right-col li.video-details{
  padding: 0 0 0 20px;
}
.sponsored-video-right-col .video-title h2{
  margin:0;
}

@media screen and (max-width: 750px) {
  .video-details-container{
    width: auto;
    margin: 0 auto;
    display:inline-block;
    width: 100%;
  }
  .video-title, .video-desc{
    // text-align: center;
  }
  li.video-details{
    padding:0 24px;
    border-bottom: none;
    width: 90%;
    height:100%;
  }
  .video-js .vjs-big-play-button {
      display: block;
  }
  .vjs-playing.video-js .vjs-big-play-button {
      display: none;
  }
  .vjs-ad-playing .vjs-big-play-button {
      display: none;
  }
}

.stream-slate-overlay-text {
  font-size: 40px;
  font-family: "Stainless-bold";
  text-transform: uppercase;
  color: white;
  margin-top: 215px;
  position: absolute;
  line-height: 1;
  text-align: center;
  z-index: 1;
}

.single-stream-player-schedule-container {
  text-align: center;
  border: 1px #f4f4f4 solid;
  margin: 0 20px;
}
.single-stream-player-schedule-text {
  font-size: 14px;
  max-height: 72px;
  overflow: hidden;
  overflow-y: scroll;
}
.video-desc.title {
  color: #278fd9;
  padding-right: 0;
  padding-top: 10px;
}

#style-3::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
 width: 6px;
 background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
 background-color: #000000;
}

@media only screen and (min-width:769px) {
  .single-stream-player-schedule-text {
    line-height: 1.7em;
  }
}

@media screen and (max-width: 945px) {
  .stream-slate-overlay-text {
    margin-top: 175px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .stream-slate-overlay-text {
    font-size: 28px;
    margin-top: 180px;
  }
  .single-stream-player-schedule-text {
   max-height: 84px;
  }
}

@media screen and (max-width: 450px) {
  .stream-slate-overlay-text {
    font-size: 18px;
    margin-top: 138px;
  }
}


/**
 * Third tab menu
 */
.vsr-body .vsr-third-tab-menu,
.vsr-body .vsr-third-tab-menu:focus {
	/* For IE 11, which toggles :focus before triggering JS actions */
	position: absolute !important;
}

/**
  * Styles specific to the video page for right rail plugin
 */

.video-right-col ul.vsr-video-list{
  min-height: 400px;
  max-height: 1040px;
  overflow-y: scroll;
 }

.video-right-col .vsr-third-tab-menu{
  min-height: 400px;
  max-height: 540px;
  overflow-y: scroll;
}

#previousPageButton{
	display: block;
}
.page-counter{
	color: #666666;
	padding-top: 1px;
  float: left;
  bottom: 0;
}
.prev-next-posts{
	padding:5px 0;
	width:145px !important;
	height:30px;
  margin: 0 auto;
}
.prev-next-posts a{
	cursor: pointer;
}

.all-videos-title{
	padding: 16px 0px 0px 24px;
	border-top: 2px #f4f4f4 solid;
}
.all-videos-title h2{
	font-size: 16px;
	font-family: "Stainless-bold";
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
.recent-video-item .article-excerpt{
	display:block;
	padding-top:5px;
	line-height: 1.5;
}
.recent-video-item .vp-video-icon {
	position: relative;
	top: 36px;
	right: -10px;
	z-index: 1;
}
.recent-video-item .vp-video-icon i {
  color: #ffffff;
  font-size: 22px;
}
/* .recent-video-item .vp-video-icon img {
	height: 25px;
} */
.recent-video-item .excerpt-with-image{
    float: left;
    width: 90%;
		position: relative;
		top: -30px;
		left: 10px;
}
.recent-video-item .excerpt-with-image h4{
    font-weight:300;
		font-size: 12px;
		margin: 0 auto;
		color: white;
		line-height: 1.3;
}
.recent-video-container.grid{
	padding-left:0;
  margin: 0 auto;
  overflow: hidden;
}
.recent-video-container.grid .recent-video-item {
 	width:29%;
	height: auto;
	max-height: 140px;
	float:none;
	display: inline-block;
	padding: 0 0 0 40px;
 	vertical-align: top;
	overflow: hidden;
}
.recent-video-container.grid .recent-video-image{
	width:320px;
	background-color: #000000;
}
.video-main-col .recent-video-container.grid .recent-video-image{
  width:100%;
}
.recent-video-container.grid .recent-video-image.active{
  background-color: #a9a9a9;
}
.recent-video-container.grid .recent-video-image.active img{
  opacity: .5;
}
.recent-video-container.grid .recent-video-image img{
    width: 100%;
	max-height: 110px;
	min-height: 110px;
	min-width: 195px;
	opacity: .6;
}
.recent-video-container.grid .recent-video-item a{
		max-height: 140px;
}
.recent-video-container.grid .recent-video-item:nth-child(even) {
    padding: 0 0 0 40px;
}

/*
CD-1912

Selector is highly specific as the issue only affects the 360 player and we are overriding
 */
#ndms_video_player.player-360 .video-js,
#ndms_video_player.player-360 .video-js button {
	color: white;
}
#ndms_video_player.player-360 .video-js.not-hover,
#ndms_video_player.player-360 .video-js.not-hover button {
	color: #ffb200;
}

/*
End CD-1912
*/


/*
CD-1855

Because of how the anchor tags function in the layout, trusting the CSS to provide an
attractive focus box is not possible. Therefore, we hide the native solution and instead
provide a simulation of one.
 */
.recent-video-item a:focus {
	border: none !important;
	outline: none;
}

.recent-video-item :focus img {
    border: 5px solid #0063a7;
	background-color: #0063a7;

    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Older Webkit browsers */
}

/*
End CD-1855
 */
/**
Sponsored Video Page Tile Headers and Tiles
**/
.video-right-col .vsr-video-tab{
  width: 32%;
}
.video-main-col .recent-video-container.grid .recent-video-item{
  padding: 0 0 0 24px;
}
.sponsored-video-main-col .vsr-third-tab-menu{
	background: none;
	top:76px;
	z-index: 2;
}
.sponsored-video-main-col ul.vsr-third-tab-menu-list{
	width: 34%;
	float: left;
	background: #ffffff;

}
.sponsored-video-main-col .vsr-video-tab a{
	color: #999999;
}
.sponsored-video-main-col .vsr-video-tab a:hover{
	color: #000000;
}
.sponsored-video-main-col .vsr-video-tab.vsr-active a,
.sponsored-video-main-col .vsr-third-tab-menu-list a{
	color: #000000;
}
.sponsored-video-main-col .recent-container-wrapper{
	width: 100%
}
.sponsored-video-main-col .recent-video-container.grid .recent-video-item {
 	width:28%;
	max-height: 190px;
	padding: 0 0 10px 50px;
}
.sponsored-video-main-col .recent-video-item .excerpt-with-image{
		top: -36px;
}
.sponsored-video-main-col .recent-video-container.grid .recent-video-item a{
	max-height: 190px;
}
.sponsored-video-main-col .recent-video-container.grid .recent-video-image img{
	max-height: 173px;
	min-height: 173px;
	min-width: 306px;
}
.sponsored-video-main-col #recent-container-wrapper{
	padding-top: 15px;
}
.sponsored-video-main-col .recent-video-item .vp-video-icon {
	top: 43px;
}
.sponsored-video-main-col .recent-video-item .vp-video-icon img {
	height: 30px;
}
.sponsored-video-main-col .vsr-body{
	border-top: 1px #f4f4f4 solid;
	padding-top: 10px;
}
.sponsored-video-main-col .vsr-video-tab{
	font-size: 14px;
	letter-spacing: 2px;
}
.sponsored-video-main-col .vsr-third-tab-menu-list{
	max-height: 785px;
	overflow-y: scroll;
}

/* Taboola */
.page-template-template-videos .taboola-container,
.single-ndms_videos .taboola-container{
    margin-right: 20px;
}


@media screen and (max-width: 1025px) {
	.recent-video-item .vp-video-icon {
		position: relative;
		top: 30px;
		right: -10px;
	}
	.recent-video-item .vp-video-icon img {
		height: 22px;
	}
	.recent-video-container.grid .recent-video-item {
	 	width:28%;
	}
	.recent-video-container.grid .recent-video-item .excerpt-with-image{
		width:94%;
	}

	/**
	Sponsored Video Gallery Tiles
	**/
	.sponsored-video-main-col .recent-video-container.grid .recent-video-image img{
		max-height: 166px;
		min-height: 166px;
		min-width: 294px;
	}
	.sponsored-video-main-col .recent-video-container.grid .recent-video-item{
		width: 29%;
	}

}
@media screen and (max-width: 945px) {
	.sponsored-video-main-col .recent-video-container.grid .recent-video-image img{
		max-height: 144px;
		min-height: 144px;
		min-width: 246px;
	}
	.sponsored-video-main-col .recent-video-item .vp-video-icon img {
		height: 22px;
	}

}

@media screen and (max-width: 767px) {
	.page-template-template-videos .taboola-container,
	.single-ndms_videos .taboola-container{
		padding-right: 0;
		width: 100%;
	}

	.page-template-template-videos .taboola-container #taboola-below-article-thumbnails,
	.single-ndms_videos .taboola-container #taboola-below-article-thumbnails{
		padding: 0 10px;
	}

	.video-right-col ul.vsr-video-list {
		max-height: 410px;
	}
	.video-right-col ul.vsr-third-tab-menu-list{
		max-height: 465px;
		overflow-y: scroll;
	}
	.sponsored-video-main-col ul.vsr-third-tab-menu-list{
		width: 100%;
		float: none;
	}
	.sponsored-video-main-col .vsr-third-tab-menu{
		top:-52px;
	}
	.sponsored-video-main-col .recent-video-container.grid .recent-video-image img{
		max-height: 74px;
		min-height: 74px;
		min-width: 130px;
	}
	.sponsored-video-main-col .recent-video-container.grid .recent-video-item{
		width: 100%;
	}
	.sponsored-video-main-col .recent-video-container.grid .recent-video-item a{
		max-height: 150px;
	}
	.sponsored-video-main-col .recent-video-item .recent-video-image{
		width: 130px;
		height: auto;
		float:left;
	}
	.sponsored-video-main-col .recent-video-item .excerpt-with-image{
		float: right;
		width: 340px !important;
		top: 0;
	}
	.sponsored-video-main-col .recent-video-item .excerpt-with-image h4{
		color: black;
		font-size: 14px;
	}
	.sponsored-video-main-col .recent-video-item .vp-video-icon{
		top: 4px;
    right: 122px;
	}
	.sponsored-video-main-col #recent-container-wrapper{
		padding-top: 0;
	}
	.sponsored-video-main-col .vsr-body{
		border-top: none;
	}
	.sponsored-video-main-col .vsr-video-tab{
		font-size: 11px;
		letter-spacing: 1px;
	}
}

@media screen and (max-width: 550px) {
	.sponsored-video-main-col .recent-video-item .excerpt-with-image{
		width: 250px !important;
	}
    .sponsored-video-main-col .recent-video-container.grid .recent-video-item {
    	padding: 0 10px 10px 10px;
    }

}
@media screen and (max-width: 450px) {
	.sponsored-video-main-col .recent-video-item .excerpt-with-image{
		width: 170px !important;
		padding-right: 10px;
		left: -10px;
	}
}
