/* CSS Document */

@media (max-width: 767px) {
	
#header-container {
	position: relative;
	height: 138px;
	}	
	
	
#topmenu {
	position:absolute;
	width: 100%;

	top: 100px;

	/*border: 2px solid #ff0000;*/
	
	}
	
.thumbfix-home-info {
    width: 25% !important;
}
	
.well-h300 {
	min-height:0;
	}	

	
}