html,
body {
    height: 100%;
	font-family: 'Open Sans', sans-serif; 
	font-size:14px;
	/* background: #333333; */
}
a{
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.banner{
	background-image:url(../images/banner.jpg);
	background-size:cover;
	background-attachment: fixed;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
	min-height: 180px;
}
.banner-buttons{
	position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
	margin-top:-22px;
}
.banner-buttons 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;
    text-shadow: 1px 1px 1px #000;
	/* box-shadow: 1px 1px 0px rgb(239, 239, 239); */
}
.banner-buttons a:hover{
	text-decoration:none;
	color: #e3e3e3;
    background: #bb151b;
}
.banner-buttons_team_affiliates{
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
}
.banner-buttons_team_affiliates a{
	background: #3448A4;
    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;
    text-shadow: 1px 1px 1px #000;
	/* box-shadow: 1px 1px 0px rgb(239, 239, 239); */
}
.banner-buttons_team_affiliates a:hover{
	text-decoration:none;
	color: #e3e3e3;
    background: #bb151b;
}
.footer{
	/* background: #333333; */
	background: #efefef;
	color:#000;
	text-align:center;
	padding:25px 0px 10px 0px;
}
.footer a{
	color:#000;
}
.footer a:hover{
	color:#ff0000;
}
.copyright{
	font-size: 13px;
    color: #717171;
}
.top{
	background: #fff;
}
a{
	color: #3448a4;
}
a:hover{
	color: #061556;
	text-decoration:none;
}
.slider-cover{
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65); 
	/*background: -webkit-linear-gradient(to bottom right, rgba(255, 0, 0, 0.73), rgb(40, 58, 146));
	background: -o-linear-gradient(to bottom right, rgba(255, 0, 0, 0.73), rgb(40, 58, 146));
	background: -moz-linear-gradient(to bottom right, rgba(255, 0, 0, 0.73), rgb(40, 58, 146));
	background: linear-gradient(to bottom right, rgba(255, 0, 0, 0.73), rgb(40, 58, 146));*/
    position: absolute;
    left: 0px;
    top: 0px;
}
.banner{
	display:block;
	width:100%;
	position:relative;
	z-index: 99;
}
.banner img{width:100%;}

.bottom-logos{
	padding:25px;
	display:block;
	background:#dedede;
}
.bottom-logos ul{
	padding: 0;
    list-style: none;
    margin-top: 10px;
}
.bottom-logos ul li {
    float: left;
	margin-right:28px;	
}
.home-mid-content{
	display:block;
	position:relative;
	padding:25px 0px 40px 0px;
}
.home-mid-content h3{
	font-weight: 600;
	margin: 20px 0px;
}
.home-mid-content h3:after {
    content: "";
    vertical-align: middle;
    display: block;
    width: 200px;
    height: auto;
    border: 1px solid #f00;
    clear: both;
    margin: 15px auto 0px auto;
}
.info-block {
	margin-top: 25px;
}
.info-block img{
	max-width:100%;
    margin: auto;
    display: block;
}
.info-block h5{
	font-weight: 600;
    font-size: 17px;
    margin: 20px 0px 15px 0px;
}
.info-block  p{
	font-size: 15px;
	line-height: 24px;
}
.info-block ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.info-block ul li{
	font-size: 15px;
	padding-left: 23px;
    position: relative;
	margin-bottom: 10px;
	line-height: 24px;
}
.info-block ul li:before {
    content: "\e013";
    vertical-align: middle;
    display: inline-block;
    width: auto;
    height: auto;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 0px;
	top: 1px;
	color: #4b4b4b;
    font-size: 14px;
}
.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}
.bottom-logos ul li{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}
.bottom-logos ul li:hover{
    box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0.95);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0.95);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0.95);
    transition: all 200ms ease-in;
    transform: scale(0.95);
}
.navbar-brand{
	display: block;
    float: none;
    margin: auto;
    text-align: center;
    margin-bottom: 5px;
}
.navbar-brand img{
	max-width:85%;
	height:auto;
	max-height:135px;
}

