html {
    direction: rtl;
}
@font-face {
    font-family: cocon;
    src: url('cocon_ar.ttf');
}
@font-face{
    font-family: cocon_en;
    src: url('cocon.ttf');
}
@font-face {
    font-family: math;
    src: url('u2000.ttf') format("truetype");
}
u {
    text-decoration: none;
    border-bottom: solid 1px #000;
}
body {
    direction: rtl;
    overflow: hidden;
    font-family: cocon;
    text-align: center;
    /*background-color: #000;*/
    background-color: transparent;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 25px;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.en {
    direction: ltr;
}

    .en body {
        direction: ltr;
        font-family: math,cocon_en;
    }

#main, #init {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 770px;
    width: 1160px;
    background: #fff;
    overflow: hidden;
    margin-left: -580px;
    margin-top: -385px;
    display: none;
}

#init {
    background: url(../img/loading.gif) no-repeat center center #fff;
    display: block;
}

#title {
    display: inline-block;
    position: relative;
    font-size: 30px;
    padding: 0 30px;
    z-index: 5;
    text-align: center;
    max-width: 985px;
    text-align: center;
    min-width: 290px;
    height: 70px;
    line-height: 70px;
    top: 35px;
}

#staticscreen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    cursor: default;
}

#loading {
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 999;
}

#progress {
    position: absolute;
    height: 10px;
    background-color: red;
    width: 0px;
    bottom: 0;
    left: 0;
    z-index: 100;
}

#play {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    display: none;
    opacity: .8;
    cursor: pointer;
    background: url(../img/play.png) center center no-repeat rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

#sc_content, #sc_content_text_only {
    overflow: hidden;
    color: #000;
    padding: 7px;
    text-align: right;
    position: absolute;
}

html.en #sc_content , html.en #sc_content_text_only {
    text-align: left;
}

#sc_img {
    position: absolute;
}



.sc_vid {
    position: absolute;
}

    .sc_vid video {
        /*display: none;*/
        overflow: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
    }
	
	.sc_vid img {
        overflow: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
		
		border-color: #FFFFFF;
		border-style: solid;
		border-width: 5px;
		border-radius: 12px;
		background-color: #fff;
		width: 640px;
		height: 510px;
    }



#sc_content li, #sc_content_text_only li {
    display: none;
}

#sc_img div {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

#next, #prev {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
    cursor: pointer;
}

#prev {
    right: 0px;
}

    #prev:hover, #next:hover {
        opacity: 1;
    }

.liclass {
    list-style-type: none;
    line-height: 1.8;
    color: #000;
    margin: 15px 0;
    padding-right: 30px;
}

.en .liclass {
    direction: ltr;
}

@media (max-height: 780px) {
    body {
        font-size: 22px;
    }

    #main, #init {
        height: 500px;
        width: 900px;
        margin-left: -450px;
        margin-top: -250px;
    }

    #title {
        max-width: 759px;
        min-width: 300px;
        height: 54px;
        line-height: 54px;
    }

    #loading {
        left: 12px;
        top: 12px;
    }

    #progress {
        height: 5px;
    }

    #sc_content, #sc_content_text_only {
        padding: 5px;
    }

    .liclass {
        line-height: 33px;
    }
    
    .sc_vid img {
        width: 450px;
        height: 315px;
    }
}
#sc_img img {
  width: auto;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 650px){
	#main{
		zoom:0.62;
	}
  }
@media screen and (min-width: 650px) and (max-width: 700px){
	#main{
		zoom:0.68;
	}  
  }
@media screen and (min-width: 700px) and (max-width: 750px){
	#main{
		zoom:0.75;
	}  
  }
@media screen and (min-width: 750px) and (max-width: 800px){
	#main{
		zoom:0.8;
	}  
  }
@media screen and (min-width: 800px) and (max-width: 850px){
	#main{
		zoom:0.87;
	}  
  }
@media screen and (min-width: 850px) and (max-width: 900px){
	#main{
		zoom:0.94;
	}  
  }
@media screen and (min-width: 900px){
	#main{
		zoom:1;
	}  
  }