
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size:14px; background: #000000 url(../images/main-bg.jpg) repeat-x center top;}

h1,h2,h3,h4,h5,h6,p,ul,li{margin:0; padding:0;}
img{ border:0; margin: 0;padding: 0;}
	
a{ text-decoration:none; outline: none!important; color: #ff0000;}
a:hover { color: #bb151b;}

.wrapper{margin:0 auto; width:1170px; overflow: hidden;}
.topheader{ width:100%; overflow: hidden; padding: 18px 0 17px 0px;background: #efefef;}
.logo{ 
	float:left;
	padding-top: 10px;
	width: 13%;
}
.logo img{ 
	width:100%;
}
.toplinks{
	float: right;
	/* margin-top: 12px; */
	width:15%;
}
.categorylinks{ float: right; line-height: 3em;}
.categorylinks a,.categorylinks a:active, .categorylinks a:visited{ color: #ffffff; margin-left: 1.5em;}
.categorylinks a:hover{ text-decoration: underline;}
.signup,.login{ 
	float: right;
	width: 100%;
}
.signup a,.signup a:active,.signup a:visited,.login a,.login a:visited,.login a:active{}
.accountlink{ 
	float: right;
	width: 100%;
}
.accountlink a { 
	float: left; 
	line-height: 30px; 
	padding: 0px; 
	text-transform: uppercase; 
	color: #ffffff;
	background: #000000;
    border: 1px solid #444444;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    text-align: center;
	margin-top: 8px;
}
/* .accountlink a:first-child { border-right: 1px solid #444444;} */
.accountlink a:hover { background: #333333;}
.navigation{ clear: both; width:100%; background:#000000; margin-bottom:20px; font-family: 'Oswald', sans-serif; font-weight: 700;}
.navigation ul{ list-style: none; }
#nav, #nav ul{ margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:36px;}
#nav a{ display:block; padding:0px; text-decoration:none; color: #ffffff; margin-right: 28px; text-transform: uppercase; border-bottom: 2px solid #000000; margin-top: 2px;}
#nav a:hover{ border-bottom: 2px solid #ff0000; }
#nav li{ float:left; position:relative; }
#nav li ul li { padding: 0; width: 100%;}
#nav ul { position:absolute; display:none; background: #ff0000; top:0; width:13em; margin-top: 40px;}
#nav li ul a{ height:auto; float:left; width: 100%; margin-right: 0; padding: 0 10px; box-sizing: border-box; border-bottom: 1px solid #ff5858; margin-top: 0;}
#nav li ul li a:hover{ background: #ff5858; border-bottom: 1px solid #ff5858;}
#nav ul ul{ top:auto;}	
#nav li ul ul { left: 13em; margin: 0; top: 0px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{ display:none;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{ display:block;}
.searchform{ float: right;}
.sb-search {
	position: relative;
	margin-top: 0px;
	width: 0%;
	min-width: 40px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 98%;
	height: 41px;
	margin: 0;
	z-index: 10;
	padding:0 0 0 2%;
	font-family: inherit;
	font-size: 14px;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #424242;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	width: 41px;
	height: 41px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 41px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #ff0000;
	background: #000000;
	z-index: 90;
	font-size: 18px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #000000;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

.navcolumn {
  float: left;
  width: 75%;
  position: relative;
  z-index: 999999999;
}

.searchcolumn {
  float: right;
  width: 25%;
}

.bannerarea{ float:left; width:100%; margin-bottom: 1em;}
.bannerhome{ float:left; width:100%; position:relative; height:500px; border: 4px solid #333333; box-sizing: border-box;}


.socialmain{width: 100%; background:#011433; padding: 0.5% 0; text-align: right;}

.socialmain img {
  vertical-align: bottom;
}

.socialmain a{ margin-left: 1%; display: inline-block;}

.welcometext h1{ font-weight: normal; text-align: center; width: 100%; color: #F0F0F0; padding: 36% 0;}

#slider1_container{cursor: move; position: absolute; left: 0px; top: 0px; width: 1170px; height: 500px;overflow: hidden;}

.scaption { position: absolute; right: 0; bottom:0; left: 0; z-index: 999999; width: 100%; padding:15px; color:#ffffff!important; background:rgba(0, 0, 0, .65); min-height: 80px; box-sizing: border-box;}

.scaption h1{ float:left; width:100%; font-weight: normal; margin-bottom:8px; font-size: 15px; font-weight: 600;}
.scaption p { clear: both; line-height: 18px; margin-bottom: 0; font-size: 12px;}
.scaption p a{ color: #fff600; font-weight: 600;}
.scaption a img{ margin-left:5px;}


#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
   
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0 0 20px;
    cursor:pointer;
    position:relative;
   
  
}
.nbs-flexisel-item img {
    
    cursor: pointer;
    position: relative;
    
}



.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 18px;
    height: 30px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
   
    margin-top: 7.5em!important;
    top:0!important;
}

.nbs-flexisel-nav-left {
    left: -10px;
    background: url(../images/arrow-left.png) no-repeat;
}

.nbs-flexisel-nav-right {
   
    background: url(../images/arrow-right.png) no-repeat;
    right:-10px;
}



/*
.nbs-flexisel-container {
   /* position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    
    cursor: pointer;
    position: relative;
   
}



.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
    top:0!important;
    margin-top: 8em!important;
}

.nbs-flexisel-nav-left {
    left: -26px;
    background: url(../images/arrow-left.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -24px;
    background: url(../images/arrow-right.png) no-repeat;
}
*/
.vidrow{ float: left; width: 100%; margin-top:30px; background: #333333; border: 1px solid #222222;}
/*.vidrow h2{ float: left; width:100%; font-weight: normal; margin-bottom: 10px;}*/

.vidpara{margin:0 auto; width: 95%; position: relative;}

.vidrow h2 { color: #ffffff; float: left; font-weight: 300; width: 90%;font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 15px; text-transform: uppercase; line-height: 26px;}

.vidthumb{ float: left; width:100%; padding: 0%; min-height: 120px;}
.vidtitle{ float: left; width:100%; padding: 0%; font-size: 12px; color: #ffffff; float: left; width: 100%; text-align: center; clear: both; margin-top: 10px;}

.playicon {
  margin: 45px auto 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  text-align: center;
  left:0;
  cursor: pointer;
}

.footer{ background: #333333; text-align: center; padding:30px 0; margin-top: 3%;}
.footer a,.footer a:visited,.footer a:active { margin: 0 10px; color: #a3a3a3;}
.footer a:hover{ color: #ffffff;}
.footer span { float: left; width: 100%; margin-top: 5px; clear: both; font-size: 13px; color: #717171;}
.footer .AuthorizeNetSeal_norton { float: right; margin-left: 20px;}

.signbox{ float:left; width:100%;}

.row.label {
    font-size: 17px;
}
.row {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}


.row input[type=text],.row input[type=password],.row input[type=email]{
	padding:5px; height:30px; background:#fafafa; width:350px; border:solid 1px #999999; margin-bottom: 5px;
}

.row.label{
font-size:17px;
margin-bottom:8px;
}

.row input[type=submit] {
  background:#ff0000;
  border-color: #bb151b;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  display: inline-block;
    text-transform: uppercase;
  font-weight: 700;
  padding: 0.4em 1.5em;
  cursor: pointer;
  margin-top:10px; 
}

.row input[type=submit]:hover{
color:#e3e3e3;
background: #bb151b; 
}

.forgotpassword{ float: left; width:100%; margin: 5px 0;}
.forgotpassword a,.forgotpassword a:active,.forgotpassword a:visited{ color: #424242;}
.signmain{ float:left; width:100%;}
.signmain h1{ float: left; width:100%; font-weight: normal; color:#ff0000; margin: 0 0 20px;}
.signupform {
  float: left;
  margin-right: 2%;
  width: 66%;
}
.loginform {
  float: left;
  padding: 20px;
  width: 27%;
 background:#FAFAFA;
  border-radius:12px;
  border: 1px solid #cccccc;
}
.signmain h2 {
  float: left;
  font-weight: normal;
  margin-bottom: 50px !important;
  width: 100%;
  color:#424242 !important;
    font-size: 22px !important;
    border-bottom: 0 !important;
}

.signrow{ float: left; width:100%; margin-bottom:2.5%;}
.signcolleft {
  float: right;
  margin-left: 2%;
  /* width: 62%; */
  width: 61%;
  
}
.signcolright {
  float: right;
  /* width: 36%; */
  width: 37%;
  text-align: right;
  line-height: 32px;
  font-size: 16px;
}

.signinput, .signrow .signcolleft input[type="text"], .signinput, .signrow .signcolleft input[type="password"] {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #999999;
  height: 25px;
  padding: 5px;
  width: 92%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  
}

.signrow span {
  margin-left: 1%;
  vertical-align: top;
}

.signbutton{
background: #ff0000;
  border-color: #bb151b;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  display: inline-block;    
  font-weight: 700;
  padding: 0.4em 1.5em;
  cursor: pointer; 
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.signbutton:hover{
color:#e3e3e3;
background: #bb151b;	
}


.signrow a,.signrow a:visited,.signrow a:active{ color: #ff0000; text-decoration:underline;}
.signrow .drop1{ float: left; width:95%;}

.select select {
  border: 1px solid #EDEDED;
  border-radius: 5px;
  float: left;
  padding: 7%;
  width: 100%;
  background: #FAFAFA;
  font-weight: 300;
}

.select {
  float: left;
  margin-right: 2%;
  width: 32%;
}

.select.last{ margin: 0;}

.radio1{ float: left; width: 95%; margin-top:2%;}
.radio2{ float: left; width: 95%; margin-top:1.2%; font-size: 18px; color: #ff0000; font-weight: 600;}
.signrow span{ color:#ff2400;}

.loginform .signinput{ background: #ffffff;}
.loginform h2 {
  float: left;
  font-size:15px;
  color:#ff0000;
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
}

h3.pagetitle{ float: left; width:100%; font-weight: normal; margin-bottom: 20px; margin-top: 20px; font-size: 26px; color: #ff0000;}
.wrapper p{ clear: both; margin-bottom: 20px;}
.screenarea{ float:left; width:62%; margin-right: 3%;}
.subsidebar{ float: left; width:35%;}
.velvetscreen{ float: left; width:600px; padding: 10px; background:#000000; position: relative;}
.textred{ color: #FF2400;}
.subsidebar h2 {
  border-bottom: 3px solid #ff0000;
  color: #ff0000;
  float: left;
  font-weight: 300;
  margin-bottom: 15px;
  padding: 0.5% 0;
  width: 100%;
}

.vidsidethumb{ float: left; width:90%; background: #f7f7f7; text-align: center; padding:5%; margin-bottom: 15px;}
.vidsidethumb img{vertical-align: bottom; border: solid 4px #666666;}

.vidinforow{ float: left; width:100%; margin-bottom: 25px;}
.vidinforow h4{color: #ff0000; float: left; width: 100%; color: #ff0000; padding: 1% 0; border-bottom: 1px solid #cccccc; margin-bottom:5px; font-weight: 400;}
.norecord{float: left; width: 90%; padding:5%; min-height:70px;}
.norecord h3{ float: left; width:98%; padding:1%; font-weight: 300; font-size: 2em; text-align: center; color: #ff0000;}

.boxsimple{ float: left; width:100%;}
.boxsimple ul.myaccount{ list-style:disc inside;}
.boxsimple ul.myaccount li{ margin-bottom: 5px;color: #ff0000;}

.myprofile{ float: left; width:100%;}

.myprofile .signrow{ width:70%;}
.searchvidbox{ float: left; width:25%; padding:0 20px; margin-bottom:30px; box-sizing: border-box; text-align: center;}
.vidthumbbox{ float: left; width:100%; position: relative; min-height: 120px;}
.vidtitlebox{ float: left; width:100%; text-align: center; height: 40px;}
.pagelink{ float: left; width:100%; margin: 20px 0;}
.searchrow{ margin: 0 auto; width: 95%;}

.vidmanager{ float: left; width:820px; margin-right: 40px;}
.suggestedvid{ float: left; width:260px;}
.vidcolmanage{ float: left; width:100%;}
.vidrowmanager {
  border: 1px solid #EDEDED;
  float: left;
  margin-bottom: 15px;
  padding: 2%;
  width: 96%;
}
.messagemanager{ float: left; width:100%;}
.managebuttons{ float: left; width:100%; margin: 0px 0 15px 0;}
.btn-manage{ float: left; margin-right: 20px;}
.managevidcheck{ float: left; width:100%; margin-top: 10px;}
.vidrowmanager h3{ float: left; width: 100%; margin-bottom: 10px; padding-bottom: 5px; color: #ff0000;}
.managevidimage{ float: left; width:226px; margin-right: 26px;}
.manageviddesc{ float: left; width:420px;}

.suggestedvid h2 {  
  border-bottom: 3px solid #ff0000;
  color: #ff0000;
  float: left;
  font-weight: 300;
  margin-bottom: 15px;
  padding: 0.5% 3%;
  width: 94%;
}


.vidsuggestrow h3{ float: left; width:100%; font-weight: normal; margin-bottom: 10px; font-size: 14px;}
.vidsuggestrow {   border-bottom: 1px solid #ededed;   float: left;  margin-bottom: 10px; padding-bottom: 10px; width: 100%; text-align: center;}

.vidsuggestthumb{ float: left; width:100%; min-height: 120px; text-align: center;}
.topaddvid{ float: left; width:100%;}
.CCinfo{ float: left; width: 100%;}

.velvetscreen#imgcontainer{ cursor: pointer;}

.velvetscreen#imgcontainer .playicon{ width: 600px; text-align: center; margin-top:134px; }
.breadcrumb{ float: left; width:100%; margin-top: 15px; margin-bottom: 15px; background: #efefef; padding: 5px 10px;}
.breadcrumb a,.breadcrumb a:visited,.breadcrumb a:active{ color: #ff0000;}
.breadcrumb a:hover{ color:#000000;}
.CCrow{ float: left; width:100%; margin-top: 15px; }
.rowlabel{ float: left; width:100%; margin-bottom: 10px;}
.rowinput{ float: left; width:100%; margin-bottom: 10px;}
.rowinput input[type="text"]{ background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  font-family: 'Roboto Slab',serif;
  font-weight: 300;
  height: 25px;
  padding: 5px;
  width: 98%;}
  
  .rowinput select.single,.signrow select {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #999999;
  border-radius: 5px;
  float: left;
  font-weight: 300;
  padding: 2.5%;
  width: 100%;
}

.signrow select { width: 95%; padding: 5px;}

.rowinput select {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  float: left;
  font-family: 'Roboto Slab',serif;
  font-weight: 300;
  padding: 7%;
  width: 100%;
}

.rowhelp{ float: left;}

.rowhelp img {
  float: left;
  margin-top: 5px;
}

.selectrowcc{ float: left; width:30%; margin-right: 2%;}

.head1title{ float: left; width:100%;  border-bottom: 2px solid #626262;  padding: 7px 7px 7px 17px; margin-bottom: 15px; box-sizing: border-box;}
.viewmore{ float: left; width: 10%; box-sizing: border-box; text-align: right;}
a.viewmorebtn, a.viewmorebtn:visited, a.viewmorebtn:active { background: #000000; color: #ff0000; display: inline-block; line-height: 26px; color: #a1a1a1; font-size: 15px;font-family: 'Oswald', sans-serif; font-weight: 700; padding: 0 10px; text-transform: uppercase;}

.vidpara{width:96%; margin:0 auto;}
.logomedium{ margin:15px auto; width: 400px; text-align: center;}
.novid{ background: #F8F8F8; float: left; padding: 2%; width:96%;}
.novid h3{ float: left; width:98%; padding:1%; font-weight: 300; margin-bottom: 0.8em; font-size: 2em; text-align: center; color: #ff0000;}
ul.categorylist{ clear: both; list-style: inside; margin-left:2px; color: #ff0000;}
ul.categorylist li{ margin-bottom:5px;}
ul.categorylist li a,ul.categorylist li a:active,ul.categorylist li a:visited{ color: #ff0000;}
ul.categorylist ul{ margin-left: 2em; list-style: square inside; margin-top:0.5em;}
.searchrowseconds{ clear: both;}
.static ul { padding-left: 16px; margin-bottom: 30px;}
.static ul li { margin-bottom: 10px; list-style: disc;}
.static a { color: #ff0000;}
.static a:hover { text-decoration: underline;}
.static span { float: left; width: 150px; clear: both;}
.signcolleft.twofields select { width: 46.4%; margin-right: 2%;}
.paysuccess { padding: 40px 0; line-height: 30px; min-height: 300px;}
.underCon { width: 100%; text-align: center; padding: 50px 0 100px; min-height: 150px;}





/* Added by Harshad for divces page */
.apps_are { width: 100%; overflow: hidden; margin-top: 40px;}
.apps_are h2 { margin-bottom: 20px;}
hr.divider { background-color: #ddd; color: #ddd; height: 2px; margin: 10px 0 25px; width: 100%; clear: both; border: none; float: none;}


div.subsection img.plusplus { margin: 6px 0 0 20px; float: left;}
div.subsubsection {margin-left: 50px; overflow: hidden;}
div.subsubsection h2 {margin-bottom: 30px; visibility: visible;}
div.subsubsection div.a-device { float: left; margin: 0 0 50px; width: 220px;}
div.subsubsection div.mid { margin: 0 127px 50px;}
div.subsubsection div.a-device h3 { color: #444; font-size: 17px; font-weight: normal; padding-bottom: 7px; width: 220px;}
.reg { font-size: 10px;}
div.subsubsection div.a-device div.container_holder { height: 220px; position: relative; width: 220px;}
div.subsubsection div.a-device div.container { height: 220px; position: absolute; width: 220px;}
div.subsubsection p { color: #444; font-size: 14px; line-height: 24px; margin-bottom: 0;}
div.a-device p.sub { border-top: 1px solid #ccc; color: #aaa; font-size: 12px; padding: 3px 0 0;}
div.subsubsection div.a-device p { font-size: 12px; line-height: 17px; width: 220px;}
div.subsubsection div.a-device div.container div.learnmore { left: 0; position: relative; text-align: center; width: 220px; font-size: 13px;}
a.blue-link { color: #ff0000; font-weight: normal; outline: medium none; text-decoration: none;}
div.subsubsection p { color: #444; font-size: 14px; line-height: 24px; margin-bottom: 0; clear: none;  list-style: none;}
div.subsubsection ul { margin: 0 0 1.5em 1.5em; list-style: none;}
div.subsubsection ul li a {color: #4c4c4c; font-weight: bold; outline: medium none; text-decoration: none;}
.free_trial { padding: 20px; background: #ff0000; color: #ffffff; font-size: 20px; text-align: center; margin:30px 0;}
.free_trial span { margin-right: 10px; line-height: 28px;}
.free_trial input[type="text"] { padding: 5px; width: 300px; vertical-align: text-bottom; font-family: 'Roboto Slab',serif; font-size: 14px;}
.free_trial input[type="submit"] { vertical-align: bottom; padding: 5px 15px; cursor: pointer; background: #65065F; color: #ffffff; border: 1px solid #65065F; font-weight: bold; font-family: 'Roboto Slab',serif; font-size: 14px;}
.get_free { line-height: 26px;}
.get_free h3 { font-size: 30px; color: #ff0000; margin: 50px 0 8px;}
.get_free a { color: #ff0000;}
.get_free p { font-size: 18px;}


.top_social { width: 100%; background: #373737; padding: 8px 0 7px; text-align: right;}
.top_social img { margin-left: 5px;}
.inner { background: #efefef; padding: 20px; box-sizing: border-box;min-height: 340px;}
.inner h1 { font-size: 28px; color:#ff0000; font-weight: 400; margin: 0 0 20px;}
.inner ul { padding: 0 0 16px 16px;}
.inner ul li { padding-bottom: 6px;}
.inner h2 { font-size: 26px; color:#ff0000; border-bottom: 2px solid #ff0000; margin-bottom: 30px; font-weight: 400;}
#nav ul.static_list { width: 220px !important;}
#nav ul.static_list a { padding: 0 10px 0 0; line-height: 70px; height: 70px;}
#nav ul.static_list a img { vertical-align: middle; float: left; margin-right: 10px;}
#nav ul.static_list li { display: inline-block; height: 70px; width: 220px;}

/*----2-2-2016----*/
.live_stream_sec2{
	position:relative;
	height:488px;
}
/*----2-2-2016----*/

/*----2-3-2016----*/


/* .lvcmr_smcmr{
	display:block;
	width:30px;
	height:30px;
	background:#1b83b8 url(../images/vdo_icn_livestrm.png) center center no-repeat;
	border-radius: 50%;
	-webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
	background-size:65%;
}
.lvcmr_smcmr:hover{
	background: rgb(220, 108, 103) url(../images/vdo_icn_livestrm.png) center center no-repeat;
	background-size:65%;
	-webkit-box-shadow: 0 0 10px 0 #DC6C67;
	box-shadow: 0 0 10px 0 #DC6C67;
} */
.livesteam_smallcmr1{
	position:absolute;
	left: -10px;
    top: 225px;
}
.livesteam_smallcmr2{
	position:absolute;
	left: 179px;
    top: 230px;
}
.livesteam_smallcmr3{
	position:absolute;
	left: 290px;
    top: 230px;
}
.livesteam_smallcmr4{
	position:absolute;
	left: 330px;
    top: 230px;
}
.livesteam_smallcmr4_den{
	position:absolute;
	left: 330px;
    top: 230px;
}
.livesteam_smallcmr5{
	position:absolute;
	left: 370px;
    top: 0px;
}

.livesteam_smallcmr6{
	position:absolute;
	right: -10px;
    top: 225px;
}
.livesteam_smallcmr7{
	position:absolute;
	right: 228px;
    top: 230px;
}
.livesteam_smallcmr8{
	position:absolute;
	right: 330px;
    top: 230px;
}
.livesteam_smallcmr8_den{
	position:absolute;
	right: 330px;
    top: 230px;
}
.livesteam_smallcmr9{
	position:absolute;
	/*right: 179px;*/
    right: 289px;
    top: 230px;
}
.livesteam_smallcmr10{
	position:absolute;
	right: 370px;
    top: 0px;
}
.livesteam_smallcmr11{
	position:absolute;
	left: 467px;
    top: 230px;
}
.livesteam_smallcmr11_den{
	position:absolute;
	left: 467px;
    top: 230px;
}
.livesteam_smallcmr12{
	position:absolute;
	left: 634px;
    top: 230px;
}
.livesteam_smallcmr12_den{
	position:absolute;
	left: 634px;
    top: 230px;
}
.livesteam_smallcmr13{
    position: absolute;
	left: 362px;
    top: 440px;
    width: 48px;
    height: 48px;
    /*background-image: url(../images/hockey_refery_ic1.png);*/
    background-size: 100% !important;
}
.livesteam_smallcmr14{
    position: absolute;
    right: 358px;
    top: 440px;
    width: 48px;
    height: 48px;
    /*background-image: url(../images/hockey_refery_ic1.png);*/
    background-size: 100% !important;
}
.livesteam_smallcmr17{
	position:absolute;
	left: 290px;
    top: 466px;
}
.livesteam_smallcmr17 .lvcmr_smcmr {
    background-image: url("../images/vdo_icn_livestrm1.png");
    transform: rotate(-129deg);
}
.livesteam_smallcmr18{
	position:absolute;
	right: 289px;
    top: 466px;
}
.livesteam_smallcmr18 .lvcmr_smcmr {
    background-image: url("../images/vdo_icn_livestrm.png");
    transform: rotate(-50deg);
}
.livesteam_smallcmr19{
	position:absolute;
	left: 370px;
    top: 0px;
}
.livesteam_smallcmr20{
	position:absolute;
	right: 370px;
    top: 0px;
}
.tvicon_livestream{
	position: absolute;
	cursor:pointer;
	text-align: center;
}
.tvicon_livestream span{
	font-size: 12px;
}
/*----2-3-2016----*/

/*---------4-2-2016----*/
.livestrm_maping{
	/*position:absolute;
	width:100;
	height:100%;*/
	left:0px;
	right:0px;
}
.livesteam_smallcmr8:hover .strm_81,.livesteam_smallcmr12:hover .strm_81,.livesteam_smallcmr12_den:hover .strm_81,.livesteam_smallcmr8_den:hover .strm_81,.livesteam_smallcmr7:hover .strm_81,.livesteam_smallcmr10:hover .strm_81,.livesteam_smallcmr4:hover .strm_81,.livesteam_smallcmr4_den:hover .strm_81,.livesteam_smallcmr1:hover .strm_81,.livesteam_smallcmr6:hover .strm_81,.livesteam_smallcmr5:hover .strm_81,.livesteam_smallcmr2:hover .strm_81,.livesteam_smallcmr9:hover .strm_81,.livesteam_smallcmr3:hover .strm_81,.livesteam_smallcmr11:hover .strm_81,.livesteam_smallcmr11_den:hover .strm_81,.livesteam_smallcmr19:hover .strm_81,.livesteam_smallcmr20:hover .strm_81{
	visibility: visible;
	opacity: 0.5;
}
.livesteam_smallcmr8 .strm_81{
	width: 96px;
    height: 83px;
	position: absolute;
    top: -28px;
    left: -92px;
     transform: rotate(180deg);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg3.png) left top no-repeat;
}
.livesteam_smallcmr4 .strm_81{
	width:61px;
	height:103px;
	position: absolute;
    left: 28px;
    top: -36.1px;
    transform: rotate(0deg);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg1.png) left top no-repeat;
}
.livesteam_smallcmr12_den .strm_81{
	width:61px;
	height:103px;
	position: absolute;
    left: 28px;
    top: -36.1px;
    transform: rotate(0deg);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg1.png) left top no-repeat;
}
.livesteam_smallcmr8_den .strm_81{
	width:61px;
	height:103px;
	position: absolute;
    left: 28px;
    top: -36.1px;
    transform: rotate(0deg);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg1.png) left top no-repeat;
}
.livesteam_smallcmr9 .strm_81{
	width:61px;
	height:103px;
	position: absolute;
    top: -37px;
    left: 27px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg1.png) left top no-repeat;
}
.livesteam_smallcmr7 .strm_81{
	width: 96px;
    height: 83px;
	position: absolute;
    top: -28px;
    left: -95px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg3.png) left top no-repeat;
	transform: rotate(180deg);
    z-index: 9999;
}
.livesteam_smallcmr12 .strm_81{
	width:61px;
	height:103px;
	position: absolute;
    top: -37px;
    left: -58px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg1.png) left top no-repeat;
	transform: rotate(180deg);
}
.livesteam_smallcmr10 .strm_81{
	width:127px;
	height:127px;
	position: absolute;
    top: 18px;
	left: 29px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg2.png) left top no-repeat;
	transform: rotate(-90deg);
}
.livesteam_smallcmr5 .strm_81{
	width:127px;
	height:127px;
	position: absolute;
    top: 18px;
    left: -126px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg2.png) left top no-repeat;
}
.livesteam_smallcmr1 .strm_81{
	width:61px;
	height:103px;
	position: absolute;
    top: -36px;
    left: 27px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg1.png) left top no-repeat;
}
.livesteam_smallcmr6 .strm_81{
	width:61px;
	height:103px;
	position: absolute;
    top: -36px;
    left: -57px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg1.png) left top no-repeat;
	transform: rotate(180deg);
}
.livesteam_smallcmr11_den .strm_81{
	width:61px;
	height:103px;
	position: absolute;
    top: -36px;
    left: -57px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg1.png) left top no-repeat;
	transform: rotate(180deg);
}
.livesteam_smallcmr4_den .strm_81{
	width:61px;
	height:103px;
	position: absolute;
    top: -36px;
    left: -57px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg1.png) left top no-repeat;
	transform: rotate(180deg);
}
.livesteam_smallcmr2 .strm_81{
	width:61px;
	height:103px;
	position: absolute;
    top: -37px;
    left: 27px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg1.png) left top no-repeat;
}
.livesteam_smallcmr3 .strm_81{
	width:61px;
	height:103px;
	position: absolute;
    top: -37px;
    left: -59px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg1.png) left top no-repeat;
	transform: rotate(180deg);
}
.livesteam_smallcmr11 .strm_81{
	/* width:208px;
	height:208px;
	position: absolute;
    top: -50px;
    left: -90px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg_center.png) left top no-repeat; */
	width: 111px;
    height: 265px;
    position: absolute;
    top: -37px;
    left: 28px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: url(../images/red_grdbg1.png) left top no-repeat;
    /* transform: rotate(-180deg); */
}
.livesteam_smallcmr20 .strm_81{
	width:127px;
	height:127px;
	position: absolute;
    top: 18px;
    left: -126px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg2.png) left top no-repeat;
}
.livesteam_smallcmr19 .strm_81{
	width:127px;
	height:127px;
	position: absolute;
    top: 18px;
	left: 29px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg2.png) left top no-repeat;
	transform: rotate(-90deg);
}
/*----------4-2-2016----*/

/*----------16-2-2016----*/

.list_innerlist{
	width:96%;
	margin:0px auto;
}
.list_innerlist ul li {
    padding-bottom: 6px;
    list-style-type: circle;
}
/*----------16-2-2016----*/
/*---------17-2-2016----*/
.pay_suc_cont{
	line-height: 25px;
	min-height:340px;
	display: table;
}
.pay_suc_cont p{
	vertical-align: middle;
    text-align: center;
	display: table-cell;
}
.calgary_flames_live{
	background: url(../images/Calgary_Flames_ground.png) left top no-repeat;
}
.dellas_star_live{
	background: url(../images/Dallas_Stars_ground.png) left top no-repeat;
}
.montreal-candiens_live{
	background: url(../images/Montreal_Canadiens_ground.png) left top no-repeat;
}
.toronto_maple_leafs_live{
	background: url(../images/Toronto_Maple_Leafs_ground.png) left top no-repeat;
}
.detroit-red-wings_live{
	background: url(../images/Detroit_RedWings_ground.png) left top no-repeat;
}
/*---------17-2-2016----*/

.schedule_tbl{
	float:left;
	width:100%;
}
.schedule_tbl th, .schedule_tbl TD{
	text-align:center;
	border:1px solid #000;
	border-collapse: collapse;
    border-spacing: 0;
	padding-left:5px;
	line-height:25px;
	font-size: 14px;
}
.schedule_tbl table {
    border-collapse: collapse;
    border-spacing: 0;
}

.lt_yellow{
	background:#ffff99;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid;
}
.yellow{
	background:#FBFBC5;
	
}
.dk_grey{
	background:#BFBBBB;
}
.lt_grey{
	background:#d6dce5;
}
.grey{
	background:#adb9ca;
}
.pink{
	background:#F9A4C0;
}
.blue{
	background:#B4C5F7;
	/* color:#fff !important; */
}
.black{
	background: rgba(0,0,0,0.4);
	color:#fff !important;
}
.green{
	background:#82EFB3;
	/* color:#fff !important; */
}
.lt_green{
	background:#ADD682;
}
.ppt{
	background:#ABECAB;
}
.sky{
	background:#A4F9F9;
}
.lt_black{
	background:#637EA5;
	color:#fff !important;
}
.lt_blue{
	background:#9dc3e6;
}
.lt_org{
	background:#ff8080;
}
.org{
	background:#ff6600;
}
.red{
	background:#ff0000;
}
.dk_pink{
	background:#ff0066;
	color:#fff !important;
}
.dk_blue{
	background:#000080;
	color:#fff !important;
}
.purple{
	background:#FFB6FF;
}
.dk_green{
	background:#339966;
	color: #fff;
}
.vdl{
	background:#00b0f0;
}
.yl{
	background:#ffff99;
}
.lt_purple{
	background:#b1a0c7;
}
.crim{
	background:#fabf8f;
}
.org_l{background:#ffc000;}
.dk_sky{Background:#31869b;color:#fff;}
.scd_rec{
	position: absolute;
    margin-left: 28px;
    margin-top: 6px;
	background:url(../images/scd_rec_img.png) left top no-repeat;
	width:14px;
	height:14px;
	background-size:100% 100%;
	vertical-align:middle;
	cursor:pointer;
	opacity: 0.7;
}
#classic_view{
	position:relative;
	width:100%;
	/* overflow: hidden;
	display:none; */
	display:inline-block;
}
#videosection{
	position:relative;
	width:100%;
	/* overflow: hidden;
	display:none; */
	display:inline-block;
}
.video1{
	display:block;
	height:100%;
}
.video1 div{
	/*float:left;*/
/*	height:auto;*/
	box-sizing: border-box;
    /* border: 1px solid #efefef; */
}
.vdobx_btns {
    background: rgba(0,0,0,0.7) !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999 !important;
    display: none;
    position: absolute;
    top: 0;
	text-align:center;
}
.vdobx_btns a {
    width: 16px;
    height: 16px;
    text-align: center;
    display: inline-block;
    margin: 0px 3px;
    top:40%;
	position:relative;
	border-radius:3px;
	padding:4px;
}
.maxi_vddo{
	background:#DCB127 url(../images/vdobut_max.png) center center no-repeat;
}
.maxi_vddo:hover{
	background:#1b83b8  url(../images/vdobut_max.png) center center no-repeat;
}
.clos_vddo{
	background:#DCB127 url(../images/vdobut_clos.png) center center no-repeat;
}
.clos_vddo:hover{
	background:#1b83b8  url(../images/vdobut_clos.png) center center no-repeat;
}
.vdbx1:hover .vdobx_btns {
    display: block;
}
.video1 .vdbx1{
	width:100%;
	/*height:100%;*/
	display:block;
	/*background: url(../images/loading.gif) center center no-repeat;	*/
    margin-bottom: 10px;
}
.vdbx1{
	position:relative;
}
.video1  img{
	height:600px !important;
}
.lvcmr_smcmr{
	display:block;
	width:30px;
	height:30px;
	/*background-image: url(../images/vdo_icn_livestrm.png);*/
	background-position:center center;
	background-repeat:no-repeat;
	/*background-color:#1b83b8;*/
	border-radius: 50%;
	-webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
	background-size:65%;
}
.lvcmr_smcmr:hover{
	background-color: rgb(220, 108, 103);
	-webkit-box-shadow: 0 0 10px 0 #DC6C67;
	box-shadow: 0 0 10px 0 #DC6C67;
}
.lvcmr_smcmr_referee{
	display:block;
	width:42px;
	height:42px;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius: 50%;
	-webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
	background-size:100%;
}
.lvcmr_smcmr_helmet{
	display:block;
	width:35px;
	height:36px;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius: 50%;
	-webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
	background-size:100%;
}
.vdo_active{
	position: absolute;
    bottom: -3px;
    right: -3px;
	display:block;
	width:30px;
	height:30px;
	background-image: url(../images/vdo_icn_livestrm.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#1b83b8;
	border-radius: 50%;
	-webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
	background-size:65%;
    z-index: 9999;
    cursor: pointer;
}



.lvlstrm_topsec{
	width:100%;
	text-align:center;
	height:49px;
	/* margin-top: 55px; */
}
.lvlstrm_btmsec{
	width:100%;
	text-align:center;
	height:37px;
}
.music img{
	position: absolute;
    right: 0px;	
	cursor: pointer;
}
#tooltip img{
	cursor:pointer;
}
.music{
	position: relative;
    width:100%	;	
}
.ui-tooltip-content {
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
	/* color:#2b96c5; */
}
#music_player{
	position: absolute;
    right: 12px;
    top: -10px;
	z-index:9999;
	visibility:hidden;
}
.cls_video_grid1{
	height:100px;
	width:150px;
	position:relative;
	margin-right:11px;
	margin-bottom:10px;
	float:left;
	background: url(../images/loading.gif) center center no-repeat;background-size: 30%;
}
.cls_video_grid2{
	height:100px;
	width:150px;
	position:relative;
	margin-right:5px;
	margin-bottom:10px;
	float:right;
	background: url(../images/loading.gif) center center no-repeat;background-size: 30%;
}
.div_img{
	padding:2px;
	border:1px solid #AFAFAF;
	text-align: center;
	line-height: 150px;
	box-sizing:border-box;
}

/*-----------------4-5-2016--------------*/


/* .view_dropdown select{
	border-radius: 5px;
    background: #1B81B6;
    padding: 6px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none;
    width: 150px;
	outline:none;
} */


#parent_view{
	display:inline-block;margin-bottom:8px;
}
#parent_view div{
	padding:1px;
	box-sizing:border-box;
	/* position:relative; */
}
#parent_view div img{
  border: 1px solid #AFAFAF;
  padding:2px;
  box-sizing:border-box;
}
.parent_view_defaultcam{float:left;width:100%;position: relative;}
#parent_view .camera1, #parent_view .camera2  {float:left;width:50%;cursor: pointer;position: relative;}
#parent_view .camera3, #parent_view .camera4, #parent_view .camera5   {float:left;width:33.33%;cursor: pointer;}
#parent_view .camera6, #parent_view .camera7, #parent_view .camera8,  #parent_view .camera9, #parent_view .camera10, #parent_view .camera11, 
#parent_view .camera12 {float:left;width:14.28%;cursor: pointer;}
#parent_view .camera_active{
	position: absolute;
    bottom: 6px;
    right: 3px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1b83b8;
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
}

#coaches_view{
	display:inline-block;margin-bottom:8px;
}
#coaches_view div{
	padding:1px;
	box-sizing:border-box;
	/* position:relative; */
}
#coaches_view div img{
  border: 1px solid #AFAFAF;
  padding:2px;
  box-sizing:border-box;
  width:100%;
}
#coaches_view .camera_defult {float:left;width:88%;}
#coaches_view .camera_defult img{width:992px;height:570px;}

#coaches_view .camera1, #coaches_view .camera2, #coaches_view .camera3,  #coaches_view .camera4, #coaches_view .camera5, #coaches_view .camera6, #coaches_view .camera7, #coaches_view .camera8,  #coaches_view .camera12 {float:left;width:12%;cursor: pointer;max-height: 72px;}

#coaches_view .camera1 img, #coaches_view .camera2 img, #coaches_view .camera3 img,  #coaches_view .camera4 img, #coaches_view .camera5 img, #coaches_view .camera6 img, #coaches_view .camera7 img, #coaches_view .camera8 img,  #coaches_view .camera12 img  {height:66px;cursor: pointer;width:134px;}

#coaches_view .camera9, #coaches_view .camera10, #coaches_view .camera11 {float:left;width:27.7%;cursor: pointer;}

#coaches_view .camera9 img, #coaches_view .camera10 img, #coaches_view .camera11 img{
	height:160px;
	width:310px;
}
#coaches_view .camera_active{
	position: absolute;
    bottom: 2px;
    right: 2px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1b83b8;
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
}

.comentry_sec{
	position: absolute;
    z-index: 9999;
    margin-left: 457px;
    margin-top: -106px;
}
.view_dropdown{
	position: absolute;
	/* margin-left: -75px; */	
    margin-left: 570px;
}
.rink_dropdown{
	position: absolute;
    margin-left: 350px;
}


#jp_vdo_player{
	margin-left: 325px;
    margin-top: -7px;
    position: absolute;
    z-index: 2147483647;
	display:none;
}
.close_videoplayer{
	margin-top: -15px;
    position: absolute;
    right: -15px;
	cursor:pointer;
	z-index:9999;
}
.cls_loader{
	background: url(../images/loading.gif) center center no-repeat;
}
.coaches_view_logo{
	width: auto;
    float: right;
    overflow: hidden;
    text-align: right;
    margin-top: 32px;
    padding-right: 12px !important;
}
.coaches_view_logo img{
	border: none !important;
	width:160px  !important;
}
#coaches_view .camera1  .cls_loader,
#coaches_view .camera4  .cls_loader,
#coaches_view .camera3  .cls_loader,
#coaches_view .camera2  .cls_loader,
#coaches_view .camera5  .cls_loader,
#coaches_view .camera6  .cls_loader,
#coaches_view .camera7  .cls_loader,
#coaches_view .camera8  .cls_loader,
#coaches_view .camera12  .cls_loader{background-size:53px 53px;}




.scoutview_camera_menu{
	position: absolute !important;
    z-index: 9999999999999;
    right: 3px;
    bottom: 40px;
	display:none;
}
.scoutview_camera_menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.scoutview_camera_menu ul li{
	background: #DCB127;
	padding: 4px 12px 4px 4px;
    font-size: 12px;
	cursor:pointer;
}
.scoutview_camera_menu ul li:last-child{
	padding: 4px 12px 7px 4px;
}
.scoutview_camera_menu ul li:hover{
	background:#EFEFEF;
}
.scoout_cam_menu{
	cursor:pointer;
}

/*-------------3-6-2016-----------*/
.fanclip_video_list  ul {
	padding: 0px;	
	margin:0px;
	list-style-type:none;
}
.fanclip_video_list  ul  li{
	float:left;
	width:25%;
	position:relative;
	text-align:center;
	padding: 0px;
}
.fanclip_video_list  .vidtitle{
	color: #000000;
}
.fanclip_video_list .playicon {
	margin-top:30px;
}
.vidthumb img{
	height:96px;
	width:225px;
}
.playicon img{
	height:auto;
	width:auto;
}

.hemlemt_stream{
	width:35px;
	height:36px;
	/*background:url(../images/helmet_icon.png) left top no-repeat;*/
	position: absolute;
    right: 84px;
    top: 227px;
	cursor: pointer;
}
.hemlemt_stream:hover{
	-webkit-box-shadow: 0 0 10px 0 #84c1e3;
    box-shadow: 0 0 10px 0 #84c1e3;
	border-radius:40px;
}
#jp_vdo_player2{
    margin-left: 325px;
    margin-top: -7px;
    position: absolute;
    z-index: 2147483647;
    display: none;
}

.Hel_stream_box{
	display:none;
	box-shadow: 0px 0px 15px #666666;
	margin-left: 280px;
    margin-top: -7px;
    position: absolute;
    z-index: 2147483647;
	width:auto;
}
.Hel_close{
	margin-top: -15px;
    position: absolute;
    right: -15px;
    cursor: pointer;
    z-index: 9999;
}

.archives_video_list  ul  li{
	min-height: 175px;
}
.archives_video_list .vidthumb{
	min-height: auto;
}
.archives_video_list .vid_type, .archives_video_list .vid_date{
	float: left;
    width: 100%;
    font-size: 12px;
    color: #000;
    float: left;
    width: 100%;
    text-align: center;
    clear: both;
    margin-top: 5px;
}
.hemlemt_stream_left{
	width:35px;
	height:36px;
	/*background:url(../images/helmet_icon.png) left top no-repeat;*/
	position: absolute;
    left: 84px;
    top: 227px;
	cursor: pointer;
}
.hemlemt_stream_left:hover{
	-webkit-box-shadow: 0 0 10px 0 #84c1e3;
    box-shadow: 0 0 10px 0 #84c1e3;
	border-radius:40px;
}
.scoutview_camera_menu ul li span{
    float:left;
    width: 21px;
    height: 21px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1b83b8;
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	margin:0px 5px 0px 0px;
}
.full_rink_li_span{
    float:left;
    width: 21px;
    height: 21px;
    background-image: url(../images/full_vdo_ic.png)!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1b83b8;
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 100%!important;
	margin:0px 5px 0px 0px;
}
.full_rink_span{
    float:left;
    width: 30px!important;
    height: 30px!important;
    background-image: url(../images/full_vdo_ic.png)!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1b83b8;
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 100%!important;
	margin:0px 5px 0px 0px;
}
#alert_popup{
	width: 480px;
	/*margin-left: 325px;
    margin-top: -7px;*/
    position: absolute;
    z-index: 2147483647;
    display: none;
    background-color: #eee;
    box-shadow: 0px 0px 15px #666666;

}
#alert_popup .close_alert_popup{
	margin-top: -15px;
    position: absolute;
    right: -15px;
    cursor: pointer;
    z-index: 9999;
}
#alert_popup span{
	font-size: 17px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.6;
    color: #666;
	width: 100%;
    text-align: center;
    display: block;
    padding: 30px 0px;
}
.archive_top_filter{
	display: table;
    margin-bottom: 20px;
    margin-top: -10px;
	width: auto;
    margin-left: auto;
    margin-right: auto;
	clear: both;
}
.archive_top_filter select {
    border-radius: 5px;
    background: #1B81B6;
    padding: 6px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none;
    width: auto;
    outline: none;
}
.archives_video_list .nbs-flexisel-nav-left, .archives_video_list  .nbs-flexisel-nav-right{
    margin-top: 2.5em!important;
	z-index: 99999999999999;
}
.archives_video_list .nbs-flexisel-inner {
    overflow: visible;
}
.archives_video_list .nbs-flexisel-container{
	clear: both;
}
.archive_inner{
	min-height:325px;
}
.arch_camic_behindnet{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(133, 136, 143);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_sidecam{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(67, 208, 255);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_helmet{
	width: 33px;
    height: 33px;
    background: url(../images/helmet_icon.png) left top no-repeat;
    position: absolute;
    right: 20px;
    top: -8px;
    cursor: pointer;
	z-index:1;
}
.arch_camic_164{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(133, 136, 143);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_165{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgb(255, 0, 0);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_160{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgb(128, 0, 128);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_162{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgb(0, 0, 0);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_163{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgb(0, 0, 255);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_171{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgb(67, 208, 255);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_172{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url("../images/hockey_refery_ic1.png");
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgb(80, 135, 185);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_173{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url("../images/hockey_refery_ic1.png");
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgb(80, 135, 185);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_168{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgb(255, 0, 255);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_166{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgb(177, 155, 217);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_169{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgb(254, 127, 0);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_170{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgb(128, 0, 0);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_161{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgb(230,169,29);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.arch_camic_167{
	display: block;
    width: 30px;
    height: 30px;
	position: absolute;
	right: 20px;
    top: -8px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgb(173,223,172);
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index:1;
}
.cls_no_vdo {
	width: 100%;
    text-align: center;
    display: block;
    margin-top: 60px;
	font-weight: 600;
}

.archives_video_list #flexiselDemo1, .archives_video_list #flexiselDemo2, .archives_video_list #flexiselDemo3{
	display:block;
}
.arch_sub_head{
	font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #bababa;
    color: #000;
    line-height: 30px;
    float: left;
    width: 100%;
	margin-bottom: 20px;
}

#coaches_view .camera_defult1{
	float:left;
	width:50%;
	min-width:565px;
	position: relative;
}
#coaches_view .camera_defult1 img{
	min-width:563px;
	min-height:319px;
	max-height:319px;
}
#coaches_view .camera_defult2{
	float:left;
	width:50%;
	min-width:565px;
	position: relative;
}
#coaches_view .camera_defult2 img{
	min-width:563px;
	min-height:319px;
	max-height:319px;
}
#classic_view .video1 .vdbx2{
	border: 1px solid #AFAFAF;
	padding: 2px 2px 0px 2px;
	height: 606px;	
}
#classic_view .video1 .vdbx2 .vdo_active{
	bottom: 0px;
    right: 0px;
}
#classic_view  #video_grid  .cls_video_grid1{
	height: 130px;
    width: 230px;
}
#classic_view  #video_grid  .cls_video_grid1 .div_img{
	width:100%;
	height:100%;
}
.video1 .vdbx2{
	width:100%;
	height:100%;
	display:block;
	background: url(../images/loading.gif) center center no-repeat;	
}
.vdbx2{
	position:relative;
}
/*-------------football page css start-------------*/
.football_main{
    position: relative;
	width:100%
}
.ftbl_rink{
    position: relative;
    background:url(../images/football_rink.png) left top no-repeat;
    min-height:685px;
}
.ftbl_smcam1{ position: absolute;left: 140px;top: 103px;}
.ftbl_smcam2{ position: absolute;left: 544px;top: 9px;}
.ftbl_smcam3{ position: absolute;left: 950px;top: 103px;}
.ftbl_smcam4{ position: absolute;left: 5px;top: 315px;}
.ftbl_smcam5{ position: absolute;left: 363px;top: 322px;}
.ftbl_smcam6{ position: absolute;left: 444px;top: 322px;}
.ftbl_smcam7{ position: absolute;left: 646px;top: 322px;}
.ftbl_smcam8{ position: absolute;left: 727px;top: 322px;}
.ftbl_smcam9{ position: absolute;left: 493px;top: 633px;}
.ftbl_smcam10{ position: absolute;left: 597px;top: 633px;}
.ftbl_smcam11{ position: absolute;left: 1085px;top: 315px;}
.ftbl_cmncam{
	display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1b83b8;
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
	z-index: 999;
    position: relative;
}
.ftbl_cmncam:hover {
    background-color: rgb(220, 108, 103);
    -webkit-box-shadow: 0 0 10px 0 #fff;
    box-shadow: 0 0 10px 0 #fff;
}
.ftbl_helcam img:hover {
	border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #fff;
    box-shadow: 0 0 10px 0 #fff;
}
.ftbl_smcam1:hover .ftbl_camfocus, .ftbl_smcam2:hover .ftbl_camfocus, .ftbl_smcam3:hover .ftbl_camfocus, .ftbl_smcam4:hover .ftbl_camfocus, .ftbl_smcam5:hover .ftbl_camfocus, .ftbl_smcam6:hover .ftbl_camfocus, .ftbl_smcam7:hover .ftbl_camfocus, .ftbl_smcam8:hover .ftbl_camfocus, .ftbl_smcam9:hover .ftbl_camfocus, .ftbl_smcam10:hover .ftbl_camfocus, .ftbl_smcam11:hover .ftbl_camfocus{
	visibility: visible;
    opacity: 1;	
}
.ftbl_camfocus {
    width: 134px;
    height: 79px;
    position: absolute;
	transition: 0.3s;
    background: url(../images/football_cam_focus.png) left top no-repeat;
	opacity: 0;
	visibility: hidden;
}
.ftbl_smcam1 .ftbl_camfocus {left: -46px;top: 35px;}
.ftbl_smcam2 .ftbl_camfocus {left: -46px;top: 35px;}
.ftbl_smcam3 .ftbl_camfocus {left: -46px;top: 35px;}
.ftbl_smcam4 .ftbl_camfocus {left: 10px;top: -20px;transform: rotate(-90deg);}
.ftbl_smcam5 .ftbl_camfocus {left: -102px;top: -20px;transform: rotate(90deg);}
.ftbl_smcam6 .ftbl_camfocus {left: 10px;top: -20px;transform: rotate(-90deg);}
.ftbl_smcam7 .ftbl_camfocus {left: -102px;top: -20px;transform: rotate(90deg);}
.ftbl_smcam8 .ftbl_camfocus {
	left: 10px;
    top: -20px;
    transform: rotate(-90deg);
}
.ftbl_smcam9 .ftbl_camfocus {
	left: -120px;
    top: -117px;
    transform: rotate(90deg);
	width: 127px;
    height: 127px;
	background: url(../images/red_grdbg2.png) left top no-repeat;
}
.ftbl_smcam10 .ftbl_camfocus {
	left: 32px;
    top: -117px;
    transform: rotate(180deg);
	width: 127px;
    height: 127px;
	background: url(../images/red_grdbg2.png) left top no-repeat;
}
.ftbl_smcam11 .ftbl_camfocus {
	left: -102px;
    top: -20px;
    transform: rotate(90deg);
}
.ftbl_helcam{
	position: absolute;
    top: 45px;
    left: 467px;
}
.ftbl_smcam1 .ftbl_cmncam, .ftbl_smcam2 .ftbl_cmncam{
	transform: rotate(90deg);
}
.ftbl_smcam3 .ftbl_cmncam{
	transform: rotate(90deg);
	background-image: url(../images/vdo_icn_livestrm1.png);
}
.ftbl_smcam5 .ftbl_cmncam, .ftbl_smcam7 .ftbl_cmncam, .ftbl_smcam11 .ftbl_cmncam{
	transform: rotate(180deg);
	background-image: url(../images/vdo_icn_livestrm1.png);
}
.ftbl_smcam9 .ftbl_cmncam{
	transform: rotate(-145deg);
	background-image: url(../images/vdo_icn_livestrm1.png);
}
.ftbl_smcam10 .ftbl_cmncam{
	transform: rotate(-45deg);
}
.football_refery1{
	position:absolute;
	left:757px;
	top:155px;
	display:none;
}
.football_refery2{
	position:absolute;
	left:353px;
	bottom:155px;
	display:none;
}
.close_cam_view{
    top: -20px;
    margin-top: 0px;
    position: absolute;
    right: -20px;
    cursor: pointer;
    z-index: 999999;
    width: 46px;
    height: 45px;
    background: url(../jplayer/video_close_icon.png) left top no-repeat;
}
.close_cam_view_mezzanine{
    top: -20px;
    margin-top: 0px;
    position: absolute;
    right: -20px;
    cursor: pointer;
    z-index: 999999;
    width: 46px;
    height: 45px;
    background: url(../jplayer/video_close_icon.png) left top no-repeat;
}
.close_cam_view_den{
    top: -20px;
    margin-top: 0px;
    position: absolute;
    right: -20px;
    cursor: pointer;
    z-index: 999999;
    width: 46px;
    height: 45px;
    background: url(../jplayer/video_close_icon.png) left top no-repeat;
}
.livesteam_smallcmr5 .lvcmr_smcmr{transform: rotate(-215deg);background-image: url(../images/vdo_icn_livestrm1.png);}
.livesteam_smallcmr10 .lvcmr_smcmr{transform: rotate(28deg);}
.livesteam_smallcmr12 .lvcmr_smcmr, .livesteam_smallcmr11_den .lvcmr_smcmr, .livesteam_smallcmr4_den .lvcmr_smcmr, .livesteam_smallcmr8 .lvcmr_smcmr, .livesteam_smallcmr7 .lvcmr_smcmr, .livesteam_smallcmr6 .lvcmr_smcmr, .livesteam_smallcmr3 .lvcmr_smcmr {transform: rotate(-180deg);background-image: url(../images/vdo_icn_livestrm1.png);}
.livesteam_smallcmr4 .lvcmr_smcmr{/*transform: rotate(-40deg);*/}
.livesteam_smallcmr19 .lvcmr_smcmr{transform: rotate(-335deg);background-image: url(../images/vdo_icn_livestrm.png);}
.livesteam_smallcmr20 .lvcmr_smcmr{transform: rotate(-205deg);background-image: url(../images/vdo_icn_livestrm1.png);}

.carolina_hurricanes_rink{
	background: url(../images/Carolina_Hurricanes_ground.png) left top no-repeat;
}
.vancouver_canucks_rink{
	background: url(../images/Vancouver_Canucks_ground.png) left top no-repeat;
}
.sanjose_sharks_rink{
	background: url(../images/sanjose-sharks_ground.png) left top no-repeat;
}
.losAngeles_kings_rink{
	background: url(../images/LosAngeles_Kings_ground.png) left top no-repeat;
}
.chicago_blackhawks_rink{
	background: url(../images/Chicago_Blackhawks_ground.png) left top no-repeat;
}
#full_rink_video{display: inline-block;margin-bottom: 8px;position: relative;}
#half-video1{float:left;width:50%;min-width: 565px;position: relative;}
#half-video2{float:left;width:50%;min-width: 565px;position: relative;}
.cls_img_full_rink_video{position:relative;}
.cls_img_full_rink_video img{    
	position: absolute;
    cursor: pointer;
    left: 537px;
    top: 451px;
    bottom: 15px;
}
.hockey_reff_icn{
    background-image: url(../images/hockey_refery_ic1.png) !important;
    background-size: 100% !important;
}

.fullrink_hov{
	width:1113px;
	height:348px;
	background: url(../images/flrink_hov.png) center bottom no-repeat;
	position: absolute;
    top: 102px;
    left: 9px;
	display:none;
}
.cls_img_full_rink_video:hover .fullrink_hov{
	display:block;	
}
.cls_img_full_rink_video img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
	z-index: 9999;
}
.cls_img_full_rink_video:hover img{
	background-color: rgb(220, 108, 103);
    -webkit-box-shadow: 0 0 10px 0 #DC6C67;
    box-shadow: 0 0 10px 0 #DC6C67;
}
.livesteam_smallcmr17 .strm_81{
	left: -120px;
    top: -117px;
    transform: rotate(90deg);
    width: 127px;
    height: 127px;
    background: url(../images/red_grdbg2.png) left top no-repeat;
	position: absolute;
    transition: 0.3s;
	opacity: 0;
    visibility: hidden;
}
.livesteam_smallcmr17:hover .strm_81{
	opacity:0.5;
	visibility:visible;
}
.livesteam_smallcmr18 .strm_81{
	left: 25px;
    top: -117px;
    transform: rotate(180deg);
    width: 127px;
    height: 127px;
    background: url(../images/red_grdbg2.png) left top no-repeat;
	position: absolute;
    transition: 0.3s;
	opacity: 0;
    visibility: hidden;
}
.livesteam_smallcmr18:hover .strm_81{
	opacity:0.5;
	visibility:visible;
}
.playstore_link{
	float:right;
	position: relative;
	margin-left: 33px;
    margin-top: 4px;
}
.announcer_box{
	position:relative;
	width:235px;
	margin:auto;
}
.home_announcer{
	position: absolute;
	z-index:1;
    left: 8px;
    top: -35px;
}
.visitor_announcer{
	position: absolute;
	z-index:1;
    right: 8px;
    top: -35px;
}


.top_social, .topheader, .navigation, .footer{min-width:1170px;}
.AuthorizeNetSeal{
	float: left;
	width: 120px !important;
	margin-top:-35px !important;
}

.live-stream-text {
    width: 95%;
    color: #fff;
    font-weight: normal;
    position: relative;
    font-size: 16px;
    margin: 50px auto;
	line-height:30px;
}
.live-stream-text  strong{
	font-weight: bold;
}
.live-stream-audio {
    float: right;
    overflow: hidden;
    width: 30px;  
}
.live-stream-audio audio{
	background: #585555;
}
.investor-meeting-text {
    width: 80%;
    text-align: center;
    font-weight: 300;
    position: relative;
    font-size: 32px;
    margin: 50px auto;
	line-height:52px;
}

.invester_main{
	background: url(../images/investors-banner.jpg) center center no-repeat;
	height:450px;
	float:left;
	position:relative;
	width:100%;
	background-size: cover;
}
.team_main{
  background: url(../images/team-banner.jpg) center center no-repeat;
 }
.invester_cont{
	position:absolute;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.65);
}
.inve_buttons{
	position: relative;
    text-align: center;
}
.inve_buttons a{
	background: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 45px;
    margin-left: 10px;
    font-size: 17px;
	margin-top:10px;
	text-shadow: 1px 1px 1px #000;
}
.inve_buttons a:hover{
	color: #e3e3e3;
    background: #bb151b;
}
.invester_nav #nav ul{width: 18em;}

.shareholders-part ul{
	list-style: none;
	padding: 0;
}
.shareholders-part ul li {
  	background: #d6d6d6 none repeat scroll 0 0;
  	border-radius: 30px;
  	margin: 20px auto;
  	padding: 11px 0;
  	text-align: center;
  	width: 556px;
  	position: relative;
}
.shareholders-part ul li:before{
	content: "";
    height: 53px;
    left: -7px;
    position: absolute;
    top: -4px;
    width: 53px;
	background: url("../images/book-icon.png")no-repeat;
}
.shareholders-part ul li a{
	font-weight: 600;
	color: #333;
	font-size: 17px;
}
.shareholders-part ul li a:hover{
	color: #EC2027;
}
.invester_nav #nav ul{width: 18em;}
.error{
	color:#f70f24 !important;
  display: block;
}
.myaccount{
	padding: 0 !important;
	list-style: none !important;
	float: left;
	/*width: 315px;*/
  width: 405px;
	/*margin-left: 165px;*/
  margin-left: 110px;
}
.myaccount li, .myaccount li a{
	color: #333 !important;
	font-weight: 600;
}
.myaccount li a {
    color: #333;
    font-size: 15px;
}
.myaccount li a:hover{
	color: #EC2027 !important;
}
.myaccount li{
	background: #D6D6D6;
	border-radius:50px;
    padding: 10px 0 10px 42px !important;
    margin-bottom: 14px !important;
    position: relative;
}
.financial-statements:before, .yearly-financials:before, .technology-updates:before, .patents-pending:before, .directors-icon:before, .shareholders-icon:before, .constitutional-icon:before, .updates-icon:before, .team-facility-contracts-icon:before, .management-contracts-icon:before, .florida-panthers-iceden-icon:before, .chief-executive-officer-icon:before, .chief-technology-officer-icon:before, .vice-president-market-development-icon:before, .director-of-systems-and-r-and-d-icon:before, .letter-of-intent-icon:before, .video-streaming-and-installation-agreement-icon:before, .marketing-agreement-icon:before, .installation-schematics-icon:before, .installation-specifications-icon:before, .intellectual-property:before, .market-development-and-sales-icon:before, .new-product-development-icon:before, .venue-contract-icon:before{
	content:"";
	height:43px;
	width:43px;
	position:absolute;
	left: -10px;
	top:-1px;
	background:url("../images/financial-statements.png");
}
.yearly-financials:before{
	background:url("../images/yearly-financials.png");
}
.technology-updates:before{
	background:url("../images/technology-updates.png");
}
.patents-pending:before{
	background:url("../images/patents-pending.png");
}
.directors-icon:before{
	background:url("../images/directors-icon.png");
}
.shareholders-icon:before{
	background:url("../images/shareholders-icon.png");
}
.constitutional-icon:before{
	background:url("../images/constitutional-icon.png");
}
.updates-icon:before{
	background:url("../images/updates-icon.png") !important;
}
.market-development-and-sales-icon:before{
	background:url("../images/market-development.png");
}
.investor-archive{
	float:none;
	margin: auto;
	width: 355px;
}
.investor-archive li{
	text-align: center;
	padding-left: 0 !important;
}
.investor-archive li:before{
	content:"";
	height:43px;
	width:43px;
	position:absolute;
	left: -10px;
	top:-1px;
	background:url("../images/calendar-icon.png");
}

.investor-half-yearly-archive{
	float:none;
	margin: auto;
	width: 455px;
}
.investor-half-yearly-archive li{
	text-align: center;
	padding-left: 0 !important;
}
.investor-half-yearly-archive li:before{
	content:"";
	height:43px;
	width:43px;
	position:absolute;
	left: -10px;
	top:-1px;
	background:url("../images/calendar-icon.png");
}
.patents-and-patent-pendings{
	float:none;
	margin: auto;
	width: 500px;
}
.patents-and-patent-pendings li{
	text-align: center;
	padding-left: 0 !important;
}
.patents-and-patent-pendings li:before{
	content:"";
	height:43px;
	width:43px;
	position:absolute;
	left: -10px;
	top:-1px;
	background:url("../images/patents-pending.png");
}
.constitutional-documents{
	float:none;
	margin: auto;
	width: 455px;
}
.constitutional-documents li{
	text-align: center;
	padding-left: 0 !important;
}
.constitutional-documents li:before{
	content:"";
	height:43px;
	width:43px;
	position:absolute;
	left: -10px;
	top:-1px;
	background:url("../images/constitutional-icon.png");
}
.technology-update{
	float:none;
	margin: auto;
	width: 455px;
}
.technology-update li{
	text-align: center;
	padding-left: 0 !important;
}
.technology-update li:before{
	content:"";
	height:43px;
	width:43px;
	position:absolute;
	left: -10px;
	top:-1px;
	background:url("../images/technology-updates.png");
}
.team-facility-contracts-icon:before{background: url(../images/facility-contracts.png);}
.management-contracts-icon:before{background: url(../images/management-contracts.png);}
.florida-panthers-iceden-icon:before{background: url(../images/florida-panthers-iceden-icon.png) !important;}
.chief-executive-officer-icon:before{background: url(../images/ceo-icon.png) !important;}
.chief-technology-officer-icon:before{background: url(../images/cto-icon.png)!important;}
.vice-president-market-development-icon:before{background: url(../images/market-develop-vicepresident-icon.png) !important;}
.director-of-systems-and-r-and-d-icon:before{background: url(../images/director-system-icon.png) !important;}
.letter-of-intent-icon:before{background: url(../images/letter-intend-icon.png) !important;}
.video-streaming-and-installation-agreement-icon:before{background: url(../images/video-stream-agrement-icon.png) !important;}
.marketing-agreement-icon:before{background: url(../images/marketing-agreement-icon.png) !important;}
.installation-schematics-icon:before{background: url(../images/installation-schematics-icon.png) !important;}
.installation-specifications-icon:before{background: url(../images/installation-specifications-icon.png) !important;}
.installation-schematic-sign-off-icon:before{background: url(../images/installation-schematic-sign-off-icon.png) !important;}
.intellectual-property:before{background: url(../images/intellectual-property-icon.png) !important;}
.patent-icon:before{background: url(../images/patents-pending.png) !important;}
.trademarks-icon:before{background: url(../images/tradmark-icon.png) !important;}
.new-product-development-icon:before{background: url(../images/new-product-development.png) !important;}
.venue-contract-icon:before{background: url(../images/venue-contract.png) !important;}

/*-----Team Dashboard start-----*/
.team_dashboard .tmdas_row{
	float: left;
    width: 100%;
    margin-bottom:20px;
}
.team_dashboard .tmdas_left{
	float: left;
    width: 37%;
    text-align: right;
    line-height: 32px;
    font-size: 16px;
}
.team_dashboard .tmdas_left span {
    margin-left: 1%;
    vertical-align: top;
	color: #ff2400;
}
.team_dashboard .tmdas_right span {
    vertical-align: top;
}
.team_dashboard .tmdas_right{
	float: right;
    margin-left: 2%;
    width: 61%;
    position: relative;
}
.team_dashboard .tmdas_right input[type="text"], .team_dashboard .tmdas_right select, .team_dashboard .tmdas_right textarea{
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #999999;
    height: 37px;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	box-sizing: border-box;
}
.team_dashboard .tmdas_right textarea{
	height:80px;
}
.time_zone_abbr{
    position: absolute;
    right: -33px;
    top: 8px;
}
.team_dashboard #curtain_form{
	margin:auto;
	width:60%;
}
.clear{
	clear:both;
}
.team_dashboard_table_title_div{
    float: left;
    font-size: medium;
    margin: 5px;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	box-sizing: border-box;
}
.team_dashboard_table_content_div{
    float: left;
    font-size: inherit;
    margin: 5px;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
}

.teamdash-bottom-table{
	border-collapse: collapse;
    border-spacing: 0;
}
.teamdash-bottom-table th, .teamdash-bottom-table td {
    text-align: center;
    border: 1px solid #000;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 25px;
    font-size: 14px;
	padding: 3px;
	background: #fafafa;
}
.teamdash-bottom-table th{
	background: #ffff99;
}
.teamdash-bottom-table .signbutton{
	padding: 3px 10px;
	font-weight:normal;
	text-transform: capitalize;
}
.curtain_related_info{
    padding-bottom:15px;
    margin:auto;
    width:100%;
    float: right;
	text-align:center;
}
.team-download-btn{
	font-size: 16px;
	margin: 10px 0px;
	background: #4d7f1c;
    border-color: #3d6911;
}
.team-schedule-btn{
	font-size: 16px;
	margin: 10px 0px;
	background: #2c94c5;
    border-color: #13678e;
}
.team-schedule-btn, .team-download-btn{
	border: 3px solid #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.26);
}
.team-submit-btn{
	background: #231f20;
    border-color: #000000;
	padding: 7px 1.5em;;
}
.team_subtitle{
	font-size: 24px;
    color: #ff0000;
	margin-bottom: 8px;
	margin-top:25px;
    clear: both;
}
.springfield-thunderbirds-mass-mutual-center-icon:before {
    background: url(../images/springfield-thunderbirds-icon.png) !important;
}
.installation_questionnaire-icon:before {
    background: url(../images/installation_questionnaire-icon.png) !important;
}
.tmdas_rt_box{
	display: table-cell;
    height: 32px;
    vertical-align: middle !important;
    align-items: center;
}
.tmdas_rt_daysbx{
	display: block;
    vertical-align: middle !important;
    align-items: center;
    width: 135px;
    overflow: hidden;
	margin: 6px 0px 0px 0px;
}
.tmdas_rt_daysbx input{
	float: right;
    margin-top: 3px;
}

.team_dashboard #curtain_form2{
	margin:auto;
	width:80%;
}
.team_dashboard #curtain_form2 .show_all_dates  {
	margin-bottom: 20px;
	text-align: center;
}
.team_dashboard #curtain_form2 .show_all_dates .timezone{
	width:auto;
}
.team_dashboard #curtain_form2 .show_all_dates  span{
	line-height: 32px;
    font-size: 15px;
	width: 85px;
    display: inline-block;
    text-align: left;
}
.team_dashboard #curtain_form2 .show_all_dates select{
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #999999;
    height: 37px;
    padding: 5px;
    width: 280px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    box-sizing: border-box;
}
.team_dashboard #curtain_form2 .show_all_dates input{
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #999999;
    height: 37px;
    padding: 5px;
    width: 170px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    box-sizing: border-box;
}
.show_all_dates #start_date_day_1, .show_all_dates #start_date_day_2, .show_all_dates #start_date_day_3, .show_all_dates #start_date_day_4, .show_all_dates #start_date_day_5, .show_all_dates #start_date_day_6, .show_all_dates #start_date_day_7{
	font-weight:bold;
	font-size: 14px !important;
}
.show_all_dates-first-row span{
	width: auto !important;
    font-size: 16px !important;
}
.show_all_dates-first-row input{
	width:400px !important;
}
.alldt_sltbx{
	width: 280px;
	display:inline-block;
	position:relative;
}
.alldt_inptbx{
	width: 170px;
	display:inline-block;
	position:relative;
}
.alldt_inptbx label.error, .alldt_sltbx label.error{
	position: absolute;
    top: -18px;
    left: 0px;
    text-align: left;
    width: 215px;
    font-size: 13px;
}
.link_roku_form{
    border-radius: 12px;
    float: left;
    padding: 20px;
    width: 100%;
}
.link_roku_col{
    float: right;
    margin-left: 2%;
    text-align: center;
    width: 100%;
    font-size: 16px;
}

.roku_input{
      background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #999999;
    height: 25px;
    padding: 5px;
    width: 10%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    display: inline;
}
/*-----Team Dashboard end-----*/
.game_schedule_main_container {
    width: 159px;
    border: 1px solid black;
    float:left;
	border-right: 0px;
	border-top: 0px;
}
.game_schedule_main_container:last-child{
	border-right: 1px solid black;
}
.game_schedule_inner_container {
    width: 159px;
}
.game_schedule_row {
    text-align: center;
    margin-bottom:0px;
    border-top: 1px solid black;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    word-wrap: break-word;
}
.lt_yellow{line-height: 25px;}
.cls_next_prev{float: left;width: 100%;}
.cls_next{float: right;}
.cls_prev{float: left;}
#videosection_mezzanine{
	position:relative;
	width:100%;
	display:inline-block;
}
#videosection_den{
	position:relative;
	width:100%;
	display:inline-block;
}
#tandem_view_mezzanine{
	display:inline-block;margin-bottom:8px;
}
#tandem_view_mezzanine div{
	padding:1px;
	box-sizing:border-box;
	/* position:relative; */
}
#tandem_view_mezzanine div img{
  border: 1px solid #AFAFAF;
  padding:2px;
  box-sizing:border-box;
  width:100%;
}
#tandem_view_mezzanine .camera_defult1{
	float:left;
	width:50%;
	min-width:565px;
	position: relative;
}
#tandem_view_mezzanine .camera_defult2{
	float:left;
	width:50%;
	min-width:565px;
	position: relative;
}
#tandem_view_mezzanine .camera_active{
	position: absolute;
    bottom: 2px;
    right: 2px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1b83b8;
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
}
#scouts_view_mezzanine{
	display:inline-block;margin-bottom:8px;
}
#scouts_view_mezzanine div{
	padding:1px;
	box-sizing:border-box;
	/* position:relative; */
}
#scouts_view_mezzanine .camera1, #scouts_view_mezzanine .camera2  {float:left;width:50%;cursor: pointer;position: relative;}
#scouts_view_mezzanine .camera_active{
	position: absolute;
    bottom: 6px;
    right: 3px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1b83b8;
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
}
#classic_view_mezzanine{
	position:relative;
	width:100%;
	/* overflow: hidden;
	display:none; */
	display:inline-block;
}
#classic_view_mezzanine  #video_grid  .cls_video_grid1{
	height: 104px;
    width: 184px;
}
#classic_view_mezzanine  #video_grid  .cls_video_grid1 .div_img{
	width:100%;
	height:100%;
}
.view_dropdown_mezzanine{
	margin-left: 572px;
}
#full_rink_video_den{display: inline-block;margin-bottom: 8px;position: relative;width: 100%;}
#full-rink-video-den{float:left;width:100%;min-width: 565px;position: relative;}
#tandem_view_den{
	display:inline-block;margin-bottom:8px;
}
#tandem_view_den div{
	padding:1px;
	box-sizing:border-box;
	/* position:relative; */
}
#tandem_view_den div img{
  border: 1px solid #AFAFAF;
  padding:2px;
  box-sizing:border-box;
  width:100%;
}
#tandem_view_den .camera_defult1{
	float:left;
	width:50%;
	min-width:565px;
	position: relative;
}
#tandem_view_den .camera_defult2{
	float:left;
	width:50%;
	min-width:565px;
	position: relative;
}
#tandem_view_den .camera_active{
	position: absolute;
    bottom: 2px;
    right: 2px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1b83b8;
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
}
#scouts_view_den{
	display:inline-block;margin-bottom:8px;
}
#scouts_view_den div{
	padding:1px;
	box-sizing:border-box;
	/* position:relative; */
}
#scouts_view_den .camera1, #scouts_view_den .camera2  {float:left;width:50%;cursor: pointer;position: relative;}
#scouts_view_den .camera_active{
	position: absolute;
    bottom: 6px;
    right: 3px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1b83b8;
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
}
#classic_view_den{
	position:relative;
	width:100%;
	/* overflow: hidden;
	display:none; */
	display:inline-block;
}
#classic_view_den  #video_grid  .cls_video_grid1{
	height: 104px;
    width: 184px;
}
#classic_view_den  #video_grid  .cls_video_grid1 .div_img{
	width:100%;
	height:100%;
}
.view_dropdown_den,.view_dropdown_fly {
	margin-left: 455px;
    padding: 10px;
}
.footer-logo {
    clear: both;
    display: block;
    position: relative;
    text-align: center;
    height: 50px;
}
.footer-logo-block {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  height: 68px;
  margin: 0 4px;
  padding: 0 11px;
  vertical-align: top;
  position: relative;
  top: -20px;
}
.apple-nearcasting{
	margin: auto;
    max-width: 800px;
}
.apple-nearcasting h3 {
    font-size: 38px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.apple-nearcasting h4 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.nearcasting-sub-text{
	font-size:22px;
	display: block;
	margin-bottom: 10px;
}
.apple-nearcasting p{
	font-size:18px;
}
.nearcasting-screen img{
	max-width:100%;
}


.top-logos{
	float:left;
	width: 72%;
	/* max-height:60px; */
	overflow-y:hidden;
	position:relative;
	padding: 0px 32px;
    box-sizing: border-box;
	text-align:center;
	overflow:hidden;
}
.top-logos a{
	float: left;
    position: relative;
    margin-right: 30px;
    margin-top: 0px;
}
.top-logos a:last-child{
	margin-right:0px;
}
.top-logo-inner{
	float: left;
    overflow: hidden;
    width: 100%;
}
.slk-right{
	background:url("../images/a-right.png") center  center  no-repeat;
	width:35px;
	height:51px;
	text-indent: -1111111px;
	border:none;
	outline:none;
	top: 15px;
	cursor:pointer;
	position:absolute;
	right: 0px;
    top: 4px;
    z-index: 99999;
    border-radius: 0px 6px 6px 0px;
	display:none;
	transition: all 0.4s ease;
}
.slk-left{
	background:url("../images/a-right.png") center  center  no-repeat;
	width:35px;
	height:51px;
	text-indent: -1111111px;
	border:none;
	outline:none;
	top: 15px;
	cursor:pointer;
	position:absolute;
	left: 33px;
    top: 4px;
    z-index: 99999;
    border-radius: 0px 6px 6px 0px;
	transform: rotate(180deg);
	display:none;
	transition: all 0.4s ease;
}  
.top-logos:hover  .slk-left, .top-logos:hover  .slk-right{
	display:block;
}

.rnk_top_logos{
    display: block;
    overflow: hidden;
    clear: both;
	width:100%;
}
.rnk_top_logos a{
	padding:5px 10px;
	border-radius:5px;
	background:#fff;
	display:inline-block;
	float:left;
}
.rnk_top_logos a:last-child{
	float:right;
}

.rnk_top_btn{
	text-align: center;
    display: block;
    overflow: hidden;
    clear: both;
	width:100%;
	margin-bottom:25px;
}
.rnk_top_btn a{
	background: rgba(46, 54, 143, 0.85);
    border-color: #2e368f;
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 700;
    padding: 0 1.5em;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
	margin:0px 0px;
	line-height: 32px;
}
.rnk_top_btn a:hover{
	opacity:0.9;
}

.rnk_top_btn .btn-audio{
	background: #ff0000;
    border-color: #bb151b;
}

.top-text{
	/* -webkit-animation: color_change 0.4s infinite alternate;
	-moz-animation: color_change 0.4s infinite alternate;
	-ms-animation: color_change 0.4s infinite alternate;
	-o-animation: color_change 0.4s infinite alternate;
	animation: color_change 0.4s infinite alternate;	 */
	/* font-weight:600; */
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	text-shadow: 0px 2px 2px #fff;
	margin-top:10px;
	width: auto;
    display: inline-block;
    /* background: rgba(0, 0, 0, 1); */
    padding: 10px 15px;
    border-radius: 5px;
}
@-webkit-keyframes color_change {
	from { color:#fff;background:#ec2027; /* transform: scale(1); */}
	to { color: #fff;background:#4a509c;/* transform: scale(1.02); */ }
}

.social-sidebar{
	position:fixed;
	top:212px;
	z-index:999999;
}
.social-sidebar ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.social-sidebar ul li{
	margin:0px;
	padding:0px;
	margin-bottom:0px;
}
.social-sidebar a{
	height: 40px;
    width: 40px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.4s ease;
}
.social-sidebar a span{
	display:none;
	padding-left:10px;
}
.social-sidebar a:hover span{
	display:inline-block;
}
.social-sidebar a:hover{
	width:130px;
}
.rokubg{
	background:#6c3c97 !important;
}
#owners_view .video1 .vdbx2{
	border: 1px solid #AFAFAF;
	padding: 2px 2px 0px 2px;
	height: 606px;	
}
#owners_view .video1 .vdbx2 .vdo_active{
	bottom: 0px;
    right: 0px;
}
#owners_view  #video_grid  .cls_video_grid1{
	height: 100px;
    width: 150px;
}
#owners_view  #video_grid  .cls_video_grid1 .div_img{
	width:100%;
	height:100%;
}

