/*
* Global
*/

body {
    margin: 0px;
    padding: 0px;
    font: normal 12px/1.2em Arial,Verdana,Tahoma,sans-serif;
    color: #fff;
    background: #fff;
}

input, select {
    vertical-align: middle;
    font-size: 12px;
    font-family: "Tahoma",Arial,Verdana,Tahoma,sans-serif;
    background-color: #fff;
}

input[type="text"]:focus { outline: none; }

.text-right {
    text-align: right;
}

a, a:hover, a:active, a:focus, a:visited {
    color: #fff;
}


/*
* Header
*/
header {
    color: #000;
    margin: 0 auto;
    padding-top: 5px;
    padding-right: 6%;
    padding-left: 6%;
}

header .row {
    margin: 0 auto;
}

.header-logo {
    float: left;
}

.logo {
    display: inline-block;
    width: 235px;
    height: 68px;
    background-image: url('/images/logo.png');
}

.search-language {
}

.select-languages {
    margin-top: 27px;
    font-weight: 300;
}

.select-languages img{
    border: 1px solid #DADADA;
    width: 18px;
    height: 13px;
}

.select-languages > .active{
    font-weight: 700;
}

.select-languages  a{
    text-decoration: underline;
    color: #000;
}

.header-search-form {
    margin-top: 20px;
    position: relative;
}

.header-search-form input {
    border: 2px solid #f3f3f5;
    width: 100%;
    height: 30px;
    color: #4c4c4c;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 15px;
    margin-right: 5px;
}

.header-search-form  .header-search-button {
    background: url('/images/search_button.gif') center center no-repeat;
    width: 11px;
    height: 11px;
    border: 0;
    position: absolute;
    right: 15px;
    top: 8px;
}


/*
* Tabs navigation
*/

.category-tabs {
    width: 100%;
    text-align: center;
    margin-top: 12px;
}

.category-tabs a{
    text-decoration: none;
    color: #fff;
}

.category-tabs > .tab {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px 8px 0px 0px;
    background-color: #676767;
    width: 28%;
    height: 34px;
    font-size: 16px;
    padding-top: 12px;
    margin-right: 1%;
    cursor: pointer;
}
/*
.category-tabs > .tab:last-child {
	margin-right: 0;
}
*/
.category-tabs > .active {
    background-color: #594d6c;
}

/*
* Main content
*/
.content-wrapper {
    background-color: #6f5e86;
    border-radius: 15px;
    /*
    margin-left: 25px;
    margin-right: 25px;
    */
    padding: 20px;
    padding-bottom: 40px;
    /*border: 1px solid #594d6c;*/
    border: 1px solid #594d6c;
}
.content-wrapper h1{
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px 0;
    font-weight: normal;
    line-height: 20px;
}

.content-wrapper h2{
    font-size: 18px;
    color: #fff;
    margin: 0px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 18px;
}

.h1-mobile{
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px 0;
    font-weight: normal;
    line-height: 20px;
    display: none;
}

.content-wrapper .main-filter input{
    width: 100%;
    padding: 2px 0px;
    font-size: 14px;
    color: #fff;
    font-family: "Tahoma",Arial,Verdana,Tahoma,sans-serif;
    font-style: italic;
    background-color: rgb(89, 77, 108);
    border: 1px dashed rgb(53, 46, 65);
    height: 30px;
}
.content-wrapper .main-filter input::-webkit-input-placeholder {
    color: #fff;
}

.content-wrapper .main-filter input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.content-wrapper .main-filter input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.header-search-form input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.header-search-form input:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.header-search-form input::-moz-placeholder {
    color: #000;
    opacity: 1;
}


.content-wrapper .main-filter  ul.sort-filter {
    margin: 0;
    padding: 0px;
    color: #fff;
    background-color: #817195;
    font-size: 14px;
    border-width: 0 0 1px 0;
    margin-top: 20px;
    text-align: center;
    border-bottom: 1px solid #9284a4;
}

