@charset "utf-8";
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, 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: 'Carrois Gothic', sans-serif;*/
	font-family: 'almoni-neue', sans-serif;
}
body, button, input, select, textarea {
}
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;
}
@keyframes floating {
0% {
-webkit-transform:translateY(0%);
transform:translateY(0%)
}
50% {
-webkit-transform:translateY(30%);
transform:translateY(30%)
}
100% {
-webkit-transform:translateY(0%);
transform:translateY(0%)
}
}
@-webkit-keyframes floating {
0% {
-webkit-transform:translateY(0%)
}
50% {
-webkit-transform:translateY(30%)
}
100% {
-webkit-transform:translateY(0%)
}
}
label {
	cursor: pointer;
}
legend {
	border: 0;
	margin-left: -7px;
	padding: 0;
}
select {
    float: left;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size:15px;
    background-color:transparent;
    border-top: 0px solid #d6d6d5;
	border-right: 0px solid #d6d6d5;
	border-left: 0px solid #d6d6d5;
	border-bottom: 1px solid #454642;
	font-family: 'Open Sans Hebrew', serif;
}
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;
}
.contact_home_checkbox_container {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 20px;
	direction: ltr;
}
.contact_home_checkbox {
	text-align: left;
	margin-right: 9px;
	float: left;
	width: 20px;
}
.contact_home_checkbox_title {
	float: left;
	width: auto;
	font-size: 14px;
	font-weight: 400;
	color: #6c7477;
	direction: ltr;
	text-align: left;
	margin-top: 2px;
}
input {
	width: 100%;
	float: left;
	padding-right: 0px;
	-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: ltr;
	font-size: 17px;
	line-height: 2.4em;
	box-sizing: border-box;
	display: inline-block;
	font-family: 'Open Sans Hebrew', serif;
}
input:hover {
color: #454642 !important;
}
input:focus {
	
}
*:focus {
	outline: none;
	text-decoration: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 opacity: 1;
}
textarea {
	overflow: auto;
	vertical-align: top;
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	margin: 0px;
	padding-right: 0%;
	padding-left: 0px;
	display: inline-block;
	float: left;
	text-align: left;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	direction: ltr;
	line-height: 2.5em;
	box-sizing: border-box;
	display: inline-block;
	border-top:0;
	border-right:0;
	border-left:0;
	border-bottom:1px solid #101e21;
	font-family: 'Open Sans Hebrew', serif;
}
textarea:focus {
	color:#000;
}
/* css for fusion effects & style
========================================================== */
.fs_left {
	text-align:left;
}
.fs_right {
	text-align:left;
}
.fs_center {
	text-align:center;
}
.fs_regular {
	font-weight: 400;
}
.fs_light {
	font-weight: 300;
}
.fs_bold {
	font-weight: 700;
}
.fs_ex_bold {
	font-weight: 700;
}
.fs_black {
	color: #000;
}
.fs_white {
	color: #fff;
}
.fs_gold {
	color: #bdbcb0;
}
.fs_green {
	color: #000;
}
.fs_grey {
	color: #363737;
}
.fs_light_grey {
	color: #777;
}
.fs_tzar {
	font-family: 'almoni-neue-tzar', sans-serif;
}
.fs_shadow_container {
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.1);
}
.sectionActive {
	color: #e7667f!important;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
}
.fsTransition {
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.fsTransition_fast {
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
.fsShadow {
	-webkit-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	-moz-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
}
.fsBorderRadius {
	border-radius: 2px;
}
.overlay {
	background-color: rgba(231,102,127,0.95);
}
.contact_home_form input {
	width: 100%;
	float: left;
	border-bottom: 1px solid #000 !important;
	font-size: 15px;
}
.contact_home_form #contactName {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 0px;
}
.contact_home_form #name1:focus {
	color: #454642;
}
.contact_home_form #contactPhone {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 0px;
}
.contact_home_form #contactPhone:focus {
	color: #454642;
}
.contact_home_form #contactMail {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 0px;
}
.contact_home_form #contactMail:focus {
	color: #454642;
}
.contact_home_form #contactComments {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 0px;
}
.contact_home_form #contactComments:focus {
	color: #454642;
}
.footer_form_btn {
	color: #fff !important;
	background-color: #454642;
}
.footer_form_btn:hover {
	color: #fff !important;
	background-color: #000;
}
.footer_form_btn:focus {
	color: #fff !important;
	background-color: #000;
}
.about_sub_title {
	direction: ltr;
}
.footer_info a {
	text-decoration: none;
	color: #454642;
}
.footer_form_inside {
	float:right;
	width:100%;
}
.about_btn {   
	float: right;
    display: block;
	font-size: 17px;
    font-weight: 400;
    line-height: 2.3em;
    text-decoration: none;
	color:#fff;
	text-align: center;
	padding-right: 20px;
    padding-left: 20px;
    position:relative;
    background-color:#0e10fb;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    direction: ltr;
}
.web_devider {
	float: left;
	width: 50px;
    display: block;
    height: 2px;
    background-color:#bdbcb0;
    margin-left: calc(50% - 25px);
   margin-bottom:15px;
   margin-top: 15px;
}
.web_devider_center {
	float: left;
	width: 50px;
    display: block;
    height: 2px;
    background-color:#bdbcb0;
    margin-right: calc(50% - 25px);
    margin-left: calc(50% - 25px);
   margin-bottom:15px;
   margin-top:15px;
}
.about_btn:hover {   
	color:#fff;
    background-color:#121242;
}
.slideshow_arrow_down {
	z-index: 1002;
	position: absolute;
	display: block;
	left: calc(50% - 15px);
	bottom: 250px;
}
.slideshow_arrow_down_image {
    width: 30px;
    height: 40px;
    position: absolute;  
    cursor: pointer;
    z-index: 999; 
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    background-image: url('../images/System/downBtn.png');
    background-repeat: no-repeat;
    background-position: center top;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    background-size:contain;
}
.slideshow_arrow_down_image:hover {
	background-image: url(../images/System/downBtn.png);
	background-repeat: no-repeat;
	background-position: center top;
}


article, aside, details, figcaption, figure, footer, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
display: none;
}
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: ltr;
}
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;
}
ul, ol {
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
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;
}
