html, body {
    padding: 0;
    margin: 0;
}

#main {
    width: 1280px;
    height: 720px;
    background-size: cover;
    overflow: hidden;
    position: absolute;
}

@keyframes logoanimation {
    0%   { transform: scale(1,1); }
    30%   { transform: scale(1,0.6); }
    40%   { transform: scale(1,0.75); }
    50%   { transform: scale(1,0.7); }
    60%   { transform: scale(1,0.7); }
    80% { transform: scale(0.6,0.7); }
    90% { transform: scale(0.75,0.7); }
    100% { transform: scale(0.7,0.7); }
}

@keyframes logoanimationreverse {
    0%   { transform: scale(0.7,0.7); }
    30%   { transform: scale(0.7,1.1); }
    40%   { transform: scale(0.7,0.95); }
    50%   { transform: scale(0.7,1); }
    60%   { transform: scale(0.7,1); }
    80% { transform: scale(1.1,1); }
    90% { transform: scale(0.95,1); }
    100% { transform: scale(1,1); }
}

#loadingIndicator {
    position: absolute;
    top: 330px;
    left: 610px;
    z-index: 9999;
    display: block;
}
.spinner {
  width: 60px;
  height: 60px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0958f4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

#foxxumlogo {
    position: absolute;
    top: 16px;
    right: 64px;
    height: 134px;
    width: 200px;
    opacity: 1;
    background-image: url(../images/foxxum_shadow.png);
    background-size: 100% 100%;
    transform-origin: right bottom;
    transform: scale(1,1);
    animation: logoanimationreverse 0.8s ease-in-out;
}

#foxxumlogo.blur {
    transform: scale(0.7,0.7);
    animation: logoanimation 0.8s ease-in-out;
}

#topMenuWrapper {
    height: 89px;
    width: 100%;
    top: -149px;
    position: relative;
    font-size: 38px;
    line-height: 2;
    text-align: left;
    opacity: 0;
    z-index: 1;
    transform: translateY(0px);
    transition: all 0.4s ease;
}

#channelName {
    padding-left: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

#weatherTime {
    padding-right: 60px;
    position: absolute;
    right: 0;
}

#weatherIcon {
    width: 49px;
    height: 49px;
    font-size: 38px;
    line-height: 2;
    text-align: left;
}

#bottomBottomWrapper {
    transform: translateX(60px);
    width: 100%;
    transition: all 0.4s ease;
    z-index: 1000;
}

#bottomMenuWrapper {
    height: 119px;
    width: 100%;
    position: relative;
    bottom: -691px;
    transform: translateY(0px);
    opacity: 0;
    transition: all 0.4s ease;
}

#topMenuWrapper.show {
    transform: translateY(149px);
    opacity: 1;
}

#bottomMenuWrapper.show {
    transform: translateY(-179px);
    opacity: 1;
}

#bottomMenuWrapper.minified {
    transform: translateY(-100px);
    opacity: 1;
    transition: all 0.4s ease;
}

#bottomBottomSlider, #installedAppsSlider {
    display: inline-block;
}

.bottomBottomItem .item_title {
    position: absolute;
    top: 73px;
    width: 160px;
    height: 17px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    margin-left: -45px;
    display: none;
    text-transform: uppercase;
}

.bottomBottomItemInner {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.triangle {
    width: 0;
    height: 0;
    position: absolute;
    left: 16px;
    top: -6px;
    display: none;
}

.bottomBottomItem {
    width: 66px;
    height: 66px;
    top: 0px;
    transform: translateY(0px);
    display: inline-block;
    border-radius: 100px;
    position: relative;
    margin: 25px 10px;
    transition: all 0.2s ease;
}

.bottomBottomItem.focus {
    transform: translateY(-7.5px);
}

.bottomBottomItem.focus .item_title {
    display: block;
}

.bottomBottomItem.active {
    transform: translateY(-7.5px);
}

.bottomBottomItem.active .triangle {
    display: block;
}

.bottomBottomItem.active .item_title {
    display: block;
}

.seperator {
    width: 2px;
    height: 95px;
    opacity: 0.1;
    display: inline-block;
    margin: -25px 20px 10px 5px;
}

#sourceSlider .seperator {
    margin: 70px 10px 10px;
}