.content-wrapper .main-filter  ul.sort-filter li.name{
    color: #000;
    font-size: 13px;
    font-weight: 700;
    margin-right: 20px;
}

.content-wrapper .main-filter  ul.sort-filter li{
    display: inline-block;
    min-height: 30px;
    margin-left: 20px;
    padding-top: 8px;
}

.content-wrapper .main-filter  ul.sort-filter li a{
    font-size: 13px;
    color: #fff;
    border-bottom: 1px dotted #FFFFFF;
    margin-right: 5px;
}

.content-wrapper .main-filter  ul.sort-filter li a:hover{
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
}


.content-wrapper .main-filter  ul.sort-filter .heart a{
    display: inline-block;
}
.content-wrapper .articles:first-of-type {
    padding-top: 10px;
}

.content-wrapper .articles .article {
    display: block;
    overflow: hidden;
    cursor: pointer;
    padding: 10px 10px 10px 0;
}

.content-wrapper .articles .article:hover {
    background-color: #594D6C;
    color: #fff;
    text-decoration: none;
}

.content-wrapper .articles .article > div {
    float: left;
}

.content-wrapper .articles .article > .img {
    margin: 0 15px 5px 0;
}

.content-wrapper .articles .article > .content {
    /*max-width: 490px;*/
    width: 100%;
}

.content-wrapper .articles .article > .favorites {
    float: right;
}

.content-wrapper .articles .article > .content > .article-header {
    margin-top: 0px;
    margin-bottom: 4px;
    font-weight: bold;
    font-family: Arial;
    font-size: 13px;
}

.article-header-name {
    text-decoration: underline;
}

.content-wrapper .articles .article > .content > .article-header .external-label {
    color:#FF8080;
    padding-left:5px;
}

.content-wrapper .articles .article > .content > .article-text {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #E8E3EE;
    font-family: "Times New Roman", Arial, Tahoma;
    font-style: italic;
    font-size: 14px;
}

.content-wrapper .articles .article > .content > .article-under-text {
    font-family: "Times New Roman", Arial, Tahoma;
    font-style: italic;
    font-size: 14px;
    color: #B9AECA;
    margin-top: 0px;
    margin-left: 70px;
}

.content-wrapper .articles .article > .content > .article-under-text .bold{
    display: inline-block;
    font-weight: 700;
}

.content-wrapper .articles .article > .content > .article-under-text .bold:not(:first-child){
    margin-left: 20px;
}

.content-wrapper .sidebar {
    background-color: #594D6C;
    border: 1px dashed #352E41;
    /*margin-left: 10px;*/
    padding: 15px 15px 15px 10px;
    margin-top: 15px;
    width: 346px;
}

.content-wrapper .sidebar h2{
    font-size: 16px;
    font-weight: normal;
    margin-top: 7px;
}

.content-wrapper .sidebar a {
    color: #ffffff;
    text-decoration: underline;
}

.content-wrapper .sidebar a:hover {
    color: #ffffff;
}

.content-wrapper .inline-fields input {
    display: inline-block;
}

.content-wrapper .inline-fields input[type=text],  .content-wrapper .inline-fields input[type=password]{
    width: 90px;
    height: 25px;
    background: #fff;
    border-radius: 8px;
    border: 0;
    padding-left: 7px;
    color: #4c4c4c;
    margin-right: 5px;
}

.content-wrapper .inline-fields input[type=submit] {
    vertical-align: middle;
    font-size: 12px;
    font-family: "Tahoma",Arial,Verdana,Tahoma,sans-serif;
    color: #000;
    padding: 2px 6px;
}

.content-wrapper .inline-sub-links {
    margin-top: 10px;
    overflow: hidden;
}

.content-wrapper .inline-sub-links  a{
    display: inline-block;
    text-decoration: underline;
    color: #fff;
}

.content-wrapper .inline-sub-links .left-link{
    float: left;
}

.content-wrapper .inline-sub-links .right-link{
    margin-right: 25px;
    float: right;
}

