

.evehts-schedule {}
.evehts-schedule h3{padding: 0 20px 0 20px; color: #3A899B; margin-bottom: 0;}
.evehts-schedule .subtitle{padding: 0 20px 0 20px; color: #C63F20; font-size: 20px; }


.evehts-schedule .uk-accordion-title{
    border: 3px solid #3A899B;
    padding: 20px 50px 20px 30px;
    font-size: 50px;
    /* line-height: 26px; */
    letter-spacing: 0;
    /* font-weight: bold; */
    color: #3A899B;
    margin: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 1;
}
.evehts-schedule .uk-accordion-title:hover {
	 background: #3A899B; color: #fff;
}
.evehts-schedule .uk-accordion-title::before {
	  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-svg%3D%22chevron-right%22%3E%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%233A899B%22%20stroke-width%3D%221.03%22%20points%3D%227%204%2013%2010%207%2016%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}
.evehts-schedule .uk-accordion-title:hover::before {
	  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-svg%3D%22chevron-right%22%3E%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.03%22%20points%3D%227%204%2013%2010%207%2016%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}
.evehts-schedule .uk-open > .uk-accordion-title::before {
	  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-svg%3D%22chevron-down%22%3E%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%233A899B%22%20stroke-width%3D%221.03%22%20points%3D%2216%207%2010%2013%204%207%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}
.evehts-schedule .uk-open > .uk-accordion-title:hover::before {
	  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-svg%3D%22chevron-down%22%3E%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.03%22%20points%3D%2216%207%2010%2013%204%207%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E%0A");
}
.evehts-schedule .uk-accordion-content {
	padding: 20px 30px;
    border-color: #3A899B;
    border-style: solid;
    border-width: 0 3px 3px 3px;
margin-top: 0; }

.evehts-schedule .uk-overlay {padding: 0}


.evehts-schedule .uk-label.online {color: #00B1DD; font-size: 12px;}
.evehts-schedule .uk-label.offline {color: #D13409;  font-size: 12px;}
.evehts-schedule .uk-label.age {display: block; height: 42px;  width: 42px;  line-height:42px;  text-align: center;  font-size: 18px; padding: 0 0 0 4px;}

