* { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	position: relative; 
} 

html, body { 
	width: 100%; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
}

html { 
	background: url(../img/bg.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.png', sizingMethod='scale')";
}

.row-fluid .offset3:first-child {
  margin-left: 20%;
}

.container:after {
	clear: none;
}

.public, .scientific {
	margin-top: 30%;
}


/* Large desktop */
@media (min-width: 1200px) {
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
}