/*  Edit for Year In Review 2021  */
body {
    scroll-behavior: smooth;
}
a:hover {
    text-decoration: none;
}
#top-header {
    background-color: #fb511f;
    padding-top: 30px;
    padding-bottom: 30px;
}
.slogan {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
    opacity: 1;
}
#about_video .about_video_player {
    background-color: #FFF;
    padding: 1.5rem;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 12px 2px rgba(107,107,107,0.56);
    -webkit-box-shadow: 1px 1px 12px 2px rgba(107,107,107,0.56);
    -moz-box-shadow: 1px 1px 12px 2px rgba(107,107,107,0.56);
}
.iconbox_icon.icon_rounded.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -68%);
    color: #EF5001;
    margin: 0px;
    border: solid 3px #EF5001;
    line-height: 3.5rem;
    font-size: 3rem;
}
.iconbox_icon.icon_rounded.btn-play:hover {
    color: #FFF;
    border: solid 3px #FFF;
    transition: .3s all ease-in-out;
}
.menu_bar_navigation ul li a {
    color: #6e6e6e !important;
    opacity: 0.85;
    font-size: 16px;
    font-weight: 500;
}
#menu {
    -webkit-box-shadow: 0px 6px 5px -6px rgba(112,112,112,0.5);
    -moz-box-shadow: 0px 6px 5px -6px rgba(112,112,112,0.5);
    box-shadow: 0px 6px 5px -6px rgba(112,112,112,0.5);
}
.menu_bar_navigation ul li a:hover {
    color: #EF5001 !important;
    opacity: 1;
    text-decoration: none;
}
.btn-intro i{
    font-size: 26px;
    font-weight: normal;
    vertical-align:middle;
}
.btn-intro {
    font-size: 22px;
    background: none;
    color: #666;
    border: 3px solid #c0bcbc;
    text-transform: inherit;
    height: auto;
    opacity: 1;
}
.btn-intro:hover{
    background:none;
    border: 3px solid #FE5001;
    color: #FE5001;
    transition: .3s all ease-in-out;
    opacity: 0.9 !important;
}
.website-stats .sub-unit {
    font-size: 1.4rem;
    position: absolute;
    margin-top: 45px;
    margin-left: -86px;
    color: #464545;
}
.website-stats .count{
    font-size: 12rem;
    line-height: 7rem;
    letter-spacing: -10px;
    font-weight: 700;
}
.website-stats .unit{
    font-size: 9rem;
    letter-spacing: -1px;
    font-weight: 700;
    margin-left: 20px;
}
.feature_content h1 {
    font-size: 2.5rem;
    opacity: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    line-height: 1;
    margin: 0px 0px 0rem 0px;
}
.feature_content h3 {
    font-size: 1.6rem;
    opacity: 0.7;
    font-weight: 900;
    text-transform: lowercase;
    letter-spacing: 0.1rem;
    line-height: 1;
    margin: 0px 0px 0rem 0px;
}
.website-stats{
    padding-top: 0;
}
.live-subtitle {
    opacity: 0.85;
}
.live-views {
    font-size: 1.75rem !important;
}
.iconbox_icon.icon_rounded {
    padding: 1rem;
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
    font-size: 2.6rem;
    line-height: 1.4;
    margin: 1.5rem auto;
}
ul.rows_content li a .text .meta-view, .feature-news1 .text .meta-view {
    line-height: 1;
}