.signup-block{
	padding:50px 0px;
}
.signup-block .control-label{
	padding-right:0px;
	font-weight: 600;
}
.signup-block .control-label span{
	color: #ed1c24;
}
.signup-block .btn-success {
    color: #fff;
    background-color: #ff0000;
    border-color: #ca1111;
	border-radius: 30px;
    font-weight: 600;
}
.signup-block .btn-success:hover{
    background-color: #3d4496;
    border-color: #363e93;
}
.signup-block .form-horizontal .form-group{
	margin-right: 0px;
    margin-left: 0px;
	margin-bottom: 22px;
}
.signup-banner h1{
	color: #fff;
    background: #3448a4;
    padding: 14px 100px;
    display: inline-block;
    text-shadow: 0px 1px 1px #000;
    margin: 0px;
    position: relative;
    font-size: 28px;
    text-transform: uppercase;
}
.signup-banner{
	max-height:300px;	
}
.signup-banner .banner-buttons {
    margin-top: 0px;
    bottom: -8%;
    top: auto;
}
.signup-banner h1:before{
	content: "";
    width: 0;
    height: 0;
    border-bottom: 58px solid #3448a4;
    border-left: 58px solid transparent;
    display: inline-block;
    left: -58px;
    position: absolute;
    z-index: 99;
    top: 0px;
}
.signup-banner h1:after{
	content: "";
    width: 0;
    height: 0;
    border-top: 58px solid #3448a4;
    border-right: 58px solid transparent;
    display: inline-block;
    right: -58px;
    position: absolute;
    z-index: 99;
    top: 0px;
}
.login h1{
	background-color: #ff0000;
}
.login  h1:before{border-bottom: 58px solid #ff0000;}
.login  h1:after{border-top: 58px solid #ff0000;}
.live_stream_sec2{
	position: relative;
    height: 488px;
    width: 1130px;
    margin: auto;
	background: url(../images/Florida-panthers1.png) left top no-repeat;
}
.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%;
}
.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_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_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_smallcmr12{
	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);
}
.livestrm_maping{
	/*position:absolute;
	width:100;
	height:100%;*/
	left:0px;
	right:0px;
}
.livesteam_smallcmr8:hover .strm_81,.livesteam_smallcmr12:hover .strm_81,.livesteam_smallcmr7:hover .strm_81,.livesteam_smallcmr10:hover .strm_81,.livesteam_smallcmr10_bbt:hover .strm_81,.livesteam_smallcmr4:hover .strm_81,.livesteam_smallcmr4_den:hover .strm_81,.livesteam_smallcmr4_bbt:hover .strm_81,.livesteam_smallcmr1:hover .strm_81,.livesteam_smallcmr1_bbt:hover .strm_81,.livesteam_smallcmr6:hover .strm_81,.livesteam_smallcmr6_bbt:hover .strm_81,.livesteam_smallcmr5:hover .strm_81,.livesteam_smallcmr5_bbt: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_smallcmr12_den:hover .strm_81, .livesteam_smallcmr8_den:hover .strm_81, .livesteam_smallcmr8_bbt: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_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_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_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_smallcmr8 .lvcmr_smcmr, .livesteam_smallcmr7 .lvcmr_smcmr, .livesteam_smallcmr6 .lvcmr_smcmr, .livesteam_smallcmr3 .lvcmr_smcmr, .livesteam_smallcmr11_den .lvcmr_smcmr, .livesteam_smallcmr4_den .lvcmr_smcmr {transform: rotate(-180deg);background-image: url(../images/vdo_icn_livestrm1.png);}

.info-block h4{
    font-weight: 600;
}

.automated-img{
	max-width:600px !important;
	width:100%;
}


