﻿.container-marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.scrolling {
    animation: marquee 2s linear infinite;
    display: inline-block;
    padding-right: 10px;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

.exhibiitors {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: 0 0 15px #8e8e8e;
    margin: auto;
    margin-top: 64px;
    overflow: hidden;
}

.background-black {
    background: #262626;
    padding: 15px;
    overflow: hidden;
    position: relative;
}

.exhibiitors-bg {
    width: 100%;
    border: 1px solid white;
    overflow: hidden;
    position: relative;
}

    .exhibiitors-bg img {
        width: 100%;
    }

.outer {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 100%;
}

#big .owl-stage-outer {
    position: absolute;
    bottom: 80px;
}

#big.owl-theme .owl-nav,
#big.owl-theme .owl-nav:focus,
#big.owl-theme .owl-nav:hover {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    margin: auto;
    top: 50%;
    transform: translateY(calc(-50% - 35px));
    outline: none;
    overflow: hidden;
}

    #big.owl-theme .owl-nav button:focus,
    #big.owl-theme .owl-nav button:hover {
        outline: none;
    }

    #big.owl-theme .owl-nav button:hover {
        background: rgba(255,255,255,0.75);
        border-color: #000;
        color: rgba(0,0,0,0.95);
    }

#big .item {
    padding: 20px 0px;
    /* margin: 2px; */
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

#big {
    position: absolute;
}

#thumbs {
    position: absolute;
    bottom: 0px;
    padding: 0px;
}

    #thumbs .item {
        /* background: #C9C9C9; */
        /* height: 70px; */
        /* line-height: 70px; */
        padding: 0px;
        /* margin: 2px; */
        color: #FFF;
        border-radius: 3px;
        text-align: center;
        /* cursor: pointer; */
        /* background: url(../images/exhibitors/railing-bg-white.png); */
        /* background-size: cover; */
        /* background-repeat: no-repeat; */
        padding-top: 45px;
    }

        #thumbs .item h1 {
            font-size: 18px;
        }

    #thumbs .current .item {
        /*background: #FF5722;*/
    }

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

#big.owl-theme {
    position: relative;
    height: 100%;
}

    #big.owl-theme .owl-next, #big.owl-theme .owl-prev {
        background: rgba(0, 0, 0, 0.2);
        width: 40px;
        line-height: 40px;
        height: 40px;
        /* margin-top: -20px; */
        position: unset;
        text-align: center;
        /* top: 50%; */
        border-radius: 50%;
        color: #000;
        border: 1px solid #000;
    }

    #big.owl-theme .owl-prev {
        left: 10px;
        float: left;
    }

    #big.owl-theme .owl-next {
        right: 10px;
        float: right;
    }

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
    background: #333;
}













/* setup tooltips */
.tooltip {
    position: relative;
    opacity: 1;
    cursor: pointer;
}

    .tooltip:before,
    .tooltip:after {
        display: block;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        z-index: 9999999;
    }

    .tooltip:after {
        border-right: 6px solid transparent;
        border-top: 6px solid rgba(0, 0, 0, 0.75);
        border-left: 6px solid transparent;
        content: '';
        height: 0;
        top: 14px;
        left: 50%;
        width: 0;
    }

    .tooltip:before {
        background: rgba(0, 0, 0, 0.75);
        border-radius: 2px;
        color: #fff;
        content: attr(data-title);
        font-size: 13px;
        padding: 6px;
        bottom: 80%;
        font-weight: normal;
        /* white-space: nowrap; */
        left: 50%;
        text-transform: capitalize;
        border: 1px solid #000;
        font-size: 12px;
        width: calc(100% - 15%);
        text-align: center;
    }


    /* expand */
    .tooltip.expand:before {
        transform: translateX(-50%) scale3d(.2,.2,1);
        transition: all .2s ease-in-out;
    }

    .tooltip.expand:after {
        transform: translateX(-50%) translate3d(0,6px,0);
        transition: all .1s ease-in-out;
    }

    .tooltip.expand:hover:before,
    .tooltip.expand:hover:after {
        opacity: 1;
        transform: translateX(-50%) scale3d(1,1,1);
    }

    .tooltip.expand:hover:after {
        transition: all .2s .1s ease-in-out;
    }




/*.tooltip-stall.expand:hover:before,
.tooltip-stall.expand:hover:after {
width:auto;

}*/

.tooltip-stall:before {
    width: auto;
}

.tooltip-stall.expand:hover:after {
    top: 28px;
}



.home-container {
    padding: 0 15px;
}

    .home-container div[class*="col-"] {
        margin: 15px auto;
    }

.exhibiitors-heading {
    text-align: center;
    background: #000000;
    color: white;
    padding: 10px;
    font-size: 20px;
}

.exhibiitors-list {
    height: 215px;
    overflow: auto;
    padding: 0 5px;
    background: #ffffff;
}

    .exhibiitors-list ul {
        margin: auto;
        padding: 0;
    }

        .exhibiitors-list ul li {
            list-style: none;
        }

            .exhibiitors-list ul li a {
                padding: 5px 15px;
                background: rgb(217, 214, 221);
                width: 100%;
                display: block;
                margin: 5px auto;
                font-size: 14px;
                color: #000000;
                border: 1px solid #a5a5a5;
            }

.how-its-work-steps {
    padding: 0 5px;
    background: #fff;
    height: 215px;
    overflow: auto;
}

    .how-its-work-steps ul {
        padding: 0;
        margin: auto;
    }

        .how-its-work-steps ul li {
            list-style: none;
            overflow: hidden;
            font-size: 16px;
            padding: 5px;
            background: #d9d6dd;
            margin: 5px auto;
            border: 1px solid #a5a5a5;
        }

            .how-its-work-steps ul li i {
                float: left;
                width: 25px;
                margin-right: 5px;
                font-size: 18px;
                font-weight: bolder;
            }

            .how-its-work-steps ul li span {
                width: calc(100% - 30px);
                float: left;
                text-align: justify;
            }

.exhibitors-bmr-logo {
    justify-content: center;
    align-items: center;
    display: flex;
}

.home-container img {
    height: 250px;
    vertical-align: middle;
}

.background-off-white {
    background: #fffae4;
}

.background-grey {
    background: #f4f0f9;
}

.box-div-footer {
    box-shadow: 0 0 20px rgb(74, 74, 74);
    border-radius: 2px;
    overflow: hidden;
}


/* width */
.exhibiitors-list::-webkit-scrollbar,
.how-its-work-steps::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.exhibiitors-list::-webkit-scrollbar-track,
.how-its-work-steps::-webkit-scrollbar-track,
.custom-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px black;
    border-radius: 0px;
}

/* Handle */
.exhibiitors-list::-webkit-scrollbar-thumb,
.how-its-work-steps::-webkit-scrollbar-thumb,
.custom-scroll::-webkit-scrollbar-thumb {
    background: rgb(76, 73, 73);
}
    /* Handle on hover */
    .exhibiitors-list::-webkit-scrollbar-thumb:hover,
    .how-its-work-steps::-webkit-scrollbar-thumb:hover,
    .custom-scroll::-webkit-scrollbar-thumb:hover {
        background: #1eb3f3;
    }





@media(max-width:768px) {
    .exhibiitors;

{
    margin-top: 85px;
}

#big .owl-stage-outer {
    bottom: 45px;
}

}

@media(max-width:767px) {
    #big .owl-stage-outer;

{
    bottom: 85px;
}

}

@media(max-width:574px) {
    #big .owl-stage-outer;

{
    bottom: 35px;
}
}
