#news_top{
	min-height: 150px;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: center;
}

#news_top_content{
	width: 100%;
	max-width: 1140px;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 10px;
}

#news_top h1{
	text-transform: uppercase;
	font-family: "AgendaBlack";
	font-size: 3.5rem;
}

#view_news_breadcrumb_top{
	font-size: 1.3rem;
}

#view_news_breadcrumb_top a{
	text-decoration: none;
	text-transform: uppercase;
}

#news_searchbar {
    width: 100%;
    display: flex;
    justify-content: center;
}

#newssearch {
    width: 1140px;
}

#newssearch h3{
	font-family: "AgendaMedium";
	font-size: 1.8rem;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}

#newssearch form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#newssearch form input, #newssearch form select, #newssearch form select option, #newssearch form button, #newssearch form a#resetbutton {
    border-radius: 0px;
    border: 0px;
    font-family: "AgendaMedium";
    font-weight: bold;
    font-size: 1.1rem;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-right: 8px;
	flex-grow: 1;
	text-decoration: none;
}

#newssearch form input[type=submit]{
	margin-right: 0px;
	cursor: pointer;
}

#newssearch form a#resetbutton{
	text-align: center;
}

.news_item{
	display: flex;
	max-width: 1160px;
	margin: 20px auto;
	padding: 10px;
}

.news_item_info{
	display: flex;
	flex-direction: column;
	min-width: 170px;
	max-width: 170px;
	justify-content: center;
	text-align: left;
}

.news_item_info img{
	max-width: 90px;
	margin-bottom: 10px;
}

.news_info_text{
	display: flex;
	flex-direction: column;
}

.news_source, .news_date{
	text-transform: uppercase;
	font-size: 1.05rem;
	line-height: 1.2rem;
}

.news_content{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.news_title{
	margin-bottom: 10px;
}

.news_title a{
	text-decoration: none;
	font-family: 'AgendaMedium';
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: bold;
}

.news_separator{
	display: flex;
    min-width: 1px;
	max-width: 1px;
    margin: 0 20px 0 10px;
}

#main_tour_pagination{
	max-width: 1180px;
	display: flex;
	margin: 20px auto 50px auto;
	justify-content: space-between;
}

.pagebutton{
	text-decoration: none;
	padding: 5px 25px;
	border: 1px solid;
	font-size: 1.4rem;
}

span.pagebutton{
	cursor: default;
	display: inline-flex;
	align-items: center;
}

#main_news_full{
	display: flex;
	max-width: 1140px;
	margin: 20px auto;
	flex-direction: column;
}

.news_item_top{
	display: flex;
	padding: 10px;
	margin-bottom: 40px;
}

.news_item_image{
	max-width: 200px;
	text-align: center;
}

.news_item_image img{
	max-width: 150px;
}

.news_item_sep{
	width: 1px;
	margin: 0 20px;
}

.news_item_top .news_title{
	text-decoration: none;
	font-family: 'AgendaMedium';
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: bold;
}

.news_item_top .news_item_data{
	display: flex;
	flex-direction: column;
	text-align: left;
	line-height: 1.2rem;
}

#news_body p{
	font-size: 1.1rem;
	line-height: 1.3rem;
	margin-bottom: 10px;
	font-family: lato !important;
}

.news_item_content{
	margin-bottom: 100px;
}

#news_back{
	display: flex;
	align-content: flex-end;
	margin-bottom: 50px;
	justify-content: end;
	font-size: 1.1rem;
}

#news_back a{
	text-decoration: none;
	font-weight: bold;
}