@font-face {
    /*font-family: 'FbDinamika';
    src: url('../font/FbDinamika-Regular.otf');
	font-family: 'Noto Serif Hebrew', serif;
    src: url('../font/NotoSerifHebrew-VariableFont_wdth,wght.ttf');*/
	font-family: 'FbHadasaNew Regular';
	src: url('../font/FbHadasaNew-Regular.otf');
	font-style: normal;
	
}
html, body{
	width: 100%;
	height: 95%;
	background-color: #252930;
	overflow-y: overlay;
	overflow-x: hidden;
	/*font-family: 'FbDinamika';	*/
	font-family: 'FbHadasaNew Regular';
	color: white;
}
:lang(en){
	/*font-family: 'Titillium Web', 'FbDinamika' !important;*/
	font-family: 'FbHadasaNew Regular' !important;
	direction: ltr;	
}

video::-webkit-media-controls-fullscreen-button
{
        display: none !important;
}

.user-identifier{
	display: block;
	position: fixed;
	color: white;
	left: 0.5%;
	top: 5%;
	z-index: 10;
}
.h-centred{	
	left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);	
}

.v-centred{	
	top: 50%;	
	transform: translate(0, -50%);
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.d-expand{
	position: fixed;
	top: 5px;
	right: 1vw;
	width: 2vw;
	z-index: 2;
	background-color: black;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.i-expand{	
	width: 100%;	
}

.d-expand:hover{
	cursor: pointer;	
}

.top-menu{	
	font-size: 1.5vw;
	position: fixed;
	z-index: 2;
	top: 3%;
	width: 100%;
	height: 7vh;
	background-color: #000000;	
}

.d-logo, .d-wedding-logo{
	position: fixed;
	top: -40%;
	right: 3%;
	width: 10vw;
	z-index: 2;	
}
.d-wedding-logo{
	display: none;
	left: 5.5vw;
}
.i-logo{	
	width: 100%;	
}

.d-top-menu-btns{
	direction: rtl;	
	position: relative;
	right: 13%;		
}
.top-menu-btn{
	display: inline-block;
	font-size: 1.5vw;
	width: 7%;
	color: #5ABDBF;
	font-weight: bold;
	text-align: center;		
	text-align: center;
	position: relative;	
}

.top-menu-manage{
	position:relative;
	right: 30%;	
}


/*.top-menu-live:hover > .top-menu-live-sub{
	display: block;
}*/


.top-menu-btn:hover{
	cursor: pointer;	
}

.top-menu-btn:after {
	  display:block;
	  content: '';
	  border-bottom: solid 1px white;  
	  transform: scaleX(0);  
	  transition: transform 250ms ease-in-out;
}
.top-menu-btn:hover:after { transform: scaleX(1); }

.top-menu-btn-a{
	color: inherit; /* blue colors for links too */
	text-decoration: inherit; /* no underline */
}
/*.top-menu-chosen{
	color: #60AFFC;
}*/

.no-border{
	border: none;
}

.top-menu-manage-sub, .top-menu-live-sub{
	display: none;		
	position: absolute;
	padding: 10 0 10 0;
	top: 3.5vh;		
	background-color: #313131;
	color: white;
	z-index: 3;	
	overflow: visible;
	font-size: 1.3vw;
	border-radius: 10px;
}

.top-menu-manage-sub:hover{
	display: block;
}

.top-menu-manage-sub > div, .top-menu-live-sub  > div{
	padding: 0 10 0 10;
	vertical-align: middle;
}

.top-menu-manage-sub > div:hover, .top-menu-live-sub > div:hover{
	background-image: url("../img/HighLightHoover.png");	 
    background-repeat: repeat-x;
	cursor: pointer;	
}

.top-menu-manage:hover  .top-menu-manage-sub{
	display: block;
}
.d-top-menu-search{		
	display: inline-block;
	width: 13vw;
}
.i-search{
	display: inline-block;
    position: relative;    
    height: 1vw;
	left: 13%;
    top: 5px;
    z-index: 3;    
    opacity: 0.5;
	cursor: pointer;
}

.top-menu-search{
	display: inline-block;
    font-size: 1vw;
    color: #00C0C0;
    width: 90%;    
    padding-left: 1.5vw;
    padding-right: 0.5vw;
    border-radius: 15px;
    border: 1px solid #00C0C0;
    background-color: #FFFFFF99;    
    bottom: 0.2vw;
}

.top-menu-search::placeholder{
	color: #000000;
	opacity: 0.5;
	font-style: italic;
	font-family: 'FbHadasaNew Regular';
}

.top-menu-search:focus{
	background-color: white;
}


.top-menu-lang-control{	
	font-size: 0.75vw;
    height: 80%;
    width: 8%;
    position: absolute;
    left: 4vw;
	bottom: 0px;
}
.top-menu-lang-control > .s-lang{
	/*bottom: 0px;*/
}
.top-menu-lang-control > .s-lang:hover{
	cursor: pointer;
	color: 898989;
}
.lang-control{
	
    height: 100%;
    width: 8%;
    position: fixed;
    left: 22%; 
	padding-top: 20px;
}

.s-lang{				
	position:relative;
	display: inline-grid;
	margin: 0 15 0 15;	
}
.s-lang:hover{
	cursor: pointer;	
}
.lang-us{
	font-size: 0.75vw;
}

.lang-he{
	font-size: 0.75vw;	
}

.i-lang{	
	width: 1.2vw;	
}
.sp-lang{
	position:absolute;
	top: 13px;
}

.d-btn-logout{	
	display: inline-block;
    position: fixed;
    top: 7%;
    left: 15%;
    font-size: 1.1vw;
    color: white;
    border-color: #5ABDBF;
    border-radius: 15px;
    border-width: 3px;
    border-style: solid;
    padding: 0 40 0 40;
}
/*.d-btn-logout:lang(en){
	font-size: 1vw;
}*/


.d-btn-logout:hover{	
	cursor: pointer;
	color: 898989;
}

#d-top-menu-sub-container{
	width: 100%;
	background-color: black;	
}

#d-top-menu-sub{
	width: 85%;
    text-align: right;
    position: fixed;
    right: 14.5vw;
    top: 7vh;
}
.d-top-menu-vod-category{
	display: inline-block;
	font-size: 1vw;
	padding: 0 0 0 40;
	cursor: pointer;
}

