.search {
	position: relative;
	border-bottom: 1px solid #ddd;
}

.search input {
	width: 100%;
	border: 0;
	padding: 10px 0;
}

.search button {
	position: absolute;
	top: 8px;
	left: 8px;
	border: 0;
	background: transparent;
}


.news {
	padding: 5px;
	position: relative;
	background: #f1f1f1;
	font-size: 12px;
	border-bottom: 1px solid #cdcdcd;
}

.news .title {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #d41111;
	color: #FFF;
	width: 70px;
	text-align: center;
	z-index: 2;
}

.news .content {
	width: 100%;
}

.news_iphone {
	padding: 5px;
	position: relative;
	/*background: #198fcf;*/
	background: #fff;
	font-size: 12px;
	border-bottom: 1px solid #cdcdcd;
}

.news_iphone .title {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #d41111;
	color: #FFF;
	width: 70px;
	text-align: center;
	z-index: 2;
	font-family: 'Open Sans Hebrew';
	font-weight: 700;
}

.news_iphone .content {
	width: 100%;
	font-family: 'Open Sans Hebrew';
	font-weight: 400;
}

.news_iphone .content a {
	font-family: 'Open Sans Hebrew';
	font-weight: 400;
}

.articles-group-title {
	background: #1893d0;
	color: #FFF;
	padding: 10px;
	z-index: 99;
	font-family: 'Open Sans Hebrew';
	font-weight: 400;
	font-size: 18px;
}

.articles-group .more a {
	display: block;
	background: #f1f1f1;
	font-family: 'Open Sans Hebrew';
	font-weight: 400;
	text-align: left;
	padding: 10px;
	color: #333;
}

article.promo {
	padding: 10px;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 20px;
}

article.promo .pic {
	position: relative;
	overflow: hidden;
	max-height: 320px;
}

article.promo img {
	width: 100%;
	display: block;
}

.share {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	padding: 10px;
	background: rgba(0,0,0,0.5);
}

.share .toggle {
	float: left;
	color: #fff;
}

.share .share-icons {
	display: none;
	float: left;
}

.share .fa-whatsapp {
	color: #2fb844;
}

.share .fa-facebook-square {
	color: #3b5998;
}

article.promo .pic .cat {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	background: #000;
}

article.promo .pic .cat span {
	font-size: 14px;
	color: #FFF;
	padding: 5px;
	display: inline-block;
	font-family: 'Open Sans Hebrew';
	font-weight: 700;
}

article.promo .title {
	font-family: 'Open Sans Hebrew';
	font-weight: 700;
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 22px;
}

article.promo .txt {
	color: #777;
	margin: 5px 0 0 0;
}

article.promo .more-info {
	color: #777;
	font-size: smaller;
	color: #1893d0;
	margin: 10px 0 0 0;
}

article.promo .more-info span {
	margin-left: 15px;
	display: inline-block;
}

/**/

article.promo-mini {
	padding: 10px;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 20px;
}

article.promo-mini .pic {
	position: relative;
	float: right;
	width: 120px;
	height: 120px;
	background: #cdcdcd;
}

article.promo-mini img {
	width: 100%;
	height: 100%;
	display: block;
}

article.promo-mini .pic .cat {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	background: #000;
}

article.promo-mini .pic .cat span {
	font-size: 14px;
	color: #FFF;
	padding: 5px;
	display: inline-block;
	font-family: 'Open Sans Hebrew';
	font-weight: 700;
}

article.promo-mini .info {
	padding-right: 130px;
}

article.promo-mini .title {
	font-family: 'Open Sans Hebrew';
	font-weight: 700;
	padding: 0;
	margin: -5px 0 0 0;
	font-size: 16px;
}

article.promo-mini .txt {
	color: #777;
	overflow: hidden;
	max-height: 60px;
	margin: 5px 0 0 0;
}

article.promo-mini .more-info {
	color: #777;
	font-size: smaller;
	color: #1893d0;
	margin: 5px 0 0 0;
}

article.promo-mini .more-info span {
	margin-left: 15px;
	display: inline-block;
}

/**/



.article-color-1 {
	background: #198fcf;
	color: #FFF;
}

.article-color-2 {
	background: #ff58c0;
	color: #FFF;
}

.article-color-3 {
	background: #398d36;
	color: #FFF;
}

.article-color-4 {
	background: #d21a57;
	color: #FFF;
}

.article-color-5 {
	background: #e05d06;
	color: #FFF;
}

