/*** Content Css Start ***/

.ul_margin_clear ul {	
	margin-left: 0px !important;
	padding-left: 0px !important;
}.pulse_button .btn{


  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse_button .btn:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}.hide_date_on_blog_list .tool_menu {
    display: none;
}.blog_tool_list .navbar-nav>li {
    float: none;
}
.blog_tool_list li.template_menu.active.show>a, .blog_tool_list li.sub_menu1.active.show>a {
    background: #efefefef;
}/*** Content Css Stop ***/

