/* We are using the font awesome set. */
/*@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');*/
@import url('//files.hellonetcdn.com/st/skins/15/css/fontello.css');  
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, vtb_footer, vtb_header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	padding: 4px;
}
.vtb_wrapper {
	min-width: 900px;
	max-width: 1500px;
	margin: 0 auto;
	overflow: hidden;
}


/* Header
-----------------------------------------------------------------------------*/
.vtb_header {
	position: relative;
	height: 101px;
	padding-top: 6px;
	display:table;
    width:100%;
    table-layout: fixed;
    z-index: 100;
}
.vtb_spacer80 {
	position: relative;
	height: 14px;
	background: #fff;
    width:80%;
    left:10%;
    z-index: 100;

}
.vtb_spacer {
	position: relative;
	height: 14px;
	background: #fff;
    width:100%;
    z-index: 100;

}
.vtb_brand_spacer {
	position: relative;
	height: 3px;
	top:5px;
	background: #fff;
    width:100%;
    z-index: 100;

}
.vtb_brand_spacer_bottom {
	position: absolute;
	bottom:5px;
	height: 3px;
	background: #fff;
    width:100%;
    z-index: 100;

}
.vtb_spacer .corporate_bottom {
	position: absolute;
	width:100%;
	bottom:0px;
	height: 18px;
	
}
.text-muted {
	font-size: 10px;
	color: gray;
}
.text-notso-muted {
	font-size: 11px;
	color: #856060;
}
 .text-notso-muted a:link {
	color: #856060;
	text-decoration: none;
}
.text-notso-muted a:visited {
	color: #856060;
	text-decoration: none;
}
 .text-notso-muted a:hover {
	color: #333;
	text-decoration: underline;
}
.text-muted-left {
	text-align: left;
	font-size: 10px;
	color: gray;
}
/* Middle
-----------------------------------------------------------------------------*/
.vtb_middle {
	width: 100%;
	position: relative;
}
.vtb_middle:after {
	display: table;
	clear: both;
	content: '';
}
.vtb_container {
	width: 100%;
	float: left;
	position: relative;
	z-index: 100;
	/*background:pink;
	opacity:.5;*/
	
}



/* Left Sidebar
-----------------------------------------------------------------------------*/
.vtb_left-sidebar {
	float: left;
	height:404px;
	width: 110px;
	margin-left: -100%;
	position: relative;
	/*background: #B5E3FF;*/
	z-index: 100;
}
.vtb_left-sidebar ul
{
    display: table;
    table-layout: fixed;
    width: 100px;
    height: 100%;
    margin-left: 6px;
}

