/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
/* * cyrillic-ext * */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
      unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
    /* latin */
    @font-face {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    padding:0;
    margin:0;
    font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 15px;
	color: #453233;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 15px;
	color: #453233;
}
.wrapper {
    margin: 0px auto;
	max-width: 1200px;
	width: auto;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #453233;
    text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active {
    text-decoration: underline;
	color: #7AAEDD;
}
.footer {
    padding: 0em;
    font-size: 13px;
}
/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */
.next-event {
    padding-bottom: 1em;
}
.next-event div.lable {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #002D72;
}
.next-event div.date-time,
.next-event div.event-name {
    padding-bottom: 0.5em;
}
/* END OF NEXT EVENT HEADER */

/* CALENDAR TIMELINE */
.time-line-item {
    padding-top: 0.75em;
    margin: -0.08em 0 0 -0.08em;
    border: 0.08em solid #CCCCCC;
    text-align: center;
    transition: background 0.5s;
    background: #e8e3e2;
}
.time-line-item:hover {
    background-color: #CCCCCC;
}
.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 0.08em solid #CCCCCC;
    border-radius: 10px;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #002D72;
}
.calendar-time-line .year {
    font-size: 1em;
    padding-bottom: 0.25em;
    line-height: normal;
}
/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */
.expand-collapse>.exco-text {
    display: inline-block;
    text-align: center;
    color: #002D72;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 1px solid #CCCCCC;
    border-radius: 0.75em;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #CCCCCC;
    border-right-color: #CCCCCC;
    color: #002D72!important;
}
/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 0em;
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 0.5em;
}
.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0em solid #bebfb8;
}
/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}

.filter-type {
    border-bottom: 0em solid #7FC0D4;
    padding-bottom: 2em;
}
/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span, 
.eupagination>.disabled>a{
    font-weight:bold;
    padding: 0.55em 1em;
    margin-left: -0.08em;
    line-height: normal;
    color: #002D72;
    text-decoration: none;
    background-color: #ffffff;
    border: 0.08em solid #ffffff;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #ffffff;
    color: #002D72!important;
    text-decoration: underline;
    border: 1px solid #fff;
}
.eupagination>.active>a,
.eupagination>.active>span,
.eupagination>.active>a:hover,
.eupagination>.active>span:hover,
.eupagination>.active>a:focus,
.eupagination>.active>span:focus,
.eupagination>.disabled>a:hover,
.eupagination > .disabled > a:focus,
.eupagination > li > a:focus {
    z-index: 2;
    color: #002D72 !important;
    cursor: default;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    font-weight:bold;
    text-decoration: underline;
}
.eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    border-top-right-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
    border-left:0;
    color:transparent;
}
.eupagination>li:first-child>a,
.eupagination>li:first-child>span  {
    border-top-left-radius: 0.75em;
    border-bottom-left-radius: 0.75em;
    border-right:0;
    color:transparent;
}
/* END OF PAGINATION */

/****************************************** END OF ALIGNMENT FOR CALENDAR ************************************************/

/*************************************************** BUTTONS *************************************************************/
.btn,
.btn-primary,
.btn-submit,
.btn-cancel,
.btn:focus,
.btn-primary:focus,
.btn-submit:focus,
.btn-cancel:focus {
    font-family: inherit;
    font-size: 1.0em;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0.5em 0em;
    padding: 1.0em 1.0em 1.0em 1.0em;
    border: 0em solid 002D72;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background: #002D72;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;
    height: 48px;
    line-height: 11px;
    width: 170px;
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    text-decoration: none;
    background: #CCCCCC;
    color: #002D72;
    border-color: #CCCCCC;
}  
input.btn.btn-default.btn-cancel {
    border: 0px solid #002D72;
    color: #ffffff;
    background: #002D72;
} 
.btn-cancel:active,
.btn-cancel:hover{
    text-decoration: none;
    background: #CCCCCC;
    color: #002D72;
    border-color: #CCCCCC;
}


