/*
----------------------------------------------------------
BSR Customizations to bootstrap.css
http://getbootstrap.com/
---------------------------------------------------------- */


/* e. meyer's reset rules
---------------------------------------------------------- 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	direction: ltr;
	vertical-align: middle;
	background: transparent;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body { margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

.clear:before,
.clear:after,
.container:before,
.container:after,
.row:before,
.row:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
 	display: table;
	content: " ";
}
.clear:after,
.container:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
	clear: both;
}

img {
	vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/* viewport
---------------------------------------------------------- */
body {
	font-family: 'helvetica neue', helvetica, calibri, arial, sans-serif;
	font-size: 11pt;
	line-height: 1.3;
	color: #5e5e5e;
	background: #fff;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	width: 100%;
	height: 100%;
	/*
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	*/
}

.section-start { margin-top: 30px; }


.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	      transition: height .35s ease;
}

@media (min-width: 768px) {
	.mobile { display: none !important; }
}

@media (max-width: 768px) {
	.desktop { display:  none !important; }
	.mobile { display: block !important; }
}




/* jumbotron
---------------------------------------------------------- */
.header-wrapper {
	position: relative;
	min-height: 200px;
	background: #fff;
	z-index: 2;
}

.conf-jumbotron {
	 position: relative;
	 min-height: 500px;
	 z-index: 1;
}

.greetings-wrapper {
	 position: absolute;
	 bottom: 60px;
	 padding: 0 10%;
	 text-align: center;
	 color: #fff;
	 width: 100%;
}

.hero-home {
	margin: 1em auto;
}

@media (max-width: 768px) {
	.hero-home {
		width: 100%;
	}
}




/* backgrounds
---------------------------------------------------------- */
.bg-go		{ background: #9fc80b; }
.bg-info	{ background: #00aed8; }



/* Video
   http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video
---------------------------------------------------------- */
.flex-video { position: relative; margin-top: 1em; padding-top: 25px; padding-bottom: 67.5%; height: 0; margin-bottom: 16px; overflow: hidden; }
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/* navigation
---------------------------------------------------------- */

button.navbar-toggle {
	position: relative;
	float: right;
	padding: 8px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	color: #fff;
	cursor: pointer;
	background: #f4721a;
	border: 1px solid #fff;
	border-radius: 4px;
}

button.navbar-toggle:hover, button.navbar-toggle:active {
	/*
	color: #f4721a;
	background: #fff;
	*/
}

.logo { padding-top: 1em; }


@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
  }
}

 

/* basic layout
---------------------------------------------------------- */
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.main-content {
	padding-top: 0;
	padding-bottom: 4em;
}

.row {
	margin: 0 -15px;
}