.rec-arc-btn{
	font-size: 15px;
    padding: 8px 25px;
	background: rgba(255, 0, 0, 1);
    border-color: #bb151b;
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

/*----landing------*/
.clear{
	clear:both;
}
.top-sec{
	position:relative;
	display:block;
	width:100%;
	background: url(../images/sldbg1.jpg) left top repeat-x;
	padding:15px 0px;	 
	text-align:center;
	box-sizing: border-box;
}
.top-sec .logo1{
	max-width: 100%;
	max-height:200px;
    padding: 10px 25px;
    box-sizing: border-box;
}
.middle-sec{
	position: relative;
    display: block;
    padding: 30px 20px;
    text-align: center;
	box-sizing:border-box;
	width: 100%;
}
.middle-sec img{
	width:100%;
}
.enter-btn{
    background: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 45px;
    font-size: 32px;
    text-shadow: 1px 1px 1px #000;
    position: absolute;
    left: 50%;
    top: 50%;
	margin:-30px 0px 0px -130px;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
}
.enter-btn:hover{
	background:#000;
	color:#fff;
}
.bottom-sec{
	position:relative;
	display:block;
	width:100%;
	background: url(../images/bottom-img1.jpg) left top repeat-x;
	padding:10px 0px 30px 0px;	 
	text-align:center;
	box-sizing:border-box;
	background-size: cover;
}
.bottom-sec h3{
	font-size: 29px;
    margin: 20px;
    color: #2c3691;
	/* color: #000; */
    text-shadow: 1px 1px 0px #ffffff;
}
.bottom-sec h3.blk{
	color:#000 !important;
}
.bottom-sec a{
	margin:0px 5px;
}
.bottom-logos{
	position:relative;
	display:block;
	width:100%;
	clear: both;
    overflow: hidden;
    padding:100px 0px;	
	text-align:center;
	box-sizing:border-box;
}
.bottom-logos a{
	margin:0px 20px;
}
.bottom-logos img{
	max-width:300px !important;
}


.home-body{
	background:#fff;
}
.home-body img{
	max-width:100%;
}
@media (max-width: 767px) {
	.bottom-sec img, .bottom-logos  img{max-width:40% !important;}
	.bottom-logos a { margin: 0px 10px;}
	.bottom-sec, .bottom-logos{padding: 50px 0px;}
	.bottom-sec{padding:10px 0px 30px 0px;}
	.enter-btn{padding: 10px 40px;font-size: 15px;margin: -20px 0px 0px -80px;}
	.bottom-sec h3 {font-size: 21px;}
}
/*----landing end---------*/

/*---------coaches view start -----------*/
#coaches_view_den .vdbx2{
	float:left;
	width:87.5%;
	padding:0px 10px 0px 0px;
}
#coaches_view_den #video_grid.vdo-sidebar{
	float:left;
	width:11.5%;
}
#coaches_view_den #video_grid.vdo-sidebar .cls_video_grid1{
	margin-right:0px;
	width:100%;
	height:auto;
	min-height:80px;
}
#coaches_view_den .vdbx2 .close_cam_view_den, #coaches_view_den .vdbx2 .vdo_active{
	right:0px;
}
#coaches_view_den .vdbx2 .scoutview_camera_menu{
	right: 10px;	
}
#coaches_view_den .vdo-bottom{
	position: relative;
    width: 100%;
	margin-top:10px;
	/*text-align:center;*/
}
#coaches_view_den .vdo-bottom .cls_video_grid1{
	margin-right:0px;
	width:28%;
	height:auto;
	min-height:153px;
	padding-right:10px;
	float: none;
    display: inline-block;
}
#coaches_view_den .vdo-bottom  .vdo_active{
	right: 7px;
}
#coaches_view_den .vdo-bottom .scoutview_camera_menu{
	right: 13px;	
}
/*---------coaches view end -----------*/
/*---------goalie view start -----------*/
#goalie_view_den .vdbx2{
	float:left;
	width:87.5%;
	padding:0px 10px 0px 0px;
}
#goalie_view_den #video_grid.vdo-sidebar{
	float:left;
	width:11.5%;
}
#goalie_view_den #video_grid.vdo-sidebar .cls_video_grid1{
	margin-right:0px;
	width:100%;
	height:auto;
	min-height:80px;
}
#goalie_view_den .vdbx2 .close_cam_view_den, #goalie_view_den .vdbx2 .vdo_active{
	right:0px;
}
#goalie_view_den .vdbx2 .scoutview_camera_menu{
	right: 10px;	
}
/*---------goalie view end -----------*/

