.events-page {
    padding: 100px 0;
    padding-top: 20px;
}
.events-page__title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.02em;
    color: #E52336;
    margin-bottom: 45px; 
}
/*Filter-Dropdown*/
.events-page__filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
.events-page__filter .dropdown {
    position: relative;
}
.events-page__filter .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.events-page__filter .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}
.events-page__filter .dropdown-menu.show {
    display: block;
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(0px, 80px, 0px);
}
.events-page__filter {
    width: 100%;
}
.events-page__filter .filter-btn {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0;
    height: 80px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    color: #666666;
    padding: 0 30px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-appearance: none !important;
    position: relative;
    transition:0.15s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.events-page__filter.event-page__filter-place button#dropdownplace {
    border-radius: 3px 0 0 3px;
}
.events-page__filter.event-page__filter-place .dropdown.show button#dropdownplace {
	border-radius: 3px 0 0 0;
}
.events-page__filter.event-page__filter-date button#dropdowndate {
    border-radius: 0 3px 3px 0;
}
.events-page__filter.event-page__filter-date .dropdown.show button#dropdowndate {
    border-radius: 0 3px 0 0;
}
.events-page__filter .filter-btn:after {
    background: url('../images/arrow-down.png');
    width: 12px;
    height: 12px;
    position: absolute;
    right: 28px;
    content: "";
    top: 49%;
    transform: translateY(-50%);
    display: block;
    margin: 0;
    border: 0;
    vertical-align: text-bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.events-page__filter .dropdown.show .filter-btn:after {
    background: url('../images/grey-close.png');
    width: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 17px;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}
.events-page__filter .filter-btn:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.events-page__filter .dropdown-menu {
    width: 100%;
    margin: 0;
    border-radius: 0 0 3px 3px;
    border: 0;
    padding: 10px 20px;
    padding-top:20px;
    box-shadow: inset 0px 4px 6px 0px #f5f5f5;
}
.events-page__filter.event-page__filter-place .dropdown-menu,
.events-page__filter.event-page__filter-show .dropdown-menu {
    border-right: 1px solid transparent;
}
.events-page__filter .dropdown-menu a.dropdown-item {
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #666666;
    cursor: pointer;
    margin-bottom: 1px;
}
.events-page__filter .dropdown-menu a.dropdown-item:hover,
.events-page__filter .dropdown-menu a.dropdown-item.selected-filter {
    background: #381f34;
    color: #fff;
    border-radius: 3px;
}
.events-page__filter span.events-page__filter-subheading {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    color: rgba(102, 102, 102, 0.5);
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 8px;
}
.events-page__filter .filter-btn:focus {
	outline:none;
	box-shadow: none;
}
.events-page__filter.event-page__filter-place .filter-btn,
.events-page__filter.event-page__filter-show .filter-btn {
    border-right: 1px solid #381f34;
}
/*Events-section*/
.events-page__events-image img {
    width: 100%;
    margin-bottom: 0;
    display: block;
}
.events-page__events-image {
    margin-bottom: 18px;
}
.events-page__events-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75%;
    margin-right: -.75%;
}
.events-page__events-col {
    flex-basis: calc(93.51%/4);
    transition: 0.15s ease;
    margin: 0 .81% 1.25rem;
    flex-grow: 0;
    padding: 0;
    margin-bottom: 45px;
    text-decoration: none;
    display: block;
    text-decoration: none !important;
}
.events-page__events-col:hover {
    text-decoration: none !important;
}
.events-page__events-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF !important;
    margin-bottom: 15px;
    margin-top:0;
}
.events-page__events-date-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}
.events-page__events-date-wrap span{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}
.events-page__events-type {
	position: relative;
}
.events-page__events-type:before {
    position: absolute;
    content: '';
    background: #4CA846;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 7px;
    height: 7px;
}
.events-page__events-link {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: 0.15s ease;
}
.events-page__events-link svg, .events-page__events-link img{
	margin-left: 5px;
}
.events-arrow-default {
    width: 6px;
}
.events-arrow-hover {
    width: 6px;
    display: none;
}
.events-page__events-col .events-page__events-link:hover .events-arrow-default {
    display:none;
}
.events-page__events-col .events-page__events-link:hover .events-arrow-hover {
    display:inline-block;
}
.events-page__events-link svg path { 
	fill:#fff;
}
.events-page__events-col .events-page__events-link:hover  {
    color: #51BCC6 !important;
}
.events-page__events-col:hover .events-page__events-link svg path { 
	fill:#51BCC6;
}
.events-page__filter-title {
    max-width: 88%;
}
@media screen and (min-width: 1201px) and (max-width:1400px) {
    .events-page__filter .filter-btn {
      font-size:14px;  
    }
}
@media screen and (min-width: 992px) and (max-width:1200px) {
    .events-page__events-col {
	    flex-basis: calc(95.1%/3);
	    margin: 0 .81% 45px;
    }
    .events-page__filter .filter-btn {
      font-size:13px;  
    }
}
@media screen and (min-width: 992px) {
    .events-page__filter .filter-btn:hover:after {
        background: url('../images/arrow-down-white.png');
        width: 12px;
        height: 12px;
        position: absolute;
        right: 28px;
        content: "";
        top: 49%;
        transform: translateY(-50%);
        display: block;
        margin: 0;
        border: 0;
        vertical-align: text-bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .events-page__filter .dropdown.show .filter-btn:hover:after {
        background: url('../images/white-close.png');
        width: 17px;
        background-size: contain;
        background-repeat: no-repeat;
        height: 17px;
        right: 26px;
        top: 50%;
        transform: translateY(-50%);
    }
    .events-page__filter .filter-btn:hover:before {
        border: 1px solid #E52336;
        background: #E52336;
        transition: 0.15s ease;
    }
}
@media screen and (max-width: 991px) {
	.events-page__title {
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	.events-page__events-col {
	    flex-basis: calc(96.4%/2);
        margin: 0 .9% 1.25rem;
        margin-bottom: 27px;
	}
	.events-page__filter-wrapper {
	    flex-direction: column;
	    margin-bottom: 30px;
	}
	.events-page__filter.event-page__filter-place .filter-btn,
	.events-page__filter.event-page__filter-show .filter-btn {
	    border-right:0;
	}
	.events-page__filter.event-page__filter-place .dropdown-menu,
	.events-page__filter.event-page__filter-show .dropdown-menu {
	    border-right:0;
	}
	.events-page__filter.event-page__filter-place button#dropdownplace,
	.events-page__filter.event-page__filter-date button#dropdowndate,
	.events-page__filter.event-page__filter-show button#dropdownshow{
	    border-radius: 3px;
	    border-bottom:1px solid #381F34;
	    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	}
	.events-page__filter.event-page__filter-place .dropdown.show button#dropdownplace,
	.events-page__filter.event-page__filter-date .dropdown.show button#dropdowndate,
	.events-page__filter.event-page__filter-show .dropdown.show button#dropdownshow{
	    border-radius: 3px 3px 0 0;
	    border-bottom:0;
	}
	.events-page__filter .dropdown-menu {
	    margin-top: -1px;
	}
	.events-page__filter .dropdown-menu {
	    margin-top: -1px;
	    position: relative !important;
	    top: unset !important;
	    will-change: auto !important;
	    transform: none !important;
	    margin-bottom: 1px;
	}
	.events-page__events-link {
		color: #51BCC6 !important;
		font-size: 16px;
	}
	.events-page__events-link svg path {
	    fill: #51BCC6;
	}
	.events-page__events-link svg {
	    margin-left: 10px;
	    width: 12px;
	    height: 12px;
	}
	.events-page__filter .filter-btn::before {
        width: 44px;
        height: 44px;
	}
	.events-page__filter .filter-btn::after {
        background: url('../images/arrow-mob-grey.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 17px;
        height: 17px;
        position: absolute;
        right: 33px;
        top: 47%;
    }
    .events-page__filter .dropdown.show .filter-btn:after {
        background: url('../images/cross-mob-grey.png');
        width: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        height: 26px;
        right: 29px;
        top: 50%;
        transform: translateY(-50%);
    }
    .events-page__filter .dropdown-menu {
        padding-top:20px;
    }
    .events-page {
        padding-top: 23px;
        padding-bottom: 50px;
    }
    .events-page__events-col .events-page__events-link .events-arrow-default {
        display:none;
    }
    .events-page__events-col .events-page__events-link .events-arrow-hover {
        display:inline-block;
    }
}
@media screen and (max-width: 767px) {
	.events-page__events-col {
	    flex-basis: 100%;
	    margin-bottom: 27px;
	}
	.events-page__filter-title {
        max-width: 86%;
    }
    .events-page__filter .filter-btn {
        padding:0 20px;
    }
}
@media screen and (max-width: 480px) {
    .events-page__filter .filter-btn {
      font-size:14px;  
    }
    .events-page__filter-title {
        max-width: 84%;
    }
}
@media screen and (max-width: 400px) {
    .events-page__filter .filter-btn {
      font-size:13px;  
    }
    .events-page__filter-title {
        max-width: 81%;
    }
}
.place-card.place-card-large {
    display: none !important;
}
/*New-Datepicker*/
.datepicker.datepicker-inline {
    position: absolute;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0 0 3px 3px;
    box-shadow: inset 0px 4px 6px 0px #f5f5f5;
    border-top: 0;
    z-index: 99999;
    display: none !important; 
}
div#events-datepicker.show .datepicker.datepicker-inline { 
    display:block !important;
}
.datepicker-days,.datepicker-years,.datepicker-months {
    padding: 20px;
    padding-top:15px;
    background: #fff;
    border-radius: 0 0 3px 3px;
}
.datepicker-days table thead tr th {
    padding-bottom: 10px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    color: rgba(102, 102, 102, 0.5);
    border-top:0;
    background:#fff;
    border:0;
    border-radius: 0;
    padding-top: 0;
}
.datepicker-days table thead tr, .datepicker-days table thead tr:hover,
.datepicker-years table thead tr, .datepicker-years table thead tr:hover,
.datepicker-months table thead tr, .datepicker-months table thead tr:hover{
    background:#fff !important;
}
.datepicker-days table thead tr th:hover,
.datepicker-days table thead tr:hover,
.datepicker-months table thead tr th:hover,
.datepicker-months table thead tr:hover,
.datepicker-years table thead tr th:hover,
.datepicker-years table thead tr:hover {
    background:#fff !important;
}
.datepicker-days table thead tr th.datepicker-switch,
.datepicker-months table thead tr th.datepicker-switch,
.datepicker-years table thead tr th.datepicker-switch{
    line-height: 1.5;
    font-weight: normal;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-align: center;
    color: #666666;
    border: 0;
    padding-bottom: 15px;
    letter-spacing: 0;
}
.datepicker-days table thead tr th.datepicker-switch:hover,
.datepicker-months table thead tr th.datepicker-switch:hover,
.datepicker-years table thead tr th.datepicker-switch:hover { 
    background:#fff !important;
}
.datepicker-days table thead tr:hover ,.datepicker-days table thead tr,
.datepicker-months table thead tr:hover ,.datepicker-days table thead tr,
.datepicker-years table thead tr:hover ,.datepicker-days table thead tr { 
    background:#fff !important;
}
.datepicker-days table thead tr:nth-of-type(2) th,
.datepicker-months table thead tr:nth-of-type(2) th,
.datepicker-years table thead tr:nth-of-type(2) th {
    border-bottom: 1px solid rgba(102, 102, 102, 0.15);
    padding-bottom: 5px !important;
}
table.table-condensed tbody tr td {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #666666 !important;
    border: 1px solid rgba(102, 102, 102, 0.15) !important;
    border-radius: 0 !important;
    background: #fff !important;
    padding: 15px;
}
table.table-condensed tbody tr td.day:hover,
table.table-condensed tbody tr td .month:hover ,
table.table-condensed tbody tr td .year:hover { 
    background-color: #e42235 !important;
    color: #fff !important;
    border-radius: 1px !important;
}
table.table-condensed tbody tr td.old.day {
     color: rgba(102, 102, 102, 0.5) !important;
}
table.table-condensed tbody tr td.old.day:hover,table.table-condensed tbody tr td.old.active.day {
    background-color: #e42235 !important;
    color: #fff !important;
    border-radius: 1px !important;
}
table.table-condensed tbody tr td.active, .table.table-condensed tbody tr td.active:hover {
    background-color: #e42235 !important;
    border-color: transparent !important;
    color: #fff !important;
    border-radius: 1px !important;
}
.datepicker-days,
.datepicker-months,
.datepicker-years {
    box-shadow: inset 0px 4px 6px 0px #f5f5f5;
}

