/*
Dictionary
=============================
pl			pagelayout
el			element
sl			slot
hlp-xxx		helper class

*/
@font-face {
  font-family: "htzIcons";
  src: url(fonts/htzIcons.eot);
  src: url("fonts/htzIcons.eot?#iefix") format("embedded-opentype"), url("fonts/htzIcons.woff") format("woff"), url("fonts/htzIcons.ttf") format("truetype"), url("fonts/htzIcons.svg#htzIcons") format("svg");
}

@font-face {
    font-family:'Open Sans Hebrew';
	font-style:normal;
	font-weight:normal;
	src:url(https://themes.googleusercontent.com/static/fonts/earlyaccess/opensanshebrew/v1/OpenSansHebrew-Regular.eot);
	src: url(https://themes.googleusercontent.com/static/fonts/earlyaccess/opensanshebrew/v1/OpenSansHebrew-Regular.eot?#iefix) format("embedded-opentype"),
		 url(https://themes.googleusercontent.com/static/fonts/earlyaccess/opensanshebrew/v1/OpenSansHebrew-Regular.woff2) format("woff2"),
		 url(https://themes.googleusercontent.com/static/fonts/earlyaccess/opensanshebrew/v1/OpenSansHebrew-Regular.woff) format("woff"),
		 url(https://themes.googleusercontent.com/static/fonts/earlyaccess/opensanshebrew/v1/OpenSansHebrew-Regular.ttf) format("truetype");
}
@font-face {
    font-family:'Open Sans Hebrew';
	font-style:normal;
	font-weight:bold;src:url(https://themes.googleusercontent.com/static/fonts/earlyaccess/opensanshebrew/v1/OpenSansHebrew-Bold.eot);
	src:url(https://themes.googleusercontent.com/static/fonts/earlyaccess/opensanshebrew/v1/OpenSansHebrew-Bold.eot?#iefix) format("embedded-opentype"),
		url(https://themes.googleusercontent.com/static/fonts/earlyaccess/opensanshebrew/v1/OpenSansHebrew-Bold.woff2) format("woff2"),
		url(https://themes.googleusercontent.com/static/fonts/earlyaccess/opensanshebrew/v1/OpenSansHebrew-Bold.woff) format("woff"),
		url(https://themes.googleusercontent.com/static/fonts/earlyaccess/opensanshebrew/v1/OpenSansHebrew-Bold.ttf) format("truetype");
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "htzIcons";
    src: url("fonts/htzIcons.svg#htzIcons") format("svg");
  }
}


html, body{
	color: #222;
	font-size: 10px;
}
body, h1,h2, p{
	direction: rtl;
	padding: 0;
	margin: 0;
	font-family:"Open Sans Hebrew",arial,helvetica,sans-serif;
	line-height: 1.5em;
}
ul{
	list-style: none inside none;
	margin: 0;
	padding: 0;
}
a{
	color: inherit;
	text-decoration: none;
}
.pl, .sl, .el{
	display: block;
}

.dn{
	display:none;
}
.pl.htz-mobile .sl.header{
	position: relative;
	border-top: 2px solid #4abee4;
	background-color: #fff;	
}
.pl.htz-mobile .sl.main{
	
}
.pl.htz-mobile .sl.footer{
	background: pink;
	height: 4em;
}
.el.banner.digital-subscription{
	background: #4abee4;
	display: none;
	text-align: center;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0;
}
.el.banner .btn.orange{
	border-radius: 0.4em;
	background-color: #fa6400;
	font-size:90%;
	text-align: center;
	padding: 0.2em 0.8em;
}
.el.navigation{	
	position: relative;
	z-index: 1000000001;
	height: 44px;
	width: 100%;
	z-index: 1000;	
}
.el.navigation .bar{
	background: #fff;
	position: relative;
	border-top: 2px solid #4abee4;
	-webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.el.navigation .bar .logo{
	background: #fff url('/htz/images/mobileweb/logo-haaretz.png') no-repeat center center;
	width: 60%;
	height: 44px;
	margin: 0 auto;
	display: block;	
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .el.navigation .bar .logo {
  	background: #fff url('/htz/images/mobileweb/logo-haaretz@2x.png') no-repeat center center;
  	-webkit-background-size: 85px 24px;
	background-size: 85px 24px;	
  }
}
.el.navigation .btn-menu{
	width: 44px;
	height: 44px;
}
.el.navigation .btn-menu:hover{
	color: #79c9e4;
}
.el.navigation .btn-menu.nav{
	float: right;
	background-color: #2c2c2c;
	color: #fff;
}
.paying .el.navigation .btn-menu.user{
	color: #79c9e4;
}
.el.navigation .btn-menu.nav:hover{
	color: #fff;
}
.el.navigation .btn-menu.user{
	float: left;
	background-color: #fff;
	color: #2c2c2c;
}
.el.navigation .btn-menu.user.clicked{
	background-color: #79c9e4;
	color: #fff;
}
.el.navigation .btn-menu.user.clicked::before{
	content: 'x';
}
.el.navigation .menu{	
	width: 100%;
	overflow: hidden;	
	background-color: #79c9e4;
}
.el.navigation .menu .menu-item{
	display: block;
	width: 50%;
	float: right;
	color: #fff;
	line-height: 46px;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.el.navigation .menu .menu-item:hover{
	background-color: #09a5d9;
}
/*
.el.navigation .menu.user-paying .menu-item{
	width: 100%;
}
*/
.el.navigation nav.menu{	
	background-color: #2c2c2c;
	border-bottom: 2px solid #09a5d9;
	padding: 12px 0;	
}
.el.navigation nav.menu .menu-item:hover{
	background-color: transparent;
}
.el.navigation nav.menu .menu-item:hover span{
	border-bottom: 2px solid #79c9e4;
}

.el.article-body figure,
.el.article-body figure img{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	display: block;
	width: 100%;	
}
.el.article-body figure{
	margin-bottom: 1.8em;
	padding: 0 1em;
	position: relative;
}
.el.article-body figure.main-image{
	padding: 0;
}
.el.article-body figure.main-image figcaption{
	background-color: #2c2c2c;
	color: #fff;
	font-size: 1.2em;
	padding: 0.375em;
	font-weight: bold;
	line-height: 1.5em;
	overflow: hidden;
}
.el.article-body figure.article-image figcaption{
	font-size: 1.2em;	
	font-weight: bold;
	color: inherit;
	letter-spacing: 0.0625rem;
}
.el.article-body figure.main-image figcaption .credit{
	float: right;
	font-weight: normal;
}
.el.article-body figure.article-image figcaption .credit{
	float: left;
	font-weight: normal;
}
.el.article-body figure.main-image figcaption .title{
	float: right;
    padding-left: 0.5em;
}
.el.article-body figure.gallery a::after{
	position: absolute;
	content:'';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: url('/htz/images/mobileweb/slideshow.png') no-repeat center center;
}
.el.article-body figure.gallery a:hover::after{
	opacity: 1;
}
.el.article-body .article-header{
	padding: 0 1em;
}
.el.article-body .article-header:first-child{
	padding-top: 1.8em;
}
.el.article-body .article-header h1{
	font-size: 2.4em;
	line-height: 1.25em;
	margin: 0 0 0.25em 0;
}
.el.article-body .article-header h1 .exclusive{
	font-weight: normal;
	color: #E92134;
}
.el.article-body .article-header .subtitle{
	font-size: 1.8em;
	line-height: 1.333em;
	margin-bottom: 0.666em;
}
.el.article-body .article-header h1 .exclusive:after{
	content: '\0020|';
}
.el.article-body .article-header .author-bar,
.el.article-body .article-header .datetime{
	font-size: 1.4em;
	line-height: 1.7em;
	color: #5A5A5A;
}
.el.article-body .article-header .author-bar .author,
.el.article-body .article-header .author-bar .autorBarAnchor{
	font-weight: bold;
	color: #5A5A5A;
	text-decoration: none;
}
.el.article-body .article-header .author-bar .author:hover{
	text-decoration: underline;
}
.el.article-body .article-header .datetime .pub-date:after{
	content: '\0020|';
}
.el.article-body .article-toolbar,.el.article-body .article-toolbar-nostick{
	background-color: white;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	height: 36px;
	padding: 0em 1em 0.3em 1em;
	margin-bottom: 1.8em;
	z-index: 900;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.el.article-body .article-toolbar-nostick{
	padding: 0;
}

.el.article-body .article-toolbar .btn-icon::before,.el.article-body .article-toolbar-nostick .btn-icon::before{
	font-size: 1.5625em;
}

.el.article-body .article-toolbar .btn-icon.facebook::before,.el.article-body .article-toolbar-nostick .btn-icon.facebook::before,
.el.article-body .article-toolbar .btn-icon.facebook:hover::before,.el.article-body .article-toolbar-nostick .btn-icon.facebook:hover::before{
	color: #17316c;	
}
.el.article-body .article-toolbar .btn-icon.twitter::before,.el.article-body .article-toolbar-nostick .btn-icon.twitter::before,
.el.article-body .article-toolbar .btn-icon.twitter:hover::before,.el.article-body .article-toolbar-nostick .btn-icon.twitter:hover::before{
	color: #15c1e1;	
}
.el.article-body .article-toolbar .btn-icon.gplus::before,.el.article-body .article-toolbar-nostick .btn-icon.gplus::before,
.el.article-body .article-toolbar .btn-icon.gplus:hover::before,.el.article-body .article-toolbar-nostick .btn-icon.gplus:hover::before{
	 color: #c20a08;
}
.el.article-body .article-toolbar .btn-icon.whatsapp::before,.el.article-body .article-toolbar-nostick .btn-icon.whatsapp::before,
.el.article-body .article-toolbar .btn-icon.whatsapp:hover::before,.el.article-body .article-toolbar-nostick .btn-icon.whatsapp:hover::before{
	color: #64d448;	
}


.el.article-body > p{
	font-size: 1.6em;
	padding: 0 0.625em;
	margin-bottom: 1.125em;
	word-break: break-word;
  	-moz-hyphens: manual;
  	-ms-hyphens: manual;
  	-webkit-hyphens: manual;
}
.el.article-body > p > a{
	color: #09a5d9;
}
.el.article-body > p > a:hover{
	color: #79c9e4;
}
.el.article-body .related-articles{
	padding: 0 1em;
	text-align: right;
}
.el.article-body .related-articles .list-title{
	display: inline-block;
	font-size: 1.6em;
	border-top: 5px solid #09a5d9;
	color: #09a5d9;
	padding: 0 0 .375em 10%;	
}
.two-columns{
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-webkit-column-gap: 0.75rem; 
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
}
.el.article-body .related-articles article{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	border-right: 2px solid #09a5d9;
	margin-bottom: 1.125em;
}
.el.article-body .related-articles article img{
	display: block;
	width: 100%;
}
.el.article-body .related-articles article h2{
	color: #5a5a5a;
	font-size: 1.6em;
	height: 3.9em;
	overflow: hidden;
	padding-right: 0.375em;
	line-height: 1.28571em;
	margin: 0;
}
.el.article-body .related-articles .two-columns.single-item{
	margin-bottom: 1.5em;
}
.el.article-body .related-articles .two-columns.single-item article{
	border-right: none;
}
.el.article-body .related-articles .two-columns.single-item article img{
	border-right: 2px solid #09a5d9;
}

.el.tag{
	margin: 2.4em 1em;
	padding-bottom: 2.4em;	
	border-bottom: 1px solid #09a5d9;
}
.el.tag p{
	font-size: 1.6em;
}


.l-xxspace {
	margin-bottom: 1.5em;
}

.c-h3 {
	font-family: "Open Sans Hebrew",arial,helvetica,sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.5em;
}

.article-p, .article-p--textlinkAd {
	margin-bottom: 1.125em;
	margin: 0 auto;
	padding: 0 10px;
	padding: 0 .625rem;
}
.l-cell {
	margin: 0 auto;
	padding: 0 10px;
	padding: 0 .625rem;
}
.has-premium {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6em;
	background-color: #f3f3f3;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: .75em;
	padding-top: .75em;
}
.premium-key[data-icon]:before {
	color: #b2b2b2;
	margin-left: .375em;
	font-family: htzIcons;
	content: attr(data-icon);
	position: relative;
	speak: none;
	vertical-align: bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.has-premium .btn-rect{
	margin-top: 1.5em;
	width: 41.666666666666666666666666666667%;
}


/************************************************************************************
						Buttons
 ************************************************************************************/
.btn-menu,
.btn-icon,
.btn-rect,
.btn-text{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: "Open Sans Hebrew", arial, helvetica, sans-serif;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.25;
}
.btn-menu:before,
.btn-icon::before{
	font-family: htzIcons;	
	font-size: 1.5625em;
	line-height: 1.5em;
	width: 1.44em;
	display: inline-block;
	content: attr(data-icon);
	vertical-align: middle;
	text-align: center;
	speak: none;
}
.btn-menu{
	padding-top: 0.25em;
}
.btn-icon{
	color: #79c9e4;
}
.btn-icon.disabled::before{
	color: #b2b2b2;
}
.btn-icon::before{	
	font-size: 1.625em;	
	width: 1.384em;
	height: 1.384em;
	color: #09a5d9;
}
.btn-icon:hover::before{
	color: #79c9e4;
}
.btn-rect{	
	background-color: #09a5d9;	
	color: #fff;
	border-radius: 4px;
	line-height: 1.5;
	padding: 0.375em 2em;	
	border: none;	
}
.btn-orange{
	background-color: #eb5e00;
}
.btn-rect:hover{
	background-color: #79c9e4;
}
.btn-text{
	border: none;
	background: none;
	color: #222;
	font-weight: bold;
	padding: 0 0.625em;
}
.scrn-reader{
	position: absolute;
	text-indent: -999px;
	overflow:hidden;
	width: 1px;
}
img.login-cookie{
	position: absolute;
	width: 1px;
	height: 1px;
	margin-left: -2000px;
}

/************************************************************************************
						Comments Element
 ************************************************************************************/
.el.comments{
	padding: 0 1em;
}
 .el.comments header h1{
	display: inline-block;	
	font-size: 1.6em;
	border-top: 5px solid #09a5d9;
	color: #09a5d9;
	padding: 0 0 .375em 10%;
}
.comments-list .comment{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.comments-list > .comment{
	border-bottom: 1px solid #09a5d9;
	margin-bottom: 2.4em;
}
.comments-list  > .comment > .comment{
	margin-top: 1.2em;
}
.comments-list  > .comment > .comment .content{
	padding-right: 6.4em;
}
.comments-list  > .comment > .comment .content::before{
	content: 'C';
	float: right;
	font-family: htzIcons;	
	font-size: 1.65em;
	margin-right: -1.5em;
	margin-top: 0.25em;
	color: #09A5D9;
	
}
.comments-list .comment .count{
	display: table-cell;
	color: #5a5a5a;
	font-size: 3em;
	vertical-align: top;
	padding-top: 0.333em;
	width: 1.16667em;
	padding-left: 12px;
}
.comments-list .comment .content{
	display: table-cell;
}
.comments-list .comment .content h2{
	font-size: 1.6em;
	word-break: break-word;
}
.comments-list .comment .content h2 .no-content{
	margin-right: 0.3em;
	font-weight: normal;
}
.comments-list .comment .content p{
	font-size: 1.6em;
	word-break: break-word;
}
.comments-list .comment .content address,
.comments-list .comment .content time{
	display: inline;
	font-size: 1.6em;
	font-style: normal;	
	line-height: 1.5em;
}
.comments-list  .comment .content time::before{
	content: '|';
	margin-right: 0.3em;
}

.js-comment-author{
	word-break: break-word;
}

.comments-list  .comment .comment-toolbar{
	overflow: hidden;
}
.comments-list  .comment .comment-toolbar .btn-icon{
	margin-right: 0.375em;
}
.comments-list  .comment .comment-toolbar .comment-reply{
	float: right;
	margin-right: 0;
}
.el.comments  .comment .comment-toolbar .comment-report {
    float: right;
    margin-right: 1em;
}
.comment[data-reviewstate='wr'] .cmt__report {
    display: none;
}
.comments-list  .comment .comment-toolbar .comment-dislike,
.comments-list  .comment .comment-toolbar .comment-like{
	float: left;
}
.comment-like.disabled,
.comment-dislike.disabled{
	background-color: white;
}

.el.comments + .show-all{
	padding-top: 1.5em;
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 1.5em;
}
.el.comments  .comment-form{
	display: none;
	position: relative;
}
.el.comments  .addCommentPlaceholder,
.el.comments  .comment-form .form-input{
	background-color: white;
	border: 2px solid #b2b2b2;
	border-radius: 8px;
	color: #b2b2b2;
	font-family: "Open Sans Hebrew", arial, helvetica, sans-serif;
	font-size: 1.6em;
	margin-bottom: 0.75em;
	padding: 0.5em;
	width: 100%;
	line-height: 1.5em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.el.comments  .comment-form .form-input:focus{	
	color: #5a5a5a;
	border-color: #5a5a5a;
	outline: none;
}
.el.comments  .comment-form .form-input.error{
	border-color: red;
}
.el.comments  .addCommentPlaceholder:hover{
	color: #5a5a5a;
	border-color: #5a5a5a;
}
.el.comments  .comment-form  .buttons-bar{
	text-align: left;
	font-size: 1.6em;
}
.el.comments  .comment-form  .buttons-bar .btn-rect{
	padding: 0.41667em 1.875em;
}
.el.comments .comments-list > .comment:nth-child(n+4){
	display: none;	
}

.ad{
	font-size: 1.6em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 1.5em;
	padding-top: .625em;
	position: relative;	
}
.ad *{
	margin: auto;
	text-align: center;
}
.ad::before{
	margin: 0 20%;
	display: block;
	border-top: 5px solid #b2b2b2;
	content: "";
	position: absolute;
	top:0;
	left:0;
	width: 60%;
}
.ad--b {
	background: white;
	bottom: 0;
	padding-top: 0.0625em;
	position: fixed;
	width: 100%;
	z-index: 1000000000;
}

.has-modal{
	background-color: rgba(255, 255, 255, 0.7);	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;	
}
.has-modal.fixed{
	position: fixed;
	z-index: 2000;
}
.modal {
	font-size: 1.6em;
	border-radius: 4px;
	max-width: 90%;
	min-width: 75%;
	padding: 1.5em;	
	margin: auto;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	text-align: center;
	background-color: #f3f3f3;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.modal h2{
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0.75em;	
}
.modal .preloader{
	background: transparent url('/htz/images/mobileweb/preloader.gif') center center no-repeat;
	width: 50px;
	height: 50px;
	margin: auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 118, ../sass/core/_content.scss */

  .modal .preloader {
  background: transparent url('/htz/images/mobileweb/preloader@2x.gif') center center no-repeat;
	width: 50px;
	height: 50px;
	margin: auto;    
  }
}
.modal p{
	margin-bottom: 1.5em;
}
.modal .btn-rect{
	padding: 0.41667em 1.875em;
}

/************************************************************************************
						Footer Element
 ************************************************************************************/
.el.footer{
	border-top: 2px solid #09a5d9;
	background-color: #2c2c2c;
	font-size: 1.6em;
	padding: 0.625em 0.625em 4.375em;
	padding-bottom: 70px;
	color: #fff;
}
.el.footer .link-list{
	margin-bottom: 0.75em;
	overflow: hidden;
	line-height:1.5em;
}
.el.footer .link-list a{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: bold;
	float: right;
	display: block;
	width: 50%;
	text-align: center;
	padding: 0.625em 0;
}
.el.footer .link-list a:hover span{
	border-bottom: 2px solid #79c9e4;
}

.el.footer .social-link-list{
	margin-bottom: 0.75em;
	overflow: hidden;
	line-height: 2.25em;
	text-align: center;
}
.el.footer .social-link-list .btn-icon::before{
	color: #fff;
}
.el.footer .social-link-list .btn-icon:hover::before{
	color: #79c9e4;
}

.el.footer .app-link-list{
	text-align: center;
	margin-bottom: 1.125em;
}
.el.footer .app-link-list .btn-rect:first-child{
		margin-left: 0.75em;
}
.el.footer .app-link-list .btn-rect{
	width: 41.666%;	
}
.el.footer .copy-right{
	text-align: center;
}
/************************************************************************************
						List Element
 ************************************************************************************/
.sticky-wrapper + .list {
	margin-top: 2.4em;
}
.overthrow-enabled .overthrow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.el.list:first-of-type {
	margin-top: 2em;
}
.el.list {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 0 1em;	
	margin-bottom: 1.8em;
}
.el.list.m-mobile .list-title,
.el.tag .title{
	display: inline-block;
	font-size: 1.6em;
	border-top: 5px solid #09a5d9;
	color: #09a5d9;
	padding: 0 0 .375em 10%;
}
.el.list.type-f{
	overflow: hidden;
}
.el.list.type-f .port-view{	
	direction: ltr;
	white-space: nowrap;
}
.el.list.m-mobile .teaser{
	border-bottom: 1px solid #79C9E4;
    display: block;
    margin-bottom: 1.8em;
    overflow: hidden;
    position: relative;
}
.el.list.m-mobile .l-twoCol{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0.75rem;
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
}
.el.list.type-article .teaser{
	border-bottom: none;
	border-right: 2px solid #79C9E4;
}
.el.list.type-g .teaser{
	position: relative;
	border-bottom: none;
}
.el.list.type-f .port-view .teaser{
	vertical-align: top;
	display: inline-table;
	position: relative;
	white-space: normal;
	margin-left: 1em;
	margin-bottom: 1.8em;
	width: 83.333%;
}
.el.list.m-mobile .teaser:last-child{
	margin-bottom: 0;
}
.el.list.m-mobile .teaser a{
	text-decoration: none;
	color: inherit;
}
.el.list.type-article .teaser figure,
.el.list.type-a .teaser figure,
.el.list.type-e .teaser figure,
.el.list.type-f .teaser figure{
	display: block;
    float: right;
    margin: 0;
    padding: 0 0 0 0.75em;
    vertical-align: top;
    width: 33%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.el.list.type-article .teaser figure{
	width: 41.666666666666666666666666666667%;
}
.el.list.m-mobile .l-twoCol .teaser figure{
	float: none;
	width: 100%;
	padding: 0;
}
.el.list.type-f .teaser figure{
	width: 50%;
}
.el.list.type-c .teaser figure,
.el.list.type-h .teaser figure,
.el.list.type-g .teaser figure{
	display: block;
	padding: 0;
	margin: 0;
}
.el.list.m-mobile .teaser img{
	width: 100%;
	max-width: 100%;
	display: block;
	background-color: #d6ebf2;
}
.el.list.type-article .teaser .content,
.el.list.type-a .teaser .content,
.el.list.type-e .teaser .content{
 	float: right;
    max-width: 66%;
}
.el.list.type-article .teaser .content{
	max-width: 58%;
	height: 6.7em;
	padding-bottom: 0;	
}
.el.list.m-mobile .l-twoCol .teaser .content {
	float: none;
	width: auto;
	max-width: 100%;
}
.el.list.type-article .teaser .content,
.el.list.type-a .teaser .content,
.el.list.type-b .teaser .content,
.el.list.type-e .teaser .content,
.el.list.type-f .teaser .content{
	display: block;   
}
.el.list.type-a .teaser .content,
.el.list.type-e .teaser .content,
.el.list.type-f .teaser .content{
	padding-bottom: 1.6em;
}
.el.list.type-f .teaser .content{
	position: absolute;
	right: 50%;
	top: 0;
	height: 100%;
	vertical-align: middle;	
	padding-bottom: 0;	
}
.el.list.m-mobile .teaser .content .title{
	font-size: 1.6em;
	line-height: 1.375em;
	margin: -0.325em 0 0 0;	
}
.el.list.type-article .l-twoCol .teaser .content .title{
	margin: 0;
	padding-right: 0.375em;
}
.el.list.type-c .teaser .content .title,
.el.list.type-h .teaser .content .title,
.el.list.type-d .teaser .content .title{
	font-size: 2.4em;
	line-height: 1.375em;	
	margin-top: -0.3em;
}
.el.list.type-c .teaser .content .title,
.el.list.type-h .teaser .content .title{
	margin: 0;
}
.el.list.type-f .teaser .content .title{
	font-size: 1.4em;
	line-height: 1.29em;
	margin: -0.2em 0 0 0;	
}
.el.list.type-g .teaser .content .title{
	position: absolute;
	margin: 0;
	max-width: 80%;
	padding: 0 0.375em 0 0.75em;
	color: #fff;
	font-weight: normal;
	right: 0;
	top: 0;
}
.el.list.type-g .teaser .content .title span{
	background-color: rgba(233,33,52,.8);
	-webkit-box-shadow: .375em 0 0 rgba(233,33,52,.8),-.375em 0 0 rgba(233,33,52,.8);
	box-shadow: .375em 0 0 rgba(233,33,52,.8),-.375em 0 0 rgba(233,33,52,.8);
	display: inline;
	padding: 0 0 0 .375em;
}
.el.list.type-e .teaser .content .title address{
	color: #E92134;
	font-weight: bold;
	font-style: normal;
}
.el.list.m-mobile .teaser .content .title .exclusive{
	color: #E92134;
	font-weight: normal;
}
.el.list.m-mobile .teaser .content .title .exclusive:after{
	content: ' |';
}
.el.list.m-mobile .teaser .content .sub-title{
	font-size: 1.8em;
}
.el.list.type-g .teaser .content .sub-title{
	background-color: #2c2c2c;
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: .375em;
	letter-spacing: 0.0833em;
}
.el.list.m-mobile .teaser .content .meta-data{		
	padding-bottom: 0.2em;
	margin-top: 0.375em;
	color: #5a5a5a;
	font-size: 1.2em;
}
.el.list.type-a .teaser .content .meta-data,
.el.list.type-e .teaser .content .meta-data{
	position: absolute;
	bottom:0;
}
.el.list.m-mobile .teaser .content .meta-data .pub-date:after{
	content : ' |';
}
.el.list.m-mobile .teaser .content .meta-data .author{
	font-weight: bold;
	display: inline;
	font-style: normal;
}
.el.list.m-mobile .teaser .content .meta-data .icons{
	display: inline-block;
	white-space: nowrap;
	color: #5a5a5a;
}
.el.list.m-mobile .teaser .content .meta-data .icons span{
	display: inline-block;
	padding-right: 0.5em;
	speak: none;
}
.el.list.m-mobile .teaser .content .meta-data .icons span.premium{
	display: none;
}
.el.list.m-mobile .teaser .content .meta-data .icons span:before{
	font-family: htzIcons;
	display: inline-block;
	color: #79c9e4;
}
.el.list.m-mobile .teaser .content .meta-data .icons .premium:before{	
	color: #a5a5a5;
	content: 'k';
}
.el.list.m-mobile .teaser .content .meta-data .icons .video:before{
	content: 'V';
}
.el.list.m-mobile .teaser .content .meta-data .icons .gallery:before{
	content: '#';
}
.el.list.m-mobile .teaser .content .meta-data .icons .audio:before{
	content: 'O';
}
.el.list.m-mobile .teaser .content .meta-data .icons .broadcast:before{
	content: 'L';
}
.el.list.m-mobile .teaser .content .meta-data .icons .comments:before{
	content: 'c';
	padding-left: 0.3em;
}
.el.list.m-mobile .list-footer{
	text-align: center;
	padding-bottom: 1.2em;	
}

.el.article-body h4{
	font-size:2.0rem;
	line-height: 1.2em;
    margin:0;
    padding:0 1rem;
}
.el.article-body ol{
	margin: 1em 2em 1em 0;
	padding-right: 10px;
	}
.el.article-body ul {
	list-style-type: disc;
	margin: 1em 1em 1em 0;
	}

.el.article-body li{
    font-size: 1.6em;
    padding: 0 0.625em;
    line-height: 1.5em;
    word-break: break-word;
}
.el.article-body ol li{
	padding: 0;
	}	

/************************************************************************************
						Forms
 ************************************************************************************/
.form-holder{
	margin-top: 1.2em;
	margin-bottom: 2.4em;	
	padding: 0 1.8rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
.form-holder form{
	padding: 0.75em;
	margin-bottom: 0.75em;
	font-size: 1.6em;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.3);
	box-shadow: 0 0 7px rgba(0,0,0,.3);
	background-color: #f3f3f3;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.form-holder form header{
	margin-bottom: 0.75em;
}
.form-holder form header::before{
	content: attr(data-icon);
	font-family: htzIcons;
	color: #b2b2b2;
	font-size: 4.375em;
	line-height: 8.8rem;
	display: block;	
}
.form-holder form header h1{
	font-size: 1.5em;
	line-height: 1.25em;
}
.form-holder form .form-input{
	background-color: #fff;
	border: 2px solid #b2b2b2;
	border-radius: 8px;
	color: #b2b2b2;
	font-family: "Open Sans Hebrew",arial,helvetica,sans-serif;
	font-size: 1em;
	margin-bottom: .75em;
	padding: .5em;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.form-holder form .form-input.error{
	border-color: red;
}
.form-holder form .form-input.error + label{	
	display: block;
	margin-top: -.75em;
	color: red;	
}
.form-holder form .form-input:focus{
	color: #5a5a5a;
	border-color: #5a5a5a;
	outline: 0;	
}
.form-holder form .btn-rect{
	width: 100%;
	font-weight: bold;
	margin-top: 1.125em;
	margin-bottom: 0.75em;
}
.form-holder .txt-forgot-pass{
	text-align: center;
	font-size: 1.6em;
}
.form-holder .txt-forgot-pass a{
	color: #09a5d9;
}
.form-holder .txt-forgot-pass a:hover{
	color: #79c9e4;
}
/***********************************************************
					Gallery
***********************************************************/
.player--brightcove,.player--slideshow,.player--youtube {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.player--brightcove {
	background: url('/htz/images/mobileweb/play.png') center center no-repeat;
	opacity: .5;
}

.player--slideshow {
	background: url('/htz/images/mobileweb/slideshow.png') center center
		no-repeat;
	opacity: .5;
}

.player--youtube {
	background: url('/htz/images/mobileweb/youtube--hover.png') center center
		no-repeat;
}
.player--brightcove:hover ,.player--slideshow:hover ,.player--youtube:hover {
	opacity: 1;
}
.has-slider body {
	margin: 0;
}
.has-slider .header-promo{
	display: none;
}
.slider {
	font-size:1.6em;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 1.125em;
}

.slides {
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(0.165, .84, .44, 1);
	transition: all 500ms cubic-bezier(0.165, .84, .44, 1);
}

.slide {
	float: right;
	clear: none;
	position: relative;
}

.slide img {
	display: block;
	width: 100%;
}

.slide__caption {
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	background-color: rgba(44, 44, 44, .8);
	bottom: 1.125em;
	padding: 0.375em;
	position: absolute;
	width: 100%;
	color: white;
}
.article-caption--credit{
	display: block;
	font-weight: 400;
	margin-right: 0.375em;
	float: left;
}

.slider-arrow {
	display: block;
	font-size:1.5em;
	opacity: .2;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.slider-arrow:focus,.slider-arrow:hover {
	opacity: .5;
}

.slider-arrow:before {
	font-family: htzIcons;
	position: relative;
	speak: none;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slider-arrow--right {
	right: .375em;
}

.slider-arrow--right:before {
	content: "\003C";
}

.slider-arrow--left {
	left: .375em;
}

.slider-arrow--left:before {
	content: "\003E";
}

.slider-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.slider-nav__item {
	background-color: rgba(240, 240, 245, .8);
	border-left: 1px solid rgba(204, 204, 204, .8);
	display: block;
	float: right;
	height: .75em;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.slider-nav__item:last-child {
	border-left: 0;
}

.slider-nav__item:hover {
	background-color: #79c9e4;
}

.slider-nav__item--current {
	background-color: rgba(121, 201, 228, .8);
	-webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .2);
	z-index: 1;
}
.c-center{
	font-size: 1.6em;
	text-align: center;
}
.clicktrackerWrapper{
	box-sizing: border-box;
	width: 100%;
	padding: 0 1em;
	margin-bottom: 1.8em;
	color: #222;
	direction: rtl;
	font-family: "Open Sans Hebrew",arial,helvetica,sans-serif;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F3F3F3;
    border-color: #B2B2B2;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    position: relative;
    width: 100%;
}
.clicktrackerWrapper .clicktrackerElement{
	display: table;
	width: 100%;
	overflow: hidden;
}
.clicktrackerWrapper figure{
	display: table-cell;
	vertical-align: top;
	padding-left: 0.75em;
	width: 33%;
}
.clicktrackerWrapper H3{
	font-size: 1.6em;
    line-height: 1.5em;
    margin : 0;
    font-weight: 700;
}
.clicktrackerWrapper P{
	font-size: 1.6em;
    line-height: 1.5em;
}

.clicktrackerWrapper .meta-data P{
		font-size: 1.2em;
}
.clicktrackerWrapper img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.clicktrackerWrapper .meta-data{
 	font-size: 1.2em;
    line-height: 2.4em;
    color: #5A5A5A;
}
.clicktrackerWrapper .content{
	display: table-cell;
	position: relative;
}
@media screen and (orientation: landscape) {
	.slide img {
		width: auto;
		min-width: 100%;
		height: auto;
		min-height: 100%;
	}
	.l-hide--lndscp {
		display: none !important;
	}
	.slider,.has-slider,.has-slider body,.slides,.slide {
		height: 100%;
	}
}
/***********************************************************
					Video
************************************************************/
.innerVideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.innerVideo object,
.innerVideo embed,
.innerVideo iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.soundCloudAudio{
	padding-bottom: 32.5%;
	padding-top: 0;
}

.soundCloudAudio iframe{
	position: relative;
	width: 100%;
	height: initial;
}

/***********************************************************
					Embedd
************************************************************/

.emb-wrapper > iframe {
	 width: 1px !important;
	 min-width: 100% !important;
 }

/***********************************************************
					Embedd
************************************************************/

.allEmb-wrapper{
	padding: 1em 1em;
}

.allEmb-wrapper iframe, .embed-fb > iframe, .embed-gm iframe, .emb-wrapper iframe{
	width: 1px !important;
	min-width: 100% !important;
}

.allEmb-wrapper .instagram-fb{
	margin-bottom: 2rem;
}

.embed-gm{
	margin-bottom: 1.8em;
	/*padding: 0 1em;*/
	position: relative;
	/*margin: 0;*/
	/*margin-top: 4rem;*/
	display: block;
	width: 100%;
}

.innerGoogleMap{
	/*position: relative;*/
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.innerGoogleMap iframe{
	position: absolute;
	top: 0;
	left: 0;
	/*width: 100%;*/
	height: 100%;
}

.pdfIcon{
	background: url(/htz/images/mobileweb/pdf_icon.png) no-repeat center center;
	width: 25px;
	height: 50px;
	float: right;
}

.pdfTitle{
	/*float: right;*/
	padding-top: 1.3rem;
	margin-bottom: 1rem;
}

/***********************************************************
					Live Blog
************************************************************/

.card{
	background-color: #fff;
    box-shadow: 0 0 7px #ccc;
    padding: 1.5rem;
    position: relative;
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    margin: 0 0.625em 2.4em 0.625em;
}

.card:hover{
	box-shadow: 0 0 7px #5a5a5a;
}

.el.article-body .card section > p, .el.article-body .card section div > p, .el.article-body .card .mobile-html{
	font-size: 1.6em;
	margin-bottom: 1.125em;
}
.el.article-body .card section > p a, .el.article-body .card section div > p a, .el.article-body .card .mobile-html a{
	color: #09a5d9;
}
.el.article-body .card section > p a:hover, .el.article-body .card section div > p a:hover, .el.article-body .card .mobile-html a:hover{
	color: #79c9e4;
}

.read-more
{
	font-family: "Open Sans Hebrew",arial,helvetica,sans-serif;
    line-height: 1.5em;
    cursor: pointer;
    color: #0894c3;
}

.read-more:hover
{
	text-decoration: underline;
}


.card h3{
	font-size: 2rem;
    line-height: 1.2em;
}

.el.article-body .card time{
	color: #09a5d9;
	font-size: 1.6em;
	font-weight: 700;
}

.article-header .liveblog-keyevents
{
	/*font-size: 1.6em;*/
	line-height: 1.5em;
	color: #5a5a5a;
}

.article-header .liveblog-keyevents .keyevent-text
{
	font-weight: 700;
}

.article-header .liveblog-keyevents time:after
{
	content: " | ";
}

.is-live:before {
    animation: 3s ease 0s normal none infinite running is-live;
    -webkit-animation: 3s ease 0s normal none infinite running is-live;
    background-color: #e22134;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 0.6em;
    width: 0.6em;
    margin-left: 0.375em;
}

.is-live--b:before {
    margin-left: 0.8em;
    height: 0.8em;
    width: 0.8em;
}

@keyframes is-live {
	30% {
	    opacity: 1;
	}
	40% {
	    opacity: 0;
	}
	80% {
	    opacity: 0;
	}
	90% {
	    opacity: 1;
	}
}

@-webkit-keyframes is-live {
	30% {
	    opacity: 1;
	}
	40% {
	    opacity: 0;
	}
	80% {
	    opacity: 0;
	}
	90% {
	    opacity: 1;
	}
}

.is-live--live {
	color: #e22134;
	font-size: 1.2em;
	font-weight: 700;
}

.is-live--time
{
	margin-left: 0.6em;
	font-size: 1.2em;
}

.is-live-wrapper
{
	margin-bottom: 0.6em;
}


.blogger .article-toolbar .btn-icon.facebook::before,
.el.article-body .article-toolbar .btn-icon.facebook::before,
.el.article-body .article-toolbar .btn-icon.facebook:hover::before{
	color: #17316c;	
}


.blogger{
	background-color: #F3F3F3;	
}
.fig--round {
	background-color: #ededed;
	border-radius: 50%;
	overflow: hidden;
}
.blogger__image{
	width: 96px;
	display: inline-block;
}
.blogger__image >img {
	display: block;
}
.center{
	text-align: center;
}
.blogger p{
	font-size: 1.6em;
	padding: 0 0.625em;
	margin-bottom: 1.125em;
}
.blogger .article-toolbar{
	width: 100%;
	height: 36px;
	padding: 0em 1em 0.3em 1em;
	margin-bottom: 1.8em;
	z-index: 900;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.blogger__title{
	color: #b2b2b2;
}
.blogger__subtitle{
	color: #60c700;
}

/* list type-I */
.el.list.m-mobile.type-I{
	border-top: 1px solid #17765a;
	margin: 0 1em;
	margin-bottom: 1.8em;
	padding: 0;
}

.el.list.m-mobile.type-I .list-title{
	color: #17765a;
	border-top: 5px solid #17765a;
}
.el.list.m-mobile.type-I .teaser{
	border-bottom: 1px solid  #dce75f;
}
.el.list.m-mobile.type-I .teaser .content .meta-data .pub-date:after{
	content: '';
}
.el.list.m-mobile.type-I .title{
	color: #5A5A5A;
}
.el.list.m-mobile.type-I .teaser:LAST-CHILD {
	border: none;
}
/* EOF list type-I */

.blog .MB_3 .ob_source,
.blog .OUTBRAIN .MB_3 .ob_org_header{
	color: #17765a;
}
.blog .OUTBRAIN .MB_3 .ob_org_header{
	border-top: 5px solid #17765a;
}
.ad--c:before {
	  font-size: 16px;
    font-family:"Open Sans Hebrew",arial,helvetica,sans-serif;

    font-size: 1rem;
	  line-height: 1em;
	  color: #595959;
	  content: "\2014\00a0 פרסומת \2014";
  text-align: center;
}

/* self-service */
.ss__tab-name{
	display: inline-block;
    font-size: 2.4em;
    border-top: 5px solid #09a5d9;
    color: #09a5d9;
    padding: 0 0 .375em 10%;
    margin-bottom: 0.2em;
    margin-top: 0.5em;
    font-weight: bold;
}

.ss__menu__item p{
	font-size: 1.6em;
    padding: 0 0 1.5em 10%;	
}

.ss__item-navs{
	margin-bottom: 4em;
}

.ss__item-navs .ss__item-nav-name:last-child {
	border: none;
}
.ss__item-nav-name{
    border-bottom: 1px solid #79C9E4;
    display: block;
    margin-bottom: 1.8em;
    overflow: hidden;
    font-weight: bold;
    position: relative;
    padding-bottom: 1.5em;
}

.ss__item-nav-name span{
	font-size: 1.6em;
	line-height: 100%;
	cursor: pointer;
}

.ss__menu__item, .generalForm{
	    margin: 1em;
}

.generalForm p{
	line-height: 22px;
}
.generalForm-name{
	display: inline-block;
    font-size: 1em;
    border-top: 5px solid #09a5d9;
    color: #09a5d9;
    padding: 0 0 .375em 10%;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.generalForm{
	font-size: 1.8em;
	line-height: 100%;
}

.textbox-border, .dropdown {
    border: 1px solid #b2b2b2;
    padding: 5px;
    padding: 0.75rem;
    outline: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 4px;
    font-family: "Open Sans Hebrew", arial, helvetica, sans-serif;

}
.dropdown, .design_dropdown{
	color: #b2b2b2;
}
.pick_end_date {
	float: left;
}
.mobileNumber{
	width: 70%;
    padding: 5px;
}

.mobilePrefix{
	width: 30%;
    padding: 4px;
	
}
#frm-signup_service .btn-rect{
	float: left;
	margin-left: 1.6em;
}

.full_mobile.input_wrapper{
	    padding: 1em 0;
}

.member-number{
	    width: 87%;
    margin: 1em 0;
    padding: 5px;
}

.hotel_details{
	    padding-bottom: 0.25em;
}

.pick_date{
	float: right;
}

#frm-followToHotel{
	margin-bottom: 3em;
}
.calendarinput, .t-input-space{
	margin: 0.5em;
	margin-right: 0;
}

.calendarinput {
	float: right;
	margin-left: 0;
}

.calander_img, .date_wrapper {
	float: right;
}

.calander_img img{
	margin-top: 4px;
}

.calander_img2, .calander_img4 {
	margin-left: 0;
}
#hotel_name, #hotel_address, #hotel_city,#amuta{
    max-width: 94%;
}
#follow__mobileNumber{
	float: right;
	    margin: 0 0.5em;
	    margin-right: 0;
	    width: 69%;
}
#follow__mobilePrefix{
	float: left;
}


#sendBy .js-validation-wrapper{
	max-width: 95%
}
.wrapper_form{
	margin-bottom: .8em;
}

.amuta_dropdown{
	margin-bottom: 0.5em;
}
.sendButton{
	text-align: center;
}

.disabled {
    background-color: #ccc;
}

.radio_button{
	display: inline-block;
}
.t-bold{
		font-weight: bold;
}
.invoiceExplain{
	 color: #5a5a5a;
	 margin-bottom: 3em;
}
.fluid {
	width: 100%;	
}

.cb{
	clear: both;
}
.mobileRedirected  b,.mobileRedirected  p{
	font-size: 2em;
}
.form__note--err{
	color: #e92134;
}
#frm-freezeSubscribe{
	    margin-bottom: 1.5em;
}
.deliveryByMail, .deliveryByAddress{
	margin-bottom: 0.6em;
    margin-top: 0.25em;
}
#frm-didnotGetNewspaper{
	margin-bottom: 2em;
}

#frm-didnotGetNewspaper .sendButton{
	    margin-top: 1em;
}
#frm-didnotGetNewspaper .js-validation-wrapper {
	    margin-left: 0;
	    max-width: 100%;
}
.remark_for_daily_and_economy_frm-freezeSubscribe,
.remark_for_Friday_minuy_frm-freezeSubscribe{
	color: #5a5a5a;
}
.remark_for_Friday_minuy_frm-freezeSubscribe{
	    margin-bottom: 3em;
}

.ac_results{
	border: 1px solid #b2b2b2;    
	background-color: white;
	width: 88%;
	text-align: center;
	border-radius: 4px;
	padding: 0.3125rem;
}

#send_request_date_failure, #send_request_failure, #send_request_success{
	   font-size: 1.5rem;
}

.ui-datepicker-title{
	color: black;
}


/* end self-sevice */


.full_mobile.input_wrapper{
	    width: 100%;
}
.newsletterUnsubscribe .unsubscribeMessage{
	font-size: 18px;
	margin: 24px;
}
.newsletterUnsubscribe .unsubscribeMessage p{
	margin-bottom: 24px;
}
.newsletterUnsubscribe .unsubscribeTitle{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 24px;
}
.newsletterUnsubscribe .btnContainer{
	text-align: center;
	margin-bottom: 32px;
}
.newsletterUnsubscribe .btnContainer .btn{
    transition: all .25s cubic-bezier(.55, 0, .1, 1);
    font-size: 15px;
    line-height: 30px;
    text-decoration: none;
    background-color: #09a5d9;
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: 0.03em;
    outline: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: 6px 12px;
    padding: .375rem .75rem;
}
.t-txt-link, .c-brand{
    color: #0895c3;
}

/* Recipe Article specific classes */
article.article-body.recipe-article-body .t-body-text ,
article.article-body.recipe-article-body h2,
article.article-body.recipe-article-body h3,
article.article-body.recipe-article-body h4,
article.article-body.recipe-article-body h5,
article.article-body.recipe-article-body h6 {
    padding: 0 0.625em;
    margin-bottom: 1.125em;
    word-break: break-word;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
}

.line__separated {
    border-top: 2px solid #09a5d9;
    margin: 0.625em;
    padding-top: 5px;
    padding-top: 0.3125rem;
}
.h-tac {
    text-align: center;
}

.el.article-body.recipe-article-body .t-sec-head {
    color: #09a5d9;
    display: inline-block;
    font-weight: 700;
    padding-left: 48px;
    margin-right: 0.625em;
    padding-right: 0;
}
.t-sec-head--a {
    border-top: 6px solid;
    padding-top: 6px;
    padding-top: 0.375rem;
}
.t-sec-head--b {
    font-size: 16px;
    color: #09a5d9;
    display: inline-block;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}
.h-ml {
    margin-left: 24px;
    margin-left: 1.5rem;
}
.h-mt {
    margin-top: 24px;
    margin-top: 1.5rem;
}
.h-vam {
    vertical-align: middle;
}
.h-vab {
    vertical-align: bottom;
}
.h-vatt {
    vertical-align: text-top;
}
div[itemprop="recipeCategory"] > ul.t-tags {
    margin: 0;
}
div[itemprop="recipeCategory"] > ul.t-tags > li {
    font-size: 1.125em;
    padding:0;
}
.t-tags {
    padding-right: 0;
    list-style: none;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
.t-tags > li {
    display: inline-block;
}
.t-tags li + li:before {
    content: ', ';
    color: black;
}
.t-tags--b {
    white-space: nowrap;
}
.t-tags--b::before {
    content: '';
}
.h-dib {
    display: inline-block;
}
.h-visually-hidden {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

#priceRise{
	margin: 10px;
	border-top: 1px solid #79C9E4;
	padding-top: 1.5em;
	margin-top: -3.5rem;
}

.t-zeta {
    font-weight: 700;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.t-zeta-light {
	text-rendering: optimizeLegibility;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

.t-epsilon {
    font-size: 18px;
    line-height: 1.3333333333em;
}
.t-heavy {
    font-weight: 700;
}

.t-body-text {
    font-size: 16px;
    line-height: 1.6666666667em;
    word-break: break-word;
}

.h-mb {
    margin-bottom: 24px;
}
.h-mb--none {
    margin-bottom: 0!important;
}
.h-mb--xxtight {
    margin-bottom: 6px;
}
.h-mt--xtight {
    margin-top: 12px;
}

.h-mt--xxtight {
    margin-top: 6px;
}
.recipe-article-body p a {
    color: #09a5d9;
}
/* Rating stars specific styles - START */
.rating-stars-disabled .rating-star {
    color: #ccc;
}
.rating-stars {
    display: inline-block;
    position: relative;
    padding: 0 12px;
    z-index: 1;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rating-stars:before {
    display: none;
    background-color: #f5f5f0;
    content: '';
    width: 100%;
    height: 42px;
    padding: 3px 0px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.rating-stars:after {
    display: none;
    background-color: #f5f5f0;
    content: '';
    width: 100%;
    height: 30px;
    padding: 3px 0px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
.rating-stars:hover:before {
    display: block;
}

.rating-star__label {
    padding: 4px;
    /*border-bottom: 2px solid #09a5d9;*/
    position: absolute;
    display: none;
    top: -18%;
    left: 50%;
    transform: translate(-50%, -25%);
    z-index: 1;
    width: 80%;
    text-align: center;
    font-size: 16px;
}
.rating-star:hover .rating-star__label {
    display: block;
}

.rating-star {
    color: #09a5d9;
    cursor: pointer;
    /*padding: 3px;*/
}

.rating-star-is-selected ~ .rating-star {
    color: #ccc;
}

.rating-stars:hover, .rating-stars:hover .rating-star {
    color: #09a5d9;
}
.rating-stars:hover:hover ~ .rating-star, .rating-stars:hover .rating-star:hover ~ .rating-star {
    color: #ccc;
}
.rating-stars:hover .rating-star:active, .rating-stars:hover .rating-star:focus {
    color: #1fc0f6;
}


.rating-stars--busy:after {
    display: block;
    color: transparent;
    background: #f5f5f0 url("../../images/htz-spinner.svg") no-repeat center center;
}
.rating-stars--rated:after {
    padding-top: 16px;
    display: block;
    content: 'תודה שדירגתם!';
    font-weight: 700;
    color: #79c9e4;
    background-color: #f5f5f0;
    font-size: 18px;
    text-align: center;
    transform: translateY(0);
}

.icn--c {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "Open Sans Hebrew", arial, helvetica, sans-serif;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.25;
}
.icn--c:before {
    font-family: htzIcons;
    line-height: 1.5em;
    width: 1.44em;
    display: inline-block;
    content: attr(data-icon);
    vertical-align: bottom;
    text-align: center;
    speak: none;
    font-size: 18px;
}
div[itemprop="aggregateRating"] .icn--brand {
    color: #09a5d9;
}
/* Rating stars specific styles - END */
.h-hidden {
    display: none !important;
    visibility: hidden !important;
}
/* Timeline list */
.tl-list > li {
    color: #e22134;
}
.tl-list > li article {
    color: #000;
}
.tl-list > li article time {
    font-size: 12px;
    color: #b2b2b2;
}
.tl-list > li article p {
    font-size: 16px;
    padding-right: 14px;
    /*padding-right: 0.875rem;*/
    padding-bottom: 12px;
    /*padding-bottom: 0.75rem;*/
    margin-right: 2px;
    /*margin-right: 0.125rem;*/
    border-right: 1px solid #b2b2b2;
}
.tl-list > li:last-of-type article p {
    border-right: 0;
}
/* Additional classes (missing from base) */
div.c-secondary {
    color: #e22134;
}

.tl-list > li.t-micro {
    font-size: 1.4em;
    line-height: 1.5em;
}
/* Recipe article overrrides */
.el.article-body .recipe-ingredient-group h4 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 6px;
}
.el.article-body .recipe-instructions-group h4 {
    font-size: 16px;
    margin-bottom: 6px;
}

.modal--wrapper-dark {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 90000000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.modal--wrapper-tight {
    position: fixed;
    height: 40%;
    width: 100%;
    bottom: 0;
    left: -91%;
}

.modal--arc-bot {
    position: fixed;
	background-color: #09a5d9;
	border-radius: 50%;
    height: 100%;
    width: 200%;
    bottom: -60%;
    left: -50%;
}

.text--mili {
	font-family: "Open Sans Hebrew", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.800rem; /*18px*/
	color: white;
	font-weight: normal;
	direction: rtl;
	margin-bottom: 0;
}

.btn--full-cover {
	border-radius: 4px;
	background-color: #fa6400;
    color: white;
	text-align: center;
	padding: 0px 13px 2px 13px;
	font-family: "Open Sans Hebrew", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 1.600rem; /*16px*/
	direction: rtl;
	margin-top: 16px;
	float: right;
	border: 0;
}

.text-button-wrapper-percent {
	margin-right: 27%; /*25% + 15px */
	margin-left: 27%; /*25% + 15px */
    margin-top: 13%; /*84px*/
}

.btn--exit-cross {
    position: absolute;
}

/**
******************************************* Paywall 2.0 *************************
 */

.mobile-banner-container-top-bot {
    background-image: url("/images/icons/haaretzWhiteSkewed.png");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 139% center;
    padding-right: 28%;
}

.mobile-banner-container--persistent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.mobile-banner-container-top-bot .content-container {
    padding-top: 20px
}

.mobile-banner-container-top-bot .content-container .text-container {
    margin-left: 9%;
}

.mobile-banner-container-top-bot .content-container .button-container {
    padding: 12px 0 10px 0;
}

.mobile-banner-container-top-bot .button-container .js-yes-butt {
    border-radius: 4px;
    font-size: 1.3em;
}

.mobile-banner-container-top-bot .button-container .js-no-butt {
    font-size: 1.0em;
    margin-top: 10px;
}

/**
****************** PAYWALL POPUP ********************
 */

.js-mobile-slot-pop-big {
    border: 1px solid;
    border-radius: 1%;
    border-color: #4abee4;
    box-shadow: 0px 0px 1px #686868;
    margin: 7px;
    position: fixed;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.js-mobile-slot-pop-big .content-container {
    padding-top: 50px;
    text-align: center;
}

.js-mobile-slot-pop-big .js-pwall-image {
    display: inline-block;
    width: 65px;
}

.js-mobile-slot-pop-big .text-container {
    margin-top: 30px;
}

.js-mobile-slot-pop-big .text-container .js-boldText {
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}

.js-mobile-slot-pop-big .text-container .js-plainText {
    font-size: 20px;
    opacity: 0.7;
}

.js-mobile-slot-pop-big .button-container {
    margin-top: 22px;
}

.js-mobile-slot-pop-big .js-yes-butt {
    border-radius: 4px;
    font-size: 21px;
    padding: 5px 31px;
}

.js-mobile-slot-pop-big .js-no-butt {
    font-size: 16px;
    margin-top: 66px;
}

.terms-chk-error {
    margin-top: 1.5rem;
    color: red;
    display: none;
}