.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;
}
.close_cam_view_den{
    top: -20px;
    margin-top: 0px;
    position: absolute;
    right: -20px;
    cursor: pointer;
    z-index: 999999;
    width: 46px;
    height: 45px;
    background: url(../images/video_close_icon.png) left top no-repeat;
}
#videosection_den{
	position:relative;
	width:100%;
	display:inline-block;
}
#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;}
.inner {
    /*background: #efefef none repeat scroll 0 0;
    box-sizing: border-box;*/
    min-height: 340px;
    padding: 20px;
}
.wrapper {
    margin: 0 auto;
    overflow: hidden;
    width: 1170px;
}
.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 {
    display: block;
    height: 100%;
}
.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%;
}
.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;
}
#classic_view .video1 .vdbx2 .vdo_active{
	bottom: 0px;
    right: 0px;
}
#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{
	margin-left: 455px;
    padding: 10px;
    clear: both;
}
.view_dropdown_den2{
	margin-left: 572px;
}
.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;
}
.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;
}

#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%;
}
#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  #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;
}
.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;
}
.blockUI h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 9px 0px;
}
.view_dropdown{
	position: absolute;
	/* margin-left: -75px; */	
    margin-left: 570px;
}
.rink_dropdown{
	position: absolute;
    margin-left: 350px;
}


.banner-logos{
	position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
}
.banner-logos img{
	width:160px;
	margin:0px 5px;
}

.archives_video_list{
	margin:80px 0px 100px 0px;
}
.archives_video_list_team-affiliates{
	margin:30px 0px 75px 0px;
}
/* .archives_video_list ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.archives_video_list  ul  li{
	min-height: 160px;
	float: left;
    width: 25%;
    position: relative;
    text-align: center;
    padding: 0px 10px;
} */
.archives_video_list .col-sm-3{
	margin:0px 0px 25px 0px;
}
.archives_video_list .playicon {
    margin: -22px auto 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    text-align: center;
    left: 0;
    top: 50%;
}
.archives_video_list .archive-thumb{
	width:100%;
}
.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;
}

/*------stats table start-------*/
#stats-main .player-photo {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #999;
    margin-right: 10px;
	display: inline-block;
    vertical-align: middle;
	/* margin-left:10px; */
}
.stats-block{
	margin:80px 0px;	
}
#stats-main{
	width:100%;
	position:relative;
	font-family: 'Open Sans', sans-serif;
}
#stats-main .row{
	float:none;
	width:auto;
}
#stats-main .pagetitle{
	margin: 0px 0px 10px 0px;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
#stats-main .name-col__firstInitial {
    display: none;
}
#stats-main td, #stats-main th {
    white-space: nowrap;
	position: relative;
    cursor: pointer;
	text-align: center;
	vertical-align: middle;
	border:none;
}
#stats-main th:first-child, #stats-main td:first-child {
    text-align: left;
}
#stats-main th{
	background:#000;
	color:#fff;
	padding: 20px 10px;
}
#stats-main td:first-child {
    background-color: #efefef;
	color: #000;
	font-size: 15px;
	/* padding: 15px 0px; */
	padding: 15px 5px 15px  15px;
}
#stats-main .sorting:after {
    opacity: 0.2;
    content: "\e253";
}
#stats-main .sorting_asc:after {
    content: "\e252";
}
#stats-main .sorting_desc:after {
    content: "\e253";
}