/*---------special teams view start -----------*/
#special_teams_view_den .vdbx2{
	float:left;
	width:87.5%;
	padding:0px 10px 0px 0px;
}
#special_teams_view_den #video_grid.vdo-sidebar{
	float:left;
	width:11.5%;
}
#special_teams_view_den #video_grid.vdo-sidebar .cls_video_grid1{
	margin-right:0px;
	width:100%;
	height:auto;
	min-height:80px;
}
#special_teams_view_den .vdbx2 .close_cam_view_den, #special_teams_view_den .vdbx2 .vdo_active{
	right:0px;
}
#special_teams_view_den .vdbx2 .scoutview_camera_menu{
	right: 10px;	
}

#goalie_view_den{
	position:relative;
	width:100%;
	display:inline-block;
}
#goalie_view_den  #video_grid  .cls_video_grid1{
	height: 130px;
    width: 230px;
}
#goalie_view_den  #video_grid  .cls_video_grid1 .div_img{
	width:100%;
	height:100%;
}
#goalie_view_den .video1 .vdbx2 .vdo_active{
	bottom: 0px;
    right: 0px;
}
#goalie_view_den .video1 .vdbx2{
	border: 1px solid #AFAFAF;
	padding: 2px 2px 0px 2px;
	height: 606px;	
}
#special_teams_view_den{
	position:relative;
	width:100%;
	display:inline-block;
}
#special_teams_view_den  #video_grid  .cls_video_grid1{
	height: 130px;
    width: 230px;
}
#special_teams_view_den  #video_grid  .cls_video_grid1 .div_img{
	width:100%;
	height:100%;
}
#special_teams_den .video1 .vdbx2 .vdo_active{
	bottom: 0px;
    right: 0px;
}
#special_teams_den .video1 .vdbx2{
	border: 1px solid #AFAFAF;
	padding: 2px 2px 0px 2px;
	height: 606px;	
}
#tandem_view_stacked_den{
	display:inline-block;margin-bottom:8px;
}
#tandem_view_stacked_den div{
	padding:1px;
	box-sizing:border-box;
	/* position:relative; */
}
#tandem_view_stacked_den div img{
  border: 1px solid #AFAFAF;
  padding:2px;
  box-sizing:border-box;
  width:100%;
}
#tandem_view_stacked_den .camera_defult1{
	float:left;
	width:100%;
	min-width:565px;
	position: relative;
}
#tandem_view_stacked_den .camera_defult2{
	float:left;
	width:100%;
	min-width:565px;
	position: relative;
}
#tandem_view_stacked_den .camera_active{
	position: absolute;
    bottom: 2px;
    right: 2px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/vdo_icn_livestrm.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1b83b8;
    border-radius: 50%;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-size: 65%;
}
/*---------special teams view end -----------*/
.aud-btns{
	text-align: center;
	position:relative;
}
.aud-btns a{
	background: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 8px;
    padding: 10px 25px;
    margin-bottom: 15px;
    font-size: 15px;    
	margin-top:8px;	
}
.aud-btns a.active{
	background: #ff0101;	
}
.aud-btns a:hover{
	opacity:0.8;
}
.text-center-den{
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}
.my-recording-video{
  width: 100%;
  display: table !important;
  /*margin: 0 -1.3% !important;*/
  margin: 0 !important;
}
.my-recording-video li{
  margin: 0 1.3% 20px 1.3%;
  width: 22.4% !important;
}
.recording-video-block {
    min-height: 141px;
}
.recording-video-block input{
    max-width: 100%;
    cursor: pointer;
}
.recording-text-block{
    margin-bottom: 0 !important; 
}
@media (max-width: 1250px) {
  .wrapper{
    transform: scale(0.93,1);
    -webkit-transform: scale(0.93,1);
    -moz-transform: scale(0.93,1);
    -ms-transform: scale(0.93,1);
  }
}
.my_recording_video_list  ul  li{
	min-height: 269px;
}
.my_ish_video_list  ul  li{
	min-height: 150px;
}
.my_recording_video_list .vidthumb{
	min-height: auto;
}
.my_recording_video_list .vid_type, .my_recording_video_list .vid_date, .my_ish_video_list{
	float: left;
    width: 100%;
    font-size: 12px;
    color: #000;
    float: left;
    width: 100%;
    text-align: center;
    clear: both;
    margin-top: 5px;
}
.payment-profiles-table{
    width: 100%;
    border-collapse: collapse;
}
.payment-profiles-table th {
    background: #ddd;
    padding: 10px 7px;
    text-transform: uppercase;
}
.payment-profiles-table td {
    padding: 7px 7px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}
