/* Style tweaks */

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 64px;
}

html {
  min-height: 100.1%;
}

svg#logo {
  width: 100%;
  height: 100%;  
}

.slide-container iframe {
  width: 100%;
  height: 100%;
}

.page-header h1 {
  text-align: right; 
  margin-top: -8px; }

.navbar-inverse .navbar-brand {
  color: #fff;  
}

footer li.sponsor img {
  max-height: 32px;
  padding: 0 0 0px 0.5ex;
  display:inline;
  overflow:visible;
}

img#venue {
  margin-bottom: 20px; }

#sponsors img {
  padding: 0em 1em;
  margin: 0;
}

.divEmpty{

  width:200px; 
  height:260px; 
  background-color:#F5F2F2; 
  border:0.3px solid lightgray; 
}

footer #sponsors img {
  width: 50%;
  float: left;
  padding: 0em 1em;
  margin: 0;
}

span.deprecated {
  text-decoration: line-through;
}

div.progress-bar-none {
  visibility: hidden;
}

#sidebar {
  margin-top: 70px;
}

@media(min-width: 992px) {
  #sidebar {
    margin-top: 0;
  }
}

.inline-icon {
  height: 1.5em;
  width: auto;
  vertical-align: middle;
}

/* for left or right side images */
.left { float: left; margin: 0 1em .5em 0; }
.right { float: right; margin: 0 0 .5em 1em; }

.paragraph-title { font-weight: bold; }

/* Responsive Google maps  - Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe, 
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Off Canvas */

@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

@media print {

  body {
    padding-left: 96px;
    padding-right: 96px;
  }

  #sidebar, #sponsors, #news-toggle, footer, hr {
    visibility: hidden;
  }

  .page-header {
    border-bottom: none;
  }
}

/* Page header */
.page-header {
  margin: 0 0 20px 0;
  border: none;
}

#logo > img {
  width: 100%;
}

/* Program page */
.artifact {
  width: 50px;
  height: 50px;
}

.section-title {
  padding-top: 70px;
}

.session-authors {
  font-size: 13px;
  font-style: italic;
}

/* Page footer */
.sponsors .sponsors-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}

.sponsors .sponsor-logo > img {
  display: block;
  margin: 35px auto;
  width: auto;
  max-height: 70px;
}

/* Committee members */
.committee-member {
  font-size: 14px;
  line-height: 17px;
  color: #999;

}

.committee-member > h4 {
  margin-bottom: 5px;
}

.committee-member > img {
  margin: 0 auto;
  height:60%;
  width:100%;
}

#google-map-container {
  display: flex;
  justify-content: center;
}




