﻿body{
    margin:0;
    padding:0;
    background:LIGHTGREY;
}
.wrapper{
    max-width:950px;
    margin:100px auto auto auto;
   background:#EFEFEF;
   padding:0 20px 0 20px;
   display:table;
   border-top:5px solid LIGHTBLUE;
   border-radius:5px;
}
header{
    width:100%;
    position:relative;
}
.cv_image{
    width:150px;
    height:150px;
    position:absolute;
    background:#FFF;
    margin:-78px auto;
    padding:10px;
    border:8px solid #EFEFEF;
    left:5%;
    right:5%;
    overflow:hidden;
}
.image{
    width:100%;
    height:100%;
    position:relative;
}
ul{
    padding-left:2px;
}
li{
    list-style:none;
	display:inline-block;
    padding:3px 7px 3px 7px;
    margin-bottom:5px;
    background:LIGHTBLUE;
    color:#FFFFFF;
    font-size:12px;
}
.image img{
    width:130%; /* التحكم فى حجم الصورة */
    position:absolute;
    RIGHT:-26px; /* التحكم فى مكان الصورة */
        TOP:-16PX;
}
.cv_image,
.image{
    
           border-radius:50%;
}
.name{
    width:100%;
    text-align:center;
    padding-top:86px;
}
.name div{
    font-size:17px;
    font-weight:bold;
    margin-top:6px;
}
h1{
    margin:0;
    font-weight:900;
    font-size:23px;
}
.content{
    width:100%;
    min-height:300px;
    margin:35px auto;
    border-top:4px solid #EFEFEF;
}
.kill{
    padding:0;
}
.pright{
    padding-right:60px;
}
h3{
    font-size:17px;
    font-weight:600;
    color:#0036b552;
    margin-bottom:16px;
}
section{
    padding:10px 0 10px 0;
}
section p{
    border-left:2px solid #337ab7;
    padding-left:7px;
    text-align:justify;
}
h4{
    font-size:14px;
    font-weight:bold;
    color:#737373;
}
.progbar{
    height:25px;
    line-height:25px;
    background:LIGHTBLUE;
    margin-bottom:10px;
    color:#FFF;
    text-align:right;
    padding:0 10px 0 10px;
}
.progbar span{
    float:left;
}
.contact{
    height:35px;
    width:100%;
    font-weight:600;
    color:#777373;
    font-size:15px;
}
.contact a{
    color:#777373;
}
.contact span{
    width:45px;
    color:GREY;
    line-height:35px;
    margin-right:5px;
    font-size:16px;
    text-align:center;
    border-right:1px solid #EFEFEF;
    border-bottom:1px solid #EFEFEF;
    BACKGROUND:LIGHTBLUE;
}
@media screen and (max-width: 767px){
    .pright{
        padding-right:0;
    }
}
footer{
    width:100%;
    height:50px;
    text-align:center;
    margin-bottom:15px;
}
footer a
{
    display:inline-block;
    width:30px;
    padding:4px 0 4px 0;
    background:GREY;
    color:#FFF;
    margin:15px 0 0 0;
    text-decoration:none;
}

footer a:hover{
	
background-color: blue;
	color:GRAY;
	
	
}

footer a:focus{
	
background-color: LIGHTBLUE;
	color:white;
	
}



.link1,
.link1:hover,
.link1:focus{
    position:fixed;
    top:50%;
	height:35px;
    text-decoration:none;
    color:#FFF;
    background:LIGHTBLUE;
    padding:0 20px 0 20px;
    font-family:'Droid Arabic Kufi',serif;
    font-size:17px;
    line-height:35px;
}
