body.en-gb
{
	font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    font-weight: normal;
	background: transparent !important;
}
body.zh-cn{
	font-family: "Microsoft Yahei", Arial, sans-serif;
font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    font-weight: normal;
	background: transparent !important;
}
body.zh-tw{
	font-family: "Microsoft Yahei", Arial, sans-serif;
font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    font-weight: normal;
	background: transparent !important;
}
.wrapper {
	padding: 0;
	width: 100%;
	max-width: 1600px;
	margin:0px auto;
}
.headline-left .date-time, .headline-right .event-type {
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}
.main-heading {
    display: none;
}
.next-event  {
	border-bottom: 1px solid #288E45;
	padding-bottom: 5px;
}
.zh-tw .checkbox, .zh-cn .checkbox  {
	height:17px;
}
li.type {
    width: 50%;
}
.zh-tw li.type label, .zh-cn li.type label {
    vertical-align: top;
}
.tabs {
    background: #FFF !important;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    height:auto;
    line-height: normal;
    float: none;
    text-align:left;
    font-size:0;
    border-bottom: 1px solid #CCCCCC;
}
.tabs li {
    float: none;
    margin: 0px;

    /*! width: 50%; */
    display:inline-block;
}
.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 1.0em !important;
    padding-bottom: 25px !important;
    padding-left: 2.0em;
    padding-right: 2.0em;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    background: transparent;
    border-bottom: 2px solid transparent;
    color: #9a9a9a;
    font-size: 18px;
    font-family: inherit;
    transition: background 0.5s, color 0.5s, border 0.5s;
    margin-bottom: -2px;
    position: relative;
    top: 0;
    left: 1px;
}
.tab-active {
    background: transparent;
    color: #000000;
    border-bottom: 3px solid #288E45;
    position: relative;
    top: 0px;
    left: 0px;
    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 #288E45;
} */

.tabItem:hover {	
    background: transparent;
    color: #000000;
    border-bottom: 3px solid #288E45;
    text-decoration: none;
    /*! font-weight: normal; */
    font-style: normal;
    z-index: 9;
}
.btn-subscribe
{
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    background: #288E45;
    border: 0px solid #288E45;
    text-transform: none;
    width: 152px;
    border-radius: 3em 3em 3em 3em;
    padding: 10px 24px 10px 24px;
    height: 40px;
}
.btn-submit, .btn-cancel, .btn-default
{
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    background: #288E45;
    border: 0px solid #288E45;
    text-transform: none;
    border-radius: 3em;
    margin-right: 5px;
    padding: 10px 24px 10px 24px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #288E45;
    border-color: #288E45!important;
    text-decoration: 0;
    outline: 0;
}

.btn-subscribe:active, .btn-submit:active, .btn-cancel:active, .btn-default:active, .btn-subscribe:active, .btn-subscribe:focus
{
	color: #ffffff;
	background: #288E45;
}
.btn-subscribe:hover, .btn-submit:hover, .btn-cancel:hover, .btn-default:hover
{
    color: #ffffff;
	background: #288E45;
}

