.innerPadding {
    padding-left: 0;
}

#live-stream {
    background-color: #fff;
    position: relative;
    text-align: center;
}

#live-stream .content {
    margin: 0 auto;
    max-width: 810px;
    padding: 55px 0 50px;
}

#live-stream .content:before {
    background-image: url('../images/youtube-watermark.png');
    background-position: right center;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#live-stream h2 {
    color: #2b003b;
    display: inline-block;
    font-family: 'fira_sansbold';
    font-size: 48px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

#live-stream h2 span {
    color: #ac65c9;
    display: block;
    font-family: 'fira_sanslight';
    font-size: 48px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;    
}

#live-stream h2 span:before {
    background-color: #62ce02;
    content: '';
    display: block;
    height: 2px;
    position: relative;
    top: -5px;
    width: 100%;
}

#live-stream p {
    color: #4b2658;
    font-size: 15px;
    line-height: 18px;
}

#live-stream p:last-child {
    margin-bottom: 0;
}

#counter {
    padding-top: 62px;
}

#counter .item {
    padding-bottom: 62px;
    text-align: center;
}

#counter .item .counter-value {
    color: #fff;
    font-family: 'fira_sansbook';
    font-size: 48px;
}

#counter .item p {
    color: #e4baf5;
    font-family: 'fira_sansbook';
    font-size: 16px;
    margin: 0;
}

#channels {
    padding-bottom: 110px;
    padding-top: 96px;
}

#channels .content-wrap {
    margin-bottom: 40px;
}

#channels .content-image {
    border: 1px #a6a5a6 solid;
    border-radius: 5px;
    padding: 25px 10px;
    text-align: center;
    width: 346px;
}

#channels .content-image img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#channels .content {
    max-width: 706px;
    padding-left: 50px;
}

#channels .content h2 {
    color: #2b003b;
    font-family: 'fira_sansbook';
    font-size: 21px;
    margin-top: 0;
}

#channels .content p {
    color: #732b90;
    font-size: 15px;
    line-height: 20px;
}

#channels .btn {
    background-color: #62ce02;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-family: 'fira_sanssemibold_italic';
    font-size: 14px;
    height: 35px;
    line-height: 37px;
    padding: 0px 15px;
    transition: all .4s ease;    
}

#channels .btn:hover {
    background-color: #2b003b;
}

#ourCustomersWrap {
    background-color: #2b003b;
    background-image: url(../images/gradient-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

#ourCustomersWrap h3 {
    color: #fff;
}

#clientsTicker .tickerItem .tickerItemInner img {
    filter: brightness(0) invert(1);
}