@CHARSET "UTF-8";

.cfEvents{
    padding-bottom: 1px;
}

.content-wrapper .cfEvents a, 
.content-wrapper .cfEvents a:hover, 
.content-wrapper .cfEvents a:focus, 
.content-wrapper .cfEvents a:active,
.agrotec-page .content-wrapper .cfEvents a, 
.metaltec-page .content-wrapper .cfEvents a, 
.farriertec-page .content-wrapper .cfEvents a {
	color: #000;
}
.row-thick-line .col-left .eventcustomrow p:last-child{
    margin-bottom: 0;
}

.cf-events-booking{
    margin-top: 40px;
}

.cf-events-booking .required:after {
	content: '*';
}

.event-img-wrapper {
	margin-bottom: 40px;
}
.event-img-wrapper .img-responsive{
	margin:0;
}



/* responsive styles */
@media (min-width: 1200px) {
}

@media (min-width: 1024px) and (max-width: 1200px) {
}

@media (max-width: 1023px) {
}

@media (min-width: 768px) and (max-width:1023px) {

}

@media (max-width:767px) {
    .eventborderline-first p,
    .eventborderline p,
    .eventcustomrow p{
        margin: 0;
    }
    .eventcustomrow{
        margin: 16px 0;
        padding-left: 0;
    }
    .eventcustomrowarrow{
        padding-right: 0;
    }
    .row-thick-line .col-right{
        margin-top: 50px;
    }
    .row-thick-line article{
        padding-bottom: 15px;
    }
    .row-thick-line article h2{
        padding-top: 13px;
    }
    .cfNews-detail .news-subtitle{
        margin-bottom: 0;
    }
}