ul.rows_content li a .text .title, .feature-news1 .text .title {
    line-height: 1;
}
.tweet-date {
    padding: 0 15px;
}
ul.rows_content li {
    margin-bottom: 10px;
}
.feature_box .feature_content {
    padding-top: 0px;
    padding-bottom: 0;
}
.thumbnail {
    margin-bottom: 10px;
}
.rank {
    font-family: 'db_helvethaica_x65_med';
    background: #f2650a;
    padding: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    line-height: 36px;
}
.program-title {
    font-size: 1.7rem !important;
}
.podcast-items a .rank {
    position: absolute;
    left: 50%;
    top: 0px;
    font-family: db_helvethaica_x65_med;
    background: #f2650a;
    padding: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    z-index: 99;
    transform: translate(-50%, -50%);
}
.podcast-items a .title {
    font-size: 2rem;
    color: #000;
    opacity: 0.75;
    line-height: 1;
    font-family: 'db_helvethaica_x65_med';
}
#more_info{
    padding-top:20px;
    background: url("../images/home_backgrounds/website-bg.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
}
#podcast {
    background: #e3e1e0 url("../images/background_podcast.png") top center no-repeat;
    background-size: cover;
}
.btn-playpodcast {
    color: #fff;
    background-color: #fa5000;
    border: 1px solid #fa5000;
    border-radius: 100px;
    font-family: 'db_helvethaica_x55_regular';
    font-size: 1.4rem;
}
.btn-playpodcast:hover {
    color: #fa5000;
    background-color: rgba(255,255,255,0);
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.intro .vipa-head {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 10px;
    color: #fff;
}
#vipa {
    background: url("../images/background_vipa.png") top center no-repeat;
    background-size: cover;
}
.intro .vipa-head h5 {
    color: #fff !important;
}
.title.vipa-title {
    color: #d6d6d6;
}
.vipa-thumbnail, .vipa-thumbnail img {
    border-radius: 1rem !important;
}
.btn-vipa {
    color: #fff !important;
    border-color: #FFF;
}
.btn-vipa:hover {
    color: #fa5000 !important;
    border-color: #fa5000;
}
.feature_box_vipa {
    border-bottom: solid 1px rgba(255,255,255,.5);
}
.vipa-text {
    height: 110px;
}
#altv {
    background: url("../images/background_altv.jpg") top center no-repeat;
    background-size: cover;
}
article.Twitter-box .footer {
    padding: 10px 17px;
}
.post-text {
    font-family: 'db_helvethaica_x65_med' !important;
    padding: 10px 15px;
    min-height: 50px;
    font-size: 1.75rem;
    line-height: 1;
    height: 185px;
    color: #fff;
}
.footer {
    padding-top: 5px;
}
article.facebook-box .footer.border-bt{
    border-top:0px;
    border-bottom:1px solid #d3d7e1;
    padding-top:5px;
    color:#fff;
}
.engagement {
    padding-top: 8px;
    padding-left: 10px !important;
}
article.instagram-box .ig-text,
article.instagram-box .date{
    margin-top: 0px !important;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 300;
    font-family: 'db_helvethaica_x65_med';
    color: #828282;
    padding: 10px 15px 10px 15px;
}
article.instagram-box .ig-text {
    min-height: 85px;
}
article.youtube-box.youtube-style1 .yt-thumbnail {
    padding: 0;
    border: 0px;
}
article.youtube-box .yt-text {
    padding: 15px 10px 15px 10px;
    text-align: center;
    font-family: 'db_helvethaica_x65_med';
    font-size: 24px;
    color: #636161;
    min-height: 120px;
    line-height: 1.2;
}
article.line-box .line-text {
    line-height: 1;
}
article.tiktok-box .tiktok-text {
    line-height: 1;
}
#mediastock {
    background: url("../images/background_mediastock.jpg") top center no-repeat;
    background-size: cover;
    /*min-height: 700px;*/
}
.photo-text .photo-title {
    font-family: 'db_helvethaica_x65_med';
    font-size: 1.3rem;
    line-height: 1;
    color: #222;
    padding: 5px;
}
.photo-text .view {
    font-family: 'db_helvethaica_x55_regular';
    font-size: 1.1rem;
    line-height: 1.4;
    color: #222;
    opacity: 0.75;
}
.photo-box {
    background-color: #FFF;
}
article.photo-box a:hover .photo-thumbnail img {
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
article.photo-box a:hover .photo-text .photo-title {
    color: #FA5001;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.stats {
    display: inline-flex;
}
.post-thumbnail {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.post-thumbnail img {
    /*width: auto !important;*/
    height: 100%;

}
article.facebook-box .footer div.engagement,
.engagement {
    font-size: 18px;
    font-family: 'db_helvethaica_x55_regular';
}
.tweet-date {
    font-size: 20px;
    font-family: 'db_helvethaica_x55_regular' !important;
}
.feature_content h6 {
    line-height: 1;
}
.h-85px {
    min-height: 85px !important;
}
.h-70px {
    min-height: 70px !important;
}
.vipa-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
#vipa .feature-news1 a:hover .vipa-playbtn,
#vipa .feature-news1 a:hover .iconbox_icon.icon_rounded.btn-play
{
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
#vipa .iconbox_icon.icon_rounded.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #EF5001;
    margin: 0px;
    border: solid 3px #EF5001;
    line-height: 3.5rem;
    font-size: 3rem;
    opacity: 0;
}
#social-youtube .youtube-box .yt-footer .views {
    font-size: 1.2rem;
    line-height: 1.2;
}

h2.yir-slogan.home_anim3 {
    font-family: 'db_helvethaica_x65_med';
    line-height: 1;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 0.2rem;
    margin: inherit;
    font-size: 4.5rem;
}
h3.yir-sub-slogan.home_anim3 {
    font-family: 'db_helvethaica_x35_thin';
    line-height: 1;
    color: #FFF;
    letter-spacing: 0.2rem;
    margin: inherit;
    font-size: 3.5rem;
}
.btn-home, .btn-home:hover, .btn-home:active {
    background: none;
    border: 1px solid #FFF;
    text-transform: none;
    font-size: 1.5rem;
}
.btn-live {
    width: 30px;
    height: 30px;
    position: absolute;
    background: #cc0000e6;
    color: #fff;
    bottom: 10px;
    right: 10px;
    padding: 3px;
}
h5.other-header {
    color: #FE5001;
    opacity: 1;
    font-family: 'db_helvethaica_x65_med';
    font-size: 2rem;
    margin: 10px 0;
}
h6.other-subheader {
    font-family: 'db_helvethaica_x35_thin';
    font-size: 1.5rem;
    margin: 10px 0;
    opacity: 0.7;
    text-transform: none;
}
#web-other {
    padding-top: 20px;
    background: url("../images/home_backgrounds/website-bg.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
}
.other-list .list-group-item {
    padding: 1rem 0px;
}
.other-list a .other-title {
    font-family: 'db_helvethaica_x65_med';
    font-size: 1.5rem;
    line-height: 1.2;
    color: #222;
    margin-bottom: 10px;
}
.other-list a .other-date {
    font-family: 'db_helvethaica_x65_med';
    font-size: 1.2rem;
    line-height: 1.2;
    color: #777;
}
.other-list a:hover .other-title {
    color: #FE5001;
    transition: all 0.5s ease-in-out;
}
.other-list a:hover .other-thumb {
    opacity: 0.7;
    transition: all 0.5s ease-in-out;
}

#social-instagram {
    background: url("../images/social/background_instagram.png") left top no-repeat;
    background-size: cover;
    min-height: 700px;
}
.instagram-title {
    color: #4d337f;
    font-size: 2em;
    font-family: 'db_helvethaica_x65_med';
    padding: 30px 0;
}

