/** sprite: widget-v; sprite-image: url('img/widget-v.${md5}.png'); sprite-layout: vertical */


.wgt .main-content,
.wgt .main-sidebar {
    width: 100%;
    padding-top: 16px;
}

.wgt .wgt-navigation.wgt-menu .wgt-menu-top {
    height: 0px;
}

.wgt .wgt-navigation ul {
    text-align: center;
    padding: 20px 0 8px 0;
}

.wgt .wgt-navigation li {
    display: inline-block;
}

.wgt .wgt-navigation.wgt-menu li a {
    display: block;
    padding: 8px 10px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 0.875em;
    background-color: #9D9D9D;
}

.wgt .wgt-navigation.wgt-menu li a.selected {
    background-color: #4B9BCE;
    position: relative;
}

.wgt .wgt-navigation.wgt-menu li a.selected:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    border-color: #4B9BCE transparent transparent transparent;
    border-width: 8px;
    border-style: solid;
}

.wgt .wgt-navigation.wgt-submenu ul {
    padding: 0 15px;
    overflow: hidden;
}

.wgt .wgt-navigation.wgt-submenu li {
    display: block;
    float: left;
}
.wgt .wgt-navigation.wgt-submenu li a {
    text-align: center;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    color: #9C9C9C;
    font-size: 0.875em;
    position: relative;
    margin-right: 1px;
    border-bottom: 5px solid #EFEFEF;
}

.wgt .wgt-navigation.wgt-submenu li a.last {
    margin-right: 0;
}

.wgt .wgt-navigation.wgt-submenu li a.selected {
    color: #292929;
    border-color: #4B9BCE;
}
@media only screen and (max-width: 480px) {
    .wgt .wgt-navigation.wgt-menu li a {
        font-size: 0.71em;
    }
}

/* Live Events on Mobile SG */

.widget-liveevents.eventBox .event-details {
    font-size: 1em;
}

.widget-liveevents.eventBox .event-details .event-info {
    overflow: hidden;
    padding-top: 5px;
    font-size: 0.875em;
}

.widget-liveevents.eventBox .event-details .event-info a.more {
    float: right;
    padding-right: 13px;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url('bullet-yellow1.png');
    color: #0277C6;
}

.widget-liveevents.eventBox .event-details .event-info .info {
    float: left;
    color: #0277C6;
}

.widget-liveevents.eventBox .event-details .event-info .in-progres {
    color: #F00;
}

.widget-liveevents.eventBox .futureEventBox {
    background-repeat: no-repeat;
    background-image: url(img/live-events-soccer-type.png);
    background-position: 4px 10px;
}

.widget-liveevents.eventBox .event-link {
    display: block;
    padding: 10px 16px 10px 35px;
}

.widget-liveevents .event-name {
    color: #177122;
    display: block;
    font-size: 0.875em;
}

.widget-liveevents .event-date {
    color: #777777;
    padding: 2px 0;
    font-size: 0.813em;
}

.widget-liveevents.eventBox .teams {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    min-height: 5em;
}

.widget-liveevents.eventBox .teams .score {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 20px;
}

.widget-liveevents.eventBox .teams .score-fulltime,
.widget-liveevents.eventBox .teams .score-halftime {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.widget-liveevents.eventBox .teams .score-fulltime {
    color: #316b9c;
    font-size: 1.778em;
    font-weight: bold;
}

.widget-liveevents.eventBox .teams .score-halftime {
    font-size: 0.7em;
    color: #9f9f9f;
    padding-bottom: 10px;
}

.widget-liveevents.eventBox .teams .team {
    float: left;
    padding: 20px 0;
    text-align: center;
    width: 50%;
}

.widget-liveevents.eventBox .team-A > .team-logo,
.widget-liveevents.eventBox .team-A > .team-name {
    margin-right: 50px;
    margin-left: 15px;
}

.widget-liveevents.eventBox .team-B > .team-logo,
.widget-liveevents.eventBox .team-B > .team-name {
    margin-left: 50px;
    margin-right: 15px;
}


.widget-liveevents.eventBox .teams .team-logo {
    height: 50px;
}

.widget-liveevents.eventBox .teams .team-name {
    display: block;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.widget-liveevents.eventBox .event-details .team a {
    display: block;
}

.widget-liveevents.eventBox .event-details .team-A a {
    padding-right: 35px;
}

.widget-liveevents.eventBox .event-details .team-B a {
    padding-left: 35px;
}


@media only screen and (max-width: 420px) {

    .widget-liveevents.eventBox .teams .team img.team-logo {
        display: none;
    }

}
/* END: Live Events on Mobile SG */




.main .widget-liveevents.eventBox .event-details {
    margin: 0 15px 15px;
    border: 1px solid #4B9BCE;
}

.main .widget-liveevents.eventBox .event-details .event-info {
    padding-top: 0;
    overflow: visible;
    height: 26px;
}

.main .widget-liveevents.eventBox .event-details .event-info .info,
.main .widget-liveevents.eventBox .event-details .event-info .more {
    display: block;
    width: 50%;
    line-height: 26px;
    font-size: 14px;
    background: #4B9BCE;
    color: #FFF;
    text-align: center;
    position: relative;
}

.main .widget-liveevents.eventBox .event-details .event-info .info:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: #4B9BCE transparent transparent transparent;
}

.main .widget-liveevents.eventBox .event-details .event-info .more {
    padding: 0;
}

.main .widget-liveevents.eventBox .event-details .event-info .more:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #FFF;
    width: 1px;
    height: 26px;
}