.installedAppsItem, .tvProgramSliderItem, .settingsSliderItem, .sourceSliderItem, .appsSliderItem, .videoSliderItem, .searchVideoSliderItem, .movieSliderItem, .searchMovieSliderItem {
    display: inline-block;
    left: 0;
    top: 0;
    margin: 14px 5px;
    width: 132px;
    height: 87px;
    position: relative;
    /* transition: all 0.2s ease; */
}

.installedAppsItem .focus_border {
    transform: translate(-5px, -5px) scale(1);
    width: 100%;
    height: 100%;
    z-index: 900;
    position: absolute;
    transition: all 0.2s ease;
    transition-property: transform, opacity;
    opacity: 0;
}

.installedAppsItem.focus .focus_border {
    transform: translate(-5px, -5px) scale(1.15);
    z-index: 1001;
    opacity: 1;
}

.installedAppsItemInner {
    transform: scale(1) rotate(0deg);;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: all 0.2s ease;
    transition-property: transform;
    position: absolute;
}

.installedAppsItem.focus .installedAppsItemInner {
    transform: scale(1.13) rotate(0.02deg);;
    z-index: 1001;
}

.tvProgramSliderItem .focus_border {
    transform: scale(1) translate(-7px, -14px);
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    transition: all 0.2s ease;
    opacity: 0;
}

.tvProgramSliderItem.focus .focus_border {
    transform: scale(1.1) translate(-7px, -14px);
    z-index: 1001;
    opacity: 1;
}

.tvProgramSliderItemInner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1) translate(0px, 0px);
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: all 0.2s ease;
    position: absolute;
}

.tvProgramSliderItem.focus .tvProgramSliderItemInner {
    transform: scale(1.12) translate(-1px, -8px);
    z-index: 1001;
}

.movieSliderItem .focus_border {
    transform: scale(1) translate(0px, -5px);
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    transition: all 0.2s ease;
    opacity: 0;
}

.movieSliderItem.focus .focus_border {
    transform: scale(1.1) translate(-5px, -5px);
    z-index: 1001;
    opacity: 1;
}

.movieSliderItemInner {
    transform: scale(1) translate(0px, 0px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: all 0.2s ease;
    position: absolute;
}

.movieSliderItem.focus .movieSliderItemInner {
    transform: scale(1.1) translate(0px, 0px);
    z-index: 1001;
}

.videoSliderItem .focus_border {
    transform: scale(1) translate(-5px, -5px);
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    transition: all 0.2s ease;
    opacity: 0;
}

.videoSliderItem.focus .focus_border {
    transform: scale(1.1) translate(-5px, -5px);
    z-index: 1001;
    opacity: 1;
}

.videoSliderItemInner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1) translate(0px, 0px);
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: all 0.2s ease;
    position: absolute;
}

.videoSliderItem.focus .videoSliderItemInner {
    transform: scale(1.1) translate(0px, 0px);
    z-index: 1001;
}

.appsSliderItem .focus_border {
    transform: scale(1) translate(-5px, -3px);
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    transition: all 0.2s ease;
    opacity: 0;
}

.appsSliderItem.focus .focus_border {
    transform: scale(1.1) translate(-5px, -3px);
    z-index: 1001;
    opacity: 1;
}

.appsSliderItemInner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1) translate(0px, 0px);
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: all 0.2s ease;
    position: absolute;
}

.appsSliderItem.focus .appsSliderItemInner {
    transform: scale(1.1) translate(-1px, 1px);
    z-index: 1001;
}

.sourceSliderItem .focus_border {
    transform: scale(1) translate(-5px, -3px);
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    transition: all 0.2s ease;
    opacity: 0; 
}

.sourceSliderItem.focus .focus_border {
    transform: scale(1.15) translate(-5px, -3px);
    z-index: 1001;
    opacity: 1;
}

.sourceSliderItemInner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1) translate(0px, 0px);
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: all 0.2s ease;
    position: absolute;
}

.sourceSliderItem.focus .sourceSliderItemInner {
    transform: scale(1.15) translate(-1px, 1px);
    z-index: 1001;
}

.searchMovieSliderItem .focus_border {
    transform: scale(1) translate(0px, -5px);
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    transition: all 0.2s ease;
    opacity: 0;
}

.searchMovieSliderItem.focus .focus_border {
    transform: scale(1.1) translate(-5px, -5px);
    z-index: 1001;
    opacity: 1;
}