.payment-profiles-table th:nth-child(1){
    width: 30%;
}
.payment-profiles-table th:nth-child(2), .payment-profiles-table th:nth-child(3){
    width: 26%;
}
.payment-profiles-table th:nth-child(4){
    width: 18%;
}
.exising-payment{
    width: 900px;
    margin: auto;
    float: none;
}
.payment-profile{
    display: table;
    width: 269px;
    background: #e4e4e4;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 5px;
    float: left;
    margin: 9px 9px;
    min-height: 77px;
}
.payment-profile input[type="radio"], .payment-profile .profile-address{
    display: table-cell;
    float: left;
    margin-left: 6px;
}
.profile-address-title{
    font-weight: 600;
    margin: 0 !important;
}
.new-payment-profile{
  clear: left;
  margin-top: 10px;
}
.exising-payment-title, .new-payment-profile{
  margin: 0 0 0 7px !important;
  font-weight: 900;
}
.profile-address{
    width: 230px;
}
.cls_cc_expiration_date{
    display: inline-block;
    width: 46%;
    margin-left: 0 !important;
    margin-right: 1.5% !important; 
}
.cls_cc_expiration_date select{
    width: 100% !important;
    margin: 0 !important;
}
.cls_cc_expiration_date p{
    margin-bottom: 0;
}
.my-recording-tabs{
    border: 1px solid #efefef !important;
    background: #ffffff !important;
    padding: 0 !important;
}
.my-recording-tabs .ui-widget-header{
    background: #efefef !important;
    border-bottom: 1px solid #aaaaaa;
}
.ui-widget{
    font-family: inherit !important;
}
.my_recording_video_list .vid_type, .my_recording_video_list .vid_date{
    color: inherit !important;
}
.my-recording-tabs .jw-plugin-instashare{
    position: absolute;
    z-index: 999;
    bottom: 60px;
}
.my-recording-tabs .jw-plugin-instashare .jw-instashare-content{
    padding: 0 !important;
}
.my-recording-tabs .jw-instashare-heading{
    display: none !important;
}
.my-recording-tabs .jw-instashare-close-icon{
    top: -16px !important;
    background: red;
    border: none;
    border-radius: 100%;
    right: -9px !important;
    width: 30px !important;
    height: 30px !important;
}
.my-recording-tabs .jw-instashare-close-icon:before {
    content: "X";
    font-weight: 600;
}
.my-recording-tabs .jw-plugin-instashare .jw-instashare-icon{
    width: 40px !important;
}
.my-recording-tabs .signbutton{
    font-size: 11px !important;
    margin-top: 5px;
    outline: none;
    padding: 6px 0;
    width: 49%;
}
.my-recording-tabs .ui-widget-content a{
    color: #ff0000 !important;
}
.record-btn-arrow{
    background: url(../images/collapse-arrow.png) no-repeat;
    display: inline-block;
    height: 10px;
    width: 10px;
    position: relative;
    right: 28px;
    top: 3px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;   
}
.common-record-btn .rec-arc-btn{
    padding-right: 40px;
}
.common-record-btn.active .record-btn-arrow{
    top: -3px;
    transform: scale(1,-1);
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
}
ul.my-recording-video li:nth-child(5) {
    clear: left;
}
.please_wait_for_schedule{
    display: none;
    position: absolute;
    right: 50%;
    top: 30px;
    margin-right: -170px;
}
.editTitle_dialog input[type="text"] {
    width: 64%;
    padding: 4px 0px 4px 3px;
	box-sizing:border-box;
}
.editTitle_dialog input[type="submit"] {
    padding: 6px 21px;
}