#stats-main .sorting:after{
	position: absolute;
	bottom: 7px;
    right: 0px;
	left: 0px;
	font-size: 9px;
	opacity:0;
}
#stats-main .sorting_desc:after{
	position: absolute;
	bottom: 7px;
    right: 0px;
	left: 0px;
	font-size: 9px;
	opacity: 1;
}
#stats-main .sorting_asc:after {
	position: absolute;
	top: 7px;
    right: 0px;
	left: 0px;
	font-size: 9px;
	opacity: 1;
}
#stats-main th:first-child:after{
	left:32px;
}
#stats-main tbody>tr{
	background:#fff;
}
#stats-main tbody>tr>td{
	border-bottom: 1px solid #f3f3f3;
}
#stats-main tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#stats-main tr > .sorting_1{
	background-color: rgba(255, 87, 34, 0.10);
}
#stats-main td:first-child.sorting_1{
	background-color: #efefef;
}
#stats-main th:first-child.sorting_desc, #stats-main th:first-child.sorting_asc{
	background-color: #ed1c24;
    color: #fff;
}
#stats-main .pagination > .active > a{
	background-color: #ed1c24;
    border-color: #ed1c24;
	color: #fff;
}
#stats-main .pagination > li > a{
	color: #2f378a;
	
}
#stats-main .pagination > .active > a,#stats-main  .pagination > .active > span, #stats-main .pagination > .active > a:hover, #stats-main .pagination > .active > span:hover,#stats-main  .pagination > .active > a:focus, #stats-main .pagination > .active > span:focus{
	background-color: #ed1c24;
    border-color: #ed1c24;
	color: #fff;
}
#stats-main table.dataTable>tbody>tr.child td:first-child {
	background: #fff;
    padding: 15px 20px;
    border: 1px solid #e6e6e6;
    border-left: 0px;
    border-right: 0px;
}
#stats-main table.dataTable>tbody>tr.child ul.dtr-details li{
	border-bottom: none;
    padding: 10px 0;
	color:#000;
}
#stats-main .table{
	width:100% !important;
}
/*--top floating-*/
.fixedHeader-floating th {
    white-space: nowrap !important;
	position: relative !important;
    cursor: pointer !important;
	text-align: center !important;
	vertical-align: middle !important;
	border:none !important;
}
.fixedHeader-floating th:first-child{
    text-align: left !important;
}
.fixedHeader-floating th{
	background:#000 !important;
	color:#fff !important;
	padding: 20px 10px !important;
}
.fixedHeader-floating .sorting:after{
	position: absolute !important;
	bottom: 7px !important;
    right: 0px !important;
	left: 0px !important;
	font-size: 9px !important;
	opacity:0 !important;
    content: "\e253" !important;
}
.fixedHeader-floating .sorting_desc:after{
	position: absolute !important;
	bottom: 7px !important;
    right: 0px !important;
	left: 0px !important;
	font-size: 9px !important;
	opacity: 1 !important;
	content: "\e253" !important;
}
.fixedHeader-floating .sorting_asc:after {
	position: absolute !important;
	top: 7px !important;
    right: 0px !important;
	left: 0px !important;
	font-size: 9px !important;
	opacity: 1 !important;
	content: "\e252" !important;
}
.fixedHeader-floating th:first-child:after{
	left:32px  !important;
}
.fixedHeader-floating th:first-child.sorting_desc, .fixedHeader-floating th:first-child.sorting_asc {
    background-color: #ed1c24 !important;
    color: #fff !important;
}
#stats-main tbody>tr>td a{
	color: #2f378a;
}
#stats-main td:first-child{
	color: #2f378a;
}
/*------stats table end-------*/
.row.archive_slider{
	margin-right: -17px;
}
.archives_video_list .slick-arrow {
    border: none;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 27%;
    z-index: 99;
    outline: none;
	background: url(../images/arrow-left.png) no-repeat;
	width: 18px;
    height: 30px;
	color:fff;
	font-size:0px;
}
.archives_video_list .slick-prev {
    left: -30px;
}
.archives_video_list .slick-next {
    right: -30px;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.archives_video_list .slick-active.arc-act{
	box-shadow: inset 0px 0px 6px rgb(237, 28, 36);
	-webkit-box-shadow: inset 0px 0px 6px rgb(237, 28, 36);
	-moz-box-shadow: inset 0px 0px 6px rgb(237, 28, 36);
    overflow: hidden;
}
.archives_video_list .slick-slide{
	padding:15px;
	outline:none;
}
.arc-thumbblk{
	display: block;
    height: 100%;
    position: relative;
	outline:none;
}

.mob-menu{
	position:relative;
	z-index:999;
}
.btn-group.open .dropdown-menu{
	display:block;
	width: 100%;
    text-align: center;
	background: #000;
}
.mob-menu .btn{
	background: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 32px;
    text-shadow: 1px 1px 1px #000;
}
.mob-menu .dropdown-menu > li > a{
	padding: 0px;
    background: none;
    text-shadow: none;
    font-size: 14px;
    margin: 5px 10px;
	color: #fff;
}
.logout{
    text-align: right;
    padding-bottom: 10px;
	margin-top: -20px;
	margin-right:20px;
	margin-left:10px;
	position:relative;
	z-index:99999999;
}
.logout a{
	color:#000;	
	margin:0px 5px;
}
.livesteam_smallcmr4_den{
	position:absolute;
	left: 330px;
    top: 230px;
}
.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_smallcmr8_den{
	position:absolute;
	right: 330px;
    top: 230px;
}
.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_smallcmr11_den{
	position:absolute;
	left: 467px;
    top: 230px;
}
.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_smallcmr12_den{
	position:absolute;
	left: 634px;
    top: 230px;
}
.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;
}
#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%;
}