.zh-tw .btn-subscribe
{
    color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 3em;
	background: #288E45;
	border: 0px solid #288E45;
	font-family: "Microsoft Yahei", Arial, sans-serif;;
	text-transform: none;
	width: 100px;
	padding: 8px 15px;
}
.zh-tw .btn-submit,.zh-tw .btn-cancel,.zh-tw .btn-default
{
    color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 3em;
	background: #288E45;
	border: 0px solid #288E45;
	font-family: "Microsoft Yahei", Arial, sans-serif;;
	text-transform: none;
	margin-right: 5px;
	padding: 8px 15px;
}
.zh-tw .btn-subscribe:active,.zh-tw .btn-submit:active,.zh-tw .btn-cancel:active,.zh-tw .btn-default:active,.zh-tw .btn-subscribe:active,.zh-tw .btn-subscribe:focus
{
	color: #ffffff;
	background: #288E45;
}
.zh-tw .btn-subscribe:hover,.zh-tw .btn-submit:hover,.zh-tw .btn-cancel:hover,.zh-tw .btn-default:hover
{
    
	color: #ffffff;
	background: #288E45;
}
.zh-cn .btn-subscribe
{
    color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 3em;
	background: #288E45;
	border: 0px solid #288E45;
	font-family: "Microsoft Yahei", Arial, sans-serif;;
	text-transform: none;
	width: 100px;
	padding: 8px 15px;
}
.zh-cn .btn-submit,.zh-cn .btn-cancel,.zh-cn .btn-default
{
    color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 3em;
	background: #288E45;
	border: 0px solid #288E45;
	font-family: "Microsoft Yahei", Arial, sans-serif;;
	text-transform: none;
	margin-right: 5px;
	padding: 8px 15px;
}
.zh-cn .btn-subscribe:active,.zh-cn .btn-submit:active,.zh-cn .btn-cancel:active,.zh-cn .btn-default:active,.zh-cn .btn-subscribe:active,.zh-cn .btn-subscribe:focus
{
	color: #ffffff;
	background: #288E45;
}
.zh-cn .btn-subscribe:hover,.zh-cn .btn-submit:hover,.zh-cn .btn-cancel:hover,.zh-cn .btn-default:hover
{
    
	color: #ffffff;
	background: #288E45;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
	background-color: #288E45;
	border-color: #288E45;
}
.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;
	background-color: #fff;
	cursor: default;
	border-color: #288E45;
	color: #288E45;
	font-weight: bold;
}
.form input,.form select {
    border: 1px solid #b6b6b6;
	height: 38px;
    padding: 3px !important;
	background: transparent !important;
}
.zh-tw .form input,.zh-tw .form select {
    border: 1px solid #b6b6b6;  
	font-family: "Microsoft Yahei", Arial, sans-serif;;
	height: 38px;
    padding: 3px !important;
	background: transparent !important;
}
.zh-cn .form input,.zh-cn .form select {
    border: 1px solid #b6b6b6;
	font-family: "Microsoft Yahei", Arial, sans-serif;;
	height: 38px;
    padding: 3px !important;
	background: transparent !important;
}
.form .lable {
    float: left;
    height: 38px;
    line-height: 38px;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
    width: 29%;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #288E45 !important;
	border: 1px solid #288E45 !important;
}
.calendar-time-line .year {
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 25px;
}
.current-month .time-line-month-name{
    color: #ffffff !important;
    font-weight: normal;
	font-size: 16px;
	background: #288E45;
}
.time-line-month-name {
	font-size: 16px;
    color: #000000;
}
.time-line-month-name:hover {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.time-line-item:hover {
    background-color: #288E45;
}
.time-line-item {
    background-color: #fafafa !important;
	border: 1px solid #e1e1e1 !important;
	margin: 0 3px;
    font-weight: bold;
}
.zh-tw .time-line-item {
    background-color: #fafafa !important;
	border: 1px solid #e1e1e1 !important;
	margin: 0 3px;
}
.zh-cn .time-line-item {
    background-color: #fafafa !important;
	border: 1px solid #e1e1e1 !important;
	margin: 0 3px;
}
.calendar-time-line {
    border-bottom: 1px solid #288E45;
    padding-bottom: 0px;
	padding-top: 20px;
}
.subscription-header, .export-header {
	color: #585858 !important;
	font-weight: normal;
}
.zh-tw .subscription-header,.zh-tw .export-header {
	font-family: "Microsoft Yahei", Arial, sans-serif;;
	color: #585858 !important;
	font-weight: normal;
}
.zh-cn .subscription-header,.zh-cn .export-header {
	font-family: "Microsoft Yahei", Arial, sans-serif;;
	color: #585858 !important;
	font-weight: normal;
}
.hyperlink {
   font-size: 16px;
   font-weight: normal;
   text-decoration: none;
}
.hyperlink:hover {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.disclaimer-box a, .cookies-box a {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.disclaimer-box a:hover, .cookies-box a:hover {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.content-headline {
    border-bottom: 1px solid #b6b6b6;
	
	font-weight: normal;
}
@media (max-width: 479px) {
    #PastEventsContainer .attachments {
      margin-top: 0px !important;
        float: right;
    }
}
.check-subscription-link {
    color: #288E45;
    font-size: 16px;
	font-weight: normal;
}
.zh-tw .check-subscription-link {
    color: #288E45;
    font-size: 16px;
	font-family: "Microsoft Yahei", Arial, sans-serif;;
	font-weight: normal;
}
.zh-cn .check-subscription-link {
    color: #288E45;
    font-size: 16px;
	font-family: "Microsoft Yahei", Arial, sans-serif;;
	font-weight: normal;
}
.next-event .lable,.next-event .date-time,.your-preference-title {
   color: #000000;
}
.next-event .lable {
  font-size: 15px !important;
}
.next-event .date-time {
  font-size: 16px !important;
}
.headline-left .event-name{
  color: #333 !important;
}
.next-event .event-name{
  color: #EA9329 !important;
}
.next-event .event-name{
  font-weight: bold !important;
}
.subscription-header, .export-header {
   color: #000000;
}
.filter-type .selected .type-filter-name {
    font-weight: normal;
	font-size: 16px;
	   color: #000000;
    text-decoration: underline;
}
.zh-tw .filter-type .selected .type-filter-name {
    font-weight: normal;
	font-size: 16px;
	color: #585858 !important;
	font-family: "Microsoft Yahei", Arial, sans-serif;;
    text-decoration: underline;
}
.zh-cn .filter-type .selected .type-filter-name {
    font-weight: normal;
	font-size: 16px;
	color: #585858 !important;
	font-family: "Microsoft Yahei", Arial, sans-serif;;
    text-decoration: underline;
}

.color-dot-box{
	font-size: 25px;
}
.en-gb .color-dot-box {
    margin-top: -13px;
}
.zh-cn .color-dot-box {
    margin-top: -10px;
}
.zh-tw .color-dot-box {
    margin-top: -10px;
}
.events-container {
    clear: both;
    padding-top: 30px;
}


.eupagination>li>a, .eupagination>li>span {
    position: relative;
    float: left;
    padding: 1em 0;
    margin: 0.2em 1em;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border-bottom: 2px solid transparent;
    /*! width: 25px; */
    /*! height: 25px; */
    line-height: normal;
    box-sizing: border-box;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-size: 1.0em;
}
.eupagination > li > a:hover, 
.eupagination > li > span:hover, 
.eupagination > li > a:focus, 
.eupagination > li > span:focus {
  color: #288E45;
  background-color: #FFF;
  border-color: #288E45;
  font-weight: bold;
}
.eupagination > .disabled > span, 
.eupagination > .disabled > span:hover, 
.eupagination > .disabled > span:focus, 
.eupagination > .disabled > a, 
.eupagination > .disabled > a:hover, 
.eupagination > .disabled > a:focus {
  font-weight: normal;
  background-color: #fff;
  border-color: #fff;
}
.eupagination > li:last-child > a, 
.eupagination > li:last-child > span, 
.eupagination > li:first-child > a, 
.eupagination > li:first-child > span{
  border-radius: 0px;
}
.check-subscription-link .link {
    text-decoration: none;
    color: inherit;
    color: #000000;
}
.check-subscription-link .link:hover {
    text-decoration: underline;
    color: inherit;
    color: #288E45;
}

.your-preferences {
    background-color: #ffffff;
    padding: 15px 0 15px 0;
    clear: both;
}

@media (max-width: 320px){
.subscription-section .btn-subscribe-wrapper {
    float: none;
    width: 100%!important;
    padding-top: 10px!important;
    text-align: center!important;
}}

@media (max-width: 320px){
.subscription-section .subscription-header {
    text-align: left;
    width: 100%!important;
    float: none;
    text-align: center!important;
}}

/*w*/
.footer {
  padding-top: 0px;
}
.supply-by-box {
  margin-top: 0px;
  font-size: 13px;
}

.modal a, .hyperlink, .disclaimer-box a, .cookies-box a {
    text-decoration: none;
    color: #000000;
    font-size: 13px;
}

.modal a:hover, .hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover {
    color: #288E45;
    text-decoration: underline;
    font-size: 13px;
}

.preference-period {
    margin-top: 15px;
}

.subscribe-content-wrapper .bold-title {
    vertical-align: middle;
}

@media (max-width:400px) {
   .tabs {
      border-bottom: 0px solid #CCCCCC;
      width: 100%;
      box-sizing: border-box;
      display: block !important;
    }
   .tabs li {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 5px 15%;
    }
    .tabItem {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        border: 1px solid #ccc !important;
        border-radius: 0;
		padding: 1em !important;
        text-align: center;
    }
    .tabItem:hover, 
    .tab-active {
        color: #000;
		border: 1px solid #288E45 !important;
    }
}
@media (max-width:380px) {
	.tabItem {
		padding-left: 1em !important;
		padding-right: 1em !important;
		left: 0px;
	}
}
.headline .headline-left {
  width: 70% !important;
  float: left !important;
}
.headline .headline-right {
  width: 30% !important;
  /*! float: left !important; */
  margin: 0 !important;
}

@media (max-width: 550px) {
    .calendar-time-line ul li {
        display: inline-block;
        width: 25%;
        text-align: center;
    }
    section.calendar-view {
        display: block!important;
    }
}
.content-headline:hover div span {
    color: #288E45;
}

/**/
.filter-type a:hover {
    color: #288E45;
}
.btn-primary {
    color: #fff;
    background-color: #288E45;
    border-color: #288E45;
}
.circle-pager {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*1*/
.expand-collapse:hover > .exco-text,
.expand-collapse.expand > .exco-text {
  color: #288E45;
}
.zh-cn .expand-collapse > .exco-text,
.zh-tw .expand-collapse > .exco-text {
  line-height: 17px;
}
/* .headline-left .full-descriptions {
    color: #333 !important;
}
.headline-left .full-descriptions a font {
    color: #288E45 !important;
} */
.event-row.focus .content-headline {
    border-right-color: #288E45;
}
@media (max-width: 479px) {
    #UpcomingEventsContainer .headline-right .download-event {
    margin-top: 0;
    }
    .headline-right .event-type {
        text-align: right;
        /*! float: right; */
    }
    #UpcomingEventsContainer .headline .headline-left, 
    #UpcomingEventsContainer .headline .headline-right {
        width: 100% !important;
    }
}
.date-time span, .event-type span {
  font-weight: bold;
}
#UpcomingEventsContainer .export-types .export-icon {
  margin: 5px;
}

@media (max-width: 400px) {
    body, .filter-type .selected .type-filter-name, .time-line-month-name, .tabItem, button, .check-subscription-link, .next-event .date-time {
       font-size: 14px !important;
    }
    .next-event .lable, .next-event {
        font-size: 13px;
    }
    .supply-by-box {
        font-size: 12px;
    }
}