.searchMovieSliderItemInner {
    transform: scale(1) translate(0px, 0px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: all 0.2s ease;
    position: absolute;
}

.searchMovieSliderItem.focus .searchMovieSliderItemInner {
    transform: scale(1.1) translate(0px, 0px);
    z-index: 1001;
}

.searchVideoSliderItem .focus_border {
    transform: scale(1) translate(-5px, -5px);
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    transition: all 0.2s ease;
    opacity: 0;
}

.searchVideoSliderItem.focus .focus_border {
    transform: scale(1.1) translate(-5px, -5px);
    z-index: 1001;
    opacity: 1;
}

.searchVideoSliderItemInner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1) translate(0px, 0px);
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: all 0.2s ease;
    position: absolute;
}

.searchVideoSliderItem.focus .searchVideoSliderItemInner {
    transform: scale(1.1) translate(0px, 0px);
    z-index: 1001;
}

.settingsSliderItem .focus_border{
    transform: scale(1) translate(-5px, -3px);
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    transition: all 0.2s ease;
    opacity: 0;
}

.settingsSliderItem.focus .focus_border {
    transform: scale(1.15) translate(-5px, -3px);
    z-index: 1001;
    opacity: 1;
}

.settingsSliderItemInner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1) translate(0px, 0px);
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: all 0.2s ease;
    position: absolute;
}

.settingsSliderItem.focus .settingsSliderItemInner{
    transform: scale(1.15) translate(-1px, 1px);
    z-index: 1001;
}

.bottomTopSlider {
    transform: scale(1, 0);
    transform-origin: bottom;
    bottom: 118px;
    height: 252px;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}

.bottomTopSlider.show {
    transform: scale(1, 1);
    transform-origin: bottom;
    opacity: 1;
}

#recommendedWrapper.bottomTopSlider {
    transform: scale(1, 0);
    transform-origin: bottom;
    bottom: 118px;
    height: 373px;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
    background-image: none;
}

#recommendedWrapper.bottomTopSlider.show {
    transform: scale(1, 1);
    transform-origin: bottom;
    opacity: 1;
}

#recommendationCategorySlider {
    bottom: 0px;
    height: 40px;
    padding: 20px 0px 20px 60px;
    background-image: linear-gradient(to left, rgba(29, 35, 38, 0.9), rgba(36, 46, 51, 0.9) 50%, rgba(29, 35, 38, 0.9));
}

#movieSlider {
    bottom: 80px;
    height: 225px;
    padding: 20px 0px 0px 60px;
    transition: all 0.4s ease;
    width: 10000px;
    position: absolute;
    background-image: linear-gradient(to left, rgba(29, 35, 38, 0.9), rgba(36, 46, 51, 0.9) 50%, rgba(29, 35, 38, 0.9));
}

#videoSlider {
    bottom: 80px;
    height: 145px;
    padding: 20px 0px 0px 60px;
    transition: all 0.4s ease;
    width: 10000px;
    position: absolute;
    background-image: linear-gradient(to left, rgba(29, 35, 38, 0.9), rgba(36, 46, 51, 0.9) 50%, rgba(29, 35, 38, 0.9));
}

#tvProgramSlider {
    position: absolute;
    left: 60px;
    width: 10000px;
    top: 70px;
    transition: all 0.4s ease;
}

#favourites {
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 60px;
    line-height: 3;
}

#epg {
    font-size: 25px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    line-height: 3;
}

#epg-mockup {
    transform: scale(1, 0);
    /* transform: translateY(0px);*/
    transform-origin: bottom;
    bottom: 80px;
    height: 720px;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
    background: url(../images/epg.png);
}

#epg-mockup.show {
    transform: scale(1, 1);
    /*transform: translateY(100px);*/
    transform-origin: bottom;
    opacity: 1;
}

.tvProgramSliderItem {
    display: inline-block;
    width: 350px;
    height: 185px;
    margin: 0 10px;
}

.tvProgramSliderItemInner {
    position: relative;
    height: 100%;
}

.tvProgramSliderItem.focus .tvProgramSliderItemInner {
    width: 370px;
    height: 202px;
}

.tvProgramSliderItem.focus .focus_border {
    width: 239px;
    height: 145px;
}


.tvProgramSliderItem {
    width: 235px;
    height: 124px;
    margin: 0 5px;
}

.tvProgramSliderItemInner {
    background-size: auto;
    background-position: 240px 80px;
}

.tvProgramSliderItem.focus .tvProgramSliderItemInner {
    width: 235px;
    height: 141px;
}

#tvProgramSliderItem_0 {
    margin-left: 0;
}

