.element-animation{

  animation: animationFrames ease-in-out 1s;
  animation-iteration-count: 2;
  transform-origin: 0% 50%;
  -webkit-animation: animationFrames ease-in-out 1s;
  -webkit-animation-iteration-count: 2;
  -webkit-transform-origin: 0% 50%;
  -moz-animation: animationFrames ease-in-out 1s;
  -moz-animation-iteration-count: 2;
  -moz-transform-origin: 0% 50%;
  -o-animation: animationFrames ease-in-out 1s;
  -o-animation-iteration-count: 2;
  -o-transform-origin: 0% 50%;
  -ms-animation: animationFrames ease-in-out 1s;
  -ms-animation-iteration-count: 2;
  -ms-transform-origin: 0% 50%;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;   
   background-color:#5292b5; 
   height:40px;
   border-bottom:1px solid #295f7c;
   text-align:center; 
   vertical-align:central;
}
.buttona {
  width: 180px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
  padding-left: 60px;
  position: relative;
  background-color:rgb(41,127,184);
  color:rgb(255,255,255);
  text-decoration: none;
  margin-bottom: 15px;
  font-size:14px;
  
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

.buttona span {
  position: absolute;
  left: 0;
  width: 50px;
  background-color:rgba(0,0,0,0.5);
  
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 1px solid  rgba(0,0,0,0.15);
}

.buttona.orange {
  background: #FF7F00;
}

.buttona.purple {
  background: #8e44ad;
}

.buttona.turquoise {
  background: #1abc9c;
}

.buttona.red {
  background: #e74c3c;
}


.buttonb {
  
  width: 169px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
  padding-left: 60px;
  position: relative;
  background-color:rgb(41,127,184);
  color:rgb(255,255,255);
  text-decoration: none;
  margin-bottom: 15px;
  font-size:14px;
  
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

.buttonb span {
  position: absolute;
  left: 0;
  width: 50px;
  background-color:rgba(0,0,0,0.5);
  
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 1px solid  rgba(0,0,0,0.15);
}

.buttonb.orange {
  background: #FF7F00;
}

.buttonb.purple {
  background: #8e44ad;
}

.buttonb.turquoise {
  background: #1abc9c;
}

.buttonb.red {
  background: #e74c3c;
}





@keyframes pulsate {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}
@-webkit-keyframes pulsate {
  0% { -webkit-transform: scale(1); }
  50% { -webkit-transform: scale(1.3); }
  100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulsate {
  0% { -moz-transform: scale(1); }
  50% { -moz-transform: scale(1.3); }
  100% { -moz-transform: scale(1); }  
}
@-ms-keyframes pulsate {
  0% { -ms-transform: scale(1); }
  50% { -ms-transform: scale(1.3); }
  100% { -ms-transform: scale(1); }  
}
@-o-keyframes pulsate {
  0% { -o-transform: scale(1); }
  50% { -o-transform: scale(1.3); }
  100% { -o-transform: scale(1); }  
}

.highLightBith{
 -webkit-animation: 1500ms pulsate 1 alternate ease-in-out;
  -moz-animation: 1500ms pulsate 1 alternate ease-in-out;
  -ms-animation: 1500ms pulsate 1 alternate ease-in-out;
  -o-animation: 1500ms pulsate 1 alternate ease-in-out;
  animation: 1500ms pulsate 1 alternate ease-in-out;
}


.spinner {
  width: 40px;
  height: 40px;
  background-color: #e74c3c;

  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.roundedborderleft{
	-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.roundedboderright{
	-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.roundedborder{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.roundedborder10{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.outshadow{
-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.84);
-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.84);
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.84);
}

.bottominsideshadow{
-webkit-box-shadow: inset 0px -2px 7px -2px rgba(0,0,0,0.84);
-moz-box-shadow: inset 0px -2px 7px -2px rgba(0,0,0,0.84);
box-shadow: inset 0px -2px 7px -2px rgba(0,0,0,0.84);
border-bottom:1px solid #2f6481;

}