/* Styles for sponsors page */

h1 { margin: 0px 0px 20px 0px; }
h2 { margin: 0px 0px 20px 0px; }

.companies { position: relative; overflow: hidden; padding: 10px 20px; margin-bottom: 20px; background: rgba(255,255,255,0.1); -moz-border-radius: 5px; }
.company {
	display: block;
	float: left;
	background: #FFF;
	padding: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin: 0px 20px 20px 0px; 
}

/* Pop up */

.company_details_header { position: relative; overflow: hidden; padding: 0px 0px 10px 0px; margin-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,0.2); }
.company_details_header img { float: left; margin: 0px 20px 0px 0px; }
.company_details_header h1 { color: #000; font-weight: bold; padding: 20px 0px 5px 0px; } 
.company_details_header h4 { color: #666; font-size: 16px; } 
.company_details_body { color: #000; } 

#blackout { background: rgba(0,0,0,0.7); width: 100%; height: 100%; position: fixed; z-index: 1; }

.principal-title { padding-bottom: 0px; font-size: 22px; color: #3ca350; }