.article-color-6 {
	background: #2e3f75;
	color: #FFF;
}

.article-color-7 {
	background: #caac08;
	color: #FFF;
}

.article-color-8 {
	background: #fc6e2d;
	color: #FFF;
}

.article-color-15 {
	background: #caac08;
	color: #FFF;
}

.article-color-16 {
	background: #006a36;
	color: #FFF;
}

.article-color-28 {
	background: #0a3044;
	color: #FFF;
}

/* article page */

.nav {
	border-bottom: 1px solid #cdcdcd;
	padding: 8px;
}

.nav a {
	color: #777;
	font-family: 'Open Sans Hebrew';
	font-weight: 400;
}

.the-article {
	padding: 10px;
}

.the-article h1 {
	font-family: 'Open Sans Hebrew';
	font-weight: 700;
}

.the-article .descrption {
	font-family: 'Open Sans Hebrew';
	font-weight: 700;
}

.the-article .publish-date {
	color: #777;
}

.box .caption {
	background: #1893d0;
	color: #FFF;
	font-family: 'Open Sans Hebrew';
	font-weight: 700;
	padding: 6px;
}

.social-media img {
	margin-bottom: 10px;
	width: 40px;
	border-radius: 20px;
}

.comment {
	padding: 5px;
	border-bottom: 1px solid #f0f0f0;
}

.comment p {
	margin: 0;
}

.comment .num {
	font-size: 22px;
	font-weight: bold;
	color: #b0b0b0;
	padding: 3px;
	float: right;
}

.comment .info {
	margin-right: 40px;
}

.comment a.title {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	line-height: 22px;
}

.comment span.title {
	font-size: 14px;
	font-weight: bold;
	color: #4d4d4d;
	line-height: 22px;
}

.comment .date {
	font-size: 12px;
	color: #888888;
	line-height: 22px;
}

.comment .bot {
	font-size: 12px;
	color: #000;
	padding-right: 40px;
}

#commentFrm {
	background: #f1f1f1;
	padding: 8px;
	margin-bottom: 10px;
}

#commentFrm .fld {
	margin-bottom: 5px;
}

#commentFrm .fld label {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #4d4d4d;
	width: 60px;
}

#commentFrm .fld input{
	width: 200px;
	border: 1px solid #CDCDCD;
	background: #FFF;
	float: right;
}

#commentFrm .fld textarea {
	width: 200px;
	height: 40px;
	border: 1px solid #CDCDCD;
	background: #FFF;
	float: right;
}

#commentFrm .submit-div {
	padding-right: 60px;
}







/* Reset some list defaults for all lists */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Section headers, defined through "headlineSelector" */
#sticky-list strong {
	display: block;
}

.mini-promo {
	float: left;
	width: 200px;
	margin-right: 20px;
	direction: rtl;
}

.mini-promo .pic {
	height: 100px;
	overflow: hidden;
}

.mini-promo .pic img {
	width: 100%;
}

.mini-promo h2 {
	font-size: 14px;
}

/**/

.promo-pizi {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.promo-pizi:last-child {
	border-bottom: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.promo-pizi .pic {
	float: right;
	width: 80px;
}

.promo-pizi .pic img {
	width: 100%;
}

.promo-pizi .info {
	margin-right: 90px;
}

.swiper-container {
	height: 150px;
	direction: ltr;
}
.swiper-slide {
	width: 1100px;
	background: #fff;
}
.swiper-scrollbar {
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: 1;
}

/**/


.reporter {
	background: #1893d0;
	color: #fff;
	padding: 10px;
	margin-top: 20px;
}

.reporter img {
	border-radius: 100px;
	float: right;
	width: 80px;
	margin: 0 0 5px 15px;
}

.reporter .content {
	display: table-cell;
	vertical-align: middle;
}

.reporter h4 {
	margin-bottom: 15px;
	color: #fff9b8;
	font-size: 20px;
}


/**/

.idx-vod {
	position: relative;
	background: #111;
	padding: 10px;
}

.idx-vod img {
	width: 100%;
	display: block;
}

.idx-vod h3 {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans Hebrew';
	padding: 4px 8px;
	background: #b90100;
	color: #FFF;
}

.idx-vod h4 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	
	color: #fff;
	font-weight: normal;
}

.idx-vod h4 span {
	padding: 10px;
	display: block;
	background: rgba(0,0,0,0.5);
	margin: 10px;
}

/**/

.articleInnerPic figure {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.articleInnerPic img {
	display: block;
}

.articleInnerPic figure figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 5px;
}


/**/

.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}