#social-youtube {
    background: url("../images/social/youtube_background.png") left top no-repeat;
    background-size: cover;
    min-height: 700px;
}
.youtube-title {
    color: #ec4556;
    font-size: 2em;
    font-family: 'db_helvethaica_x65_med';
    padding: 30px 0;
}
.live-title {
    font-family: 'db_helvethaica_x75_bd';
    font-weight: normal;
}

#social-line {
    background: url("../images/social/line_background.png") left top no-repeat;
    background-size: cover;
    min-height: 700px;
}
.line-title {
    color: #316f1a;
    font-size: 2em;
    font-family: 'db_helvethaica_x65_med';
    padding: 30px 0;
}

#social-tiktok {
    background: url("../images/social/tiktok_background.png") left top no-repeat;
    background-size: cover;
    min-height: 700px;
}
.tiktok-title {
    color: #464545;
    font-size: 2em;
    font-family: 'db_helvethaica_x65_med';
    padding: 30px 0;
}

.background_dark {
    background-color: #404040 !important;
    width: 100%;
    color: #FFF;
}

.text-footer {
    font-family: 'db_helvethaica_x65_med';
    font-size: 1.4em;
}
a.footer-link {
    color: #FFF;
}
a.footer-link:hover {
    color: #ccc;
    transition: .4s all ease-in-out;
}
.feature_content p {
    font-family: 'db_helvethaica_x65_med';
    /* text-align: center; */
}
.feature_content {
     text-align: center;
}
.tweet-text {
    margin-top: 10px;
    min-height: 70px;
    font-family: 'db_helvethaica_x55_regular';
    font-size: 1.3em;
}
.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.other-header img {
    height: 55px;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
    font-family: 'db_helvethaica_x55_regular';
    font-size: 1.2rem;
}

.bg-tpbs {
    background: #ED5001 url("../images/home-header-bg.jpg") center center no-repeat;
    background-size: cover;
}
.nav-link {
    display: block;
    padding: 5px;
    font-family: db_helvethaica_x55_regular;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}
.navbar-brand {
    height: 40px;
    padding: 0px 15px;
    z-index: 9999;
}
.nav-link:hover, .nav-link:focus {
    background-color: #5e5e5e;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b !important;
    text-decoration: none;
    background-color: #e9ecef;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 1020;
}

