.grid-row {
	position: relative;
	width: 96%;
	margin: 0px auto 25px auto;
	height: auto !important;
    -webkit-text-stroke: 0.35px;
 }
.grid {
	width: 32.8%;
	min-height: 100px;
	background: #fff;
	font-size: 14px;
	float: left;
	margin: 0px 0px 10px 0px;
}
.grid:nth-child(3n+1) {
	clear: left;
}
.grid:nth-child(3n+2) {
	margin: 0px 10px 10px 10px;
}
.grid .imgholder img {
	max-width: 100%;
	display: block;
    margin:0 auto
}
.grid .textholder {
	padding: 30px;
}
.grid .textholder .date {
	text-transform: uppercase;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 10px 0px;
}
.grid .textholder .head {
	text-transform: uppercase;
	font-size: 18px;
	color: #d3a052;
	margin: 0px 0px 10px 0px;
}
.grid .textholder .desc {
	line-height: 26px;
	font-size: 14px;
	color: #000000;
}
.grid .textholder .meta {
	line-height: 26px;
	text-align: right;
	font-size: 14px;
	color: #000000;
	margin-top: 20px;
}
.grid .textholder .meta .icon {
	margin: 0px 10px 5px 0px;
	width: auto;
	height: auto;
}
.grid .textholder a {
	color: #d3a052;
    text-transform:uppercase
}
.divider {
	position: relative;
	text-align: center;
	margin-top: 30px;
	z-index: 1;
}
.divider:before {
	border-top: 1px solid #999999;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}
#newsdiv div:last-child .divider:before{border:0}
.divider span {
	background: #f5f5f5;
	padding: 0 8px;
}
/* heading */
.news-head-row {
    -webkit-text-stroke: 0.35px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	margin: 25px 3% 5px 3%;
	width: 94%;
}
.news-head-row .date {
	float: left
}
.news-head-row .filter {
	float: right;
	cursor: pointer
}
.news-head-row .filter a {
	vertical-align: middle;
	display: inline-block;
	height: 19px;
	color: #000
}
.news-head-row .close {
	float: right;
	display: none;
	cursor: pointer
}
.news-head-row .close a {
	vertical-align: middle;
	display: inline-block;
	height: 10px;
	color: #000
}
.news-head-row .clgold {
	color: #d3a052;
    text-decoration:none;
}
/* Filter */
.news-head-row .filter_box {
	width: 100%;
	display: none;
}
.news-head-row .filter_box ul {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	width: 80%;
}
.news-head-row .filter_box ul li {
	display: inline-block;
	text-transform: uppercase;
	vertical-align: top;
	font-size: 12px;
	width: 25%;
}
.news-head-row .filter_box ul li:first-child {
	width: 12%;
}
.news-head-row .filter_box ul li:last-child {
	width: 61%;
}
.news-head-row .filter_box ul li div {
	padding: 0px 0px 15px 0px;
	width: 25%;
	float: left;
}
/* Checkbox */
.news-head-row .filter_box input[type="checkbox"] {
	display: none;
}
.news-head-row .filter_box label {
	cursor: pointer;
	font-size: 12px;
	color: #000;
}
.news-head-row .filter_box input[type="checkbox"] + label:before {
	border: solid 1px #000000;
	background: #ffffff;
	content: "\00a0";
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: middle;
	height: 21px;
	width: 21px;
}
.news-head-row .filter_box input[type="checkbox"]:checked + label:before {
	vertical-align: middle;
	text-align: center;
	line-height: 21px;
	font-size: 10px;
	color: #d3a052;
	content: "\25FC";
}
.news-head-row .filter_box input[type="checkbox"]:checked + label:after {
	font-weight: bold;
}
/* selectbox */ /*RK 20-01-2017*/
.news-head-row .filter_box .select_dd {
	width: 55% !important;
	
	color: #000;float:none
}
.news-head-row .filter_box .select_dd select {
    background: #fff url(/content/assets/icons/selectbox_arrow.png) no-repeat 97% center;border:1px solid #000;
}
.news-head-row .filter_box .select_dd .selectBox-label {
	color: #000;
	font-size: 12px;
	text-transform: uppercase
}
.news-head-row .filter_box .selectBox-options, .selectBox-options LI, .selectBox-options LI A {
	padding: 5px 0px;
	font-size: 12px;
}
.news-head-row .filter_box .select_dd .selectBox-arrow::before {
	color: #454545;
	content: url(/content/assets/icons/selectbox_arrow.png);
	cursor: pointer;
	line-height: 45px;
}


@media only screen and (max-width: 1280px) {
body {
	overflow: auto;
}
.news-head-row .filter_box ul {
	width: 90%;
}
.news-head-row .filter_box ul li {
	width: 25%;
}
.news-head-row .filter_box ul li:first-child {
	width: 10%;
}
.news-head-row .filter_box ul li:last-child {
	width: 62%;
}
}

@media only screen and (max-width: 1024px) {
.news-head-row .filter_box ul li div {
	width: 33%;
}
}

@media only screen and (max-width: 1023px) {
.grid {
	width: 49% !important;
}
.grid:nth-child(3n+2) {
	margin: 0px 0px 10px 0px;
}
.grid:nth-child(2n+2) {
	margin: 0px 0px 10px 10px;
}
.grid:nth-child(2n+3) {
	clear: both;
}
.grid .textholder {
	padding: 20px;
}
.news-head-row {
	margin: 25px 4% 5px 4%;
	width: 92%;
}
.news-head-row .filter_box ul {
	width: 100%;
}
.news-head-row .filter_box ul li {
	width: 50%;
}
.news-head-row .filter_box ul li:first-child {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.news-head-row .filter_box ul li:last-child {
	padding: 10px 0 0 0;
	width: 48%
}
.news-head-row .filter_box ul li div {
	width: 50%;
}
.news-head-row .filter_box .selectBox-dropdown {
	width: 60% !important;
}
}

@media only screen and (max-width: 640px) {
.grid-row {
	margin: 0px auto;
	width: 96% !important;
}
.grid {
	width: 100% !important;
}
.grid:nth-child(2n+2) {
	margin: 0px 0px 10px 0px;
}
.grid:nth-child(2n+3) {
	clear: inherit;
}
.grid .textholder {
	padding: 10px;
}
.divider {
	margin-top: 0px;
}
.news-head-row {
	margin: 25px 5% 5px 5%;
	width: 90%;
}
.news-head-row .filter_box ul li {
	width: 100%;
	margin: 25px 0px;
}
.news-head-row .filter_box ul li:first-child {
	width: 100%;
	margin: 0px;
}
.news-head-row .filter_box ul li:last-child {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.news-head-row .filter_box .selectBox-dropdown {
	width: 74% !important;
}
}
