﻿body {
    background-color: #FFF;
    font-family: 'Roboto', sans-serif;
}

a,
a:hover {
    text-decoration: none !important;
}

section {
    overflow-x: hidden;
}


/* Carousel */
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible !important;
    -webkit-transform: translate3d(0,0,0);
}

.time {
    position: absolute;
    float: left;
    margin: 3px 5pz;
    margin-left: 20%;
    font-size: 12px;
    margin-left: 30%;
    font-family: atrament-web;
    /* margin-bottom: 20%; */
    margin-top: -15%;
    color: white;
    background-color: #434343;
    /* background: #434343 0% 0% no-repeat padding-box; */
    /* border-radius: 5px; */
    /* opacity: 1; */
    /* font: normal normal normal 10px/20px Atrament; */
    /* letter-spacing: 0.42px; */
    /* color: #FFFFFF; */
    /* opacity: 1; */
    padding: 2%;
    border-radius: 3px;
}

.carousel-item-image img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.owl-carousel .carousel-item {
    background: #fff;
    border: 1px solid #D9D7DA;
    text-align: center;
    box-shadow: 2px 2px 5px #00000066;
    border-radius: 14px 14px 14px 14px;
}

.owl-carousel .carousel-item-text {
    padding: 12px;
    height: 80px;
}

.carousel-item-text span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    float: left;
    text-align: left;
    font: normal normal bold 14px/18px 'Montserrat Bold';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}


.carousel-item-text span {
    position: relative;
    display: inline-block;
}

   /* .carousel-item-text span::after {
        content: attr(data-title);
        position: absolute;
        top: 100%;
        left: -50%;
        padding: 15px;
        background: #eee;
        color: #333;
        opacity: 0;
        word-wrap: break-word;
        height: auto;
        width: 200%;
        -moz-box-shadow: 0 0 4px #222;
        -webkit-box-shadow: 0 0 4px #222;
        box-shadow: 0 0 4px #222;
        pointer-events: none;
        overflow:visible;
    }

    .carousel-item-text span:hover::after {
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        pointer-events: auto;
        overflow: visible;
    }*/


.carousel-item-text h3 {
    text-align: left;
    font: normal normal 300 12px/20px atrament-web;
    letter-spacing: 0.42px;
    color: #919191;
    opacity: 1;
    position: fixed;
    bottom: 0px;
}

.owl-carousel .carousel-item .item-kicker {
    color: #9A5053;
    display: block;
    font-size: .8em;
    font-weight: 600;
    height: 30px;
    margin-bottom: 16px;
    overflow: hidden;
    text-transform: uppercase;
}

.owl-carousel .carousel-item .item-title {
    color: #646464;
    font-size: 1em;
    font-weight: 600;
    height: 38px;
    margin: 0;
    overflow: hidden;
}

.owl-dots {
    margin-top: 40px;
    text-align: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127, 127, 127, 0.5);
    margin-left: 5px;
    margin-right: 5px;
}

    .owl-dot.active {
        background: rgba(127, 127, 127, 1);
    }


/* Tabs */

.nav-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .nav-tabs > li {
        display: block;
        position: relative;
        text-align: center;
    }

        .nav-tabs > li:last-child {
            margin-right: 0;
        }

.tab-content {
    display: inline-block;
    width: 100%;
}

    .tab-content .tab-pane {
        display: none;
    }

        .tab-content .tab-pane.active {
            display: block;
        }

.video-detail-img, .video-detail-header {
    margin-top: 1%;
}

    .video-detail-header h3 {
        text-align: left;
        margin-top: 0px;
        font: normal normal bold 30px/35px 'Montserrat Bold';
        letter-spacing: 0px;
        color: #000000;
        margin-left: 5%;
    }

    .video-detail-header p {
        word-break: break-word;
        font: italic normal 500 14px/28px 'Montserrat';
        letter-spacing: 0.76px;
        color: #08182B;
        opacity: 1;
        margin-left: 5%;
        overflow: auto;
        height: 358px;
    }

.videoContainer {
    margin-top: 2%;
    border-radius: 20px;
   
}

.youtube-iframe{
    height:400px !important;
}


/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }