@media (min-width: 992px) {
~	.row.content {
		background-position: left top;
		background-repeat: no-repeat;
		background-image: url(/images/template/bg_main.gif);
		min-height: 435px;
	}
}	
@media (max-width: 992px) {
	.header_row a {
		display: block;
	}
	.header_row {
		text-align: center;
	}
	.header_row .lightbulb {
		display: none;
	}
	.headerline {
    	top: -37px;
	}
}