
@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);


@font-face {
    font-family:'MhgozFont';
	src: url('fonts/MHGOZ-Light.eot');
	src: local('?'), url('fonts/MHGOZ-Light.woff') format('woff'), url('fonts/MHGOZ-Light.ttf') format('truetype'), url('fonts/MHGOZ-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family:"GE Flow";
	src: url("fonts/GE_Flow_Regular.otf"),
	    url("fonts/GE_Flow_Regular.eot?") format("eot"),
	    url("fonts/GE_Flow_Regular.woff") format("woff"),
	    url("fonts/GE_Flow_Regular.ttf") format("truetype"),
	    url("fonts/GE_Flow_Regular.svg#GEFlow") format("svg");
	font-weight:normal;
	font-style:normal;
	}
	body{
	  font-family: Droid Arabic Naskh;
	  color:#FFF;
	  font-weight:bold;
	}
	h2{
		  font-family: open sans;
		  font-weight: bold;
		  font-size: 27px;
		  font-style: normal;
	}	
	h4{
		  font-family: open sans, arial;
		  font-weight: bold;
		  font-size: 17px;
		  font-style: normal;
	}
	a{
	font-weight: normal;
	font-style: normal;
	}
	
	.input-group-addon:first-child {
  border-radius: 0 5px 5px 0;
}