.row {
	margin-bottom: 20px;
}

@media (min-width: 840px) {
	.idx-text {
		width: 610px;
		margin-left: 20px;
		float: right;
	}
}

@media (max-width: 839px) {
	.idx-text {
		margin-bottom: 20px;
	}
}

.idx-text {
	font-family: 'Open Sans Hebrew';
	font-weight: 400;
}

.idx-text h2 {
	font-family: 'Open Sans Hebrew';
	font-weight: 700;
}

.idx-text h2 span {
	color: #000e79;
	font-family: 'Open Sans Hebrew';
	font-weight: 700;
}

@media (min-width: 840px) {
	.idx-main-links {
		width: 210px;
		float: right;
	}
}
.idx-main-links {
	
	margin: 0;
	padding: 0;
	list-style: none;
}

.idx-main-links span {
	float: left;
	font-size: 19px;
	color: #fff;
	padding: 7px;
}

.idx-main-links a {
	background: #ff7900;
	display: block;
	padding: 10px;
	color: #FFF;
	margin-bottom: 10px;
	font-family: 'Open Sans Hebrew';
	font-weight: 400;
}


@media (min-width: 840px) {
	.links {
		display: table;
		width: 100%;
	}

	.links .col {
		display: table-cell;
		vertical-align: top;
		padding: 10px;
		width: 210px;
	}
}

@media (max-width: 839px) {
	.links .col {
		padding: 10px;
	}
}

.links .col-1 {
	background: #dadee7;
}

.links .col-2 {
	background: #ced4e0;
}

.links .col-3 {
	background: #bdc4d4;
}

.links .col-4 {
	background: #b0b8cb;
}

.links a {
	color: #3c4355;
}

.links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.links ul li a {
	display: block;
	border-top: 1px dotted #858b97;
	padding: 5px 0;
}

@media (min-width: 840px) {
	.articles {
		border-top: 1px dotted #cdcdcd;
		border-right: 1px dotted #cdcdcd;
	}

	.article {
		width: 378px;
		float: right;
		padding: 20px;
		border-bottom: 1px dotted #cdcdcd;
	}
	.article:nth-child(n) {
		border-left: 1px dotted #cdcdcd;
	}
}

@media (max-width: 839px) {
	.article {
		border-bottom: 1px dotted #cdcdcd;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

.article .pic {
	width: 170px;
	height: 150px;
	overflow: hidden;
	float: right;
}

.article .pic img {
	width: 100%;
	height: 100%;
}

.article .info {
	margin-right: 180px;
}

.article .info h4 a {
	color: #000e79;
	font-family: 'Open Sans Hebrew';
	font-weight: 700;
}

.associates {
	text-align: center;
}

.associates h4 {
	color: #666;
	font-family: 'Open Sans Hebrew';
	font-weight: 400;
}

.associates a {
	display: inline-block;
	margin: 0 20px;
}