.banner h4{
	text-align: center;
    color: #fff;
    z-index: 99999999;
    position: relative;
    font-size: 32px;
    padding-top: 10%;
    font-weight: 600;
}
#alert_popup{
	width: 480px;
    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;
}
.livesteam_smallcmr5_bbt{
	position:absolute;
	left: 180px;
    top: -15px;
}
.livesteam_smallcmr5_bbt .strm_81{
	width: 61px;
    height: 103px;
    position: absolute;
    top: 5px;
    left: -14px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: url(../images/red_grdbg1.png) left top no-repeat;
    transform: rotate(90deg);
}
.livesteam_smallcmr5_bbt .lvcmr_smcmr{transform: rotate(-265deg);background-image: url(../images/vdo_icn_livestrm1.png);}
.livesteam_smallcmr10_bbt{
	position:absolute;
	right: 179px;
    top: -15px;
}
.livesteam_smallcmr10_bbt .strm_81{
	width: 61px;
    height: 103px;
    position: absolute;
    top: 5px;
    left: -14px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: url(../images/red_grdbg1.png) left top no-repeat;
    transform: rotate(90deg);
}
.livesteam_smallcmr10_bbt .lvcmr_smcmr{transform: rotate(88deg);}
.livesteam_smallcmr4_bbt{
	position:absolute;
	left: 178px;
    top: 467px;
}
.livesteam_smallcmr4_bbt .strm_81{
	width:61px;
	height:103px;
	position: absolute;
    top: -82px;
    left: -17px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg1.png) left top no-repeat;
	transform: rotate(271deg);
}
.livesteam_smallcmr4_bbt .lvcmr_smcmr {transform: rotate(-88deg);}
.livesteam_smallcmr8_bbt{
	position:absolute;
	right: 179px;
    top: 467px;
}
.livesteam_smallcmr8_bbt .strm_81{
	width:61px;
	height:103px;
	position: absolute;
    left: -14px;
    top: -78px;
    transform: rotate(-90deg);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	background:url(../images/red_grdbg1.png) left top no-repeat;
}
.livesteam_smallcmr8_bbt .lvcmr_smcmr {transform: rotate(-88deg);}
.livesteam_smallcmr1_bbt{
	position:absolute;
	left: -10px;
    top: 325px;
}
.livesteam_smallcmr1_bbt .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_bbt{
	position:absolute;
	right: -10px;
    top: 125px;
}
.livesteam_smallcmr6_bbt .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);
}

.rnk-btns{
	text-align: center;
	position:relative;
}
.rnk-btns a, input[type="button"]{
	background: #3448a4;
    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;	
	border: 0;
	outline: none;
}
.rnk-btns a.active{
	background: #ff0101;	
}
.rnk-btns a:hover{
	opacity:0.8;
}

.clear{
	clear:both;
}
.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;
}

