[href$=".pdf"]::after{
content: " " url("http://www.aboulsaadat.com/wael/imgs/pdf-16.png");
}


*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	-- font-family: 'Lato', sans-serif;
	font-family: 'Georgia', sans-serif;
	color: #000000;
	font-weight: 400;
}

body .row a:visited{
	color:#9C9056;
}

.stdFont{
	color: #000000;
	font-weight: 400;
	font-size: 15px;
}

.white{
	color:#fff!important
}

.navbar{
	margin:0;
	background:#56799C;
	border-bottom:1px solid #ccc
}

.navbar-toggle{
	background:#46629E;
	margin-top:30px
}

.icon-bar{
	background:#fff
}

.img-logo{
	height:90px;
	padding:5px
	}
	
.nav{
	margin-top:20px;
	margin-bottom:10px
}

.nav a{
	color:#FFFFFF;
	font-weight:400
}

.nav a:hover{
	color:#000000;
	font-weight:400
}



.jumbotron{
	background:#2C3E50;
	
}

.footer{
	background:#4F4F4F;
	margin-top:3%
}

.footer p{
	color:#4F4F4F;
}

.btn-primary{
	background:#46629E;
	border:1px solid #29437a
}

.btn-primary:hover{
	background:#29437a;
	border:1px solid #29437a
}

.heading{
	background:#46629E;
	padding:1% 0 1.5%;
	margin-bottom:2%
}

/*
.img-responsive{
	width:100%
}
*/
.col-md-9 h3{
	margin-top:0
}

.col-md-4{
	margin-bottom:2%
}

.jumbotron { 
	max-height: 40px; 
	min-height:40px; 
	margin: 0px; 	
	padding: 0px;
}

.jumbotron h2 { 
		font-size: 1.5em;
		margin: 0px;
		padding: 5px;
		color: #FFFFFF;
}

.topDivider{
    height: 4px;
    background:#BA8418;
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #BA8418 -moz-use-text-color #BA8418;
	border-style: solid none;
	border-width: 0px 0;
	margin: 0px;
	padding: 0px;
}

.middleDivider{
    height: 2px;
    background:#B0B0B0;
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #9C8456 -moz-use-text-color #9C8456;
	border-style: solid none;
	border-width: 0px 0;
	margin: 0px;
	padding: 0px;
}