.speakers .speaker .container .description {
    top: auto;
    bottom: 0;
}

.ask-question-holder{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 23, 23, 0.83);
    z-index: 2000;
}

.ask-question-holder .ask-question{
    position: fixed;
    display: block;
    top: 5%;
    left: 50%;
    z-index: 2100;
    width: 460px;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0 0 0 -230px;
}

.ask-question-holder .ask-question .ask-question-inner{
    position: relative;
    padding: 20px;
    background: #E7E7E7;
}

.ask-question-holder .ask-question .ask-question-inner .close-btn{
    position: absolute;
    right: -30px;
    top: -5px;
}

.ask-question-holder .ask-question .ask-question-inner .close-btn a{
    color: #fff;
    display: inline-block;
    padding: 5px;
    text-align: center;
}

.ask-question-holder .ask-question .row{
    padding: 0 0 15px 0;
}

.ask-question-holder .ask-question .input input,
.ask-question-holder .ask-question .textarea textarea{
    width: 100%;
}

.ask-question-holder .ask-question .err .input input,
.ask-question-holder .ask-question .err .textarea textarea{
    border: 1px solid #c43531;
}

.ask-question-holder .ask-question .scs-msg{
    color: #000;
    font-size: 25px;
}

.ask-question-holder .ask-question .err-msg{
    color: #c43531;
}

.ask-question-holder .ask-question .submit input{
    width: 100%;
    cursor: pointer;
    color: #fff;
    background: #000;
}

.speakers .speaker {
    margin: 0 0 30px;
}

.speakers.is_app .speaker .social {
    bottom: -75px;
}

.speakers .speaker .social .votes {
    padding: 10px 0 0 0;
}

.speakers .speaker .social .votes a{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    text-indent: -9999px;
    background: url("img/bg_star.png") -27px 0 no-repeat;
}

.speakers .speaker .social .votes a.active,
.speakers .speaker .social .votes a.vote_hover{
    background: url("img/bg_star.png") 0 0 no-repeat;
}







/* responsive */

@media screen and (max-width: 991px) { /* 599px counts */

    .speakers.is_app .speaker {
        margin: 50px 0;
    }

}

@media screen and (max-width: 767px) { /* 599px counts */

    .container  .program .place .header {
        color: #181717;
        position: relative;
    }

    .container .program .place .item {
        color: #181717;
    }

    .container .program .place .header::after {
        background: #181717;
        bottom: 0;
        content: " ";
        display: block;
        height: 3px;
        position: absolute;
        width: 100%;
    }



}


@media screen and (max-width: 599px) { /* 599px counts */

    .ask-question-holder .ask-question .textarea textarea {
        height: 110px;
    }

    .ask-question-holder .ask-question {
        margin: 0 0 0 -210px;
        width: 420px;
    }

    .container  .program .place .item .title {
        clear: left;
        float: none;
        padding: 5px 0;
    }

    .container  .program .place .item .speaker{
        float: none;
    }

}

@media screen and (max-width: 479px) { /* 599px counts */

    .ask-question-holder .ask-question {
        margin: 0 0 0 -160px;
        width: 310px;
    }

    .ask-question-holder .ask-question .row {
        padding: 0 0 7px;
    }

    .ask-question-holder .ask-question .ask-question-inner {
        padding: 15px;
    }

    .ask-question-holder .ask-question .input input, .ask-question-holder .ask-question .textarea textarea {
        padding: 10px 15px;
        font-size: 21px;
    }

    .ask-question-holder .ask-question .submit input {
        padding: 10px 15px;
    }

}



/* deleted css from participants */

@media (max-width: 81.24em) {

    .participants {

        margin-top: 0; } }

@media (max-width: 48.0525em) {

    .participants {

        overflow: visible; } }

.participants .participant {

     position: relative;

     padding-right: 15px;

     width: 32%;

     display: inline-block;

     vertical-align: top;

     margin-bottom: 50px; }

@media (max-width: 81.24em) {

    .participants .participant {

        width: 49%;

        margin-top: 50px;

        margin-bottom: 25px;

        display: inline-block;

        vertical-align: top;

        float: none; } }

@media (max-width: 48.0525em) {

    .participants .participant {

        text-align: center;

        width: 100%;

        margin: 50px 0 25px 0;

        padding: 0; } }

.participants .participant .name {

    margin-bottom: 10px;

    font-size: 1.6em;

    letter-spacing: 0.05em; }

.participants .participant .company {

    display: inline-block;

    font-family: "Futura New Book", sans-serif;

    font-size: 1.1em;

    letter-spacing: 0.05em; }