/* Project Name: Artist Reda Hafez
Author:Reda Hafez
Author URI:http://www.redahafez.com
Author e-mail:artist@redahafez.com
Version:1.0.0
Created:March 2015
License URI:http://www.redahafez.com/
File Description: Coming Soon
*/


#avatar {
-webkit-transition: all .4s cubic-bezier(.37,.26,.35,1);
transition: all .4s cubic-bezier(.37,.26,.35,1);
-webkit-animation: circleAn 4s infinite;
animation: circleAn 4s infinite;
width: 45px;
height: 45px;
position: absolute;
margin: auto;
background-size: cover;
background-position: center center;
border-radius: 100%;
box-shadow: 0px 30px 30px -25px rgba(0,0,0,0.6);
display: inline-block;
margin: 0 auto 19px auto;
margin-bottom: 5px;
background-color: rgba(171, 13, 171, 0.21);
animation-duration: 4.5s;
}


@-webkit-keyframes circleAn {
  0%   {
    box-shadow:
      0px 30px 30px -25px rgba(0,0,0,0.6),
      0px 0px 0px 0px rgba(102,52,105,1),
      0px 0px 0px 0px rgba(102,52,105,.7),
      0px 0px 0px 0px rgba(102,52,105,.5);
  }
 100% {
   box-shadow:
     0px 30px 30px -25px rgba(0,0,0,0.6),
     0px 0px 0px 70px rgba(102,52,105,0),
     0px 0px 0px 200px rgba(102,52,105,0),
     0px 0px 0px 300px rgba(102,52,105,0);
  }
}
@keyframes circleAn {
  0%   {
    box-shadow:
      0px 30px 30px -25px rgba(0,0,0,0.6),
      0px 0px 0px 0px rgba(75, 255, 0, 0.45), 0px 0px 0px 0px rgb(255, 193, 7), 0px 0px 0px 0px rgba(0, 231, 255, 0.62);
  }
 100% {
   box-shadow:
     0px 30px 30px -25px rgba(0,0,0,0.6),
     0px 0px 0px 70px rgba(102,52,105,0),
     0px 0px 0px 200px rgba(102,52,105,0),
     0px 0px 0px 300px rgba(102,52,105,0);
  }
}



/* Typing */

.wrap{
	max-width: 600px;
	margin:150px auto;
}

.type-wrap{
	margin:10px auto;
	padding:20px;
	background:#f0f0f0;
	border-radius:5px;
	border:#CCC 1px solid;
}

.links{
	margin:20px 0;
	font-size: 0.75em;
	text-align: center;
}


.fullscreen-bg {
	background: url("../images/egyptian_presidential_election.jpeg") 50% 0px no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (min-width: 992px){
.col-md-offset-2 {
    margin-left: 0 !important;
}
}

.col-md-offset-2 {
    margin-left: 0 !important;
}