/*----------27-12-2017-----*/
.myrec-btns{
	background: #ff0000;
    width: 100%;
    padding: 4px 0px 2px 0px;
	left:0px;
	bottom:0px;
	position:absolute;
	
	color: #fff;
    min-height: 30px;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;	
}
.myrec-btns input{
	height:30px;
	width:30px;
	border:none;
	display:inline-block;
	cursor:pointer;
	transition: all 0.4s ease;
    border-radius: 30px;
	outline:none;
	border: 1px solid transparent;
	text-indent:-9999px;
}
.myrec-btns input:hover{
	border: 1px solid #fff;
}
.myrec-btns .del-vid{
	background: url(../images/video-delete.png) center center no-repeat;
}
.myrec-btns .share-vid{
	background: url(../images/video-share.png) center center no-repeat;
}
.myrec-btns .edit-vid{
	background: url(../images/video-edit.png) center center no-repeat;
}
.myrec-btns .expand-vid{
	background: url(../images/video-expand.png) center center no-repeat;
}
.myrec-btns .subs-vid{
	background: url(../images/video-unsubscribe.png) center center no-repeat;
}
.vid-tooltip {
    position: relative;
    display: inline-block;
}

.vid-tooltip .vid-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.4s ease;
	font-size: 12px;
	line-height: 20px;
}

