
/** BLACKJACK FONT STYLES **/

.styled-text {
  font-family: 'blackjackregular';
  color:#BE3A34;
  font-size:135%;
  font-weight: 400;
}

// Video styles

.video-page-wrapper {
  	position: relative;
  	margin-top:0px !important;
  	vertical-align: middle;
}
.video-page-content h1 {
 	color:#777777 !important;
	font-size:34px !important;
	margin:20px 0;
}

.video-page-content h3 {
	color: rgb(85, 85, 85);
	font-size: 16px !important;
	font-weight: normal !important;
}

.video-page-content iframe {
	border:none !important;
}

.video-container {
  	margin-top: 30px;
}

.video-placeholder {
	background: rgba(0, 0, 0, 0.1);
  	text-align: center;
  	height: 100%;
}
.video-placeholder img {
  	background: #fff;
  	padding: 30px;
  	border-radius: 7px;
  	position: relative;
  	top: 50%;
  	margin-top: -70px;
}
.video-list-wrapper {
	position: relative;
	width: 1002px;
}
.video-list-container {
  	padding: 15px 0px;
  	width: 1000px;
  	overflow: hidden;
}
.video-tab-content h3 {
	margin: 30px auto -15px 15px;
	font-size: 14px;
}
#content .video-list {
	width: 8075px;
	height: 202px;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	position: relative;
	transition: margin-left 1s;
}
.video-list-item {
  display: inline-block;
  box-sizing:border-box;
  min-height: 150px;
  vertical-align: top;
  width: 200px;
  margin:25px;
}

.active-video img, .video-list-item:hover img {
  border: 4px solid #BE3A34;;
}

.video-link {
  font-size:1.125em;
}

.video-list-item img {
  height: 105px;
  width:200px;
  padding:0;
  margin-bottom:0;
  border: 4px solid rgba(255, 255, 255, 0); /* KEEP THIS BORDER TO KEEP THUMBNAILS FROM "BOUNCING" */
}

.small-shadow {
  /* !important is added to override img styles applied above */
  height:auto !important;
  width:200px !important;
  padding-bottom:0.5em !important;
  margin:-4px 0 0 2px !important; /* KEEP THIS NEGATIVE MARGIN TO KEEP SHADOW LINED UP WITH BOTTOM EDGE OF THUMBNAIL IMAGE */
  border:none !important;
}

.active-video .small-shadow img, .small-shadow: hover {
  border:none !important;
}
.video-bottom-shadow {
    position: relative;
    left: -10px;
}
/** PLAYLIST NAVIGATION **/
.go-left {
    top: 85px;
    display: none;
    opacity: 0.6;
    position: absolute;
    left: -45px;
    z-index: 9;
    padding: 10px 10px 5px 5px;
    cursor: pointer;
}
.go-left i {
	color: #666;
	font-size: 30px;
}
.go-left:hover i {
  	color: #999;
}
.go-right {
    top: 85px;
    display: none;
    opacity: 0.6;
    position: absolute;
    right: -45px;
    z-index: 9;
    padding: 10px 5px 0px 10px;
    cursor: pointer;
}
.go-right i {
	color: #666;
	font-size: 30px;
}
.go-right:hover i {
  	color: #999;
}

/** NEW VIDEO STYLE **/
.hide {
	display:none;
}
.show {
	display:block;
}

.video-wrapper {
  background: url("/images/video-close.png") no-repeat scroll;
  background-position:right top;
  width:960px;
  height:540px;
  position: relative;
  margin:0 auto;
  margin-top: 20px;
}

.video-container {
  background: rgba(0, 0, 0, 0.8) url("/images/video-overlay.png") repeat scroll 0 0;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2100;
  margin:0;
}

.video-container iframe {
  width:960px !important;
  height:540px !important;
  margin: 40px 0 0 0 !important;
}