/**/

.gallery {
	padding: 10px;
	background: #000;
	color: #fff;
}

.link-box {
}

.link-box a {

}



/**/

.categories-list {
	padding: 5px;
	margin: 0 0;
}

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

.categories-list li {
	width: 33.33%;
	float: right;
}

.categories-list li a {
	height: 45px;
	margin: 5px;
	padding: 5px;
	display: block;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans Hebrew';
}


.categories-list li:nth-child(1) a {
	background: #1893d0;
}
.categories-list li:nth-child(2) a {
	background: #18cad0;
}
.categories-list li:nth-child(3) a {
	background: #18d07c;
}
.categories-list li:nth-child(4) a {
	background: #9ed018;
}
.categories-list li:nth-child(5) a {
	background: #d0a318;
}
.categories-list li:nth-child(6) a {
	background: #d03b18;
}
.categories-list li:nth-child(7) a {
	background: #d01855;
}
.categories-list li:nth-child(8) a {
	background: #cb3bb5;
}
.categories-list li:nth-child(9) a {
	background: #a43bcb;
}
.categories-list li:nth-child(10) a {
	background: #1893d0;
}
.categories-list li:nth-child(11) a {
	background: #18cad0;
}
.categories-list li:nth-child(12) a {
	background: #18d07c;
}

/**/

.galleries {
	background: #111;
	color: #fff;
}

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

.galleries ul li {
	width: 50%;
	float: right;
}

.galleries ul li a {
	margin: 10px;
	display: block;
}

/**/

.gossip {
	margin-top: 20px;
	background: #d01873;
	color: #fff;
	padding: 10px;
}

.gossip .section-title {
	font-family: 'Open Sans Hebrew';
	background: rgba(0,0,0,0.1);
	margin: -10px -10px 0 -10px;
	padding: 5px 10px;
}

.gossip article.promo {
	margin: 10px 0;
	padding-bottom: 20px;
}

.gossip ul li:nth-child(2) article.promo {
	border-bottom: 0;
}

.gossip article.promo .pic {
	position: relative;
	overflow: hidden;
	max-height: 320px;
}

.gossip article.promo img {
	width: 100%;
	display: block;
}

.gossip article.promo .pic .cat {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	background: #000;
	display: none;
}

.gossip article.promo .pic .cat span {
	font-size: 14px;
	color: #FFF;
	padding: 5px;
	display: inline-block;
	font-family: 'Open Sans Hebrew';
	font-weight: 700;
	
}

.gossip article.promo .title {
	font-family: 'Open Sans Hebrew';
	font-weight: 700;
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 22px;
	display: none;
}

.gossip article.promo .txt {
	color: #fff;
	margin: 5px 0 0 0;
	text-align: justify;
}

.gossip article.promo .more-info {
	color: #fff;
	font-size: smaller;
	color: #fff;
	margin: 10px 0 0 0;
	display: none;
}

.gossip article.promo .more-info span {
	margin-left: 15px;
	display: inline-block;
}

/**/

.business-cats {
	margin: 5px 5px;
}

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

.business-cats ul li {
	width: 50%;
	float: right;
}

.business-cats ul li a {
	display: block;
	padding: 5px;
	background: #f1f1f1;
	border: 1px solid #ddd;
	margin: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.business-cats ul li a span {
	font-family: 'Open Sans Hebrew';
}

.business-cats ul li a img {
	width: 22px;
	margin-left: 5px;
	float: right;
}


/**/

.board-list {
	list-style: none;
	padding: 5px;
	margin: 0;
}

.board-list li {
	float: right;
	width: 25%;
}

.board-list li a {
	display: block;
	text-align: center;
	padding: 10px 0;
	margin: 5px;
	color: #fff;
}

.board-list li:nth-child(1) a {
	background: #1893d0;
}
.board-list li:nth-child(2) a {
	background: #18cad0;
}
.board-list li:nth-child(3) a {
	background: #18d07c;
}
.board-list li:nth-child(4) a {
	background: #9ed018;
}

.board {
	background: #f1f1f1;
	padding-bottom: 10px;
}

.jobs-list {
	padding: 0 10px;
}

.jobs-list .info {
	background: #fff;
	padding: 5px 5px 0 5px;
	border-bottom: 1px solid #ddd;
}

.jobs-list .info p {
	margin: 0 0 5px 0;
}

.jobs-list .info p:first-child {
	font-weight: bold;
}