/* The slider itself */
.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 10px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 40px; /* Set a specific slider handle width */
    height: 40px; /* Slider handle height */
    background: #fa5000; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
    width: 40px; /* Set a specific slider handle width */
    height: 40px; /* Slider handle height */
    background: #fa5000; /* Green background */
    cursor: pointer; /* Cursor on hover */
}


.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 50px;
    height: 50px;
    border: 0;
    background: url('../images/timeline/btn-slide.png');
    background-size: 100% 100%;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 50px;
    height: 50px;
    border: 0;
    background: url('../images/timeline/btn-slide.png');
    background-size: 100% 100%;
    cursor: pointer;
}

/*  Timeline Slider End  */

#timeline {
    width: 100%;
    overflow: hidden;
}
.timeline {
    height: 500px;
    background: url("../images/timeline/icon_background.png")left top no-repeat;
}
.img-timeline {
    height: 100%;
    width: auto;
    max-width: inherit;
    overflow: hidden;
}
img.img-responsive {
    max-width: 100%;
}
.img-products {
    margin-top: -60px;
}
.img-product-item {
    width: 70%;
}
iframe {
    max-width: 100%;
}
.value1 {
    text-align: right;
}
.value2 {
    text-align: left;
}
.feature_box_center_content_row{
    padding-top:5rem;
}
.intro h5 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 42px;
    color: #464545;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1;
}
.preloader_header {
    z-index: 10000;
}
.preloader_loader {
    bottom: 50%;
}

#btn-btt {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #FE5001;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 20px;
    transition: all .5s ease-in-out;
}

#btn-btt:hover {
    background-color: #555;
    transition: all .5s ease-in-out;
}
.facebook-post1 {
    height: 142px;
}





@media (max-width: 1199.98px) {
    article.facebook-box .footer span {
        font-size: 18px;
    }

}

@media (max-width: 991.98px) {
    #social-facebook .post-text {
        height: 126px;
    }
    ul.rows_content li a .text .title, .feature-news1 .text .title {
        line-height: 1;
        font-size: 20px;
    }
    .tweet-text {
        padding: 10px 15px 10px 15px;
        height: 100px !important;
    }
    article.facebook-box .footer span {
        font-size: 12px;
    }
    article.facebook-box .footer div.engagement, .engagement {
        font-size: 14px;
        font-family: 'db_helvethaica_x55_regular';
    }
    article.instagram-box .ig-text {
        font-size: 20px;
        line-height: 1;
    }
    article.tiktok-box .view,
    article.tiktok-box .tiktok-text .date span,
    article.tiktok-box .tiktok-text
    {
        font-size: 20px;
    }
    article.youtube-box .yt-footer {
        font-size: 20px;
        line-height: 1;
    }
}

@media (max-width: 767.98px) {
    .img-products {
        margin-top: 0px;
    }
    .website-stats .sub-unit {
        margin-top: 20px;
        margin-left: -40px;
    }

}



@media (max-width: 575.98px) {
    .img-products {
        margin-top: 0px;
    }
    .value1 {
        text-align: center;
    }
    .value2 {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .img-products {
        margin-top: 0px;
    }
    .img-product-item {
        width: 100%;
    }
    .value1 {
        text-align: center;
    }
    .value2 {
        text-align: center;
    }
    .btn-intro {
        font-size: 18px;
        line-height: 2;
    }
    .intro h5 {
        font-size: 34px;
    }
    .slogan {
        font-size: 3rem;
    }
    .btn-home {
        font-size: 20px;
    }
    .photo-text .photo-title {
        font-size: 2rem;
    }
    .photo-text .view {
        font-size: 1.8rem;
    }
    article.facebook-box .footer span {
        font-size: 14px;
    }
    article.facebook-box .footer div.engagement,
    .engagement {
        font-size: 14px;
        font-family: 'db_helvethaica_x55_regular';
    }
    .post-text {
        height: 115px;
    }
    .intro .vipa-head {
        display: block;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        color: #fff;
    }
    .website-stats .sub-unit {
        margin-top: 28px;
        margin-left: -60px;
    }
    h2.yir-slogan.home_anim3 {
        font-size: 3.5rem;
    }
    h3.yir-sub-slogan.home_anim3 {
        font-size: 3rem;
    }
    h6.db-bold.news-top3, h5.programs-top3 {
        display: grid;
        justify-items: center;
    }
}
