/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{}
.speakers-custom-css{}

/*main container of each section*/
.main-app-container {}


.section-165777 .main-app-container.spacer{
   padding-top:25px;
   padding-bottom:0px;
}

.parent-container {
margin-top: -25px;
}

.parent-images {
position:relative; 
height: 70px; /*can be anything*/
  width: 160px;
}

.child-image {
  max-height: 100%;  
  max-width: 100%; 
  width: auto;
  height: auto;
  position: absolute !important;  
  top: 0;  
  bottom: 0;  
  left: 0;  
  right: 0;
  margin:auto !important;
   vertical-align: middle !important
}

/*
call-to-action buttons e.g:
Register, Join The Community etc
*/
.btn-register {}

/*Top navigation bar container*/
.template-nav {}

/*Top navigation bar items container*/
#bs-example-navbar-collapse-1 {}

/*social share buttons container*/
.social-share-button {}

/*social share buttons per social network*/
.social-share-button.facebook {}
.social-share-button.twitter {}
.social-share-button.linkedin {}
.social-share-button.google {}

.special-title {
    font-size: 1em !important;
}