table.table-condensed th.prev, table.table-condensed th.next {
    color: #666666 !important;
    vertical-align: middle;
    width: 10px;
    height: 10px;

}
table.table-condensed th.prev,table.table-condensed th.next {
    color: #fff;
    border: solid #868686 !important;
    border-width: 0 2px 2px 0 !important;
    border-radius: 0;
    display: inline-block;
    padding: 2px;
    text-indent: -9999px;
    -webkit-transform: rotate( 135deg );
    background: #fff !important;
}
table.table-condensed th.next{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin:0;
    margin-left: 18px;
}
table.table-condensed th.prev {
   margin-left: 24px;
}
.datepicker .datepicker-switch {
    width: 100%;
}
.datepicker .datepicker-switch {
    width: 150px;
    border: 0;
    line-height: 1.5;
    font-weight: normal;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-align: center;
    color: #666666;
    border: 0;
    letter-spacing: 0;
}
.datepicker input.applyBtn {
    width: 120px;
    height: 50px;
    background: #51BCC6;
    border-radius: 3px;
    border-color: #51bcc6;
    box-shadow: none !important;
    outline: none;
    border: 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
}
.datepicker input.clearBtn {
    font-family: Open Sans;
    font-style: normal;
    -webkit-appearance: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}
.datepicker-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
.datepicker input.applyBtn:hover {
    background: #E42235;
}
@media screen and (min-width:1201px) and (max-width:1300px) {
    table.table-condensed tbody tr td {
        padding: 15px;
    }
}
@media screen and (max-width:1200px) and (min-width:992px) {
    table.table-condensed tbody tr td {
        padding: 15px;
    }
}
@media screen and (max-width:1140px) and (min-width:992px) {
    table.table-condensed tbody tr td {
        padding: 10px;
        font-size: 10px;
    }
    table.table-condensed {
        table-layout: fixed;
    }
    table.table-condensed tr {
        display: table-row-group;
        border:0;
    }
    table.table-condensed tbody tr td, table.table-condensed tbody tr th {
        width: 45px !important;
    }
    .datepicker-days table thead tr th {
        width:45px;
        padding: 0;
    }
    .datepicker-days table thead tr:nth-of-type(2) th, .datepicker-months table thead tr:nth-of-type(2) th, .datepicker-years table thead tr:nth-of-type(2) th {
        border-bottom:0;
    }
}
@media screen and (max-width:500px) and (min-width:351px) {
    table.table-condensed tbody tr td {
        padding: 13px 13px;
    }
}
@media screen and (max-width:480px){
    table.table-condensed tbody tr td {
        padding: 12px 12px;
    }
}
@media screen and (max-width:450px) and (min-width:351px) {
    table.table-condensed tbody tr td {
        padding: 10px 10px;
        font-size: 10px;
    }
}
@media screen and (max-width:390px) {
    .datepicker-days, .datepicker-years, .datepicker-months {
        padding: 10px;
    }
    table.table-condensed tbody tr td {
        padding: 8px 8px;
        font-size: 9px;
    }
     table.table-condensed {
        table-layout: fixed;
    }
    table.table-condensed tr {
        display: table-row-group;
        border:0;
    }
    table.table-condensed tbody tr td, table.table-condensed tbody tr th {
        width: 45px !important;
    }
    .datepicker-days table thead tr th {
        width:45px;
        padding: 0;
    }
    .datepicker-days table thead tr:nth-of-type(2) th, .datepicker-months table thead tr:nth-of-type(2) th, .datepicker-years table thead tr:nth-of-type(2) th {
        border-bottom:0;
    }
}