@import url('https://fonts.googleapis.com/css?family=Alef:normal,700&subset=hebrew');
@import url('https://fonts.googleapis.com/css?family=Arimo:normal,700&subset=hebrew');
@import url('https://fonts.googleapis.com/earlyaccess/opensanshebrew.css');
@import url('https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css');
@font-face {
	font-family: 'reforma';
	src: url(../fonts/reformaregularwebfont.eot);
	src: url(../fonts/reformaregularwebfont.eot?#iefix) format('embedded-opentype'), url(../fonts/reformaregularwebfont.woff) format('woff2'), url(../fonts/reformaregularwebfont.woff) format('woff'), url(../fonts/reformaregularwebfont.ttf) format('truetype'), url(../fonts/reformaregularwebfont.svg#reformaregularwebfont) format('svg')
}

body {
	font-weight:normal !important;
}

.display-none {
	display: none !important;
}
.site-main .container-fluid {
	position: relative;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.vertical-super {
	vertical-align: super;
}
.site-main {
	font-family: 'reforma',Arial, Helvetica, sans-serif;
}
.landing-row > .row,  .landing-row > .container >.row {
	padding-top: 25px;
	padding-bottom: 30px;
}
.title-row {
	text-align: center;
	font-weight:normal;
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 20px;
	padding:0px 15px;
	font-family:'reforma',Arial, Helvetica, sans-serif;
}
.post-edit-link {
	position: absolute;
	display: block; 
	bottom: 15px;
	left: 15px;
	z-index: 11;
	background-color: rgba(49, 49, 49, 0.77);
	color: #ffffff;
	padding: 7px 20px 7px 20px;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.15s ease-in;
	font-size: 13px;
}
.post-edit-link:hover {
	color: #ffffff;
	background-color: rgb(41, 41, 41);
	text-decoration: none;
}
/********************hover Effects ********************

 *******************************************************/

/* Underline From Right dark*/

.hvr-underline-from-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 100%;
	right: 0;
	bottom: 0;
	background: #444444;
	height: 4px;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-right.light-color:before {
	background: #eeeeee;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
	left: 0;
}
/* Underline From Center */

.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #444444;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center.light-color:before {
	background: #eeeeee;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}
/* Float Shadow */

.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	/* W3C */

	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.hvr-float-shadow.light-color:before {
	background: -webkit-radial-gradient(center, ellipse, rgba(239, 239, 239, 0.71) 0%, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(239, 239, 239, 0.71) 0%, transparent 80%);
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);/* move the element up by 5px */

}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */

}
/* Float */

.hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}
/* Overline Reveal */

.hvr-overline-reveal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.hvr-overline-reveal:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	background: #444444;
	height: 4px;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-overline-reveal.light-color:before {
	background: #efefef;
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.desktop_template_footer {
	padding: 10px;
	background-color: #ffffff;
	text-align: center;
}
.desktop_template_footer .CopyrightLandingLinks {
	font-size: 12px;
	font-weight: bolder;
}
div.wpcf7-mail-sent-ok {
	background-color: #ffffff;
}
.thanks-page p {
	margin: 0 0 15px;
}
.thanks-page img {
	max-width: 100%;
	height: auto;
}
.thanks-page img.alignnone {
	margin: 0;
}

/***************************/
/* Hover Sending Form */
#loadingOnSubmit{
    position: fixed;
	top: 0px;
	z-index: 9999;
	right: 0px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display:table;
}
#loadingOnSubmit > div{
	display:table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}
#loadingOnSubmit div.loadingOnSubmitD{
	display:inline-block;
    padding: 15px 50px 13px 40px;
    font-size: 32px;
	background:#ffffff;
	border:1px solid #000000;
	color:#000000;
	margin:0 auto;
}
.loadingOnSubmitD * {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
#loadingOnSubmit div.loadingOnSubmitD > span{
	display:inline-block;
	width:48px;
	height:48px;
    margin-right: 25px;
    border-radius: 50%;
    background: #000 url(../images/reload.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loadingOnSubmitP,
.loadingOnSubmitError{
    padding: 25px 50px;
    font-size: 32px;
	background:#ffffff;
	border:1px solid #000000;
	color:#000000;
	opacity:0;
    display: inline-block;
    position: relative;
    top: -135px;
}
.sended{
	background:url('../images/success.png');
    padding: 0;
    height: 48px;
    width: 60px;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.sendError{
    padding: 0;
	/*background:url('images/success.png');
    height: 48px;
    width: 60px;*/
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
/*---------*/