@charset "utf-8";
.newsall {
	min-height: 560px;
	text-align: center;
	margin-bottom: 1.5em;
}
.image-wrapper {
	position: relative;
}
.image {
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	display: inline-block;
	outline: 0;
	width: 100%;
}
a.image:hover {
	opacity: 0.85;
}
.image-wrapper .image {
			position: relative;
			z-index: 2;
}
header {
	margin-bottom: 1.5em;
}

ul.actions {
		padding-top: 1em;
}
.features {
		margin-bottom: 1.5em;
	}
.row {
	margin-bottom: -1px;
	margin-left: -1%;
}
.newsall .actions li .buttons:hover {
			color: #f35858;
			border-color: rgba(243, 88, 88, 0.5);
}
.newsall .actions li .buttons {
	-moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	display: inline-block;
	color: inherit;
	background: none;
	text-decoration: none;
	border: solid 1px #c2c7cc;
	border-radius: 0.35em;
	padding: 0.8em 2em 0.8em 2em;
	cursor: pointer;
	outline: 0;
	margin-bottom: 2em;
	}
.newsall_wrapper {
	margin-top: 25px;
	margin-left: -1.5%;
	margin-right: -1%;
	width: 100%;
}
.newsall header {
	/* [disabled]margin-top: 1.5em; */
	margin-bottom: 1.5em;
}
/*header p {
	color: #1F1F1F;
	font-family: Calibri;
	font-size: 14pt;
	margin-top: 5px;
}*/

a {
	line-height: inherit;
	color: #B60000;
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    line-height: 24px;
    font-size: 14px;
}

a, a:visited, a:focus {
    text-decoration: none;
    outline: 0;
}