#barslider{
    background:rgb(0,57,94);
}
#progressBarslider{
    background: #EDEDED;
}

/* Menu Live */
.wrapper__menu-live {}
.wrapper__menu-live ul {
    background: transparent;
}
.wrapper__menu-live ul li a {
    color: white;
}
.wrapper__menu-live--color {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffefc1+0,e0cfa4+6,b4a180+11,a79476+14,9a866d+20,927c64+23,8e7860+26,7c634d+34,6b4e3c+49,694c3c+51,6a4d3f+54,6d4e3a+60,76573b+66,7f5b39+69,86603c+71,8d6742+74,9c7345+80,bc9053+91,ce9b59+100 */
    background : #ffefc1; /* Old browsers */
    background : -moz-linear-gradient(top,  #ffefc1 0%, #e0cfa4 6%, #b4a180 11%, #a79476 14%, #9a866d 20%, #927c64 23%, #8e7860 26%, #7c634d 34%, #6b4e3c 49%, #694c3c 51%, #6a4d3f 54%, #6d4e3a 60%, #76573b 66%, #7f5b39 69%, #86603c 71%, #8d6742 74%, #9c7345 80%, #bc9053 91%, #ce9b59 100%); /* FF3.6-15 */
    background : -webkit-linear-gradient(top,  #ffefc1 0%,#e0cfa4 6%,#b4a180 11%,#a79476 14%,#9a866d 20%,#927c64 23%,#8e7860 26%,#7c634d 34%,#6b4e3c 49%,#694c3c 51%,#6a4d3f 54%,#6d4e3a 60%,#76573b 66%,#7f5b39 69%,#86603c 71%,#8d6742 74%,#9c7345 80%,#bc9053 91%,#ce9b59 100%); /* Chrome10-25,Safari5.1-6 */
    background : linear-gradient(to bottom,  #ffefc1 0%,#e0cfa4 6%,#b4a180 11%,#a79476 14%,#9a866d 20%,#927c64 23%,#8e7860 26%,#7c634d 34%,#6b4e3c 49%,#694c3c 51%,#6a4d3f 54%,#6d4e3a 60%,#76573b 66%,#7f5b39 69%,#86603c 71%,#8d6742 74%,#9c7345 80%,#bc9053 91%,#ce9b59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefc1', endColorstr='#ce9b59',GradientType=0 ); /* IE6-9 */

}
/* Dock Game */
.dock-game__header {
    background: rgb(0,57,94);
}
.dock-game__header--desc__title {
    color: rgb(0,57,94);
}
.dock-game__header--desc__content {
    color: rgb(0,57,94);
}
.dock-game__header__title {
    color: rgb(0,57,94);
}
.dock-game__header__view--btn {
    color: white;
}
.dock-game__header__view--btn--l {
    background: rgb(142,142,142);
}
.dock-game__header__view--btn--r {
    color: rgb(0,57,94);
    background: rgb(211,227,75);
}
.dock-game__header__view--btn:last-child {
    margin-right: 0;
}
.dock-game__header__view__dropdown a {
    border-bottom: 1px solid black;
    background:  rgb(0,57,94);
    color: rgb(255, 255, 255);
}
.dock-game__header__view__dropdown a.active {
    color: rgb(0,57,94);
    background: rgb(211,227,75);
    font-weight: bold;
}
.dock-game__item__img {
    border: 1px solid rgb(0,57,94);
}
.dock-game__item__badge--promo {
    background: red;
    color: white !important;
    -webkit-box-shadow: 5px 0px 5px 5px red;
    -moz-box-shadow: 5px 0px 5px 5px red;
    -moz-box-shadow-box-shadow: 5px 0px 5px 5px red;
}
.dock-game__item__badge--new {
    border-top: 15px solid rgb(252,212,1);
    border-bottom: 15px solid rgb(252,212,1);
    border-right: 15px solid transparent;
    color: rgb(0,57,94);
}
.dock-game__item__play {
    background: rgba(0,0,0, 0.7);
}
.dock-game__item__play p {
    color: white;
}
.dock-game__item__play a {
    color: white;
}
.dock-game__item__play-button ul {
    background: white;
}
.dock-game__item__play-button ul li a {
    color: white;
}
.dock-game__item__play--blue {
    background: -webkit-linear-gradient(top, #19ade9 0%, #0d5a7a 100%);
    background: linear-gradient(to bottom, #19ade9 0%, #0d5a7a 100%);
}
.dock-game__item__play--green {
    background: -webkit-linear-gradient(to bottom, rgba(148, 213, 2, 1) 0%,rgba(79, 113, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(148, 213, 2, 1) 0%,rgba(79, 113, 1, 1) 100%);
}
.dock-game__item__title {
    color:rgb(0,57,94);
}
.dock-game--footer__upper {
    color:rgb(0,57,94);
}
.dock-game--footer__btn {
    background-color: rgba(148, 212, 2, 1);
    background: -moz-linear-gradient(top, rgba(148, 212, 2, 1) 0%, rgba(80, 115, 1, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(148, 212, 2, 1) 0%,rgba(80, 115, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(148, 212, 2, 1) 0%,rgba(80, 115, 1, 1) 100%);

    color: white;
}
.dock-game--footer__lower {
    color:rgb(0,57,94);
}
.dock-game--footer__lower a {
    color:rgb(0, 153, 255);
}
/* Modal */
.modal-search__header {
    background: rgb(31,31,31);
    color: white;
}
.modal-search__header .close {
    color: white;
}
.modal-search__form {}
.modal-search__form i {
    color: #a6a6a6;
}
.modal-search__form__input {
    background: #d7d7d7;
    color: #495057;
}
/* Breadcrumb */
.breadcrumb--custom {
    background: transparent;
}
.breadcrumb--custom li {
    padding: 5px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
    color:rgb(0,57,94);
}
.breadcrumb--custom .breadcrumb-item a {
    color:rgb(0,57,94);
}
.breadcrumb--custom .active {
    color: rgb(0, 153, 255);
}