@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	height: 100vh;
	width: 100%;
	font-size: 1.25em;
}
.mbg {	
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 99%;
	margin: 0;
	padding: 0;
}
.logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100%;
}
.footer {
	width: 100%;
	float: left;
	position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
.sitemap {
	margin: 0 auto;
}
.sitemap tr td a {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	height: 40px;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
}
.sitemap tr td a:hover {
	background-color: 990000;
}
.listnone li {
	list-style: none;
}
.mainbttns {
	float: left;
	height: 100%;	
	width: 23%;	
}
.mainbttns a {
	text-decoration: none;
	color: #990000;
}
.riseup {
	float: left;
	bottom: 0; 
	position: absolute;
	border-top-right-radius: 15px; 
	border-top-left-radius: 15px;
	height: 160px;
	border-top: thick outset #FFF;
	border-right: thick outset #FFF;
	border-left: thick outset #FFF;
	text-align: center;
	width: 23%;
	background: rgba(0, 0, 0, 0.5);
}
.riseup:hover {
	height: 500px;
	-moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  -webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
}
.newscont {
	width: 100%;
	float: left;
	border: thin solid #CCC;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 50px;
}
.newshead {
	width: 100%;
	float: left;
	padding: 1rem;
	border-bottom: thin solid #CCC;
	background-color: lightgray;
	font-weight: bold;
	
}
.newsbody {
	width: 70%;
	float: left;
	vertical-align: top;
	padding: 1rem;
}
.newspic {
	width: 25%;
	float: left;
}
.readmore {
	width: 100%;
	float: left;
}
.readmore img {
	width: 40%;
	height: 100%;
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.prodrow {
	width: 100%; 
	display: flex; 
	justify-content: space-between;
}
.prod {
	width: 20%;
	font-size: 12px;
	text-align: center;
}
.prod img {
	height: 100%;
	margin-bottom: 10px;
}
.sldr {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}