.main .widget-liveevents.eventBox .event-details .event-info .more:after {
    content: "»";
    padding-left: 2px;
}

.main .widget-liveevents.eventBox .event-name {
    color: #4B9BCE;
}

.main .widget-liveevents.eventBox .event-link {
    padding-top: 15px;
    padding-right: 6px;
    margin-right: 10px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url("img/a/box-blue-arrow.png");
}














/**
 * Accordion
 */
.accordion {
    margin-bottom: 20px;
    visibility: visible;
    overflow: hidden;
}

.is-js .accordion {
    visibility: visible;
}

.accordion .accordion-group {
    background: #F7F7F7;
    border-top: 1px solid #ECECEC;
}

.accordion .accordion-heading {
    border-bottom: 0;
    background: #fff;
    overflow: hidden;
}

.accordion .accordion-toggle {
    display: block;
    margin: 0 11px 0 0;
    padding: 13px 30px 13px 15px;
    cursor: pointer;
    color: #050A55;
    background: url(img/w/ico-accordion-header-collapsed.png) no-repeat 100% 50%;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    outline: none;
}

.accordion .accordion-heading.expanded {
    background: transparent;
    border-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.accordion .accordion-heading.expanded .accordion-toggle {
    background: url(img/w/ico-accordion-header.png) no-repeat 100% 50%;
    color: #181818;
}

.accordion .accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.accordion .collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.accordion .collapse.in {
    height: auto;
}


.wgt-select {
    height: 33px;
    position: relative;
    font-size: 13px;
    line-height: 34px;
}

.wgt-select-label {
    width: 59px;
    height: 100%;
    float: left;
    text-align: center;
    border: 1px solid #5C686D;

    background: #6b787d;
    background: -moz-linear-gradient(top,  #6b787d 0%, #4e5a5f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b787d), color-stop(100%,#4e5a5f));
    background: -webkit-linear-gradient(top,  #6b787d 0%,#4e5a5f 100%);
    background: -o-linear-gradient(top,  #6b787d 0%,#4e5a5f 100%);
    background: -ms-linear-gradient(top,  #6b787d 0%,#4e5a5f 100%);
    background: linear-gradient(to bottom,  #6b787d 0%,#4e5a5f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b787d', endColorstr='#4e5a5f',GradientType=0 );

    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

    color: #C6D4D9;
    text-shadow: 0px 1px 1px #3F4548;
}


/**
 * Select control
 */
.wgt-select-selected,
.wgt-select-control select {
    display: block;
    height: 100%;
    border: 1px solid #DEDEDE;

    background: #fcfcfc;
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top,  #fcfcfc 0%,#f3f3f3 100%);
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom,  #fcfcfc 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f3f3f3',GradientType=0 );

    -webkit-border-top-right-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    -khtml-border-top-right-radius: 16px;
    -khtml-border-bottom-right-radius: 16px;
    -moz-border-top-right-radius: 16px;
    -moz-border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;

    color: #404040;
    cursor: pointer;
}

.wgt-select-selected:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -36px;
    position: relative;
    top: -50%;
    left: 100%;
    background: transparent url(img/w/ico-accordion-header-collapsed.png) no-repeat 0 0;
}

.wgt-select-selected {
    display: none;
}

.wgt-select.featured .wgt-select-selected {
    display: block;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.wgt-select-selected strong {
    font-weight: bold;
}

.wgt-select-selected .wgt-select-selected-wrapper {
    padding-left: 10px;
}

.wgt-select-selected {
    margin-left: 60px;
}

.wgt-select-control {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.wgt-select-control-wrapper {
    height: 100%;
    padding-left: 60px;
}

.wgt-select-control select {
    width: 100%;
    height: 35px;
}

.wgt-select.featured select {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
}


@media only screen and (min-width: 480px) and (max-width: 640px),
only screen and (min-width: 960px) {

    .horoscope-box .weather-other-types a:before {
        content: "Pogoda ";
    }

}