@charset "utf-8";
/* CSS Document */

#navHeader {
	position: relative;
	background-color: #D9CFC6;
	height: 42px;
	line-height: 40px;
	color: #4C3E39;
	font-weight: bold;
	font-size: 18px;
	padding-left: 15px;
	margin-bottom: 15px;
}

div.breadcrumb {
	padding-bottom: 15px;
}

div.breadcrumb > a {
	content: "";
	font-size: 17px;
	color: #8A4646;
	margin: 0;
	vertical-align: bottom;
	display: inline-block;
}

div.breadcrumb > a:hover,
a.moreDetails:hover {
	text-decoration: underline;
}

div.breadcrumb a:first-child::before {
	display: inline-block;
	width: 19px;
	height: 18px;
	vertical-align: top;
	/*background: url("../images/sprite.png") no-repeat -63px -98px;*/
	font-family: 'Sicons';
	font-size: 18px;
	content: "\e92a";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

div.breadcrumb a::after {
	content: "";
	width: 7px;
	height: 12px;
	margin: 0 25px;
	display: inline-block;
	/*	background: url("../images/sprite.png") no-repeat -63px -126px;*/
	font-family: 'Sicons';
	content: "\e903";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 10px;
	color: #baa9ba;
}

.contentBox {
	position: relative;
	background-color: #FFF;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	padding: 2px;
}

.contentBox img {
	width: 916px;
	height: 136px;
}

.contentBox h3,
.contentBox h4 {
	position: absolute;
	left: 40px;
	top: 37px;
	color: #F8F2E6;
	font-size: 28px;
	font-weight: bold;
	text-overflow: ellipsis;
	max-width: 520px;
	white-space: nowrap;
	overflow: hidden;
}

.contentBox h4 {
	top: 75px;
	color: #E4CCAC;
	font-size: 22px;
	font-weight: normal;
}

.contentBox h5 {
	position: absolute;
	right: 2px;
	top: 22px;
	color: #FFF;
	font-size: 26px;
	padding: 24px 30px 20px;
	background: url("../images/expirydate_bg.png") repeat-y 0 -313px;
}

.contentBox h5::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 25px;
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 10px;
	background: url("../images/sprite.png") no-repeat -149px -326px;
}

.contentBox h5 span {
	display: block;
	font-size: 22px;
	line-height: 20px;
	font-weight: normal;
}

.contentBox h5 p em {
	font-weight: bold;
}

.subnav {
	position: relative;
	background-color: #EEEAE6;
	color: #4C3E39;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 10px 10px 20px;
	margin: 15px 26px 15px;
}

.subnav span {
	float: left;
	margin-top: 2px;
}

.subnav span em {
	font-weight: normal;
}

.subnav form input {
	float: right;
	width: 310px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px 0 32px;
	font-size: 16px;
	border: 1px solid #D0C5B9;
	-webkit-appearance: none;
}

.subnav form button {
	float: right;
	height: 34px;
	line-height: 32px;
	margin-left: 5px;
	padding: 0 10px;
	font-size: 15px;
}

.subnav form::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 510px;
	display: block;
	width: 19px;
	height: 19px;
	background: url("../images/sprite.png") no-repeat 0 0;
}

ul.categories {
	margin: 0 0 0 28px;
	font-size: 17px;
	float: left;
}

ul.categories li {
	position: relative;
	width: 410px;
	min-height: 50px;
	display: block;
	vertical-align: top;
	padding: 10px 0 6px;
	border-bottom: 1px dotted #D9CFC6;
}

ul.categories li:last-child {
	border: none;
}

ul.categories li::after {
	content: "";
	position: absolute;
	top: 17px;
	right: 0;
	display: block;
	width: 7px;
	height: 10px;
	/*	background: url("../images/sprite.png") no-repeat -22px -94px;*/
	font-family: 'Sicons';
	content: "\e903";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 10px;
	color: #cc705d;
}

ul.categories li a {
	color: #8A4646;
}

ul.categories li a:hover {
	color: #CC705D;
}

ul.categories li a span {
	float: left;
	color: #A08B87;
	width: 80px;
}

ul.categories li a p {
	float: left;
	max-width: 300px;
}

p.notice {
	color: #FFF;
	margin: 18px 25px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	background-color: #B10000;
	padding: 10px 0 12px;
	border-radius: 2px;
}

.catDownload { 
    border-bottom: 1px solid #D9CFC6;
    line-height: 40px;
    padding-bottom: 3px;
    text-align: center;
    background-color: #f4f4f4;
    margin-top: -3px;
}
.catDownload a {
		position: relative;
		font-weight: bold;
		padding-left: 28px;
}
.catDownload a:hover {
		text-decoration: underline;
}
.catDownload a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 5px;
	display: inline-block;
	width: 16px;
	height: 20px;
	/*background: url("../images/download.png") no-repeat;*/
	font-family: 'Sicons';
	font-size: 18px;
	content: "\e92b";
	background: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
/*
	.contentBox {
		position: relative;
		background-color: #FFF;
		-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
		padding: 2px;
	}
	*/


	.subnav span {
		float: left;
    font-size: 18px;
    margin-top: 2px;
		margin-bottom: 12px;
		font-family: "Open Sans";
		display: block;
		
		overflow: hidden;
	}
	.subnav span em {
    font-weight: normal;
    clear: both;
    display: block;
  }
	.subnav form::before {
		width: 19px;
		height: 19px;
		font-family: 'Sicons';
		content: "\e918";
		background: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: 18px;
		top: 58px;
	}

	.contentBox h3 {
		font-size: 24px;
	}
	.contentBox h4 {
		top: 43px;
		color: #E4CCAC;
		font-size: 18px;
		font-weight: normal;
	}
	
	.contentBox h5 {
		left: 0;
		top: 70px;
		right: 2px;
		padding-bottom: 7px;
		background-size: contain;
		height: auto;
	}
	
	.contentBox h5::before {
		content: "";
		position: absolute;
    top: 7px;
    left: 24px;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 10px;
		font-family: 'Sicons';
		content: "\e92d";
		background: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: 20px;
	}
	
	.contentBox h5 span {
		position: absolute;
    top: 9px;
		left: 28px;
		font-size: 18px;

    margin: 0 16px 0;
	}
	.contentBox h5 p {
		font-size: 18px;
    padding-top: 10px;
    padding-left: 0;
    overflow: hidden;
    height: 37px;
    box-sizing: border-box;
    margin: 0;
    line-height: 1;
    padding: 6px 0 0 0;
	}
	.contentBox h5 p em {
		font-weight: bold;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.contentBox img {
		width: 100%;
		height: 136px;
		object-fit: cover;
	}
	
	.contentBox h3,
	.contentBox h4 {
		position: absolute;
		left: 16px;
		color: #F8F2E6;
		font-weight: bold;
		text-overflow: ellipsis;
		max-width: 520px;
		white-space: nowrap;
		overflow: hidden;
	}
	.contentBox h3 {
		top: 10px;

	}
	.contentBox h4 {
		top: 42px;
	}
	.contentBox h5 {
		font-size: 18px;
    line-height: 1;
    padding: 8px 16px 0;
	}

	.catDownload {
		padding: 16px;
		line-height: 1.4;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.subnav span em {
    display: inline;
	}
	.contentBox h3 {
		top: 28px;
		left: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.contentBox h4 {
		top: 63px;
		left: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.contentBox h5 {
		top: 22px;
		right: 2px;
    padding-bottom: 7px;
    background-size: contain;
		height: auto;
		left: auto;
	}
		
	.contentBox h5 span {
		position: absolute;
    top: 31px;
    left: 42px;
    margin: 0 16px 0;
	}
	.contentBox h5 p {
		font-size: 22px;
    padding-top: 10px;
    padding-left: 0;
    overflow: hidden;
    height: 37px;
    box-sizing: border-box;
    margin: 0;
    line-height: 1;
    padding: 6px 0 0 0;
	}
}