@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

body {
	font-family: 'Droid Arabic Kufi', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Droid Arabic Kufi', Arial;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-moz-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-webkit-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-ms-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}
@-o-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -300px 0; }
}

.uk-icon-button {
	background-color:#C9942B;
	font-weight:bold;
	COLOR:#ffffff;
}

.uk-accordion-title {
	background-color:#691d05 !important;
	COLOR:#ffffff;
	font-family: 'Droid Arabic Kufi', sans-serif;
}