.content-wrapper .divider {
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #C0B8CF;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-wrapper .divider-margin-5 {
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #C0B8CF;
    margin-top: 10px;
    margin-bottom: 5px;
}

.content-wrapper .advanced-search tr td {
    padding: 5px 0;
    color: #000;
}

.content-wrapper .advanced-search tr td:nth-child(1){
    font-weight: 700;
    width: 80px;
    color: #fff;
}

.content-wrapper .advanced-search input[type=submit] {
    color: #000;
    font-weight: 400;
    /*width: 120px;*/
}

.content-wrapper .advanced-search input, .content-wrapper .advanced-search select {
    width: 148px;
}

.content-wrapper  .pr-block a {
    color: #fff;
    text-decoration: underline;
}

.content-wrapper  .pr-block a:hover {
    text-decoration: none;

}

.content-wrapper .pagination {
    margin-top: 20px;
}

.content-wrapper .pagination .corners {
    text-align: center;
    font-size: 22px;
}

.content-wrapper .pagination .corners > div{
    display: inline-block;
}

.content-wrapper .pagination .corners > div:first-child {
    margin-right: 25px;
}

.content-wrapper .pagination .corners > div > a{
    color: #fff;
    text-decoration: underline;
}

.content-wrapper .pagination .corners .left{
    color: #D2D7D3;
    font-style: normal;
}

.content-wrapper .pagination .corners > div > a:hover{
    text-decoration: none;
}

.content-wrapper .pagination .pages {
    text-align: center;
    margin-top: 20px;
}

.content-wrapper .pagination .pages a {
    inline-block;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    margin: 0 2px;
}

.content-wrapper .pagination .pages > a.active{
    margin: 0 2px;
    padding: 0 4px 1px;
    background-color: #594D6C;
    border: 1px solid #352E41;
}

.content-wrapper .pagination .pages li a {
    inline-block;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    margin: 0 2px;
}

.content-wrapper .pagination .pages li.active a{
    margin: 0 2px;
    padding: 0 4px 1px;
    background-color: #594D6C;
    border: 1px solid #352E41;
}
.content-wrapper .pagination .pages li {
    display: inline;
}

.content-wrapper .pagination .pages li {
    display: inline;
}
.content-wrapper .pagination-wrapper {
    text-align: center;
}
/*
* Footer Content
*/
footer {
    margin-left: 25px;
    margin-right: 25px;
    color: #000;
    padding: 15px 0;
    margin-bottom: 15px;
}
footer a {
    font:normal 1em/1.2em Arial,Verdana,Tahoma,sans-serif;
    color:#060605 !important;
    text-decoration:underline;
    white-space:nowrap;
    line-height: 1.4em;
}

footer .row .left {
    float: left;
}

.footer__right {
    text-align: right;
}

/* New */

.player-header {
    background-color: #1A1A1A;
    padding: 6px 0 6px 5px;
    text-align: left;
}
.player-header > span {
    margin-left: 5px;
}

.player-header > span > a {
    text-decoration: underline;
    color: #ffffff;
}

.player-header > span > a:hover {
    text-decoration: none;
}
.video-player {
    display: flex;
}
.player {
    float: left;
}

.player-new-window {
    width: 27px; position: relative;
}
#stream {
    width: 100%;
}

.current {
    margin-top: 10px;
}

.title {
    overflow: hidden;
}

.title a
{
    color:#E8E3EE;
    text-decoration:none;
    border-bottom:1px dotted #E8E3EE;
    font-size: 1em;
}


.metrics {
    font-size: 13px;
    float: right;
}

.metrics > span {
    margin-right: 10px;
}

.metrics > span:last-child {
    margin-right: 0;
}

.desc {
    font-size: 11px;
    font-family: Arial;
    margin-top: 7px;
    text-align: left;
    max-height: 72px;
    overflow: hidden;
    color: #E8E3EE;
}

#call-in a
{
    color:#E8E3EE;
    text-decoration:none;
    border-bottom:1px dotted #E8E3EE;
    font-size:12px;
    /*font-weight:bold;*/
}

#call-in a:hover
{
    border-bottom:1px solid #E8E3EE;
}
#progress {
    padding-bottom: 20px;
    border-bottom: 1px dashed #FFFFFF;
}

.about-channel {
    margin-bottom: 5px;
}

.about-channel > div {
    text-align: left;
}

.about-channel #logo-channel img, .channel-description__logo img {
    border: 3px solid rgb(53, 46, 65);
    margin: 0px 10px 5px 0px;
    width: 90px;
    height: 90px;
}
.channel-description {
    display: flex;
    margin-top: 10px;
}
.channel-description__logo {
    width: 90px;
}
.channel-description__about {
    flex: 1;
    margin: 0 0 0 10px;
    height: 90px;
    overflow: hidden;
}
.channel-description__about .text-right{
    padding-top: 3px;
}
.channel-description-about__heading_long {
    margin-bottom: 3px !important;
}

.channel-description__about h2{
    margin: 0 0 5px 0;
    float: left;
}

.channel-description-about__properties_long {
    float: none;
    text-align: left;
    clear: both;
    margin-bottom: 9px;
}

.channel-description-about__properties_long span:not(:first-child) {
    padding-left: 10px;
}

.toggle-description {
    padding-bottom: 15px;
    border-bottom:1px dashed #FFFFFF;
    text-align: left;
}

.toggle-description > a, .desc > a {
    font: normal 1em/1.2em Arial,Verdana,Tahoma,sans-serif;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

.toggle-description > a:hover, .desc > a:hover {
    font: normal 1em/1.2em Arial,Verdana,Tahoma,sans-serif;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}
.toggle-description > .meta {
    margin-top: 10px;
}
.toggle-description > .meta > span {
    margin-right: 10px;
}

section.comments {
    text-align: left;
}
section.comments > .comment {
    padding: 10px 0 10px 0;
    word-break: break-all;
    overflow: hidden;
    /*border-bottom: 2px solid #9284A4;*/
    border-top: 1px solid #9284A4;
}

section.comments > .comment:nth-child(2n) {
    border-top: 0;
}
/*
section.comments > .comment:nth-child(2n) {
    border-top: 1px solid #9284A4;
    border-bottom: 1px solid #9284A4;
}

section.comments > .comment:nth-child(2n) {
    border-top: none;
}
*/
section.comments > .comment > .avatar {
    float: left;
}

section.comments > .comment > .text {
    margin-left: 70px;
    font-size: 12px;
}

section.comments > .comment > .text >.meta {
    padding-top: 10px;
    padding-bottom: 10px;
}

section.comments > .comment > .text > .reply {
    text-align: right;
}

section.comments > .comment > .text > .reply a {
    color: #212121;
    font-weight: bold;
}

section.add-to-fav > img {
    margin-right: 5px;
}

section.add-to-fav > a {
    text-decoration: underline;
    color: #F1F0E0;
}

section.related-channels {
    margin-left: 0px;
    margin-bottom: 15px;
    text-align: center;
}

section.related-channels div {
    text-align: center;
    margin: 8px;
    display: inline-block;
}

section.related-channels-main {
    margin-left: 0px;
    margin-bottom: 15px;
    text-align: center;
}

section.related-channels-main div {
    text-align: center;
    margin: 8px;
    display: inline-block;
    margin-bottom: 12px;
}

section.related-channels-main div img {
    width: 74px;
    height: 74px;
}

section.related-channels > .all-channels > a {
    text-decoration: underline;
    color: #fff;
}

section.on-other-channels {
    margin:3px 0;
    width: 282px;
}
section.on-other-channels > div {
    margin-bottom: 5px;
}

section.on-other-channels > div > a {
    color: #fff;
    margin:-14px 0 0 38px;
    display:block;
    text-decoration: underline;
}

section.on-other-channels > div > a > img {
    margin-right:5px
}

section.on-other-channels > a.all-channels {
    margin-top:20px;
    color: #fff;
    text-decoration: underline;
}
/*
#sidebar {
    padding-left: 0 !important;
}

#content-wrapper {
    padding-right: 0 !important;
}
*/

#main-related-channel {
    text-align: center;
    display: none;
}

