#animated-btn{
animation: blinking 3s ease-out infinite normal;
box-shadow: 0 3px 5px rgba(255,255,255,.5);	
}
@keyframes blinking {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1); 	 
-ms-transform: scale(1);
-o-transform: scale(1);	
transform: scale(1);
}
25% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1); 	 
-ms-transform: scale(1.1);
-o-transform: scale(1.1);	
transform: scale(1.1);
}

60% {
-webkit-transform: scale(1);
-moz-transform: scale(1); 	 
-ms-transform: scale(1);
-o-transform: scale(1);	
transform: scale(1);
}

100% {
-webkit-transform: scale(1);
-moz-transform: scale(1); 	 
-ms-transform: scale(1);
-o-transform: scale(1);	
transform: scale(1);
}
}
.text-new{color:#F4F4F4;font-size:12px;margin-top:15px;}
.margin-bottom-10{margin-bottom:10px;}	
.margin-bottom-20{margin-bottom:20px;}	
.f-400{color:#2663ff;font-weight:400;}
.top-15{top:15%;}	
.text-white{color:#fff;}
.bg-blue{background:#2c2a2a;opacity:0.83;}	
.bg-white{background:#fff;color:#000;opacity:1;}	
.btn-fb{background:#3c579e;color:#fff;}
.col-centered{float:none; margin:0 auto;}	
.bg-black {background: rgba(44,42,42,0.9);}
.bg-white{background: #fff none repeat scroll 0 0; color:#000; opacity:1;}
.text-extn {color: #F4F4F4;font-size: 12px;margin-top: 15px;}
.text-click{color: #FFC107;font-weight: 400;text-decoration: none;outline: none;}
.text-click:hover{color: #FFC107;font-weight: 400;text-decoration: none;outline: none;}
.text-click:visit{color: #FFC107;font-weight: 400;text-decoration: none;outline: none;}