.vid-tooltip .vid-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.vid-tooltip:hover .vid-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.my_recording_video_list .vid_type{
	font-weight: 600;
    font-size: 13px;
}
.my_recording_video_list .vid_date{
    font-size: 13px;
	margin: 5px 0px;
	color: #7f7f80  !important;
    text-transform: uppercase;
}
.my_recording_video_list .vid_desc{
	float: left;
    width: 100%;
    font-size: 12px;
	color: #868686;
}
.my_recording_video_list ul{
	display: flex !important;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
}
.my_recording_video_list ul li{
    /* border: 1px solid #dadada; */
	box-shadow: 0px 0px 2px #00000040;
    box-sizing: border-box;
    padding: 8px 8px 50px 8px;
	transition: all 0.4s ease;
}
.my_recording_video_list ul li:hover{
	box-shadow: 0px 0px 2px #ff0000a1;
}
.my_recording_video_list ul li:hover .recording-video-block input{
	transform: scale(1.1);
	-webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
    filter: grayscale(70%);
}
.recording-video-block{
	overflow:hidden;
}
.recording-video-block input{
	transition: all 0.4s ease;
}
#dialog-form3 #dialog-form input[type="text"].recording_title.error{
	display: inline-block;
}
#dialog-form3 #dialog-form label#recording_title-error{
	margin-top: 10px;
}
.my_recording_video_list .vdoFocus {
    font-weight: 600 !important;
    color: red !important;
}
/*----------27-12-2017-----*/
.CustomPopup{
    border: 1px solid #373737 !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin: -80px 0 0 -140px;
}
.ui-widget{
    z-index: 999 !important;
}
.CustomPopup .ui-widget-header{
    background: #373737 !important;
    color: #ffffff !important;
    padding: 5px 0 5px 10px !important;
}
.playicon input[type="image"] {
    cursor: pointer;
}
#owners_view #video_grid .cls_video_grid1 .jwplayer.jw-state-error .jw-error-msg{
    top: 0px;
    left: 0px;
    display: block;
    padding: 5px;
    -webkit-transform: translate(0px);
    transform: translate(0px);
    height: 100%;		
    width: 100%;
}
#owners_view #video_grid .cls_video_grid1 .jwplayer.jw-state-error .jw-error-msg .jw-title .jw-title-secondary{
    white-space: normal;
}