/*---------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:12.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:29%;
	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:12.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:12.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;	
}
/*---------special teams view end -----------*/
#video_grid.vdo-sidebar .cls_video_grid1{
	position: initial;
}
#video_grid.vdo-sidebar .vdo-mn-box{
	float: left;
    width: 100%;
}
#video_grid.vdo-sidebar .vdo-mn-box .vdo_active{
	bottom: auto;
    right: auto;
	margin: -25px 0px 0px 115px;
}
#video_grid.vdo-sidebar .scoutview_camera_menu{
	margin: 8px 0px 0px -32px;
	right: auto;
	bottom: auto;
}
#reece-scarlett, #mike-sgarbossa, #eric-robinson, #teddy-doherty, #colton-saucerman, #adam-wilcox{
	padding: 0px 7px;
	background: #000;
	z-index: 999;
	color: #fff;
	display: none;
}
.reece-scarlett, .mike-sgarbossa, .eric-robinson, .teddy-doherty, .colton-saucerman, .adam-wilcox{
	display: none;
	width: 100%;
}
.reece-scarlett.deta, .mike-sgarbossa.deta, .eric-robinson.deta, .teddy-doherty.deta, .colton-saucerman.deta, .adam-wilcox.deta{
	display: table-row;
	width: 100%;
}
.close_cam_view_prac_arch{
    top: 783px;
    margin-top: 0px;
    position: absolute;
    right: 60px;
    cursor: pointer;
    z-index: 999999;
    width: 46px;
    height: 45px;
    background: url(../images/video_close_icon.png) left top no-repeat;
}
.record-btn-arrow{
    background: url(../images/collapse-arrow.png) no-repeat;
    display: inline-block;
    height: 10px;
    width: 10px;
    position: relative;
    right: 25px;
    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);
}
.please_wait_for_schedule{
    display: none;
    position: absolute;
    right: 45%;
    top: 3px;
    margin-right: -146px;
    height: 49px;
    width: 75px;
}
.schedule_tbl {
    float: right;
    width: 93%;
    margin-bottom: 30px;
}
.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;
}
.lt_yellow{
	background:#ffff99;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid;
    line-height: 25px;
}
.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;
    color: #000000;
}
.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;
	z-index: 999;
}
.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: 23%;
    background: #e4e4e4;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 5px;
    float: left;
    margin: 9px 1%;
    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;
}*/
my_recording_video_list ul {
    display: flex !important;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
}
.fanclip_video_list ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.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;
}
.cls_cc_expiration_date{
    display: inline-block;
    width: 46%;
    margin-left: 0 !important;
    margin-right: 1.5% !important; 
}
.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;
	margin: 0;
	padding: 0;
}
.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 #949494;
	-moz-box-shadow: 0px 0px 2px #949494;
	-webkit-box-shadow: 0px 0px 2px #949494;
    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 #ff0000;
}
.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;
	max-width: 100%;
    cursor: pointer;
}
#dialog-form3 #dialog-form input[type="text"].recording_title.error{
	display: inline-block;
}
#dialog-form3 #dialog-form label#recording_title-error{
	margin-top: 10px;
}
.recording-text-block {
    margin-bottom: 0 !important;
}
.playicon {
  margin: 45px auto 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  text-align: center;
  left:0;
  cursor: pointer;
}
.signbutton {
    background: #f00;
    border-color: #bb151b;
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 0.4em 1.5em;
    cursor: pointer;
    text-transform: uppercase;
}
.CustomPopup .ui-widget-header {
    background: #373737 !important;
    color: #fff !important;
    padding: 5px 0 5px 10px !important;
}
.profile-address a{
	color: #3448a4;
}
.my-recording-video li {
    margin: 0 1.3% 20px 1.3%;
    width: 22.4% !important;
}
.backbtn-center{
	text-align: center;
	margin-bottom: 10px;
}
.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;
}
.myaccount {
    padding: 0 !important;
    list-style: none !important;
    float: left;
    /* width: 315px; */
    width: 405px;
    /* margin-left: 165px; */
    margin-left: 110px;
}
.myaccount li {
    background: #D6D6D6;
    border-radius: 50px;
    padding: 10px 0 10px 42px !important;
    margin-bottom: 14px !important;
    position: relative;
}
.myaccount li, .myaccount li a {
    color: #333 !important;
    font-weight: 600;
}
.myaccount li a:hover {
    color: #3448a4 !important;
}
.main_menu a.active{
    background:#3448a4;
}