.block-title {
	margin-top: 0;
	position: relative;
	margin-bottom: 30px;
}
.block-title:after {
	width: 80px;
	height: 1px;
	background: #A92446;
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
}
.widget .widgetheading {
	font-size: 1.4em;
	text-transform: none;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 0px;
	display: block;
}
.widgetheading {
	width: 100%;
	padding: 0;
}
#subscribe p {
	font-size: 0.8em;
}
.news {
	margin: 15px;
	flex: 1 1 450px;
	position: relative;
}
.newsico {
	float: right;
	margin-bottom: 0px;
	border: none;
	opacity: .25;
	position: absolute;
	right: 0;
	top: -10px;
	z-index: -1;
}
.free {
	display: block;
	margin: auto;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.pr-box {
	-webkit-box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.4);
	background-color: white;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	border-top: 7px solid #10a5cd;
	overflow: hidden;
	padding: 20px;
}
.pr-titlespan {
	margin: 0px;
	font-weight: 700;
	font-size: 1.4em;
	text-transform: uppercase;
	display: inline-block;
}
.pr-box .heading a {
	color: #004070;
}
.pr-box btn {
	color: #000;
}
.pr-box .heading {
	width: 100%;
	border-left: 4px solid #10a5cd;
	padding-left: 10px;
}
.pr-box .heading h2 {
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
}
.pr-box .heading h1 {
	font-weight: 700;
	font-size: 1.4em;
	text-transform: uppercase;
}
.pr-box .heading p {
	margin: 0 10px;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
}
.pr-box .box-main {
	position: relative;
	float: left;
	color: #000;
	text-align: left;
	right: 0;
	top: 0px;
	left: 0;
	text-shadow: none;
}
.pr-box .desc {
	margin-top: 10px;
	margin-bottom: 20px;
	flex-grow: 1;
}
.pr-box .img-fluid {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.pr-imglogo {
	float: left;
	height: 250px;
}
.pr-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	height: 100%;
}
.pr-icon {
	margin: 0px;
	flex: 1 0 25%;
	float: left;
	min-width: 150px;
	text-align: center;
}
.pr-desc {
	margin: 0px;
	flex: 1 0 70%;
	float: right;
	display: flex;
	flex-direction: column;
}
.pr-desc p {
	margin: 0px;
}
.pr-buttons {
	margin: 0;
	flex-direction: row;
	float: left;
}
.pr-buttons a {
	margin: 5px;
}
.pr-table {
	position: relative;
	width: 100%;
	border: 0;
	border-collapse: collapse;
	font-size: 13px;
}
.pr-table td, th {
	padding: 0;
}
.pr-table p {
	margin-bottom: 5px;
	margin-top: 5px;
}
.pr-table h2 {
	font-size: 9px;
	color: #444444;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: top;
}
.txt-news-item {
	font-size: 11px;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
}
.txt-news-item a {
	color: #004070;
}
.txt-news-item a:hover {
	color: #0077D0;
}
.news-spacer {
max-width: 250px;
    margin: 0px;
    padding: 0px;
    height: 1px;
    margin-bottom: 4px;
    margin-top: 4px;
    display: block;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(221, 221, 221, 1) 30%, rgba(221, 221, 221, 1) 80%, rgba(238, 238, 238, 0) 100%);	
}

.txt-m-prtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D3B890;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.txt-m-prtitle:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #796342;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
.txt-m-prtitle:visited {
	color: #796342;
}
a.txt-m-prtitle:active {
	color: #D3B890;
}
a.txt-m-prtitle:hover {
	color: #b39870;
}


@media (max-width:959px) {
	.products .news {
		order: 8;
		padding-left: 10px;
	}
	.pr-box{
		background-position: bottom right;		
	}
}
