#content {
    margin-top: 101px;
}

.header {
    z-index: 1030;
    position: fixed;
    top: 0;
}

@media screen and (max-width: 767px) {
    .header {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .header {
        width: 750px;
    }
}

@media screen and (min-width: 992px), screen and (min-width: 1200px) {
    .header {
        width: auto;
        height: 101px;
    }

    .box-v1 {
        min-height: 304px;
    }
}

.tp-banner-container {
    margin-top: 101px;
}

.header .navbar-toggle {
    margin-top: 32px;
}

.footer-v1 .footer {
    padding: 10px 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}


#sticky-gplay {
    position: fixed;
    height: 77px;
    top: 0;
    width: inherit;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 8px;
}

#sticky-gplay img {
    padding-left: 8px;
}

@media screen and (max-width: 768px) {
    #sticky-gplay {
        font-size: 12px;
    }

    #sticky-gplay .btn {
        font-size: 12px;
        white-space: normal;
    }

    .rating-xs {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 320px) {
    #sticky-gplay {
        font-size: 11px;
    }

    #sticky-gplay .btn {
        font-size: 10px;
        white-space: normal;
    }

    #sticky-gplay img {
        padding-left: 2px;
    }

    .team-v2 .inner-team {
        padding: 10px;
    }

    .rating-xs {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 414px) {
    .team-v2 .inner-team {
        padding: 20px;
    }
}

.team-v2 .inner-team {
    padding-top: 2px;
    padding-bottom: 2px;
}

.team-v2 .inner-team hr {
    margin: 0 0 8px 0;
}

.txt-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt-ellipsis-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 1.2em; /* fallback */
    height: 2.4em; /* fallback */
}

#content-details img {
    max-width: 100%;
    height: 100% !important;
}