@font-face {
	font-family: fb;
	src: url(../../css/FrutigerBold.ttf);
}
@font-face {
	font-family: fl;
	src: url(../../css/FrutigerLight.ttf);
}


body {
	background: #f5f5f5 url('../img/bg.png') repeat center center fixed; 
	margin: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	overflow: scroll;
}
.content {

	margin:0 auto;
}

.logo {
	width: 250px;
	position: relative;

}

#player {
	position: relative;
	display: block;
	width: 100%;

	margin: 0 auto;
}
.video {
margin:0 auto;

/*z-index: -99 !important;*/
	
}
iframe {
	/*z-index: -99999999;*/
	position: relative;
}
h1 {
	font-family: fl;
	color: #4d53a4;
	font-size: 20px;
}

.social {
	color: #4d53a4;
	text-decoration: none;
	font-size: 40px;
	margin: 10px;
	position: relative;
	top:0px;
	right: 120px
}

.totaqa {
	font-family: fb;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 20px;

}
.sliders {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow:hidden;	
}
.sliders a {
	width: 80px;
	display: inline-block;
		font-family: fb;
		color: #4d53a4;
		text-decoration: none;
}
.sliders img {
	border-radius: 25px;
}
.sponsers {
display: block;
margin-bottom: 50px;
}
.sponsers a {
color: white;
font-size: 30px;
text-decoration: none;
}
.sponsers span {
	color: white;
	font-size: 25px;
	display: block;
	font-family: fl;
	text-decoration: none;
	margin: 0 auto;
	line-height: 1;
}
.tohome {
	width: 100%;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.3);
	
	position: fixed;
	bottom: 0;
}
.sliders p {
	display: inline-block;
	text-align: center;
}
span {
	display: block;
	width: 80px;
	text-align: center;
}
strong {
	font-family: fb;
	font-size: 52px;
}

/*codeSaleh*/
.imgc{margin:auto;}
.container{width:70%;}
.iframevideo{ width:80%;}
/**الشاشة الكبيرة**/
@media (min-width: 1200px)
{
	.container{width:70%;}
	.iframevideo{ width:80%;}
}


@media  (max-width:991px) and (min-width: 768px) 
{ 
.container{width:100%;}
.logo {
	width: 250px;}
}



@media  (max-width:991px) and (min-width: 768px) 
{ 
.container{width:100%;}
.iframevideo{ width:100%;}
.logo {
	width: 250px;}
}


@media (max-width: 768px)
{
.container{width:100%;}

.logo{    width: 80%;
    position: relative;
    right: initial;}
.iframevideo{width:100%;}
}