.d-top-menu-vod-category:after {
	  display:block;
	  content: '';
	  border-bottom: solid 1px white;  
	  transform: scaleX(0);  
	  transition: transform 250ms ease-in-out;
}
.d-top-menu-vod-category:hover:after { transform: scaleX(1); }

.d-video-player{	
	position: absolute;
    z-index: 2;
	overflow: hidden;
    width: 80vw;
    height: 95vh;
    top: 3%;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
	background-color: black;
}

.d-video-player-server-picker{
	position: fixed;
	color: white;
	left: 9.5%;
	top: 1%;
	background-color: #FFFFFF;	
	z-index: 3;
	text-align: center;
	/*font-family: 'FbDinamika';*/
}
.d-video-player-container{
	position:fixed;	
	display:inline-block;
	max-width: 100%;
	top: 0;
}

.video-player{
	z-index: 1;
    position: relative;
    display: inline-block;
    height: 99.5%;
    width: 100%;	
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);	
}

.d-video-player:hover > .d-player-settings{	
	display:inline-block;	
}

.d-video-controls{
	width: 100%;
	height: 100%;	
}
.d-collapse{
	display: none;
	position: fixed;
	top: 5px;
	right: 1vw;
	width: 2vw;
	z-index: 2;
	background-color: black;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.i-collapse{	
	width: 100%;	
}

.d-collapse:hover{
	cursor: pointer;	
}
:-webkit-full-screen .d-collapse {
	display: block;
}

.d-player-settings{
	direction:rtl;		
	position: absolute;
	bottom: 50px;
	right: 5px;
	/*width: 5vw;*/
	z-index: 2;
	background-color: black;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.i-player-settings{	
	width: 100%;
	position:absolute;
	bottom: 0;
	display:inline-block;
	width: 1vw;	
}
.d-player-settings:hover .d-player-quality-picker{	
	display:inline-block;
}

.d-player-settings:hover{
	cursor: pointer;	
}
:-webkit-full-screen .d-player-settings {
	display: block;
}

.d-player-quality-picker{
	display:none;
	padding-right: 1.2vw;
}

.d-player-quality{
	display:table-row;
	text-align: center;
}

.d-player-quality:hover{
	background-image: url("../img/HighLightHoover.png");	 
    background-repeat: repeat-x;
	cursor: pointer;	
}

.d-close{	
	position: fixed;
	top: 5px;
	left: 1vw;
	width: 2vw;
	z-index: 2;
	background-color: black;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.i-close{	
	width: 100%;	
}

.d-close:hover{
	cursor: pointer;	
}
:-webkit-full-screen .d-close {
	display: block;
}

.side-menu{
	direction: rtl;
	position: fixed;
	top: 25%;
	width: 12%;
	right: 1vw;
	padding: 5 5 5 15;
	background-color: 323232;
	color: white;
	font-size: 1.3vw;
	z-index: 3;	
	display: table;	
	border-radius: 10px;
	box-shadow: 2px 2px 2px 2px #391813;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);		
}

.side-menu-category{	
	display: table-row;	
}
.side-menu-category > span{		
	display: table-cell;
	padding: 10 10 10 0;	
}

.side-menu-category:hover{	
	background-image: url("../img/HighLightHoover.png");	 
    background-repeat: repeat-x;
	cursor: pointer;	
}

.d-category-control{		
	text-align: center;
	width: 90%;	
	margin-left: auto;
	margin-right: auto;	
	display:flex;
    flex-direction:row;
	justify-content: space-around;
}

.d-category-control-btn{
	display:flex;
    flex-direction:column;
	cursor: pointer;
	border-radius: 5px;
	color: white;
	padding: 2 5 2 5;
	margin-left: 7px;
	margin-right: 7px;
	text-align: center;
	width: 90%;	
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2vw;
}

.d-category-control-save{
	background-color: #00CD00;
	background-image: url("../img/V.png");
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
	margin-right: 5px;
	display: none;	
}
.d-category-control-cancel{
	background-color: #FE0002;
	background-image: url("../img/X.png");
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
	margin-right: 5px;
	display: none;	
}
.d-category-control-new{
	background-color: #00C666;
	display: none;	
}

.d-category-control-edit{
	background-color: #5CAFFF;
}

.d-category-control-delete{
	background-color: #FF9E49;
	display: none;	
	margin-left: 5px;
	margin-right: 5px;
}
.i-category-control-name{	
	width: 70%;
	background-color: #666666;
	color: white;
	border-radius: 5px;
	border-width: 0px;
	text-align: center;
	font-size: 0.8vw;	
}
.sp-vod-category-name{
	display: inline-block;
    font-size: 2vw;    
    color: #00C0C0;
    padding: 0 20 0 0;
}

.sp-vod-category-border{
	display: inline-block;
    height: 40px;
    width: 5px;
    background-color: #00C0C0;
    border-radius: 99px;
    margin-left: 10px;
    position: absolute;
}
	
.img-arrow{
	width: 8%;		
}
.vod-assets{
	direction: rtl;
    position: fixed;
    top: 17%;    
    width: 98%;
    height: 80%;
    z-index: 2;
    overflow: auto;
}
.vod-assets-header{
	font-size: 2.5vw;
	padding-right: 10px;
	color: white;
	border-bottom: 1px solid #999999; 
}

.btn-vod-display-toggle{
	position: absolute;
    left: 1%;    
    width: 2%;
}

.btn-vod-display-toggle:hover{
	width: 2.5%;    
    background-color: white;
    opacity: 90%;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.vod-assets-item{
	display: inline-block;
	position:relative;
	width: 23%;
    height: 31.5%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1%;
	padding-right: 1%;
	font-size: 1.4vw;
	color: #FEFEFE;
	text-align: center;	
	cursor: pointer;
	transition: all 0.3s ease;	
}

.d-vod-assets-img{
	width: 100%;	
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.d-vod-assets-overlay{	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: url("../img/Play.png") center no-repeat;*/
	text-align: center;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	
}
.d-vod-assets-overlay:before {
	content: ' ';
	display: inline;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-image: url(../img/Play.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;	
}

.d-vod-assets-overlay:hover:before{
	opacity: 0.9;
}



.vod-assets-img{	
	width: 100%;
}

.d-vod-assets-img:hover > .d-vod-assets-overlay{	
	opacity: 0.9;	
}

.d-vod-assets-img:hover .d-vod-assets-overlay-info{	
	height: 35%;	
}

.d-vod-assets-img:hover .p-vod-date{	
	display: block;	
}

.d-vod-assets-img:hover .p-vod-length{
	display: block;	
}


.d-vod-assets-overlay-info{
	background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 15%;
    vertical-align: middle;
    color: #00C0C0;
}
.d-vod-assets-overlay-info > p{	
	width: 100%;	
	margin-bottom: 0;
	margin-top: 0;
	padding: 0 0 0 0;
	text-align: center;
	vertical-align: middle;
	color: white;
}

.p-vod-date, .p-vod-length{
	display: none;
	font-size: 0.8em;	
}


.slide-right{
	right: -13%;
}

.fade-out{
	opacity: 0;
	display: none;	
}

.dim{
	opacity: 0.2;
}

.show-div{
	display: block !important;
}	

.show-div-inline{
	display: inline-block !important;
}	

.show-div-visibility{
	visibility: visible;
}	

.allow-overflow{
	overflow-y: overlay;
}

.expandable {  
  overflow: hidden;
  transition: all .5s ease-in-out;
  line-height: 0;
  padding: 0 1em;
  color: transparent;
}

.expanded{
	line-height: 1.5;
	padding-top: 1%;
	padding-bottom: 2.7%;
	color: white;
}

.rotate180{
	transform: rotate(180deg);
}