.inv_playerContainer ul,ul li{list-style-type: none !important;padding:0;margin:0;}
.inv_playerContainer,.inv_playerContainer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv_playerContainer:before,.inv_playerContainer *:before,
.inv_playerContainer:after,.inv_playerContainer *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
/*----------------------------------------------Player/Gallery Container----------------------------------------------*/
.inv_hide,.defaultPlayerControls .inv_videoControls,.defaultPlayerControls .inv_overlayPlay,.defaultPlayerControls .inv_videoStillArea,.defaultPlayerControls .inv_videoLoaderArea
{
	display:none !important;		
}
.inv_show
{
	display:block !important;
}
.inv_userInteractionOnPlayer.inv_mobilelarge[inv_videoDataType='youtube'] .inv_hotspotVideoWrapper,.inv_userInteractionOnPlayer.inv_mobilesmall[inv_videoDataType='youtube'] .inv_hotspotVideoWrapper,.inv_userInteractionOnPlayer.inv_iostablet[inv_videoDataType='youtube'] .inv_hotspotVideoWrapper, 
.inv_userInteractionOnPlayer.inv_mobilelarge[inv_videoDataType='youtube'] .inv_overlayPlay,.inv_userInteractionOnPlayer.inv_mobilesmall[inv_videoDataType='youtube'] .inv_overlayPlay,.inv_userInteractionOnPlayer.inv_iostablet[inv_videoDataType='youtube'] .inv_overlayPlay, 
.inv_userInteractionOnPlayer.inv_mobilelarge[inv_videoDataType='youtube'] .inv_videoStillArea,.inv_userInteractionOnPlayer.inv_mobilesmall[inv_videoDataType='youtube'] .inv_videoStillArea,.inv_userInteractionOnPlayer.inv_iostablet[inv_videoDataType='youtube'] .inv_videoStillArea,
.inv_userInteractionOnPlayer.inv_mobilelarge[inv_videoDataType='youtube'] .inv_videoLoaderArea,.inv_userInteractionOnPlayer.inv_mobilesmall[inv_videoDataType='youtube'] .inv_videoLoaderArea,.inv_userInteractionOnPlayer.inv_iostablet[inv_videoDataType='youtube'] .inv_videoLoaderArea,
.inv_userInteractionOnPlayer.inv_mobilelarge[inv_videoDataType='youtube'] .inv_videoControls,.inv_userInteractionOnPlayer.inv_iostablet[inv_videoDataType='youtube'] .inv_videoControls
{
	display:none !important;	
}
.inv_playerContainer
{
	position:relative;
	width:100%;
	height:auto;
	min-height:180px;
	overflow:hidden;
	background-image:url('../images/loader.gif');
	background-repeat:no-repeat;
	background-position:center;
	font-style: normal;
}
.inv_playerContainer.inv_playerReady,.inv_playerContainer.inv_noData
{
	background-image:none;
}
.inv_playerContainer.inv_playerReady.inv_playerLoading
{
	background-image:url('../images/loader.gif');	
}
.inv_playerAvailable
{
	width:100%!important;
	height:auto!important;
	display:block!important;
}
.inv_playerContainer.inv_overflow {
	height: 100% !important;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.inv_playerContainer.inv_noData:before
{
	content:'No Data Found';	
}
.inv_mobilelarge.inv_playerContainer
{
	min-height:100px;
}
.inv_mobilesmall.inv_playerContainer
{
	min-height:100px;
}
/*----------------------------------------------Gallery----------------------------------------------*/
.inv_videoGalleryWrapper
{
	padding: 0px;
    margin: 0px;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;	
}
.inv_videoGalleryBtn {
    display: none;
}
.inv_desktop .inv_videoGallery
,.inv_iostablet .inv_videoGallery
,.inv_tablet .inv_videoGallery
{
	height: auto;
	padding: 0px;
    margin: 0px;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
	padding-top:3%;	
	background-color:#fff;
}
.inv_playerReady .inv_videoGalleryWrapper
{
	display:block;	
}
.inv_mobilelarge .inv_videoGallery,.inv_mobilesmall .inv_videoGallery
{
	z-index: 1;
    width: 100%;
    padding: 0;
    position: relative;
    float: left;
    display: block;
}
.inv_videoPlaylist
{
	padding: 0px;
    margin: 0px;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
	background-color: Transparent;
}
.inv_videoListContainer
{
	width: 100%;
}
.inv_videoListThumbnail
{
	width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin-right: 3%;
    text-align: left;	
	cursor:pointer;
	min-height: 310px;
	background-color: #f2f2f2;		
}
.inv_videoListThumbnail.active .inv_overlayPlay{
	background-image: url(../images/overlay-playHover.png);
	background-repeat: no-repeat;
}
.inv_mobilelarge .inv_videoListThumbnail, .inv_mobilesmall .inv_videoListThumbnail 
{
    width: 100%;
    margin: 0;
    min-height: 270px;
}
.inv_videoListRow
{
	float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin-top:3%;	
}
.inv_playerContainer[inv_playertype="minigallery"] .inv_videoListRow {
	display: none;
}
.inv_playerContainer[inv_playertype="minigallery"] .inv_videoListRow:first-child {
	display:block;
}
.inv_desktop .inv_videoListRow,.inv_iostablet .inv_videoListRow,.inv_tablet .inv_videoListRow
{
	margin-top:3%;
}
.inv_desktop .inv_videoListRow .inv_videoListThumbnail:last-child,.inv_iostablet .inv_videoListRow .inv_videoListThumbnail:last-child,.inv_tablet .inv_videoListRow .inv_videoListThumbnail:last-child
{
	margin-right: 0%;
}
.inv_videoListThumbnailimg,.inv_videoListThumbnailimgContainer
{
	float: left;
    position: relative;
    width: 100%;
    height: auto;	
	z-index:1;
}
.inv_videoListThumbnailOverimg
{
	position: absolute;
    width: 100%;
    height: 100%;
	top:0px;
	left:0px;
	z-index:2;	
	background-image: url('../images/overlayGalleryplay.png');	
	background-repeat: no-repeat;
    background-position: center;
}
.applyhover .inv_videoGallery .inv_videoListThumbnailimgContainer:hover .inv_videoListThumbnailOverimg
{
    background-image: url('../images/overlayGalleryplayhover.png');
}
.inv_videoGallery .inv_videoListThumbnail.active .inv_videoListThumbnailimgContainer .inv_videoListThumbnailOverimg
{
	background-image: url('../images/overlayGalleryplayhover.png');
}

.inv_mobilelarge .inv_videoGallery .inv_videoListThumbnailOverimg
,.inv_mobilesmall .inv_videoGallery .inv_videoListThumbnailOverimg
{
    background-image: url('../images/overlayGalleryplay.png');
}
.applyhover.inv_mobilelarge .inv_videoGallery .inv_videoListThumbnailimgContainer:hover .inv_videoListThumbnailOverimg
,.applyhover.inv_mobilesmall .inv_videoGallery .inv_videoListThumbnailimgContainer:hover .inv_videoListThumbnailOverimg
{
    background-image: url('../images/overlayGalleryplayhover.png');
}
.inv_mobilelarge .inv_videoGallery .inv_videoListThumbnail.active .inv_videoListThumbnailimgContainer .inv_videoListThumbnailOverimg
,.inv_mobilesmall .inv_videoGallery .inv_videoListThumbnail.active .inv_videoListThumbnailimgContainer .inv_videoListThumbnailOverimg
{
	background-image: url('../images/overlayGalleryplayhover.png');
}
.inv_videoListTitle
{
	position:relative;	
	float:left;
	text-align:left;
	width: 100%;
	height:auto;
	font-size: 13px;
	line-height: 17px;
	color:#6b6b6b;
	font-family: Arial,Helvetica,sans-serif;
	padding: 10px 15px;
}
.inv_playerContainer[inv_minigallery="true"] .inv_videoListTitle
{
	font-size: 14px;
	line-height: 16px;
}
.inv_videoListDescription
{
	display:none;
	width:0;
	height:0;
}
.inv_videoListDescription
{
	font-size: 14px;
	line-height: 14px;
}
.inv_videoListCreationDate
{
	width: 100%;
	line-height: 22px;
    padding-bottom: 5px;
    position: relative;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #6b6b6b;
    text-align: left;
    float: left;
    background: #fff;
    cursor: default;
}
.inv_videoListCreationDate:before
{
	content: "";
	width: auto;
	position:relative;
	height: auto;
	float:left;
	text-align:left;
}
.inv_videoListDuration {
    position: absolute;
    font-size: 14px;
    height: 18px;
    line-height: 22px; 
    right: 2px;
    bottom: 2px;
    z-index: 2;
    color:#fff;
    padding: 0px 5px 0;
    background-color: #515151;
}
.inv_mobilesmall .inv_videoListDuration,
.inv_mobilelarge .inv_videoListDuration {
	display: block;
    position: relative;
    bottom: 0;
    right: 0;
    float: left;
    width: auto;
    margin-top: 10px;
    font-size: 13px;
    line-height: 17px;
    color: #6b6b6b;
    font-family: Arial,Helvetica,sans-serif;
    padding: 0 15px;
    background-color: inherit;
}
.inv_iostablet .inv_videoListThumbnail.active .inv_videoListDuration,
.inv_tablet .inv_videoListThumbnail.active .inv_videoListDuration,
.inv_desktop .inv_videoListThumbnail.active .inv_videoListDuration {
	color:#ffed00;
}
.inv_videoGallery .inv_prevPage,.inv_videoGallery .inv_nextPage
{
	visibility: visible;
	opacity: 0.8;
	
	transition: opacity 0.5s linear;	
	-webkit-transition: opacity 0.5s linear;	
}
.applyhover .inv_videoGallery .inv_prevPage,.applyhover .inv_videoGallery .inv_nextPage
{
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s 0.5s, opacity 0.5s linear;
	-webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
}
.applyhover .inv_videoGallery:hover .inv_prevPage,.applyhover .inv_videoGallery:hover .inv_nextPage
{
	visibility: visible;
	opacity: 0.8;
	
	transition: opacity 0.5s linear;	
	-webkit-transition: opacity 0.5s linear;	
}
.applyhover .inv_videoGallery:hover .inv_prevPage:hover,.applyhover .inv_videoGallery:hover .inv_nextPage:hover
{
	opacity: 1;
	
	transition: opacity 0.5s linear;	
	-webkit-transition: opacity 0.5s linear;	
}
.inv_videoListTitle.inv_noData,.inv_videoListDescription.inv_noData,.inv_videoListCreationDate.inv_noData,.inv_videoListDuration.inv_noData
{
	padding:0;
	margin:0;
} 
/*------------------------------------------------CustomTabs-------------------------------------------------------*/
.inv_dropdownCategory {
	position: relative;
	float: left;
	width: 100%;
	display: none;
}
.inv_dropdownCategory .inv_videoCategory:before {
	content: "Select subject:";
	position: relative;
	float: left;
	width:auto;
	line-height: 30px;
	font-size: 10px;
    color: #6b6b6b;
}
.inv_dropdownCategory select{
	height: 30px;
    float: right;
    font-size: 12px;
    width: 70%;
    height: 30px;
    padding-left: 5px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/sprites.png) no-repeat;
    background-position: 185px bottom;
    text-indent: 0.01px;
    text-transform: capitalize;
    color: #6b6b6b;
    font-weight: bold;
    border: 1px #abc1cf solid !important;
}
.inv_mobilelarge .inv_dropdownCategory,
.inv_mobilesmall .inv_dropdownCategory {
	display: block;
	z-index: 1;
	margin: 10px 0px;
}
.inv_videoCategoryTitle {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
.inv_videoPlaylistCategory,.inv_videoCategory
{
	position: relative;
	width: 100%;
	float: left;
}
.inv_mobilesmall .inv_videoPlaylistCategory,
.inv_mobilelarge .inv_videoPlaylistCategory {
	display: none;
}
.inv_tab
{
	cursor:pointer;	
	position:relative;
	padding:0 10px;
	text-transform: capitalize;
	background:#fff;
	color:#6b6b6b;
	font-size: 15px;
	line-height:34px;
	border: 1px solid #c2c2c2;
    border-bottom: 2px solid #ffed00;
    margin-right: 2px;
    font-weight: 700;
}
.inv_videoGallery .inv_tab
{
	float:left;
}
.inv_mobilelarge .inv_tab,.inv_mobilesmall .inv_tab
{    
    width: 100%;
}
.inv_videoGallery .inv_tab:hover
{
	background-color:#ffed00;
	border: 1px solid #ffed00;
	color:#000;
}
.inv_videoGallery .inv_tab.active
{
    border: 1px solid #ffed00;
	background-image:none;
	background-color:#ffed00;
	cursor:default;
	color:#000;
	font-weight: 700;
}
.inv_videoRelatedContent .inv_tab.inv_noData
{
	display:none;
	padding:0px;
	margin:0px;
	border:0px;
}
.inv_videoGallery .inv_tabContent.active
{
	position:relative;
	float:left;
	height:auto;
	display: block;
	opacity: 1;
	transition: opacity 0s linear;
}
.inv_videoRelatedContent .inv_tabContent.active.submenuOpened/*,.inv_mobilelarge .inv_videoRelatedContent .inv_tabContent,.inv_mobilesmall .inv_videoRelatedContent .inv_tabContent*/
{
	position:relative;
	float:left;
	display: block;
	opacity: 1;
	transition: opacity 0s linear;
}
/*----------------------------------------------Video Area Container----------------------------------------------*/
.inv_videoMainContainer
{
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
	width:100%;
	height:auto;
	overflow: visible;
	display:none;
}
.inv_overflow .inv_videoMainContainer {
	height:100% !important;
}
.inv_ie .inv_videoMainContainer
{
	width:100.1%;
}
.inv_playerContainer.inv_playerReady .inv_videoMainContainer
{
	display:block;	
}
.inv_playerContainer.inv_playerReady.inv_playerLoading .inv_videoMainContainer
{
	display:none;	
}
.inv_mobilelarge .inv_videoMainContainer,.inv_mobilesmall .inv_videoMainContainer
{
	z-index: 5;
}
.inv_videoMainContainer.inv_noData:before 
{
    content:'No Data Found';	
}
.inv_FullScreen .inv_videoMainContainer
{
	height:100%;
	background-color:black;
}
.inv_videoMainContainer_inner
{
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
	z-index:1;
	width:100%;
	height:auto;
}
.inv_overflow .inv_videoMainContainer_inner{
	height: 100% !important;
}
.inv_ie .inv_videoMainContainer_inner
{
	width:100.1%;
}
.inv_FullScreen .inv_videoMainContainer_inner
{
	height:100%;	
}
.inv_mobilelarge .inv_videoMainContainer_inner, .inv_mobilesmall .inv_videoMainContainer_inner {
    z-index: 6;
}
/*----------------------------------------------Video Display Area----------------------------------------------*/
.inv_videoDisplay
{
	width:100%;
	height:auto;
	position:relative;
	float:left;
	border:none;
	vertical-align:middle;
}
.inv_overflow .inv_videoDisplay {
	height:100% !important;
}
.inv_FullScreen .inv_videoDisplay
{
	top: 50%;
    left: 50%;    
	-ms-transform: translateX(-50%) translateY(-50%); /*IE 9*/
	-moz-transform: translateX(-50%) translateY(-50%); /* FireFox*/
	-webkit-transform: translateX(-50%) translateY(-50%); /* Chrome */
	-o-transform: translateX(-50%) translateY(-50%); /*Opera*/
	transform: translateX(-50%) translateY(-50%);
}
/*----------------------------------------------Video Overlay----------------------------------------------*/
.inv_overlayPlay
{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:3 !important;
	position:absolute;
	overflow:hidden;
	cursor:pointer;
	background-image:url('../images/overlay-play.png');
	background-repeat:no-repeat;
	background-position:center;
	border:none;
	
}
.inv_playerContainer[data-inv_playertype="singleplayer"] .inv_overlayPlay,
/* .inv_playerContainer[data-inv_playertype="singleplayer"] .inv_overlayPlay:hover{
	background-image:url('../images/overlay-playClicked.png');
} */ 
.inv_playerContainer[data-inv_playertype="singleplayer"].inv_videoPaused .inv_overlayPlay,
.inv_playerContainer[data-inv_playertype="singleplayer"].inv_videoPaused .inv_overlayPlay:hover {
	background-image:url('../images/overlay-play.png');
}
.inv_mobilesmall.inv_videoPaused .inv_overlayPlay,
.inv_mobilelarge.inv_videoPaused .inv_overlayPlay,
.inv_tablet.inv_videoPaused .inv_overlayPlay,
.inv_iostablet.inv_videoPaused .inv_overlayPlay {
	z-index:4 !important;
}
.inv_videoListRow .inv_overlayPlay {
	background-size:50px;
}
.inv_mobilelarge .inv_overlayPlay,.inv_mobilesmall .inv_overlayPlay
{
	background-image:url('../images/overlay-play-small.png');
}
.inv_bannerPlayer.inv_tablet .inv_overlayPlay,.inv_bannerPlayer.inv_iostablet .inv_overlayPlay
{
	background-image:url('../images/overlay-play-small.png');
	background-position:center;
	background-repeat:no-repeat;
}
.applyhover .inv_overlayPlay:hover
{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:3 !important;
	position:absolute;
	overflow:hidden;
	cursor:pointer;
	background-image:url('../images/overlay-playHover.png');
	background-repeat:no-repeat;
	background-position:center;
	border:none;
}
.inv_videoListRow .applyhover .inv_overlayPlay:hover {
	background-size:50px;
}
.applyhover.inv_mobilelarge .inv_overlayPlay:hover,.applyhover.inv_mobilesmall .inv_overlayPlay:hover
{
	background-image:url('../images/overlay-playHover-small.png');
}
.inv_overlayPlayClicked
{
	background-image:url('../images/overlay-playClicked.png')!important;
}
.inv_noimage
{
	background-image:url('../images/noimage.png')!important;
	background-repeat:no-repeat;
	background-position:center;
}
.applyhover.inv_bannerPlayer .inv_overlayPlay,
.applyhover.inv_bannerPlayer .inv_overlayPlay:hover,
.applyhover.inv_bannerPlayer .inv_overlayPlayClicked
{
	/* background-image:url('../images/noimage.png')!important; */
	background-repeat:no-repeat;
	background-position:center;
}

/*----------------------------------------------Video Loader----------------------------------------------*/
.inv_videoLoaderArea
{
	width:100%;
	height:100%;
	z-index:4 !important;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	background-color:Transparent;
	background-image:url('../images/videoLoader.gif');
	background-repeat:no-repeat;
	background-position:center;
}
.inv_image .inv_videoLoaderArea
{
	display:none !important;
}
/*----------------------------------------------Video Still Area----------------------------------------------*/
.inv_videoStillArea
{
	width:100.2%;
	height:auto;
	position:relative;
	float:left;
	z-index:2 !important;
	overflow:hidden;
	vertical-align:middle;
	background-color:#ffffff;
}
.inv_videoStillArea img
{
	width:100%;
	position:relative;
	float:left;
	height:auto;
}
.inv_videoReady .inv_videoStillArea
{
	height:100%;	
}
.inv_videoReady .inv_videoStillArea,.inv_videoReady .inv_videoStillArea img
{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%); /*IE 9*/
	-moz-transform: translateX(-50%) translateY(-50%); /* FireFox*/
	-webkit-transform: translateX(-50%) translateY(-50%); /* Chrome */
	-o-transform: translateX(-50%) translateY(-50%); /*Opera*/
}