.channelNumber {
    font-size: 36px;
    font-weight: 300;
    text-align: left;
    margin-left: 20px;
}

.channelName {
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    margin-left: 5px;
}

.programName {
    width: 100%;
    height: 24px;
    font-size: 15px;
    text-align: left;
    margin-left: 20px;
}

.programDuration {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 15px;
    margin-right: 20px;
}

.fa-clock-o {
    height: 22px;
    width: 23px;
    display: inline-block;
}

.programDuration .fa {
    margin-right: 10px;
}

.progressWrapper {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
}

.progressBar {
    height: 100%;
    position: relative;
}

#recommendationCategorySlider, #appsCategorySlider, #searchCategorySlider {
    width: 10000px;
    position: absolute;
    transition: all 0.4s ease;
}

.recommendationCategorySliderItem, .appsCategorySliderItem, .searchCategorySliderItem {
    width: 181px;
    height: 37px;
    display: inline-block;
    font-size: 26px;
    line-height: 1.5;
    text-align: left;
    margin: 0 5px;
    padding-left: 10px;
    transition: all 0.4s ease;
}

#recommendationCategorySliderItem_0, #appsCategorySliderItem_0, #searchCategorySliderItem_0 {
    margin-left: 0;
}


#appsSlider, #sourceSlider, #settingsSlider {
    opacity: 0;
    transform: translateX(100px);
    width: 10000px;
    top: 20px;
    position: absolute;
    transition: all 0.4s ease;
}

#movieSlider.content_show, #videoSlider.content_show, #appsSlider.content_show, #sourceSlider.content_show, #searchMovieSlider.content_show, #searchVideoSlider.content_show, #settingsSlider.content_show {
    opacity: 1;
}

.movieSliderItem, .searchMovieSliderItem {
    width: 136px;
    height: 204px;
    margin: 0 10px;
}

#movieSliderItem_0 {
    width: 364px;
    height: 204px;
    margin-left: 0;
}

#movieSliderItem_0.focus .focus_border {
    width: 370px !important;
    height: 208px !important;
}

#movieSliderItem_0.focus .movieSliderItemInner {
    width: 370px !important;
    height: 208px !important;
}

.videoSliderItem, .searchVideoSliderItem {
    width: 211px;
    height: 118px;
}

#videoSliderItem_0, #searchVideoSliderItem_0, #searchMovieSliderItem_0 {
    margin-left: 0;
}

.recommendationTitle {
    position: absolute;
    bottom: 0;
    width: 201px;
    padding: 5px;
    display: none;
    line-height: 1.15;
    font-size: 17px;
    text-align: center;
}

.movie_show .recommendationTitle {
    width: 126px;
}

#movieSliderItem_0 .recommendationTitle {
    width: 360px;
}

#appsSlider {
    top: 45px
}

.appsSliderItem {
    width: 159px;
    height: 104px;
    margin: 0 5px;
}

#appsSliderItem_0 {
    margin-left: 0;
}

#recent {
    font-size: 22.5px;
    text-align: left;
    position: absolute;
    left: 60px;
    top: 15px;
    text-transform: uppercase;
}

#sourceWrapper {
    bottom: 118px;
    height: 202px;
}

#sourceSlider {
    top: 0px;
    display: block;
}

.sourceSliderItem {
    width: 130px;
    height: 120px;
    margin: 0 5px;
}

.sourceSliderItemInner {
    background-size: 40%;
    background-position: 70px 50px;
}

.sourceName, .settingsName {
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 10px;
}

#sourceSliderItem_0 {
    margin-left: 0;
}

#sourceSliderItem_1 .sourceSliderItemInner, #sourceSliderItem_2 .sourceSliderItemInner {
    background-position: center 90px;
}

#sourceSliderItem_3 .sourceSliderItemInner, #sourceSliderItem_4 .sourceSliderItemInner {
    background-position: center 95px;
    opacity: 0.3;
}

#sourceSliderItem_5 .sourceSliderItemInner {
    background-position: 70px 60px;
}

#sourceSliderItem_6 .sourceSliderItemInner {
    background-position: 70px 75px;
}

#sourceSliderItem_7 .sourceSliderItemInner {
    background-position: center 80px;
}

#searchWrapper.bottomTopSlider {
    transform: scale(1, 0);
    transform-origin: bottom;
    bottom: 118px;
    height: 50px;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}

