@charset "utf-8";

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
display: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	line-height: 1.231;
	background-color: #FFF;
	font-family: 'Open Sans Hebrew', serif;
}
body, button, input, select, textarea {
}
div.parallax {
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	font-size: 16px;
	font-weight: 400;
	color: #604c42;
	text-align: left;
	float: right;
	width: 100%;
	margin-bottom: 40px;
	line-height: 1.7em;
	letter-spacing: 1.3px;
	direction: rtl;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
.slidingDiv {
	padding: 0px;
	margin-top: 0px;
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.show_hide {
	display: none;
}
.slidingDiv2 {
	padding: 0px;
	margin-top: 0px;
	float: left;
	width: 100%;
}
.show_hide2 {
	display: none;
}
div#page {
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.homeSectionTitle {
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	transition: background-color all 0.2s ease-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
}
img, object, embed {
	max-width: 100%;
	width: 100%;
}
.ie6 img {
	width: 100%;
}
img.floatIMG {
	float: left;
	padding-right: 1em;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
	margin-left: -7px;
	padding: 0;
}
select {
	direction: ltr;
	font-size: 14px;
	font-weight: 400;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: 'Open Sans Hebrew', serif;
}

.imageZoom img {
    -webkit-transition: .9s ease-in-out;
    -moz-transition: .9s ease-in-out;
    -o-transition: .9s ease-in-out;
    -ms-transition: .9s ease-in-out;
    transition: .9s ease-in-out;
    width: 100%;
    max-width: 100%
}

.imageZoom:hover img {
    transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    -moz-transform: scale(1.15,1.15);
    -ms-transform: scale(1.15,1.15);
    -o-transform: scale(1.15,1.15);
    transition: .2s ease-in-out;
    -webkit-transition: .9s ease-in-out;
    -moz-transition: .9s ease-in-out;
    -ms-transition: .9s ease-in-out;
    -o-transition: .9s ease-in-out;
    width: 100%;
    max-width: 100%
}




.fs_black {
    color: #1d1d1b
}

.fs_grey {
    color: #444
}

.fs_light_grey {
    color: #777
}

.fs_white {
    color: #fff
}

.fs_offwhite {
    color: #e8e4bf
}

.fs_brown {
    color: #594a42
}
.fs_red {
    color: #b74030
}
.fs_green {
    color: #7eb767
}
.fs_blue {
    color: #00a2cc
}

.fs_cat_title,.fs_p,.fs_semi_title,.fs_sub_title,.fs_title,.fs_title_big {
    text-decoration: none;
   direction: ltr;
    width: 100%;
    float: right
}

.fs_300 {
    font-weight: 300
}

.fs_400 {
    font-weight: 400
}

.fs_500 {
    font-weight: 500
}

.fs_600 {
    font-weight: 600
}

.fs_700,b,strong {
    font-weight: 700
}

.fs_800 {
    font-weight: 800
}

.fs_900 {
    font-weight: 900
}

.fs_left,.fs_right {
    text-align: left
}

.fs_center {
    text-align: center
}

.fs_justify {
    text-align: justify!important
}

.fsTransition {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s
}

.fsBoxShadow {
    box-shadow: 0 0 25px rgb(130 129 129 / 10%)
}

.fsTextShadow {
    text-shadow: 1px 1px 1px rgba(0,0,0,.5)
}

.fsShadowHeader {
    -webkit-box-shadow: 0 2px 7px -1px rgba(214,214,214,.5);
    -moz-box-shadow: 0 2px 7px -1px rgba(214,214,214,.5);
    box-shadow: 0 2px 5px rgba(140,140,140,.1)
}

.fsBorderRadius50p,.fsBorderRadiusCircle {
    border-radius: 50%
}

.fsBorderRadius3 {
    border-radius: 3px
}

.fsBorderRadius5 {
    border-radius: 5px
}

.fsBorderRadius7 {
    border-radius: 7px
}

.fsBorderRadius10 {
    border-radius: 10px
}

.fsBorderRadius15 {
    border-radius: 15px
}

.fsBorderRadius25 {
    border-radius: 25px
}

.fsBorderRadius50 {
    border-radius: 50px
}

.fsBorderRadius7top {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

.fsBorderRadius7bottom {
    -webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}

.fsBorderRadius7right {
-webkit-border-top-left-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-bottomleft: 7px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}

.fs_btn_container {
    width: 100%;
    float: right;
    display: inline-block;
    text-align: center;
   direction: ltr;
    margin-top: 10px
}

.fs_btn_container_inside,.web_btn_container_inside {
    width: auto;
    float: none;
    display: inline-block
}

.fs_btn {
    width: auto;
    margin-top: 0;
    text-align: center;
    box-sizing: border-box;
    height: 48px;
    display: flex;
    padding: 0 25px;
    position: relative;
    justify-content: center;
    align-items: center
}

.fs_btn:hover {
    opacity: .9
}

.fs_btn_text {
    font-size: 19px;
    display: table-cell;
    line-height: 0
}


table button, table input {
	overflow: auto;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	height: 18px;
	width: 18px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
}
input[type="checkbox:focus"] {
	box-sizing: border-box;
	height: 18px;
	width: 18px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
	width: 100%;
	float: right;
	padding-right: 2%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: visible;
	text-align: left;
	direction: rtl;
	font-size: 14px;
	line-height: 2.5em;
	box-sizing: border-box;
	display: inline-block;
	font-family: 'Open Sans Hebrew', serif;
}
input:focus {
	width: 100%;
	margin-left: 0%;
	padding-right: 2%;
	color: #000!important;
	font-family: 'Open Sans Hebrew', serif;
}
*:focus {
	outline: none;
	text-decoration: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	margin: 0px;
	padding-right: 2%;
	padding-left: 0px;
	display: inline-block;
	float: right;
	text-align: left;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	direction: rtl;
	line-height: 2em;
	box-sizing: border-box;
	display: inline-block;
	font-family: 'Open Sans Hebrew', serif;
}
textarea:hover {
	width: 100%;
	padding-right: 2%;
	box-sizing: border-box;
	display: inline-block;
	overflow: auto;
	vertical-align: top;
	background-color: rgba(255,255,255,0.7);
	float: right;
	text-align: left;
	direction: rtl;
	color: #000!important;
	font-family: 'Open Sans Hebrew', serif;
}
textarea:focus {
	width: 100%;
	padding-right: 2%;
	box-sizing: border-box;
	display: inline-block;
	overflow: auto;
	vertical-align: top;
	background-color: rgba(255,255,255,0.7);
	float: right;
	text-align: left;
	direction: rtl;
	color: #000!important;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
 @media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a, a:active {
	text-decoration: underline;
	color: #000;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
.parallax_about h1 a {
	font-size: 15px;
	color: #3AB6AE;
}
