.event-timeline {
	width: 100%;
	float: left;
	border-top: solid 8px #FF0019;
	padding: 0 0 50px 0;
	background: #DDDBCF;
	min-height: 150px;
}

.event-timeline-challenge {
	border-top: none;
	padding: 10px 0 40px 0;
}

.event-timeline .event-timeline-header {
	float: left;
	width: 100%;
	padding-top: 0;
	padding-top: 30px;
}

.event-timeline .event-timeline-header h3 {
	float: left;
	padding:15px;
	border: solid 1px #000;
	background: transparent;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
	
	color: #000;
}

.timeline_filters {
    display: none;
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0 40px 0;
    margin-bottom: 30px;
    background: #eeede9;
}

.event-timeline .timeline_filters select {
	display: inline-block;
	padding: 8px;
	border: solid 1px #000;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 20px;
}

.event-timeline .event-timeline-header .filter-bt {
	float: left;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	color: #000;
	margin: 10px;
	margin-left: 60px;
}

.event-timeline .event-timeline-header .filter-bt:hover {
	text-decoration: none;
}

.event-timeline .event-timeline-header .filter-bt i {
	float: right;
	margin-left: 10px;
}

.event-timeline .event-timeline-header .filter_a {
	float: right;
	padding: 10px;
	text-transform: uppercase;	
	border: none;
	color: #000;
	margin: 10px;
	margin-right: 30px;
	font-size: 15px;	
	font-weight: bold;
	text-decoration: none !important;
}





.touch {
    position: relative;
    background: url('../images/bottom-bg.jpg');
    background-size: cover;
}
.touch-about {
    position: relative;
    background: url('../images/aboutback.jpg');
    background-size: cover;
}

.touch-events {
    position: relative;
    background: url('/wp-content/uploads/2017/08/bfp-tree.jpg');
    background-size: cover;
	min-height: 450px;
}


.overlay-bg {
    position: absolute;
    background: url('../images/dark-overlay.png') repeat;
    height: 100%;
    width: 100%;
    top: 0;
}

#touch .section-title h2 {
        float: left;
    background: #fff;
    padding: 15px;
    border: solid 1px #000;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 30px;
}

.touch .section-filter p {
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.touch .section-filter p img {
    padding-right: 15px;
    margin-top: -15px;
}

.touch-inner {
    padding-top: 45px;
}

.touch-left p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
.touch-left p a{
    color: #FFF;
}

.touch-right {
    padding-left: 50px;
    border-left: 1px solid #DDDBCF;
}

.touch-right p {
    color: #FFF;
    font-size: 16px;
}

.touch-right img {
    padding-top: 15px;
}

#touch a {
    display: block;
	margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
}