
/*body {*/
/*    width: 100vw;*/
/*}*/

.logged-user-name {
    margin-bottom: 0;
    overflow: hidden;
    max-width: 11ch;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 20px !important;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
    right: 8px !important;
}


/*Account Dropdown*/
.account-dropdown {
    padding: 0 15px;
}

.account-dropdown a, .account-dropdown span {
    font-size: 14px;
    color: var(--main);
    text-transform: uppercase;
}
/*-Account Dropdown-*/



/*Sticky Header*/
.site-header {
    position: sticky; top: 0;
    z-index: 2;
}

.ft-social .fab{
    line-height: 3;
}

.tu-section, .tu-section {
    will-change: top;
    z-index: 1;
    position: relative;
}
#section-yt {
    padding-top: 180px;
    padding-right: 0px;
    padding-bottom: 130px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: rgba(255, 255, 255, 1);
    background-image: url(/images/2018/11/20/cricket_ground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 50% 50%;
    height: 600px;
}

.tu-section:first-child {
    margin-top: 0;
}
.tu-youtube-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}
.tu-youtube-iframe {
    border: none;
    width: 100%;
}


@media only screen and (min-width: 768px) {
    .carousel-inner{
        display:none;
    }
}

/* Mobile Devices */
@media screen and (min-width: 320px) and (max-width: 767px) {
    .mob-topbar{
        display: none;
    }
    .mob-botbar .header-title h2{
        font-size: 18px;
    }
    .mob-botbar .header-title p{
        font-size: 10px;
    }
    #section-yt{
        display:none;
    }
}



