.flip3D3{ width:160px; height:160px; margin:10px; float:left; text-align: center; border-radius: 50%; }
.flip3D3 > .front{
	position:absolute;
    color: #ffffff; left:810px; top:104.75px;
    text-indent: 0px;
	-webkit-transform: perspective( 600px ) rotateY( 0deg );
    -moz-transform: perspective( 600px ) rotateY( 0deg );
    -o-transform: perspective( 600px ) rotateY( 0deg );
	transform: perspective( 600px ) rotateY( 0deg );
	background:#0066FF; width:125px; height:125px; border-radius: 50%;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
	backface-visibility: hidden;
    border: 2px solid white;
	transition: -webkit-transform .5s linear 0s;
    transition: -moz-transform .5s linear 0s;
    transition: -o-transform .5s linear 0s;
	transition: transform .5s linear 0s;
    -webkit-animation:a3 8s; 
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: alternate;
      
      -moz-animation:a3 8s; 
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: alternate;
      
      -o-animation:a3 8s; 
      -o-animation-iteration-count: 1;
      -o-animation-direction: alternate;
      animation: a3 8s;
}
.flip3D3 > .back{
    background: #FFFF00;
    color: #ffffff;
	position:absolute;
    left:810px; top:104.75px;
    border: 4px solid white;
    text-indent: 0px;
	-webkit-transform: perspective( 600px ) rotateY( 180deg );
    -moz-transform: perspective( 600px ) rotateY( 180deg );
    -o-transform: perspective( 600px ) rotateY( 180deg );
	transform: perspective( 600px ) rotateY( 180deg );
	 width:160px; height:160px; border-radius: 50%;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .5s linear 0s;
	transition: -moz-transform .5s linear 0s;
  	transition: -o-transform .5s linear 0s;
	transition: transform .5s linear 0s;
    -webkit-animation:a3 8s; 
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: alternate;
      
      -moz-animation:a3 8s; 
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: alternate;
      
      -o-animation:a3 8s; 
      -o-animation-iteration-count: 1;
      -o-animation-direction: alternate;
      animation: a3 8s;
}
.line3 {
    opacity: 1;
    visibility: hidden;
       width: 172px;
        height: 50px;
        left:640px; top:220px;
        border-bottom: 3px solid white;
        -webkit-transform:
            translateY(0px)
            translateX(16px)
            rotate(320deg); 
            -moz-transform:
            translateY(0px)
            translateX(16px)
            rotate(320deg); 
            -o-transform:
            translateY(0px)
            translateX(16px)
            rotate(320deg); 
            
        position: absolute;
       -webkit-transition-property: opacity; /* Safari */
    -webkit-transition-duration: .4s; /* Safari */
    
    -moz-transition-property: opacity; /* Safari */
    -moz-transition-duration: .4s; /* Safari */
    
    -o-transition-property: opacity; /* Safari */
    -o-transition-duration: .4s; /* Safari */
    transition-property: opacity;
    transition-duration: .4s;
        
    }
   
@-webkit-keyframes a3 {
    
    0%   {background:red; opacity: 0;  left:-444px; top:-444px;}
    8%   {background:red; opacity: 0;  left:724px; top:327.5px;}
    40%   {background:#FF9933; opacity: 1;   left:902.5px; top:327.5px;}
    50%   {background:red; opacity: 0;   left:902.5px; top:327.5px;}
    60%   {background:red; opacity: 0;   left:902.5px; top:327.5px;}
    80%   {background:white; color: #000; opacity: 1;   left:902.5px; top:327.5px;}
    100%  {background:#0066FF; opacity: 1; left:810px; top:104.75px;}
    
    }
    @-moz-keyframes a3 {
    
    0%   {background:red; opacity: 0;  left:-444px; top:-444px;}
    8%   {background:red; opacity: 0;  left:724px; top:327.5px;}
    40%   {background:#FF9933; opacity: 1;   left:902.5px; top:327.5px;}
    50%   {background:red; opacity: 0;   left:902.5px; top:327.5px;}
    60%   {background:red; opacity: 0;   left:902.5px; top:327.5px;}
    80%   {background:white; color: #000; opacity: 1;   left:902.5px; top:327.5px;}
    100%  {background:#0066FF; opacity: 1; left:810px; top:104.75px;}
    
    }@-o-keyframes a3 {
    
    0%   {background:red; opacity: 0;  left:-444px; top:-444px;}
    8%   {background:red; opacity: 0;  left:724px; top:327.5px;}
    40%   {background:#FF9933; opacity: 1;   left:902.5px; top:327.5px;}
    50%   {background:red; opacity: 0;   left:902.5px; top:327.5px;}
    60%   {background:red; opacity: 0;   left:902.5px; top:327.5px;}
    80%   {background:white; color: #000; opacity: 1;   left:902.5px; top:327.5px;}
    100%  {background:#0066FF; opacity: 1; left:810px; top:104.75px;}
    
    }@-keyframes a3 {
    
    0%   {background:red; opacity: 0;  left:-444px; top:-444px;}
    8%   {background:red; opacity: 0;  left:724px; top:327.5px;}
    40%   {background:#FF9933; opacity: 1;   left:902.5px; top:327.5px;}
    50%   {background:red; opacity: 0;   left:902.5px; top:327.5px;}
    60%   {background:red; opacity: 0;   left:902.5px; top:327.5px;}
    80%   {background:white; color: #000; opacity: 1;   left:902.5px; top:327.5px;}
    100%  {background:#0066FF; opacity: 1; left:810px; top:104.75px;}
    
    }


.flip3D3:hover > .front{
	-webkit-transform: perspective( 600px ) rotateY( -180deg );
    -moz-transform: perspective( 600px ) rotateY( -180deg );
    -o-transform: perspective( 600px ) rotateY( -180deg );
	transform: perspective( 600px ) rotateY( -180deg );
}
.flip3D3:hover > .back{
	-webkit-transform: perspective( 1000px ) rotateY( 0deg );
    -moz-transform: perspective( 1000px ) rotateY( 0deg );
    -o-transform: perspective( 1000px ) rotateY( 0deg );
	transform: perspective( 1000px ) rotateY( 0deg );
}
.flip3D3:hover > .line3{
	opacity: 0;
    
}

