.error_msg
{
    color:#FF0000;
	font-style:italic;
}
.success_msg
{
    color: #4DBB26;
    font-style: italic;
}
.warning_msg
{
    color:#ff9b00;
	font-style:italic;
}
.clear
{
    clear: both;
}

/* Override */
@media (max-width: 767px) {
  	.top_nav {
     	display: block !important
  	}
  	.row-fluid [class*="span"] {
    	margin-bottom: 0; 
	}
	.pull-right, .pull-left {
	   float: none;
       text-align: center;
	}
	#text-2, #social_widget-3 {
       width: 100%;
	   border: none;
    }
}