.row.nested {
	margin-top: 0;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
	/* position: relative; */
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

/*
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
*/

@media (min-width: 768px) {
 	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		margin-top: 1em; float: left;
	}
	.col-md-12	{ width: 100%; }
	.col-md-11	{ width: 91.66666666666666%; }
	.col-md-10	{ width: 83.33333333333334%; }
	.col-md-9	{ width: 75%; }
	.col-md-8	{ width: 66.66666666666666%; }
	.col-md-7	{ width: 58.333333333333336%; }
	.col-md-6	{ width: 50%; }
	.col-md-5	{ width: 41.66666666666667%; }
	.col-md-4	{ width: 33.33333333333333%; }
	.col-md-3	{ width: 25%; }
	.col-md-2	{ width: 16.666666666666664%; }
	.col-md-1	{ width: 8.333333333333332%; }
	
	.col-md-pull-12 { right: 100%; }
	.col-md-pull-11 { right: 91.66666666666666%; }
	.col-md-pull-10 { right: 83.33333333333334%;}
	.col-md-pull-9	{ right: 75%; }
	.col-md-pull-8	{ right: 66.66666666666666%; }
	.col-md-pull-7	{ right: 58.333333333333336%; }
	.col-md-pull-6	{ right: 50%; }
	.col-md-pull-5	{ right: 41.66666666666667%; }
	.col-md-pull-4	{ right: 33.33333333333333%; }
	.col-md-pull-3	{ right: 25%; }
	.col-md-pull-2	{ right: 16.666666666666664%; }
	.col-md-pull-1	{ right: 8.333333333333332%; }
	.col-md-pull-0	{ right: 0; }
	
	.col-md-push-12 { left: 100%; }
	.col-md-push-11 { left: 91.66666666666666%; }
	.col-md-push-10 { left: 83.33333333333334%; }
	.col-md-push-9	{ left: 75%; }
	.col-md-push-8	{ left: 66.66666666666666%; }
	.col-md-push-7	{ left: 58.333333333333336%; }
	.col-md-push-6	{ left: 50%; }
	.col-md-push-5	{ left: 41.66666666666667%; }
	.col-md-push-4	{ left: 33.33333333333333%; }
	.col-md-push-3	{ left: 25%; }
	.col-md-push-2	{ left: 16.666666666666664%; }
	.col-md-push-1	{ left: 8.333333333333332%; }
	.col-md-push-0	{ left: 0; }
	
	.col-md-offset-12	{ margin-left: 100%; }
	.col-md-offset-11	{ margin-left: 91.66666666666666%; }
	.col-md-offset-10	{ margin-left: 83.33333333333334%; }
	.col-md-offset-9	{ margin-left: 75%; }
	.col-md-offset-8	{ margin-left: 66.66666666666666%; }
	.col-md-offset-7	{ margin-left: 58.333333333333336%; }
	.col-md-offset-6	{ margin-left: 50%; }
	.col-md-offset-5	{ margin-left: 41.66666666666667%; }
	.col-md-offset-4	{ margin-left: 33.33333333333333%; }
	.col-md-offset-3	{ margin-left: 25%; }
	.col-md-offset-2	{ margin-left: 16.666666666666664%; }
	.col-md-offset-1	{ margin-left: 8.333333333333332%; }
	.col-md-offset-0	{ margin-left: 0; }
}

.pull-right { float: right !important; }
.pull-left { float: left !important; }



/* jumbo[tron]!
---------------------------------------------------------- */
.banner {
	position: relative;
	margin: 65px 0 0 0;
	/* min-height: 255px; */
	height: auto;
}

.banner img { width: 100%; }

.banner .container { }

.header-message {
	position: absolute;
	top: 20px;
	/* debug
	border: 1px solid red;
	*/
}

.header-message p {
	color: #fff;
	font-size: 22pt;
	font-weight: 200;
	line-height: 1.25;
	-webkit-text-shadow: 2px 2px 5px #6e767b;
	text-shadow: 2px 2px 5px #6e767b;
}

.header-message .emphasize {
	font-weight: 600;
}

.registration-message {
	position: absolute;
	bottom: 25px;
}

.registration-message p {
	color: #fff;
	font-size: 11pt;
	-webkit-text-shadow: 2px 2px 5px #6e767b;
	text-shadow: 2px 2px 5px #6e767b;
}

.header-message a {
	color: inherit;
	text-decoration: none;
}

.header-message a:hover {
	border-bottom: none;
	color: #fff;
	/*
	transition: all 0.25s linear;
	border-bottom: none;
	-webkit-text-shadow: 1px 1px 5px #fff;
	text-shadow: 1px 1px 5px #fff;
	*/
}

@media screen and (min-width: 768px) {
	.header-message p {
		font-size: 18pt;
	}
}

@media screen and (min-width: 992px) {
	.header-message p {
		font-size: 20pt;
	}
}


@media screen and (min-width: 1200px) {
	.header-message p {
		font-size: 28pt;
	}
}

@media screen and (max-width: 768px) {
	.banner {
		display: static;
	}
	.header-message { top: 0; }
	.header-message p {
		font-size: 12pt;
		-webkit-text-shadow: none;
		text-shadow: none;
	}
	.registration-message {
		bottom: -75px;
		margin-bottom: 2em;
	}
	.registration-message p {
		margin-top: 0;
		color: #333;
		font-size: 8pt;
		font-style: italic;
		text-shadow: none;
	}
}