.inv_FullScreen .inv_videoStillArea
{
	background-color:#000000 !important;
}
/*----------------------------------------------Video Area----------------------------------------------*/
.inv_videoArea
{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;	
	z-index:1 !important;
	overflow:hidden;
	vertical-align:middle;	
}
.inv_mobilesmall[data-inv_videodatatype="youtube"] .inv_videoArea,
.inv_mobilelarge[data-inv_videodatatype="youtube"] .inv_videoArea,
.inv_tablet[data-inv_videodatatype="youtube"] .inv_videoArea,
.inv_iostablet[data-inv_videodatatype="youtube"] .inv_videoArea {
	z-index:3 !important;
}
.inv_videoReady .inv_videoArea
{
	height:auto;
	position:relative;
	float:left;
}
.inv_videoReady.inv_overflow .inv_videoArea {
	height: 100% !important;
}
.inv_videoArea video,.inv_videoArea iframe
{
	width: 100%;
	height: 100%;
	position:absolute;
	z-index:1;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.inv_overflow .inv_videoArea video, .inv_videoArea iframe {
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	right: 0 !important;
	bottom: 0 !important;
	width: auto !important;
	height: auto !important;
}
.inv_videoArea img
{
	visibility:hidden;
	width:100%;
	height:auto;
	position:relative;
	float:left;
	z-index:0;
}
.inv_overflow .inv_videoArea img {
	width: 100%;
	height:100%;
}
.inv_FullScreen .inv_videoArea
{
	background-color:#000000 !important;
}
.portrait .inv_videoMainContainer_inner,.portrait .inv_videoDisplay,.portrait .inv_videoArea,.portrait .inv_videoArea img,.portrait .inv_videoStillArea,.portrait .inv_videoStillArea,.portrait .inv_videoStillArea img
{
	height:100%;	
	width:auto;
	width:100%\9;
}
/*----------------------------------------------Fullscreen----------------------------------------------*/
.inv_FullScreen
{
	overflow:visible !important;
	margin:0px !important;
	padding:0px !important;
	left:0px !important;
	top:0px !important;
	border:none !important;
	position:fixed !important;
	z-index:1 !important;
	width:100% !important;
	height:100% !important;	
	min-width:100% !important;
	min-height:100% !important;	
	-webkit-transform: none!important;	
	-o-transform: none!important;	
	transform: none!important;	
}
.inv_FullScreen_Other
{
	position:fixed !important;
	overflow:visible !important;
	margin:0px !important;
	padding:0px !important;
	left:0px !important;
	top:0px !important;
	border:none !important;
	z-index:1 !important;
	width:100% !important;
	height:100% !important;	
	-webkit-transform: none!important;	
	-o-transform: none!important;	
	transform: none!important;	
}
.inv_FullScreen_Siblings
{
	z-index:-1 !important;
	position: fixed;
}
/*----------------------------------------------Player Controls----------------------------------------------*/
.inv_videoControls
{
	width:100%;
	height:40px;
	bottom:0px;
	left:0px;
	background-color: #092546;
	opacity: 0.6;
	position:absolute;
	z-index:7;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.inv_accessibleContainer .inv_videoControls
{
	bottom:0px !important;
}
.inv_bannerPlayer .inv_videoControls
{
	display: none !important;
}
.inv_videoReady .inv_videoControls
{
	display:block;
	bottom: -48px;
}
.inv_videoReady.inv_showInformation .inv_videoControls
{
	bottom: -48px;
}
.inv_videoPaused .inv_videoControls
{
	bottom: -48px;
}
.inv_videoPlaying .inv_mouseLeave .inv_videoControls
{
	bottom: -48px;
}
.inv_videoPlaying .inv_mouseEnter .inv_videoControls
{
	bottom: 0px;
}
.inv_mobilelarge.inv_showInformation .inv_videoControls
{
	bottom: -48px;
	display:none;
}
.inv_videoPlaying.inv_showInformation .inv_videoControls
{
	bottom: 0px;
	display:block;
}
.inv_videoPaused.inv_showInformation .inv_videoControls
{
	bottom: -48px;
}
.inv_iostablet .inv_videoControls,
.inv_tablet .inv_videoControls,
.inv_mobilelarge .inv_videoControls,
.inv_mobilesmall.inv_IOS10Mobile .inv_videoControls 
{
	float: left;
    position: absolute;
    z-index: 8;
}
.inv_mobilesmall:not(.inv_IOS10Mobile) .inv_videoControls
{
	display:none;
	width:0px;
	height:0px;
}
.inv_playBtn
{
	width: 45px;
	height: 40px;
	position:relative;
	overflow:hidden;
	float:left;
	cursor:pointer;
	background-image:url('../images/sprites.png');
	background-repeat:no-repeat;
	background-position: -12px -11px;
}
.applyhover .inv_playBtn:hover
{
	background-position: -12px -69px;
}
.inv_pauseBtn
{
	width: 45px;
	height: 40px;
	position:relative;
	overflow:hidden;
	float:left;
	cursor:pointer;
	background-image:url('../images/sprites.png');
	background-repeat:no-repeat;
	background-position: -147px -9px;
}
.applyhover .inv_pauseBtn:hover
{
	background-position: -147px -70px;
}
.inv_fullscreenBtn
{
	width: 40px;
	height: 40px;
	cursor:pointer;
	background-image:url('../images/sprites.png');
	background-repeat:no-repeat;
	background-position: -7px -274px;
	position:relative;
	overflow:hidden;
	float:right;
	border:none;
}
.applyhover .inv_fullscreenBtn:hover
{
	background-position: -10px -334px;
}
.inv_noFullScreen .inv_fullscreenBtn
{
	display:none !important;
}
.inv_normalmodeBtn
{
	background-image:url('../images/sprites.png') !important;
	background-position: -142px -274px !important;
}
.applyhover .inv_normalmodeBtn:hover
{
	background-position: -140px -329px !important;
}
.inv_mobilesmall:not(.inv_IOS10Mobile) .inv_playBtn
,.inv_mobilesmall:not(.inv_IOS10Mobile) .inv_pauseBtn
,.inv_mobilesmall:not(.inv_IOS10Mobile) .inv_stopBtn
,.inv_mobilesmall:not(.inv_IOS10Mobile) .inv_replayBtn
,.inv_mobilesmall:not(.inv_IOS10Mobile) .inv_soundContainer
,.inv_mobilesmall:not(.inv_IOS10Mobile) .inv_startTime
,.inv_mobilesmall:not(.inv_IOS10Mobile) .inv_seperatorTime
,.inv_mobilesmall:not(.inv_IOS10Mobile) .inv_fullscreenBtn
,.inv_mobilesmall:not(.inv_IOS10Mobile) .inv_downloadBtn
{
	display:none;
	width:0;
	height:0;	
}

.inv_playheadWellContainer
{
	width: calc(100% - 230px);
	top: 50%;
	height:2px;
	position:relative;
	float:left;
	z-index:2;
	overflow:visible;
}
.inv_mobilesmall:not(.inv_IOS10Mobile) .inv_playheadWellContainer
{
	display:none;
	width:0px;
	height:0px;
}
.inv_mobilelarge .inv_playheadWellContainer,
.inv_mobilesmall .inv_playheadWellContainer,
.inv_tablet .inv_playheadWellContainer,
.inv_iostablet  .inv_playheadWellContainer{
	width: calc(100% - 190px);
}
.inv_playheadWell
{
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	z-index:1;
	position:absolute;
	float:left;	
	border:0px;
	background: #fff;
	cursor:pointer;
}
.inv_playheadWellBuffered
{
	left:0px;
	top:0px;
	height:100%;
	width:0px;
	z-index:2;
	position:absolute;
	float:left;	
	border:0px;
	background: #bfbfbf;
	cursor:pointer;
	transition: all 0.01s ease-in-out;
	-webkit-transition: all 0.01s ease-in-out;
}
.inv_playheadWellWatched
{
	left:0px;
	top:0px;
	height:100%;
	width:0px;
	z-index:3;
	position:absolute;
	float:left;	
	border:0px;
	background: #3fa2f7;
	cursor:pointer;
	transition: all 0.01s ease-in-out;
	-webkit-transition: all 0.01s ease-in-out;
}
.inv_playhead
{
	left:0px;
	top:0px;
	height: 0px;
    width: 0px;
	z-index:4;
	position:absolute;	
	float:left;		
	border:0px;
	cursor:pointer;
	background: #fff;
}
.applyhover .inv_playhead:hover
{
	background-position:-156px -658px;
}
.inv_videoPlaying .inv_mouseLeave .inv_playhead
{
	background-image:none;
	background-color:#fff;	
	height:0px;
	width:0px;
	top:0px;
}

.inv_startTime
{
	width:50px;
	padding-left: 10px;
	height: 40px;
	line-height:40px;
	float:left;
	font-size:14px;
	color:#ffffff;
	vertical-align:middle;
	text-align:center;
	border:none;
	position:relative;
	overflow:hidden;
	cursor:default;
	font-family: Arial, sans-serif;
}
.inv_mobilelarge .inv_startTime,.inv_iostablet .inv_startTime
{
	width:45px;
	padding-left:0px;
}

.inv_seperatorTime
{
	width:10px;
	height: 40px;
	line-height: 40px;
	float:left;
	font-size:14px;
	color:#ffffff;
	vertical-align:middle;
	text-align:center;
	position:relative;
	overflow:hidden;
	cursor:default;
}
.inv_endTime
{
	width:45px;
	height: 40px;
	line-height:40px;
	float:left;
	font-size:14px;
	color:#ffffff;
	vertical-align:middle;
	text-align:center;
	position:relative;
	overflow:hidden;
	cursor:default;
	font-family: Arial, sans-serif;
}
.inv_mobilelarge .inv_seperatorTime
{
	width:5px;
}
/*----------------------------------------------sound----------------------------------------------*/
.inv_soundContainer{
	width:auto;
	height: 40px;
	cursor:default;
	position:relative;
	float:left;
	z-index: 1;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	display:none;
}

.inv_videoReady .inv_soundContainer
{
	display:block;
}

.inv_mobilesmall .inv_soundContainer,.inv_iostablet .inv_soundContainer,.inv_mobilelarge .inv_soundContainer/*,.inv_tablet .inv_soundContainer*/
{
	display:none !important;
	width:0px;
	height:0px;
}
.inv_mobilelarge .inv_soundContainer
{
	padding-right:5px;
}
.inv_soundWrapper{
	float:left;
    height:100%;
    width:100%;
	background:#333333;
	position:relative;
}
.inv_soundOnOffBtn{
	cursor:pointer;
	float:left;
	width: 40px;
	height: 40px;
}
.inv_soundOnBtn{
	 background-image: url('../images/sprites.png');
	 background-repeat: no-repeat;
	 background-position: -11px -150px;
}
.inv_soundOffBtn{
	background-image: url('../images/sprites.png');
    background-repeat: no-repeat;
    background-position: -144px -157px;
}
.applyhover .inv_soundOnBtn:hover,.applyhover .inv_soundOnBtn.submenuOpened{
	background-position: -14px -217px;
}
.applyhover .inv_soundOffBtn:hover{	/*.applyhover .inv_soundOffBtn.submenuOpened*/
	background-position: -147px -219px;
}
.inv_soundControl{
	width:auto;
    float:left;
	cursor:default;
	overflow:hidden;
	z-index:2;
	position:relative;
	height: 40px;
	display:none;
	transition: display 0s 1s, opacity 1s linear;
    -webkit-transition: display 0s 1s, opacity 1s linear;
}
.inv_soundOnOffBtn.submenuOpened + .inv_soundControl
{
	display:block;
}
.inv_volumepillor
{
	background: #FFFFFF;
    position: relative;
    float: left;
    height: 5px;
    top: 20px;
    width: 10px;
    margin-left: 0px;
	cursor:pointer;
}
.inv_volumepillorClicked{
    background-color: #3fa2f7 !important;
}
/*----------------------------------------------share----------------------------------------------*/
.inv_shareContainer
{
	z-index:3;
	overflow: visible;
	position: absolute;
	height: auto;
	width: 30px;
	opacity: 1;
	visibility: visible;
}
.inv_shareBtn
{
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -14px -431px;
	height: 100%;
	width: 40px;
}
.applyhover .inv_shareBtn:hover
{
	background-position: -14px -490px;
}
.inv_shareBtn.submenuOpened,.inv_iostablet .inv_shareBtn.submenuOpened
{
	background-position: -14px -490px;
}
.inv_shareControls 
{
    z-index: 6;
    text-align: left;
    color:#ffffff;
    overflow: hidden;
    width: 30px;
    left: -30px;
    height: auto;
    position: absolute;
    display: block;
    background-color: transparent;
    opacity: 1;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.inv_videoReady .inv_shareControls {
	left: -30px;
}
.inv_videoPaused .inv_shareControls {
	left: -30px;
}
.inv_videoPlaying .inv_mouseLeave .inv_shareControls {
	left: -30px;
}
.inv_videoPlaying .inv_mouseEnter .inv_shareControls {
	left: 10px;
}

.inv_shareControls > div
{
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin: 5px 0px;
}

.inv_mobilelarge .inv_shareControls > div,.inv_mobilesmall .inv_shareControls > div
,.inv_iostablet .inv_shareControls > div,.inv_tablet .inv_shareControls > div {
	margin: 5px; 
}

.inv_mobilelarge .inv_shareContainer,.inv_mobilesmall .inv_shareContainer
,.inv_iostablet .inv_shareContainer,.inv_tablet .inv_shareContainer {
	width: 100%;
}
.inv_mobilelarge.inv_videoReady .inv_shareControls,.inv_mobilesmall.inv_videoReady .inv_shareControls
,.inv_iostablet.inv_videoReady .inv_shareControls,.inv_tablet.inv_videoReady .inv_shareControls {
	left: 0;
	top: -40px;
}

.inv_mobilelarge.inv_videoPaused .inv_shareControls,.inv_mobilesmall.inv_videoPaused .inv_shareControls
,.inv_iostablet.inv_videoPaused .inv_shareControls,.inv_tablet.inv_videoPaused .inv_shareControls {
	left: 0px;
}
.inv_mobilelarge.inv_videoPlaying .inv_mouseLeave .inv_shareControls,.inv_mobilesmall.inv_videoPlaying .inv_mouseLeave .inv_shareControls
,.inv_iostablet.inv_videoPlaying .inv_mouseLeave .inv_shareControls,.inv_tablet.inv_videoPlaying .inv_mouseLeave .inv_shareControls {
	left: 0px;
	top: -40px;
}
.inv_mobilelarge.inv_videoPlaying .inv_mouseEnter .inv_shareControls,.inv_mobilesmall.inv_videoPlaying .inv_mouseEnter .inv_shareControls
,.inv_iostablet.inv_videoPlaying .inv_mouseEnter .inv_shareControls,.inv_tablet.inv_videoPlaying .inv_mouseEnter .inv_shareControls {
	left: 0px;
	top: 0px;
}
.inv_mobilelarge .inv_shareControls,.inv_mobilesmall .inv_shareControls
,.inv_iostablet .inv_shareControls,.inv_tablet .inv_shareControls
{
	width: 100%;
    height: 40px;
    position: relative;
    float: left;
}
.inv_facebookBtn
{
	background-image: url('../images/fb.png');
	background-position: 0;
}
.inv_twitterBtn
{
	background-image: url('../images/twitter.png');
	background-position: 0;
}
.inv_linkedInBtn
{
	background-image: url('../images/linkedIn.png');
	background-position: 0;
}
.inv_googlePlusBtn
{
    background-position: -21px -508px;
}
 .inv_youtubeChannelIcon
{
    background-position: -133px -509px;
} 
.inv_emailBtn
{
	background-image: url('../images/email.png');
	background-position: 0;
}
.inv_emailBtn a
{
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
}
.inv_emailBtn img
{
	text-decoration:none;
	border:0px;
	width:100%;
	height:100%;
	cursor:pointer;
}
.inv_downloadBtn {
    width: 41px;
    height: 100%;
    float: right;
    cursor: pointer;
    background-image: url(../images/sprites.png);
    background-repeat: no-repeat;
    background-position: -81px -23px;
    position: relative;
    overflow: hidden;
	border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #000;
}

.inv_playerContainer[inv_playertype="singleplayer"].inv_tablet .inv_downloadBtn,
.inv_playerContainer[inv_playertype="singleplayer"].inv_mobilelarge .inv_downloadBtn {
	width: 50px;
}
.inv_downloadBtn:hover
{
	background-position: -81px -82px;
}
.inv_mobilesmall .inv_downloadBtn,
.inv_iostablet .inv_downloadBtn,
.inv_mobilelarge .inv_downloadBtn
{
	display:none !important;
	width:0 !important;
	height:0 !important;
}

/*----------------------------------------------Htmp5 not supoorted----------------------------------------------*/
.inv_playerContainer.noHtml5Support
{
	min-height:20px !important;		
}
.inv_playerContainer.noHtml5Support .inv_videoMainContainer>div:not(.inv_videoMainContainer_inner)
{
	display:none !important;	
	width:0px !important;	
	height:0px !important;	
}
.inv_playerContainer.noHtml5Support .inv_videoLoaderArea,.inv_playerContainer.noHtml5Support .inv_overlayPlay
{
	display:none !important;	
}

/*----------------------------------------------Context Menu----------------------------------------------*/
.contextMenu {
	position: absolute;
	width:auto !important;
	z-index: 0;
	padding: 0px;
	margin: 0px;
	opacity: 0;
 	transition: opacity 0.1s linear;	
	height:auto;
	display:none;
}
.contextMenu.activate
{
	z-index: 99999;
	opacity: 1;
	transition: opacity 0.1s linear;
	display:block;	
}
.contextMenu li {
	text-align:left !important;
	list-style: none outside none !important;
	padding: 0px !important;
	margin: 0px !important;
	width:100%;
	height:auto;
	background:none !important;
	color: #ffffff;
	background-color: #213540;
}
.contextMenu a {
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	position:relative;
	float:left;
	font-size: 12px;
	width:100%;
	height:20px;
	line-height: 20px;
	text-align:left;
	white-space:nowrap;
	color: #213540;
	background-color: #ffffff;
	border: solid 1px silver;
}
/*----------------------------------------------colorbox----------------------------------------------*/
#colorbox .inv_playerContainer[inv_integrationMethod='colorbox']
{
	min-height:200px;
}
#colorbox .inv_mobilelarge.inv_Lumia930 .inv_videoControls
{
	position:relative;
	float:left;	
	bottom:0px;
}
#colorbox .inv_mobilelarge.inv_Lumia930.inv_FullScreen .inv_videoControls
{
	position:fixed;
}
/*------------------------------------------------Remove all while fullscreen-----------------------------------------------------*/
.inv_FullScreen.inv_mobilelarge .inv_infoContainer,.inv_FullScreen.inv_mobilesmall .inv_infoContainer
.inv_FullScreen.inv_mobilelarge .inv_videoInformation,.inv_FullScreen.inv_mobilesmall .inv_videoInformation
,.inv_FullScreen.inv_mobilelarge .inv_shareContainer,.inv_FullScreen.inv_mobilesmall .inv_shareContainer
,.inv_FullScreen.inv_mobilelarge .inv_segmentShareHandlers,.inv_FullScreen.inv_mobilesmall .inv_segmentShareHandlers
,.inv_FullScreen.inv_mobilelarge .inv_chaptersContainer,.inv_FullScreen.inv_mobilesmall .inv_chaptersContainer
,.inv_FullScreen.inv_mobilelarge .inv_hotspotVideoWrapper,.inv_FullScreen.inv_mobilesmall .inv_hotspotVideoWrapper
,.inv_FullScreen.inv_mobilelarge .inv_videoRelatedContentWrapper,.inv_FullScreen.inv_mobilesmall .inv_videoRelatedContentWrapper
,.inv_FullScreen.inv_mobilelarge .inv_videoGalleryWrapper,.inv_FullScreen.inv_mobilesmall .inv_videoGalleryWrapper
{
	display:none !important;
}

.inv_videoMainContainer.noCursor,.inv_videoMainContainer.noCursor *
{
	cursor:none !important;
}
/*------------------------------------------AA Accessible----------------------------------------------*/
.inv_videoReady .inv_videoControls.inv_accessible
{
	display:block !important;
	bottom:0px !important;
}

.inv_playerContainer .removeOutline
{
	outline: none !important;
}
.inv_bannerPlayer .inv_shareContainer{
	display:none;
}