body {
    font-family: 'Microsoft YaHei', Helvetica, sans-serif !important;
    font-size: 14px !important;
    color: #505050 !important;
    font-weight: normal;
}

body.en-gb {
    margin: 0 auto;
    width: 920px;
}

.wrapper {
    padding: 0;
    width: 100%;
}

body.zh-cn .wrapper {
    max-width: 890px;
}

body.zh-cn .wrapper {
    max-width: 870px;
    margin: 0 auto;
    width: 100%;
}

body.zh-tw .wrapper {
    max-width: 826px;
    margin: 0 auto;
    width: 100%;
}

/* .tabs {
    line-height: 29px;
    height: 24px;
    border-bottom: solid 2px #ccc;
    background-color: transparent !important;
} */

.tabs {
    display: none;
}


.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #044ca1;
    border-color: #044ca1;
}

.eupagination>.active>a,
.eupagination>.active>span,
.eupagination>.active>a:hover,
.eupagination>.active>span:hover,
.eupagination>.active>a:focus,
.eupagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #044ca1;
    border-color: #044ca1;
}

.eupagination>li>a,
.eupagination>li>span {
    color: #000000;

    padding: 6.5px 12px;
    margin: 2px;
    border-radius: 3px;
}

a.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover {
    text-decoration: none !important;
}

a.hyperlink,
.disclaimer-box a,
.cookies-box a {
    text-decoration: none !important;
}

/* Show all content(without + signs) */

.footer {
    font-size: 12px;
}

.calendar-time-line .year {
    padding-bottom: 5px;
    line-height: 25px;
    font-size: 14px;
}

.btn {
    width: 154px;
    height: 40px;
    background-color: #0053A4;
    color: #FFF;
    border: 1px solid #0053A4;
    font-size: 16px;
    padding: 5px 0px;
    border-radius: 32px;
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: #5a96da;
    border: 1px solid #5a96da;
    color: #FFF;
}

.tabs {
    line-height: 25px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-weight: bold;
    width: 100%;
    float: left;

    height: none;

    border-bottom: none;
}

.tabs li {
    float: left;
    margin: 0 20px -1px 0;
    cursor: pointer;
}

.tabItem {
    background-color: #FFF;
    color: #505050;
    cursor: pointer;

    padding: 0;
}

.tab-active {
    color: #0053A4;
    background-color: transparent;
    border-bottom: 2px solid #0053A4;
    position: relative;
    z-index: 10;
}

.tab-active:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.5em;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-top: 0.5em solid #0053A4;
}

.content-headline {
    margin: 0;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
}

.content-headline .headline {
    padding: 10px 0;
}

.time-line-item {
    font-weight: bold;
    height: 38px;

    padding-top: 10px;
    margin: -1px 0 0 -1px;
    border: solid 1px #eee;
    text-align: center;
    font-size: 16px;
}

.time-line-item:hover {
    background-color: transparent;
}

.events-container {
    padding-top: 0px;
    clear: both;
}

.filter-type {
    padding: 0;
    text-align: center;
}

.filter-type ul li {
    float: none;
    padding: 6px 12px;
    display: inline-block;
}

.year-filter ul {
    margin: 1em 0;
}

.year-filter ul li {
    padding: 0;
    margin: 0 6px;
    display: inline-block;
    line-height: 42px;
}

.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    padding-left: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    background: transparent;
    border: 0.08em solid #000;
    transition: background 0.5s;
    color: #0053A4;
    border-radius: 0;
    margin-right: -10px;
}

.check-subscription-link {
    text-align: right;
    padding-bottom: 8px;
    color: #0053A4;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.calendar-time-line .current-month {
    font-weight: bold;
    color: #044ca1;
}

.supply-by-box {
    margin-top: 0px;
}

.circle-pager {
    margin-top: 0px;
}

.eupagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
    border-radius: 3px;
}

.footer {
    clear: both;
    padding-left: 3px;
    text-align: right;
    padding-top: 0px;
    margin-bottom: 15px;
}

.tabs li {
    display: none;
}

.subscription-section {
    float: none;
    text-align: right;
}

.tabs-wrapper {
    margin-top: 0px;
}

.headline-left .date-time {
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

.headline-left .event-name {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

/* ADDITIONAL */

.eupagination>.disabled>span,
.eupagination>.disabled>span:hover,
.eupagination>.disabled>span:focus,
.eupagination>.disabled>a,
.eupagination>.disabled>a:hover,
.eupagination>.disabled>a:focus {
    cursor: not-allowed;
    background: #f6f6f6;
    color: #ccc;
    border-color: #f6f6f6;
}

.eupagination>li>a:hover,
.eupagination>li>span:hover,
.eupagination>li>a:focus,
.eupagination>li>span:focus {
    color: #FFFFFF;
    background-color: #044ca1;
    border-color: #044ca1;
}

li.page.prev a::after {
    content: "PREVIOUS";
    position: relative;
    right: 1px;
    font-weight: normal;
}

li.page.next a::after {
    content: "NEXT";
    font-weight: normal;
}

li.page.first a::after {
    content: "FIRST";
    position: relative;
    right: 1px;
    font-weight: normal;
}

li.page.last a::after {
    content: "LAST";
    font-weight: normal;
}

li.page.prev span:last-child,
li.page.next span:last-child,
li.page.first span:last-child,
li.page.last span:last-child {
    display: none;
}

li.page.prev a:hover,
li.page.next a:hover {
    color: #FFFFFF;
    background-color: #044ca1;
    border-color: #044ca1;
}

li.page.prev.disabled a:hover,
li.page.next.disabled a:hover {
    background: #f6f6f6;
    color: #ccc;
    border-color: #f6f6f6
}

li.page.prev a:hover::after,
li.page.next a:hover::after {
    text-decoration: none;
}

li.page.first.disabled,
li.page.prev.disabled,
li.page.next.disabled,
li.page.last.disabled {
    display: none;
}

@media screen and (max-width: 450px) {
    .eupagination>li>a,
    .eupagination>li>span {
        color: #000000;
        padding: 6.5px 10px;
        margin: 1px;
    }
}

@media screen and (max-width: 380px) {
    .eupagination>li>a,
    .eupagination>li>span {
        padding: 4.5px 7px;
        margin: 1px;
        font-size: 13px;
    }
}