/* parallax
----------------------------------------------------------
#top, #plenary-speakers, #call-outs, #about {
	padding: 5em;
	width: 100%;
	border-bottom: 1px solid #fff;
}

#top {
	margin: 0 auto;
	padding: 0;
	height: auto;
	background: url(/images/backgrounds/bsr-fff-80.png) top left;
}

#plenary-speakers {
	margin: 0 auto;
	height: 600px;
	overflow: hidden;
	background: #fff;
}

/*
#call-outs {
	height: 1300px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
} */



/* call-out boxes
----------------------------------------------------------
.call-out {
	padding: 1em 3em;
	background: url(/images/backgrounds/bsr-000-70-bg.png) top left;
	border-radius: 12pt;
}

.call-out h2 {
	margin: 0;
	font-size: 28pt;
}

.call-out h5 { font-size: 18pt; }
 */




/* general typography
---------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0.67em 0 0 0;
	padding: 0;
	font-family: inherit;
	font-weight: normal;
	line-height: 1.2;
	color: #5e5e5e;
}

/*
h1 { font-size: 36pt; }
h2 { font-size: 30pt; }
h3 { font-size: 25pt; }
h4 { font-size: 17pt; }
h5 { font-size: 14pt; }
h6 { font-size: 12pt; }
*/

h1 { font-size: 22pt; }
h2 { font-size: 20pt; }
h3 { font-size: 18pt; }
h4 { font-size: 14pt; }
h5 { font-size: 12pt; }
h6 { font-size: 10pt; }

