/* Add here all your CSS customizations */
h1,h2,h3,h4,h5,h6,a, i{
    font-weight: bold;
    font-family: 'Droid Arabic Kufi';
}
label{
    font-size: 1.8em;
    margin-bottom: 1em;
    margin-top: 1em;
}
ul.nav-list.primary > li a {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-image: url(img/list-primary.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #EDEDDE;
	padding: 8px 15%;
	transition: all 0.3s;
}

select.form-control {
	height: 46px;
	padding: 5px;
}