#searchWrapper.bottomTopSlider.show {
    transform: scale(1, 1);
    transform-origin: bottom;
    opacity: 1;
}

#searchWrapper.bottomTopSlider #searchCategorySlider {
    transform: scale(1, 0);
    transform-origin: bottom;
    bottom: 50px;
    height: 45px;
    padding: 10px 0px 10px 60px;
    width: 100000px;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
    display: none;
    background-image: linear-gradient(to left, rgba(29, 35, 38, 0.9), rgba(36, 46, 51, 0.9) 50%, rgba(29, 35, 38, 0.9));
}

#searchWrapper.bottomTopSlider.categories_show #searchCategorySlider {
    transform: scale(1, 1);
    transform-origin: bottom;
    display: block;
    opacity: 1;
}

#searchWrapper.bottomTopSlider #searchMovieSlider {
    transform: scale(1, 0);
    transform-origin: bottom;
    bottom: 101px;
    height: 230px;
    padding: 20px 0px 10px 60px;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
    background-image: linear-gradient(to left, rgba(29, 35, 38, 0.9), rgba(36, 46, 51, 0.9) 50%, rgba(29, 35, 38, 0.9));
}

#searchWrapper.bottomTopSlider.movie_show #searchMovieSlider {
    transform: scale(1, 1);
    transform-origin: bottom;
    opacity: 1;
}

#searchWrapper.bottomTopSlider #searchVideoSlider {
    transform: scale(1, 0);
    transform-origin: bottom;
    bottom: 101px;
    height: 160px;
    padding: 20px 0px 10px 60px;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
    background-image: linear-gradient(to left, rgba(29, 35, 38, 0.9), rgba(36, 46, 51, 0.9) 50%, rgba(29, 35, 38, 0.9));
}

#searchWrapper.bottomTopSlider.content_show #searchVideoSlider {
    transform: scale(1, 1);
    transform-origin: bottom;
    opacity: 1;
}

#searchInput {
    width: 208px;
    height: 30px;
    left: 60px;
    position: absolute;
    bottom: 8px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 10%;
    font-size: 23px;
    font-weight: bold;
    padding: 3px 0 0 50px;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

#searchKeyboard {
    position: absolute;
    bottom: 7px;
    left: 350px;
}

.searchKeyboardItem {
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    padding: 0px 5px;
    transition: all 0.4s ease;
}

.searchCategorySliderItem {
    width: 227px;
    height: 37px;
    font-size: 26px;
    line-height: 1.5;
}

#settingsWrapper {
    height: 152px;
}

#settingsSlider {
    display: block;
    top: 20px;
}

.settingsSliderItem {
    width: 220px;
    height: 116px;
    margin: 0 5px;
}

.settingsSliderItemInner {
    background-size: 20%;
    background-position: 90% 90%;
}

#settingsSliderItem_0 {
    margin-left: 0;
}

.bottomContentSlider {
    transform: scale(1, 0);
    /* transform: translateY(0px);*/
    transform-origin: bottom;
    bottom: 270px;
    height: 530px;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
    background: url(../images/settings_picture.png);
}

.bottomContentSlider.show {
    transform: scale(1, 1);
    /*transform: translateY(100px);*/
    transform-origin: bottom;
    opacity: 1;
}

.contentpartner_logo {
    background-position: right top;
    background-repeat: no-repeat;
    height: 97%;
    margin-top: 3%;
    position: relative;
    width: 97%;
    z-index: 10;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(-200%);
    }
}

.focus .recommendationTitle {
    display: block;
}

#volume {
    display: none;
    position: absolute;
    left: 1696px;
    top: 476px;
    height: 128px;
    width: 128px;
    border-radius: 64px;
    background: linear-gradient(to right, rgba(20, 24, 26, 0.9), rgba(20, 24, 26, 0.9));
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

#volumeControlBar {
    position: absolute;
    left: 4px;
    top: 4px;
    height: 110px;
    width: 110px;
    border: 5px solid #0055ff;
    border-radius: 64px;
    background: transparent;
    opacity: 0.6125; /*opacity should be changed when changing the volume value opacity=0.5 equals volume=0; opacity=1 equals volume=100 */
}

#volumeTag {
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent url(../images/icons/volume.png) center 20px no-repeat;
    height: 128px;
    width: 128px;
}

#numOfTheVolume {
    position: absolute;
    color: #fff;
    top: 50px;
    line-height: 52px;
    width: 128px;
    font-size: 48px;
    text-align: center;
}