@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body{
	font-family: 'Droid Arabic Kufi', sans-serif; 
}

.langwhite{
	color: #fff;
	background-color: rgba(0,0,0,0.1);
	padding: 5px 15px;
}
.brands-logo .a{
	margin:0px 10px;
}
.langblack{
	color: #000000;
	background-color: rgba(255,255,255,0.1);
	padding: 5px 15px;
}
.contact-events{
	font-size: 14px;
	line-height: 21px;
}
.y-terms{
	margin: 10vh 10vw;
}
.no-desktop{
	display: none;
}
.modal-dialog{
	    margin: 50vh 20vw;
}
.y-logo{
	margin:10px 10px 25px 10px;
}
.right{
	float: right;
}
.left{
	float: left;
}
.no-float{
	float: none;
}
.padding{
	padding: 10px;
}
.center{
	vertical-align: center;
	margin: auto auto;
}
.none{
	display: none;
}
.clear{
	clear: both;
}
.text-white{
	color:white;
}
.bg-black{

	background-color: #000;
}
/************ End GLobal *************/ 


/************************** iPad ***************************/

@media screen and (max-width: 768px){
.no-ipad{
	display: none;
}
.container{
	text-align: center;
}
.right{
	float: none;
}
.left{
	float: none;
}
.ipad{
	display: block;
}
}
/************* End iPad *********/

/************************** iPhone ***************************/

@media screen and (max-width: 480px){
.container{
	text-align: center;
}
.no-iphone{
	display: none;
}
.right{
	float: none;
}
.left{
	float: none;
}
.canse{
	height: 10vh;
}
.iphone{
	display: block;
}
}

/************* End iPhone *********/