.notes h4 { color: #00aed8; }

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

p, li { line-height: 1.4; color; #5e5e5e; }
p { margin-top: 0.67em; }

strong { font-weight: bold; }
p strong, li strong { color: #000; font-weight: bold; }
em { font-style: italic; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }



/* font icons
-----------------------------------------------------------
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('/fonts/glyphicons-halflings-regular.eot');
	src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),  url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-plane:before {
	content: "\e108";
}

*/
 
 

/* links
----------------------------------------------------------- */
.main-content a,
.footer a {
	color: #0fc80b;
	text-decoration: none;
	border: none;
}

.main-content p a,
.main-content li a,
.main-content td a {
	font-weight: normal;
}

p a:hover, p a:focus,
li a:hover, li a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus
h5 a:hover, h5 a:focus,
td a:hover, td a:focus {
	color: #00aed8;
	/* border-bottom: 1px dotted #00aed8; */
}

a:active,
a:hover {
	outline: 0;
}

a:focus {
/*
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
*/
}

h4 a { color: #00aed8; text-decoration: none; }

.panel-title a { color: inherit; }
.logo a:hover { border: none; }




/* non-navigational lists
------------------------------------------------------------ */
ul {
	margin: 0.25em 0 0 0;
	padding: 0;
}

li {
	margin-bottom: 0.67em;
	list-style: none;
	line-height: 1.2;
}

.flat-list li {
	display: inline-block;
	margin-right: 10px;
}

.notes li,
.disc li {
	margin-left: 1.25em;
	margin-bottom: 0.25em;
	margin-right: 1em;
	list-style: disc;
}

li.no-bullet { list-style: none; }

.list-group {
	margin-top: 0.5em;
	padding-left: 0;
	margin-bottom: 20px;
}

.list-group > li {
	position: relative;
	display: block;
	padding: 10px 15px;
	background-color: #fff;
	border-bottom: 1px solid #ced6db;
}

.list-group li:first-child {
	border-top: 1px solid #ced6db;
}

.list-group li .disc li {
	border: none;
}



/* more typography
------------------------------------------------------------ */
.caption {
	margin: inherit;
	font-family: georgia, palatino, 'new century schoolbook' serif;
	font-style: italic;
	font-size: 9pt;
}

.sub-heading { margin-top: 1em; }
.sub-heading + p,
.sub-heading + ul { margin-top: 0; }
.lead-heading { margin-top: 0; font-weight: bold; }

.page-title {
	margin-bottom: 0.15em;
	font-size: 24pt;
}

.intro-text {
	margin-bottom: 1.25em;
	font-size: larger;
}

.go, .about, .logistics	{ color: #9fc80b; }
.caution, .program		{ color: #fdb813; }
.warning				{ color: #d72528; }
.danger, .networking	{ color: #f4721a; }
.info, .speakers		{ color: #00aed8; }

.emphasize { color; #333; }
.de-emphasize { font-size: smaller;}

blockquote {
	padding: 0 3.5em 1em 1em;
	font-family: cambria, georgia, palatino, 'new century schoolbook', serif;
	font-size: 12pt;
	font-style: italic;
}

/* timer box
------------------------------------------------------------
.timer_box {
	margin-top: 1em;
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
	width: 75px;
	border-radius: 50%;
	border: 4px solid rgba(110, 118, 123, .6);
}
.timer_box h1 {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0;
	color: #6e767b;
}
.timer_box p { margin-top: 0;}


.time-box {
	float: left;
	margin-right: 40px;
	width: auto;
}

.time-box h1, .time-box p {
	margin: 0;
	color: #fff;
	line-height: 1;
	letter-spacing: -0.01em;
}

.time-box h1			{ font-size: 45pt; }
.time-box p				{ font-size: 16pt; }

*/

/* buttons
------------------------------------------------------------ */
.btn {
	/*
	padding: 0.25em 0.75em;
	*/
	padding: 10px 18px;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border: none;
}


.btn-register {
	padding: 10px 18px;
	text-transform: uppercase;
	background: #f4721a;
	border: 4px solid #fff;
}

.btn-submit {
	padding: 10px 18px;
	text-transform: uppercase;
	background: #00aed8;
	border: none;
}

.btn-neutral {
	border: 1px solid #c9c9c9;
	color: #6e767b;
}

a.btn-app {
	text-transform: uppercase;
	background: #f4721a;
	color: #fff;
}

.btn-register:hover,
.btn-register:active {
	background: #00aed8;
	color: #fff !important;
	transition: all 0.25s linear;
}

.btn-submit:hover,
.btn-submit:active {
	background: #f4721a;
	color: #fff !important;
	transition: all 0.25s linear;
}

.btn-neutral:hover {
	background: #00aed8;
	color: #fff;
}

.btn-app:hover,
.btn-app:active {
	background: #9fc80b;
	color: #fff !important;
	transition: all 0.25s linear;
}

.btn + .btn { margin-left: 20px; }


@media screen and (max-width: 768px) {
	.btn-register {
		margin-bottom: 0;
		border: none;
		font-size: 9pt;
	}
	
	.slide {
		padding: 2px 4px;
	}
}




/* show-hide divs
------------------------------------------------------------ 
.trigger-me {
	margin-top: 0.5em;
	padding-left: 18px;
	cursor: pointer;
	background: url(/images/misc-graphics/bsr-down-arrow.png) no-repeat left;
}

.active {
	background: url(/images/misc-graphics/bsr-up-arrow.png) no-repeat 0;
}

.trigger-me:hover {
	color: #f4721a;
}

.toggle-me {
	margin-left: 20px;
	margin-bottom: 1.75em;
	width: auto;
}

*/




/* form fields
------------------------------------------------------------ */
form { padding-bottom: 2.5em; }

fieldset { margin-top: 1em; border: none; }

legend {
	margin: 1.5em 0 1em 0;
	text-transform: uppercase;
	font-size: 14pt;
}

.form-group {
	border-bottom: 1px dotted #6e767b;
}

label {
	display: block;
	margin-bottom: 0.25em;
	font-family: 'helvetica neue', helvetica, geneva, arial, sans-serif;
	color: #6e767b;
	font-size: 12pt;
	text-rendering: optimizeLegibility;
	line-height: 1.1;
	background: transparent;
}

label > input {
	margin-top: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	display: block;
	margin: 0 0 12px 0;
	padding: 6px;
	height: 32px;
	width: 100%;
	color: #6e767b;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #bdcdd7;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px; 
	border-radius: 2px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background-color: #eee;
	border: 1px solid #00aed8;
}

textarea { height: auto; }
/* select { width: auto; } */



/* tables
------------------------------------------------------------ */
table {
	max-width: 100%;
	background-color: transparent;
}
th {
	text-align: left;
	font-weight: 600;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 2px dotted #eee;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #eee;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #eee;
}

.table-sort th h6 {
	content="";
	cursor: pointer;
}

.table td {
	font-size: 9pt;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #eee;
}

@media (max-width: 767px) {
	table {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
		table > thead > tr > th,
		table > tbody > tr > th,
		table > tfoot > tr > th,
		table > thead > tr > td,
		table > tbody > tr > td,
		table > tfoot > tr > td {
			white-space: nowrap;
	}
}

/* badges
------------------------------------------------------------ */



/* panels, according
------------------------------------------------------------ */
.panel {
	margin-bottom: 2.5em;
	background-color: #fff;
	/*
	border: 1px solid transparent;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	      box-shadow: 0 1px 1px rgba(0, 0, 0, .05); */
}


.panel h6 {
	margin-top: 1.75em;
}

.panel-body {
	padding-bottom: 1em;
}

.panel-heading {
	padding: 0.25em 0;
	/*
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px; */
}

.panel-title a {
	color: #00aed8;
}

.panel-title a:hover {
	border-bottom: none;
}

.panel-group {
	margin-bottom: 1.5em;
}




/* modal windows
------------------------------------------------------------ */
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.428571429px;
  padding: 15px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px 30px;
}
.modal-footer {
  padding: 15px 30px 30px 30px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}



.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}
button.close {
	-webkit-appearance: none;
	padding: 0.25em 0.5em;
	cursor: pointer;
	background: transparent;
	border: 1px solid #6e767b;
	border-radius: 1em;
}

.modal-signup {
	background: #00aed8;
}


/* carousel
------------------------------------------------------------
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	      transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=90);
	opacity: .9;
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: none;
	opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	padding: 1em;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 25%;
	background: url(/images/backgrounds/bsr-fff-80.png);
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 25%;
	background: url(/images/backgrounds/bsr-fff-80.png);
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption .btn {
  text-shadow: none;
}

.carousel-caption h1 {
	font-size: 32pt;
}

.carousel-caption h4 {
	margin-top: 0.25em;
}



@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}


*/


/* misc.
------------------------------------------------------------ */
.clear { clear: both; }


hr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 0;
	border: 0;
	border-top: 1px dotted #bbb;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

hr.solid {
	border: 1px solid #eee;
}


.img-responsive {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.img-center {
	display: block;
	margin: 0 auto;
	width: auto;
}



/* screen readers
---------------------------------------------------------- */
.screen-reader-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}



/* home page
---------------------------------------------------------- */
#theme {
	background: url(/images/backgrounds/bsr-theme.jpg) top left no-repeat;
	background-size: cover;
}

#theme h2,
#theme p {
	color: #fff;
}

#theme .btn-submit {
	background: #00aed8;
}

.featured-sponsor img {
	margin-top: 2em;
	width: 65%;
}



/* agenda page
---------------------------------------------------------- */
.agenda h2 { margin-top: 0.25em; }
.agenda h4, .agenda h3 {
	margin: 0;
	font-weight: 200;
}
.agenda h4 + p { margin-top: 0.25em; }

.name {
	text-transform: uppercase;
	font-size: 14pt;
	font-weight: bold;
}


.modal-header .page-title { margin-bottom: 0; }
.modal-header .subtitle { margin-top: 0.25em; }

.end-of-page { margin-bottom: 2em; }



@media (max-width: 768px) {
	.agenda h4 { font-size: 14pt; }
}



/* logistics page
---------------------------------------------------------- */
.venue-info {
	margin-top: -450px;
	margin-left: 60px;
	padding: 30px 40px;
	background: url(/images/backgrounds/bsr-fff-85.png) top left;
	border-radius: 1em;
}

.venue-info h4 + h2 {
	margin: 0;
}

@media (max-width: 768px) {
	.venue-info {
		margin: 0;
		padding: 0;
		background: none;
	}
}



/* program section
---------------------------------------------------------- */
a.anchor {
	display: inline-block;
	margin-top: 2.5em;
}

div.post-conf.description {
	font-style: italic;
}





/* registration info page
---------------------------------------------------------- */
th h5,
td h5 {
	margin-bottom: 0.25em;
	font-weight: 600;
}

table {
	margin-bottom: 1em;
	border-bottom: 2px solid #bdcdd7;
}




/* speakers page
---------------------------------------------------------- */
img + h3 { margin-top: 0.5em; }
.name + h5 { margin-top: 0.25em; }





/* sponsors page
---------------------------------------------------------- */
.sponsors img {
	margin: 25px;
	
}

/* debug
.sponsors div { border: 1px solid #333; }
*/


.secondary-logos img {
	margin: 0 auto 2.25em 0;
	padding-right: 40px;
	height: 40px;
}




/* icons
---------------------------------------------------------- */
.img-circle {
	display: block;
	margin: 0 auto;
	padding: 7px;
	height: 70px;
	width: auto;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.img-circle + h4 { margin-top: 0.5em; }

.go-icon		{ border: 3px solid #9fc80b; }
.info-icon		{ border: 3px solid #00aed8; }
.caution-icon	{ border: 3px solid #fdb813; }
.danger-icon	{ border: 3px solid #f4721a; }
.warning-icon	{ border: 3px solid #d72528; }
.fpo-icon		{ border: 3px solid #6e767b; height: 100px; }

.speaker-circle {
	padding: 10px;
	height: 160px;
	background: #fff;
}

.program-icon {
	padding: 10px;
	height: 140px;
}


@media (max-width: 768px) {
	.img-circle { margin-top: 1em; }
	.img-circle + h4 { margin-top: 0; }
}



/* footer
----------------------------------------------------------  */
.footer {
	padding: 1.75em 2%;
	background: #333;
	font-size: smaller;
	min-height: 10em;
}

.footer .row { margin-top: 2em; }

.footer p, .footer li { font-size: 9pt; color: #fff; }
.footer a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.site-name { margin-bottom: 1em; }
.site-name h6,
.site-theme { margin-top: 0.25em; color: #fff; }
.site-theme { text-transform: uppercase; }

.footer-nav li	{ margin-bottom: -0.75em; }
.footer-nav h6	{ text-transform: uppercase; color: #fff; }

.footer .btn { color: #fff; }

.footer .branding h3 {
	text-transform: uppercase;
}

.footer .column-list li { border-bottom: none; }
.footer .column-list li a { color: #fff; border-bottom: none; }
.footer .column-list li a:hover { border-bottom: 1px dotted #fff; }
.footer .boiler a { color: #fff; border-bottom: 1px dotted #fff; }
.footer .column-list h5 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #c9c9c9;
}


/* footer
---------------------------------------------------------- 
#footer {
	margin-bottom: 0;
	padding: 1em 0 6em 0;
	min-height: 8em;
}

.footer p, .footer li {
	font-size: 9pt;
}

.site-name { margin-bottom: 1em; }
.site-name h6,
.site-theme { margin-top: 0.25em; }
.site-theme { text-transform: uppercase; }

.footer-nav li	{ margin-bottom: -0.75em; }
.footer-nav h6	{ text-transform: uppercase; }

.footer .btn { color: #fff; }

.footer-logos img {
	margin: 20px auto;
	padding-right: 35px;
	height: 35px;
}


@media (max-width: 768px) {
	.footer h6 { font-size: 14pt; }
	.footer p, .footer li { font-size; 12pt; }
	.footer ul.flat-list { margin-top: 1em; }
	.footer ul.flat-list li {
		font-size: 12pt;
	}
	.footer p {	
		text-align: left;
		margin-top: 2.5em;
	}
}

*/



