.vc-speakers-container .vc-speakers-title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 34px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
}

.vc-speakers-container .vc-speakers-subtitle {
    display: block;
    color: #5A5A5A;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
}

.vc-speakers-container .vc-speakers-button {
    color: white;
    background-color: black;
    display: inline-block;
    padding: 11px;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 14px;
    width: 230px;
    height: 48px;
    text-transform: uppercase;
    margin-top: 4%;
    text-align: center;
    border-radius: 3px;
}

.vc-speakers-button .btn-fix {
    margin-left: -10px;
}

.vc-speakers-container .vc-speakers-button-icon {
    padding: 0 10px;
    font-size: 2em;
    vertical-align: middle;
}

.vc-speakers-container .vc-speakers-button:hover {
    background-color: #2f2f2f;
}

.vc-speakers-container .vc-speakers-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 20px;
}

.vc-speakers-container .vc-speaker-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%; 
    flex: 0 1 25%;   
    margin: 5px 0;
    padding: 0 5px;
    /* margin: 5px 5px; */
    /* background: #812562; */
    overflow: hidden;
}
.vc-speakers-container .vc-speaker-single.grid-lg-6 {
    -ms-flex: 0 1 16.6666%;
    flex: 0 1 16.6666%;
    width: 16.6666%;
}
.vc-speakers-container .vc-speaker-single.grid-lg-5 {
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    width: 20%;
}
.vc-speakers-container .vc-speaker-single.grid-lg-4 {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
}
.vc-speakers-container .vc-speaker-single.grid-lg-3 {
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    width: 33.3333%;
}
.vc-speakers-container .vc-speaker-single.grid-lg-2 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
}
.vc-speakers-container .vc-speaker-single.grid-lg-1 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
}

.vc-speakers-container .vc-speaker-single:hover {
    cursor: pointer;
}

.vc-speakers-container .vc-additional-info-polygon {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #812562;
    position: absolute;
    top: -18px;
    left: 10px;
}

.vc-speakers-container .vc-speaker-thumbnail {
    text-align: center;
}

.vc-speakers-container .vc-additional-info {
    height: 82px;
    padding: 8px;
    position: relative;
    background: #812562;
    text-align: left;
}

.vc-speakers-container .vc-speaker-image {
    max-width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.vc-speakers-container .vc-speaker-name {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1;
}

.vc-speakers-container .vc-speaker-position,
.vc-speakers-container .vc-speaker-company {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    font-family: Roboto, sans-serif;
}

.vc-speakers-container .vc-speaker-position {
    font-weight: 500;
}

.modal .vc-speaker-name {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.modal .vc-speaker-position,
.modal .vc-speaker-company {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    font-family: Roboto, sans-serif;
}

.modal .vc-speaker-position {
    font-weight: 500;
}

.modal a.close-modal[class*="icon-close"] {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background: #900;
    border: 2px solid #fff;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    -ms-border-radius: 26px;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.modal .vc-additional-info-polygon {
    width: 22px;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    position: absolute;
    margin: 8px -7%;
    height: 22px;
}

.modal[class*="speakers-modal"] {
    border-radius: 0;
    min-height: 260px;
    max-width: 650px;
}

.modal .speaker-modal-close {
    font-size: 25px;
    margin: 100%;
}

.modal .speaker-modal-info-col {
}

.modal .speaker-modal-image {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.modal .speaker-modal-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background: #812562;
}

.modal .speaker-modal-info-text {
    padding: 12px;
    font-family: Roboto, sans-serif;
}

.modal .speaker-modal-description {
    padding: 4px;
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
}

@media screen and (max-width: 1018px) {
    .vc-speakers-container .vc-speaker-thumbnail {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .vc-speakers-container .vc-speakers-title {
        font-size: 30px;
        line-height: 34px;
        margin: 0;
    }

    .modal .vc-additional-info-polygon {
        margin: 8px -3% !important;
    }

    .vc-speakers-container .vc-speakers-list {
        margin: 0 0;
    }

    .vc-speakers-container .vc-speaker-single {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
    }

    .vc-speakers-container .vc-speaker-thumbnail {
        height: auto;
        margin-bottom: 0;
    }
    .vc-speakers-container .vc-speaker-single.grid-sm-6 {
        -ms-flex: 0 1 16.6666%;
        flex: 0 1 16.6666%;
        width: 16.6666%;
    }
    .vc-speakers-container .vc-speaker-single.grid-sm-5 {
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        width: 20%;
    }
    .vc-speakers-container .vc-speaker-single.grid-sm-4 {
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        width: 25%;
    }
    .vc-speakers-container .vc-speaker-single.grid-sm-3 {
        -ms-flex: 0 1 33.3333%;
        flex: 0 1 33.3333%;
        width: 33.3333%;
    }
    .vc-speakers-container .vc-speaker-single.grid-sm-2 {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        width: 50%;
    }
    .vc-speakers-container .vc-speaker-single.grid-sm-1 {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .vc-speakers-container .vc-speaker-position,
    .vc-speakers-container .vc-speaker-company {
        font-size: 11px;
        line-height: 14px;
    }

    .vc-speakers-container .vc-speaker-name {
        font-size: 13px;
    }

    .vc-speakers-container .vc-speaker-image {
        height: 150px;
    }
}

@media screen and (max-width: 320px) {
    .vc-speakers-container .vc-speaker-image {
        height: 135px;
    }
}

/* Common style */
.vc-speakers-container .grid figure {
    overflow: hidden;
    background: #797979;
    cursor: pointer;
}

.vc-speakers-container .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.vc-speakers-container .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.vc-speakers-container .grid figure figcaption::before,
.vc-speakers-container .grid figure figcaption::after {
    pointer-events: none;
}

.vc-speakers-container .grid figure figcaption,
.vc-speakers-container .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
.vc-speakers-container .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.vc-speakers-container .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.vc-speakers-container .grid figure h2 span {
    font-weight: 800;
}

.vc-speakers-container .grid figure h2,
.vc-speakers-container .grid figure p {
    margin: 0;
}

.vc-speakers-container .grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

.vc-speakers-container figure.effect-apollo {
    background: #797979;
}

.vc-speakers-container figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    height: auto;
}

.vc-speakers-container figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.vc-speakers-container figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.vc-speakers-container figure.effect-apollo h2 {
    text-align: left;
}

.vc-speakers-container figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.vc-speakers-container figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.vc-speakers-container figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
