/*
	Pop-up window
*/
.fancybox-skin.gradient {
  padding: 0 0 30px 0 !important;
  background: rgb(255,255,255); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(255,255,255) 14%, rgb(232,232,232) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(14%,rgb(255,255,255)), color-stop(100%,rgb(232,232,232))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 14%,rgb(232,232,232) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 14%,rgb(232,232,232) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 14%,rgb(232,232,232) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(255,255,255) 14%,rgb(232,232,232) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fancybox-skin.gradient h3 {
  text-transform: uppercase;
  color: #fff;
  background: #fc9d06;
  font-size: 12px;
  font-family: museo-sans, 'Helvetica Neue', Arial, sans-serif;
  margin-bottom: 21px;
  padding: 10px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.fancybox-skin.gradient .fancybox-inner {
	width: 100% !important;
}
.fancybox-skin.gradient a.fancybox-button,
.video-landing .social-line.bottom a
 {
	font-family: museo-sans, 'Helvetica Neue', Arial, sans-serif;
	font-size: 23px;
	color: #ffffff;
	float: left;
	width: 325px;
	height: 56px;
	line-height: 56px;
	text-indent: 77px;
	background: #00b8ea;
	background: -moz-linear-gradient(
		top,
		#00c5fb 0%,
		#00afdf);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#00c5fb),
		to(#00afdf));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #0a8bae;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
	transition: background .2s linear, border-radius 1s ease-in 1s, border .1s linear;
}
.fancybox-skin.gradient a.fancybox-button:hover,
.video-landing .social-line.bottom a:hover
 {
	background: orange;
	border: 1px solid orange;
}
.fancybox-skin.gradient a.fancybox-button span,
.video-landing .social-line.bottom a span
 {
	background: url("../images/csg-5242cc8ac4195.png") no-repeat;
	width: 326px;
	display: block;
	
}
.fancybox-skin.gradient a.join span,
.video-landing .social-line.bottom .first a span { background-position: 27px 15px; } 
.fancybox-skin.gradient a.learn-more span,
.video-landing .social-line.bottom .last a span { background-position: 27px -60px; } 
.video-landing .social-line.bottom .last a { margin-left:20px; }
.fancybox-skin.gradient #what-next li {
	float: left;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0 54px;
}
.fancybox-skin.gradient #what-next li.first {
	margin-bottom: 30px;
}
.fancybox-wrap > span {
	display: block;
	margin: 20px auto 0;
	width: 100%;
	padding: 0 33px;
	width: 495px;
}
.fancybox-wrap > span a.fancybox-share {
	display: block;
	color: #fff;
	text-align: center;
	width: 243px;
	height: 38px;
	line-height: 38px;	
	transition: background .2s linear, border-radius 1s ease-in 1s, border .2s linear;
}
.fancybox-wrap > span a.fancybox-share:hover {
	background: orange;
	border: 1px solid orange;
}
.fancybox-wrap > span a.twitter {
	float: right;
	background: #00b8ea;
	background: -moz-linear-gradient(
		top,
		#00c5fb 0%,
		#00afdf);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#00c5fb),
		to(#00afdf));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #0a8bae;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);	
}
.fancybox-wrap > span a.facebook {
	float: left;
	background: #3a5897;
	background: -moz-linear-gradient(
		top,
		#3f5fa2 0%,
		#37538e);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#3f5fa2),
		to(#37538e));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #283d68;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.2);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.2);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);	
}
/*
	Video page
*/
.video-landing {
	font-family: museo-sans, 'Helvetica Neue', Arial, sans-serif; 
}
.video-landing p {
	font-size: 14px;
}
.video-landing h1 {
	color: #4485ac;
	font-family: museo-sans, 'Helvetica Neue', Arial, sans-serif; 
	font-size: 170%;
	font-weight: normal;
	margin-bottom: 20px;
}
.video-landing table tbody {
	border: none;
	font-size: 14px;
}
.video-landing table tbody tr td:first-child {
	padding-right: 20px;
	padding-bottom: 0;
}
.video-landing table tbody tr td:last-child {
	border-left: 1px solid #00598e;
	padding-left: 10px;
}
.video-landing .social-line {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.video-landing .social-line li {
	float: left;
	list-style: none;
	margin: 0;
}
.video-landing .social-line li a {
	display: block;
	overflow: hidden;
	text-indent: -999px;
}
.video-landing .social-line.top .left {
	float: left;
}
.video-landing .social-line.top .right {
	float: right;
	margin-top: 19px;
}
.video-landing .social-line.top .left li a {
	height: 42px;
	margin-right: 5px;
}
.video-landing .social-line.top .right a {
	width: 23px;
	margin-left: 3px;
	height: 23px;
	background-image: url("../images/csg-5242cc5654afe.png");
}
.video-landing .social-line.top .left li a.facebook {
	background: url("../images/v_facebook_2d.png") no-repeat center center;
	width: 184px;
}
.video-landing .social-line.top .left li a.twitter {
	background: url("../images/v_twitter_2d.png") no-repeat center center;
	width: 103px;
}
.video-landing .social-line.top .left li a:hover {
	opacity: 0.8;
}
.video-landing .social-line.top .right a.forward { background-position: 0 -292px; }
.video-landing .social-line.top .right a.forward:hover { background-position: 0 -365px; }
.video-landing .social-line.top .right a.linkedin { background-position: 0 -146px; }
.video-landing .social-line.top .right a.linkedin:hover { background-position: 0 -219px; }
.video-landing .social-line.top .right a.googleplus { background-position: 0 0; }
.video-landing .social-line.top .right a.googleplus:hover { background-position: 0 -73px; }

.video-landing .social-line.bottom {
	margin-bottom: 30px;
}