.vtb_left-sidebar li
{
    text-align: center;
    display: table-row;
    
}
.vtb_left-sidebar span
{
    display: table-cell;
    vertical-align: middle;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.vtb_right-sidebar {
	float: left;
	height:404px;
	width: 110px;
	margin-left: -120px;
	position: relative;
	/*background: #FFACAA;*/
	z-index: 100;
}
.vtb_right-sidebar ul
{
    display: table;
    table-layout: fixed;
    width: 100px;
    height: 100%;
    margin-left: 10px;
}

.vtb_right-sidebar li
{
    text-align: center;
    display: table-row;
     
}
.vtb_right-sidebar span
{
    display: table-cell;
    vertical-align: middle;
}

/* Footer
-----------------------------------------------------------------------------*/
.vtb_footer {
	position: relative;
	height: 102px;
	padding-top: 4px;
	display:table;
    width:100%;
    table-layout: fixed;
    z-index: 100;
}

.vtb_left-nav {
	
	
	height:404px;
	width: 270px;
	
	/*background: blue;*/
	
	
}

.vtb_centralVid {
	
	position:absolute;
	top:0px;
	right:0px;
	width:720px;
	height:404px;
	
	
}
.platinumUpLeft {
	float: left;
	position: absolute;
	width:185px;
	height:90px;
	left:10px;
	top:10px;
	border: thin solid #eee;
}
.platinumUpRight {
	float: left;
	position: absolute;
	width:185px;
	height:90px;
	right:10px;
	top:10px;
	border: thin solid #eee;
}
.platinumDownLeft {
	float: left;
	position: absolute;
	width:185px;
	height:90px;
	left:10px;
	bottom:10px;
	border: thin solid #eee;
}
.platinumDownRight {
	float: left;
	position: absolute;
	width:185px;
	height:90px;
	right:10px;
	bottom:10px;
	border: thin solid #eee;
}
.standardLogo {

	padding:4px;
	vertical-align: middle;
	display:table-cell;
    text-align:center;
}
.logoGroup .logoImg { 
/*
	border:2px solid #d9d9d9;
	padding: 5px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
*/
}
.logoGroup {

	position: relative;
}
.logoGroupPlat {
	
	position: relative;
}
.logoGroup:hover .logoHint {
	opacity: 0.9;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

}
.logoGroupPlat:hover .logoHintPlat {
	opacity: 0.9;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

}
.logoHintPlat  {
    position:absolute;
    bottom:2px;
    left:0px;
    opacity: 0;
    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";

    z-index: 120;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.logoHint  {
    position:absolute;
    bottom:85px;
    left:4px;
    opacity: 1;
    color:#a7a7a7;
    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";

    z-index: 120;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*business*/
.vtb_content {
	position: relative;
	margin: 0 auto;
	width:994px;
	height:404px;
	background:#ddd;
	z-index: 110;
}
.vtb_centralContainer {
	display:none;
	position: absolute;
	top:0px;
	left:0px;
	width:994px;
	height:404px;
	/*background: #a22424;*/
	z-index: 888;
}
.vtb_centralBusContainer {
	display:none;
	position: absolute;
	top:0px;
	left:0px;
	width:994px;
	height:404px;
	background: #fff;
	z-index: 999;
}
.vtb_centralBusContainer a:link {
	color:black;
	text-decoration: none;
}

.vtb_intro {
	position: absolute;
	top:0px;
	left:0px;
	width:994px;
	height:404px;
	background: #ffffff;
}
/*navigation*/
#navigatorContent {
	position: relative;
	height:308px;
	width: 245px;
	overflow: hidden;
}
#navigatorContent.noScroll {
	width:270px;
}
.vtb_navigation * {margin: 0; padding: 0;}
.vtb_navigation {
  margin: 2px 4px;
  
  width: 100%;
}
 
.vtb_navigation ul {
  list-style-type: none;
  width: 258px;
}
 
.vtb_navigation h3 {
  font: 400 14px/1.2 'Open Sans',sans-serif;
  color: #333;
}
 
.vtb_navigation li img {
  float: left;
  margin: 0 12px 0 0;
}
.vtb_navigation li img:hover {
	opacity: 1.0;
}
.vtb_navigation li p {
  font: 200 12px/1.5 Georgia, Times New Roman, serif;
}
 
.vtb_navigation li {
  padding: 8px;
  overflow: auto;
  border-bottom: 1px solid #aaa;
  background-color: #f1f1f1;
  background-image: -webkit-linear-gradient(top, #f1f1f1, #ddd); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #f1f1f1, #ddd); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}
 
.vtb_navigation li:hover {
  background: #f6f6f6;
  cursor: pointer;
}

li.current   {
	background: #fff;
	cursor: default !important;
}
.vthumb {
	position: relative;
}
.vtb_navigation li:hover .thumbTop {
	    opacity:1;
	}
.thumbTop  {
	    position:absolute;
	    top:0px;
	    left:0px;
	    opacity: .7;
	    z-index: 120;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
/*navigation*/
.videoOverallContainer {
    position: relative;width:720px;height:406px;
}
@media (max-width: 1100px) {
	.vtb_content {
	    width:790px;
    }
	.videoOverallContainer {
	    position: relative;width:520px;height:320px;
	}
	 .vtb_centralVid {
	    position:absolute;
		top:0px;
		right:0px;
		left: 274px;
		width:520px;
		height:384px;
		padding-top: 20px;
		background: #000;
    }
}
/* Basic overlay styles, we are using the table-cell layout hack to center the content */
.videoOverallContainer.vjs-sharing-overlay {
	background: rgba( 0, 0, 0, 0.6 );
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;

	
	z-index: 100;
	
	/* Root "Table" element for hack */
	display: table;
	height: 40%;
	width: 100%;
}


.vjs-sharing-overlay {
	height: 100px;
		transition: opacity .4s ease-out;
-moz-transition: opacity .4s ease-out;
-webkit-transition: opacity .4s ease-out;
-o-transition: opacity .4s ease-out;
z-index: 1001;
}

/* Styling for the icons */
.vjs-sharing-container {
	/* The table-cell of the hack */
	display: table-cell;
	height: 30%;
	width: 25%;
	font-family: FontAwesome;
	vertical-align: middle;
	text-align: center;

}

/* Icon body */
.vjs-sharing-container .vjs-share-icon {
	/* font-size: 5em; */
	
	opacity:.8;
	margin: 7px;
	cursor: pointer;
	position: relative;
}
/* The actual Icon */
.vjs-sharing-container .vjs-share-icon:hover {
	
	opacity:1.0;
	/* text-shadow: 0 0 .5em rgba(255,255,255,0.5);*/
}

/* Show the text that is usually hidden in a videojs.Button */
.vjs-sharing-container .vjs-share-icon .vjs-control-text {
	position: absolute;
	width: 100%;
	font-size: .15em;
	font-weight: 700;
	text-align: center;
	left: 0;
	bottom: -1em;
	
	clip: initial;
	height: initial;
	margin: 0;
}


.video-js.vjs-ended .vjs-poster {
  display: block;
}
/* ! Loopbutton v1.0.0 Copyright 2014 Charlotte Dunois https://github.com/CharlotteDunois/videojs-loopbutton/blob/master/LICENSE.md ! */



.vjs-ell15-skin .vjs-loop-button:before  {
	font-family: FontAwesome;
	font-size: 1.5em;
	line-height: 2em;
	content:"\f045"; /* loop icon */
	width: 17px;
	height: 17px;
	margin: 0.5em auto 0;
}

.vjs-ell15-skin .vjs-loop-button:hover {
    text-shadow: 0 0 1em #fff; 
}

.vjs-control-active {
	text-shadow: 0em 0em 1em #FFF;
}
.vjs-ellOver {
	background-image: url("//files.hellonetcdn.com/st/hnet_over_ell.png");
	position: absolute;
	top:10px;
	right:10px;
	width:81px;
	height:46px;
	z-index: 1000;
	opacity: 1;
	transition: opacity .4s ease-out;
	-moz-transition: opacity .4s ease-out;
	-webkit-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
}
.goAway {
	opacity: 0;
	visibility: hidden;
}