.site {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background-size:cover;
	background-attachment:fixed;
}

.supporter-center {
	padding-top:15px;
}

.sponsor-sidebar {
	border-bottom:1px solid #fefefe;
	padding-bottom:5px;
}

.divider {
	padding-bottom:10px;
}

.site_conference {
	background-image:url('../img/stockholm_sm.jpg');
}

#content {
	background-color:#fefefe;
}

.column {
	height: 100%;
	overflow: auto;
	*zoom:1;
}

#top h1 {
	padding: 0;
	margin: 0;
	font-size: 3em;
	font-weight: 700;
	color: #050505;
}

#sidebar {
	display:block;
	padding:10px;
	color:#fefefe;
	font-size:18px;
	font-weight:500;
	text-decoration:none;
}

#sidebar a {
	background-color:transparent;
	color:#f0f0f0;
	padding:5px;
}

#mobile-navbar a {
	color:#f0f0f0;
}

#sidebar .active a {
	background-color:#ffffff;
	color:#515151;
	text-decoration:none;
	border-radius:.25em;
}

#sidebar-footer {
	padding-top:50px;
	position:absolute;bottom:5px;
}

#partnersponsors {
	width:100%;
	background: #ffffff;
	padding: 10px;
	border-radius: 4px;
	background-color: rgba(255,255,255, 0.9);
}

.map {
	height: 350px;
	background-color: #fefefe;
}

i.icon {
	border: 3px solid #fefefe;
	border-radius: 50%;
	display: inline-block;
	font-size: 40px;
	color: #fefefe;
	width: 100px;
	height: 100px;
	line-height: 98px;
	vertical-align: middle;
	text-align: center;
}

.big_text {
	font-size:16px;
}

.spons-bg {
	color: #fefefe;
	background-color: #0a5175;
}

.panel-thumbnail {
	position: relative;
}

.panel-thumbnail-icon {
	top: 50px;
	left: 120px;
	position: absolute;
}

.row {
	padding: 15px;
}

#content {
	font-size:17px;
	color: #616161;
}

#content h3 {
	color: #515151;
}

#content .promo h3 {
	color:#fefefe;
}

.centered_photo .img-responsive {
	margin:0 auto;
}

div.centered_photo a {
	padding:0 !important;
}

.promo-panel {
	color: #fefefe;
	background-color: #0085b0;
}

@media (max-width: 767px) {
	#sidebar {
		display:none;
	}
	#mobile-navbar {
		display:inline;
	}
}

.pc_caption small {
	white-space:nowrap;
}

.btn-lg {
	font-size:24px;
}

/* PGEU registration system form overrides */
form.pgeuregform input[type=submit] {
   font-size: 12pt;
   width: 220px !important;
}
form.pgeuregform input[type=text],textarea,select {
   width: 400px;
}
form.pgeuregform legend {
   margin-top: 20px;
}
form.pgeucfpform input[type=text],textarea,select {
   width: 400px;
}
form.pgeucfpnewform input[type=text],textarea,select {
   width: 400px;
}
form.pgeuregformconfirm input[type=submit] {
   width: 250px !important;
}
