﻿.video-btn {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    color: #BF392B;
}

.video-btn:hover {
    text-transform: uppercase;
    font-weight: 400;
    color: #BF392B;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

#bookingModal .modal-dialog{
    max-width: 480px;
}

.speakerTitleNew {
    color: black;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 300;
    position: relative;
    text-decoration: none;
}

    .speakerTitleNew a {
        color: black;
        text-decoration: none;
        margin-bottom: 20px;
    }

.read-less {
    padding-left: 10px;
}

.moreLink, .read-more, .read-less {
    color: #BF392B;
    text-decoration: none;
}

a.moreLink {
    color: #BF392B;
    text-decoration: none;
}

a.moreLink:visited, a.moreLink:hover {
    color: #BF392B !important;
}


.bookingPop img {
    margin-left: 10px;
}

.bookingPop {
    color: white;
}

.bookingPop.btn-primary {
    color: white;
}


#emailError {
    display: none;
    font-weight: bold;
    margin-left: 15px;
}

.headerImg {
    margin-bottom: 5px;
}


/* end panes */
.overlay {
    display: none;
    width: 500px;
    padding: 20px;
    background-color: #ddd;
}

.search_submit {
    float: right;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: right;
    width: 13%;
    margin-right: 10px;
}


.nav-link {
    text-decoration: none;
}