/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
.tabs-wrapper {
    margin: 1em 0 1.5em 0;
}
.tabs {
    background-color: transparent;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    height:auto;
    line-height: normal;
    float: none;
    text-align:center;
    font-size:0;
    border-bottom: 0px solid #e1e1e1;
}
.tabs li {
    float: none;
    margin: 0;
    display:inline-block;
}
.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 1.0em !important;
    padding-right: 2.0em;
    padding-bottom: 1.0em !important;
    padding-left: 2.0em;
    margin-top: 0.0em;
    margin-right: 0.3em;
    margin-bottom: 0.0em;
    margin-left: 0.3em;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    font-family: inherit;
    font-weight: bold;
    font-size: 15px;
    text-transform: none;
    color: #002D72 !important;
    font-style: normal;
    text-decoration: none;
    border-top: 0em solid #E8E3E2;
    border-right: 0em solid #E8E3E2;
    border-bottom: 0em solid #E8E3E2;
    border-left: 0em solid #E8E3E2;
    background: #E8E3E2;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
    display: block;
    width: 190px;
    box-sizing: border-box;
}
.el-gr .tabItem {
    width: 230px !important;
}
.tab-active, .tabItem-active, .tabItem:hover  {
    background: #002D72;
    color: #FFFFFF !important;
    border-top: 0em solid #7AAEDD;
    border-right: 0em solid #7AAEDD;
    border-bottom: 0em solid #7AAEDD;
    border-left: 0em solid #7AAEDD;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
    text-decoration: none !important;
}
.tab-active:after {
    content: "";
    width: 100%;
    position: absolute;
    background: #7AAEDD;
    height: 4px;
    left: 0;
    bottom: 0;
}

/* .tabItem:hover {
    background: #CCCCCC;
	
	text-decoration: none;
	font-weight:bold;
	font-style: normal;
	
	color: #002D72!important;
} */
/* YEAR BUTTONS */
.year-filter ul {
    margin:1em 0;
}
.year-filter ul li {
    padding:0;
    margin:0;
    display:inline-block;
    line-height: 3em;
}
.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: 1px solid #CCCCCC;
    transition: background 0.5s;
    color: #002D72;
    border-radius: 0;
    margin: 0;
}

.year-filter .selected a, .year-filter ul li a:hover {
    font-weight: bold !important;
    background: #002D72 !important;
    color: #ffffff !important;
}

/* END OF YEAR BUTTONS */
/* REQUIRED TO OVERWRITE MAIN CSS */
.en-gb .tabItem {
    text-transform: capitalize;
}
/* END OF IT */
/************************************************** END OF TABS **********************************************************/

/********************************************* MODAL WINDOW CONTROLS *****************************************************/
.modal-title {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #002D72;
}
.modal-header .close {
    margin-top: 0.1em;
    font-size: 3.5em;
    line-height: 0.25em;
}
li.type {
    width: 50%;
    padding: 0.5em 0;
}
.checkbox-event-type {
    padding: 0;
}
label {
    vertical-align: text-top;
}
.modal-body {
    position: relative;
    padding: 1em;
}
.your-preference-title {
    text-align: center;
    padding: 0 0 1em 0;
}
.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    padding: 1em 0 1em 0;
}
.form input,
.form select {
    color: #453233;
    font-size: 15px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #a6a6a6;
    border-radius: 0px;
    height: 45px;
}

.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.45em;
}
/***************************************** END OF MODAL WINDOW CONTROLS **************************************************/

/**************************************************** TOOLTIP ************************************************************/
.popup-date {
    line-height: normal;
    padding-left: 20px;
}
.popup-event-name {
    line-height: normal;
    padding: 0.25em 0;
}
.etooltip {
    border: 0.08em solid #002D72;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    box-shadow: 0 0.08em 0.32em #002D72;
    -moz-box-shadow: 0 0.08em 0.32em #CCCCCC;
    -webkit-box-shadow: 0 0.08em 0.32em #CCCCCC;
}
.etooltip .tip-arrow {
    background:transparent;
}
/************************************************* END OF TOOLTIP ********************************************************/
/*THIS IS REQUIRED*/
@media(max-width:640px) { 
    li.type {
        width: 50%!important
    }
}
@media (max-width:479px) { 
    #PastEventsContainer .attachments {
        margin-top: 0!important;
    }
    .button-wrraper {
        margin-top: 1em!important
    }
    .headline .headline-right {
        float: none;
        margin-top: 0.5em;
    }
}
@media (max-width:320px) { 
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        width: 100% !important;
        padding-top: 0.5em !important;
        text-align: left;
    }
    .export-types {
        padding-bottom: inherit;
    }
    .check-subscription-link {
        text-align: left;
      }
}
/*END*/

/*************************************custom phrases*************************************/

.main-heading {
    display: none;
  }

.calendar-time-line .current-month .time-line-item, .time-line-item:hover {
    color: #fff;
  }
.time-line-item:hover {
    background-color: #002D72;
    color: #fff;
  }
  .check-subscription-link{
      font-size: 14px;
      font-weight: bold;
      text-align: right;
  }


.cookies-box a:hover, .hyperlink:hover,
.check-subscription-link:hover {
    color: #7AAEDD !important;
    text-decoration: underline;
}

.events-container {
    padding-top: 0px !important;
}

.google-recapcha>div {
    color: #453233 !important;
}
.modal .close{
    color: #453233 !important;
}

/*************************************Media Query***********************************/

@media ( max-width: 490px) { 
    .tabItem {
        margin: 5px;
    }
}


  