#left-wrapper {
    padding-right: 10px;
    width:calc(100% - 380px);
    float: left;
    margin-left: 20px;
}

.category-tabs .full {
    display: inline;
}
.category-tabs .short {
    display: none;
}

.content-wrapper .right-column {
    padding-left: 0;
}

.visible-mobile {
    display: none;
}
/*
.last-item-channel-show {
    display: none !important;
}
*/
.all-chanells-online-and-search {
    color:#E8E3EE;
    text-decoration:none;
    border-bottom:1px dotted #E8E3EE;
    font-size:12px;
}

h1 {
    margin-bottom: 15px;
}

h2 {
    margin-top: 12px;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: normal;
    color: #E8E3EE;
    line-height: 20px;
}
ul.pages {
    margin: 0;
    padding: 0;
}

ul.answers {
    padding-left: 10px;
}
.pages li {
    list-style: none;
    margin-top: 4px;
}

.answers li {
    list-style: none;
    margin-top: 10px;
}

.answers li a {
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
    font-weight: bold;
}

.pages li a {
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
}

.pages li a:hover, .answers li a:hover {
    text-decoration: none;
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    color:#000000;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('/images/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

.ac_results em {float:right;font-style:italic;color:#808080}

.emoticons {
    height: 100px;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 20px;
}

.emoticon {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.get-more-smiles {
    padding-left: 50px;
    clear: both;
}

.get-more-smiles a {
    color: #000 !important;
    font-size: 13px;
    text-decoration: underline;
}

/*
.emoticon img {
    margin: 0 0px 5px 0;
}
*/

button, input, optgroup, select, textarea {
    color: #000;
}

.table-tv-channels thead th {padding:6px 5px; background-color:#817195; border:1px solid #9284a4; color:#212121;}
.table-tv-channels tbody tr td {padding:5px; border:1px solid #9284a4; color:#e8e3ee; font-family:Arial;}
.text table td a {color:#212121;font-weight:bold; font-family:Arial;}

.table-tv-channels tbody tr:hover {
    background-color: #594D6C;
    border: 1px dashed #594D6C;
    cursor: pointer;
}

.table-webcams-channels tbody tr:hover {
    background-color: #388473;
    border: 1px dashed #388473 !important;
    cursor: pointer;
}

.table-radio-channels tbody tr:hover {
    background-color: #5C7E32;
    border: 1px dashed #5C7E32 !important;
    cursor: pointer;
}
.table-webcams-channels thead th {padding:6px 5px; background-color:#60a69c; border:1px solid #67bbab; color:#212121;}
.table-webcams-channels tbody tr td {padding:5px; border:1px solid #67bbab; color:#d1e6e4; font-family:Arial;}


.table-radio-channels thead th {padding:6px 5px; background-color:#84a05b; border:1px solid #8bb56a; color:#212121;}
.table-radio-channels tbody tr td {padding:5px; border:1px solid #8bb56a; color:#e2e8da; font-family:Arial;}
.text table#tradio td a {color:#212121;font-weight:bold; font-family:Arial}
.text table#tradioc td, .text table#tradioc td b, .text table.tradioc td, .text table.tradioc td b {color:#e2e8da;}
.text table.tradioc td {border-color: #C3E995 !important}



a.download-hover2 {
    background-image: url(/images/download-button.png);
    display: block;
    height: 42px;
    width: 220px;
    border:0;
    float: right;
    margin:-63px 6px;
}

a.download-hover2:hover {
    background-position: bottom center;
}

.download-container {
    margin-right: 27px;
}
/*
.download-container .downloader2 {
    margin-left: auto;
    margin-right: auto;
}
*/
.downloader {
    border-bottom:1px dashed #C0B8CF;
    text-align: left;
}

.downloader2 {
    background:#594D6C;
    border:1px solid black;
    margin: 3px 0 3px 0;
    padding: 0 40px;
    text-align: left;
}

a.download-hover {
    background-image: url(/images/download-button.png);
    display: block;
    height: 42px;
    width: 220px;
    border:0;
    margin:-4px auto 6px;
}


a.download-hover:hover {
    background-position: bottom center;
}

p.download-hover {
    font-size:14px;
}

.hq-download {
    background: #bca5dc;
    background-image: -webkit-linear-gradient(top, #bca5dc, #9c85bc);
    background-image: -moz-linear-gradient(top, #bca5dc, #9c85bc);
    background-image: -ms-linear-gradient(top, #bca5dc, #9c85bc);
    background-image: -o-linear-gradient(top, #bca5dc, #9c85bc);
    background-image: linear-gradient(to bottom, #bca5dc, #9c85bc);
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    font-family: Arial;
    color: #ffffff !important;
    font-size: 20px !important;
    padding: 10px 50px 10px 50px;
    text-decoration: none !important;
}

.hq-download:hover {
    background: #b29cd0;
    background-image: -webkit-linear-gradient(top, #b29cd0, #907aae);
    background-image: -moz-linear-gradient(top, #b29cd0, #907aae);
    background-image: -ms-linear-gradient(top, #b29cd0, #907aae);
    background-image: -o-linear-gradient(top, #b29cd0, #907aae);
    background-image: linear-gradient(to bottom, #b29cd0, #907aae);
    text-decoration: none !important;
}

.no-padding-right {
    padding-right: 0;
}

.lx_wrap {
    width: 100% !important;
    padding-right: 27px;
}

footer a:hover {
    color: #000;
}

.has-error input {
    border: 3px solid red !important;
}

#desktop-player {
    width: 100%;
    overflow: hidden;
    display: flex;
}
#mobile-player {
    width: 100%;
    overflow: hidden
}
.video-player-container {
    background-color: #000;
    flex: 1;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
#pre-roll {
    position: relative;
    height: 0;
    border: none;
}

.video-player-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
}

.player-new-window-link {
    position: absolute;
    bottom: 2px;
    left: 5px;
}

.external-video-block {
    padding-right: 27px;
}
.external-video-block__wrapper {
    background-color: #000;
    width: 100%;
    font-size: 34px;
    padding: 20px 0 25px 20px;
    text-align: left;
    text-decoration: underline;
    min-height: 50px;
}

#description-channel-full {
    display: none;
}
.channel-description__toggle-anchor,
.channel-description__toggle-anchor:focus,
.channel-description__toggle-anchor:active,
.channel-description__toggle-anchor:hover {
    border-bottom: 1px dotted #fff;
    text-decoration: none;
    margin-left: 100px;
}

.channel-program__channel-picker2 {
    display: none;
}

.android-promo-container {
    margin-right: 0;
}

.footer-left__show-without-sidebar {
    display: none;
}

.smartbanner-play-star {
    display: inline-block !important;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAY0lEQVR4AWP4jwcSloSB4oTiBCCFQ/JB8QN0SYS+/0CYgCZZXFDcUHyg+ANIEkgeAPIKEJILgIKocAHCWHTpBWh2Fl+AS10AipEgCRY+AIRAGk2y2ADoxwCwogAgy4Co4MMDAQ52uOmaLCe/AAAAAElFTkSuQmCC) left bottom;
    height: 14px;
    width: 56px;
}

.smartbanner-play-non-star {
    display: inline-block !important;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAYElEQVR4AY3QQQeEIRCA4T13iqFDp04dYoh+2vv/7Y7YL4b66j1MPCn6fA+9438hiI0NKrpBhGGJQxKZSp/YbZdJCwvDVda1not7k/ZQm3SPw6qWTYcElDgPRZRw9X2HfsTTkjWVYOnFAAAAAElFTkSuQmCC);
    height: 14px;
    width: 15px;

}