@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);
HTML, BODY {
	margin:0px;
	padding:0px;
}
BODY {
	font-family: "Alef Hebrew",
               "Helvetica Neue",
               Helvetica,
               Arial,
               sans-serif;
	line-height: 2em;
	color: #373737;
	font-size: 100%;
	background-color: #242424;
	height: 100%;
	text-align: center;
	direction: rtl;
	overflow: hidden;
}
.depart {
	
	color: #F9B26B;
	
	padding-left:30px
	
	}
A {
	color: #FFF;
	text-decoration: none;
}
A:HOVER {
	text-decoration: none;
	color: #f68b1f;
}
/************additions, adjustments******************************************/
#container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px solid red;
	background-image:#242424 url(../images/bg.png);

/*background: rgb(0, 0, 0) transparent;  default fallback */
/*background: rgba(0, 0, 0, 0.5);  nice browsers */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)"; /* IE8 */
	z-index: 99;
}
            #content {border: 0px solid #000000; position:absolute;  top: 3%; width: 1100px; z-index: 5; left: 50%; margin-left: -550px;}
            #top {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	border: 0px solid #000000;
	color: #ffffff;
	font-size: 2.3em;
	line-height: normal;
}
            #content img{vertical-align: middle; }
            ul {
                list-style: none outside none;
                /*margin: 0 auto;
                width: 100%;*/
                text-align: center;
                display: block;

-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;

            }
            ul li{
            display: inline;
            padding: 0  0 0 8px;
            font-size: 1.3em;
            }
            

            
#bgImg{ 
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#bgVideo{ 
    /*position: absolute;
    top: 0;
    left: 0;*/
    border: 0;
    z-index: 2;
    /*width: 100%;
    height: 100%;*/

  width: auto    !important;
  max-height: 100% !important;
}


#bodyDummy{ 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    /*width: 100%;*/
    height: 100%;
}  
/*
.live img  
{
    width: 196px;
    height: 196px;
    margin: 2% 0;
}   


.live img+img {
  display:none;
}
*/

/************bootstrap adjustments*****************/
.thumbnail {
background-color: transparent;
border: 0px solid #ddd;
padding:0;
margin:0;
}

ul li , ul li a{
font-size: 1.4em;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 1024px or less */
@media screen and (max-width: 1024px) 
{
    #bgVideo
{
    display:none;
}
#container
{
       /*overflow-y: auto ! important;
        overflow-x: hidden ! important;*/
        background: #242424 url(../images/bgmovie.jpg) no-repeat; 
        background-size: cover;
        background-size: contain;
        background-position: center;
}


	#content, #top {
		width: 100%;
		/*padding: 1% 4%;*/
		margin: 0;
		position: relative;
		left:auto;
	}
	

}


/* for 600px or less */
@media screen and (max-width: 600px) 
{
#sVideo {display:none;}   
#container
{
 background: #242424; 
 width: 100%; 
 margin: auto;

}

	#content, #top {
		width: 100%;
		float: none;
		left: 0;
		top: 1%;
	}
	
	#top
	{
    line-height: 34px;
    margin: 0 0 20px 0;
	}
	#content #top img
	{
	 width: 100%;  
	 height:100%; 
	}
	/*
	#content {position: absolute;  top: 30%; width: 100%; z-index: 5;}
	*/
	            ul li {
            display: block;
            text-align: center;
            padding: 5px 10px;

            }
            
            .dot {display: none;}
            
	            }
	/*            
  .live img {
    display:none;
    
  }
  .live img+img {
    display:block;
    margin: auto;
    text-align: center;
        width: 75px;
    height: 74px;
  }
*/
#footer
{
   top: 500px;
}

/* for 480px or less */
@media screen and (max-width: 480px) {
/*
	#header {
		height: auto;
	}
	h1 {
		font-size: 24px;
	}
	#sidebar {
		width: auto;
		float: none;
	}
*/
}


#footer {
color: #fff;

position:absolute; 
bottom: 0; 
z-index: 5;
height: 75px;
width: 100%;
text-align: center;
padding: 5px 0 25px;
}


	/*#wrap {padding: 20px;}*/
	#controls {
		margin-bottom: 0;
		float: right;
		margin: 10px 0;
		background: #fff;		
	}	

/* Mobile (portrait) 
@media only screen and (max-width: 767px) {

	.wrap { max-width: 300px; }
	body { line-height: 1.615384615384615em; }
	p { margin-bottom: 1.615384615384615em; }

	#controls {
		margin-bottom: 0;
		float: left;
		margin: 10px 0;
		
	}
	
	
}
*/
}
