.expandedLogo
{ width:250px !important; 
	height:74px !important;
margin-top: 10px !important;}

.testimonial-image.testimonial-square, .testimonial-layout-thumbs .thumb-square img {
    padding: 4px;
    background: white;
    border: 0px solid #D1D1D1;
    border-radius: 0px;
    box-shadow: 0 0 0px #D1D1D1;
}


.breadcrumb {
	background-color: #ffffff00;
    font-size: 0px;
}

.speaker .speaker-name {
    margin: 20px 0px 10px; 
}


.speaker .speaker-about {
    margin-left: 0px;
}

section.fullwidth.breadcrumbs {
    border-bottom: 1px solid #ffffff00;
    padding: 15px 0;
    position: relative;
    z-index: 9999;
    border-top: 1px solid #ffffff00;
}


.label {
    text-transform: uppercase;
    font-size: 12px;
}

.expandedHeader .navbar-toggle {
    margin-top: 31px;
}

#site-footer * {
    color: #ffffff;
}


h1, h2, h3  {
    text-transform: none! important;
}

.bg-dark {
    background: #ed1c24 !important;
}


section.fullwidth .section-footer {
    display: none;
}

section.fullwidth.breadcrumbs {
    display: none;
}

section.fullwidth .carousel-sessions .sessions-icon {
    margin-top: 10px;
    margin-right: -10px;
}

.schedule-heading, .schedule-heading .stickit {
    background: #ffffff;
}

section.fullwidth.breadcrumbs, section.fullwidth.small-section {
    border-top: 1px solid #ffffff;
}

section.schedule-heading .page-content-nav {
    display: none;
}


.tint:hover {
    background: #ed1c2400;
}

.tint:after {
    content: "";
    position: absolute;
    height:100%;
    width:100%;
    top: 0;
    left: 0;
    background: #ed1c2400;
    opacity: 0;
    transition: 0.5s ease all;
}

.tint:hover:after {
    opacity: 0.5;
}


.speaker.featured .read-more-link {
    display: inherit;
}

.content h6 {
    text-transform: none;
}

#comments {
    display: none;
}

.entry .entry-footer a {
    display: none;
}

.category .entry .entry-title {
    height: auto!important;
}