#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;
}

#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: 102px;
    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;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

/* 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;
}
.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;
}
.iconbox_icon.icon_rounded.btn-play:hover {
    color: #FFF;
    border: solid 3px #FFF;
    transition: .3s all ease-in-out;
}
.website-stats{
    padding-top:1rem;
}
.feature_box_center_content_row{
    padding-top:5rem;
}
.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;
}
.website-stats .sub-unit{
    font-size: 2rem;
    position: absolute;
    margin-top: -5px;
    margin-left: -55px;
    color: #464545;
}
.intro h5 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 42px;
    color: #464545;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1;
}





@media (min-width: 1200px) {

}

@media (min-width: 992px) {

}

@media (min-width: 768px) {
    .img-products {
        margin-top: 0px;
    }
}

@media (min-width: 576px) {
    .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;
    }

}
