/**
* Theme Name: Keinan-Sheffy
  Text Domain: sheffy
*/


@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #efefef;
	margin: 0;
	padding: 0;
	color: #5a5a5a;
	background-image: url(images/bodyBackground.jpg);
	background-repeat: repeat-x;
	direction:rtl;
}
/* */
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */


/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-image: url(images/headerBackground.jpg);
	background-repeat: repeat-x;
	max-width: 1000px;
	overflow:hidden;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 36px 39px 22px 35px;
	overflow: hidden;
	font-size: 13px;
	text-align: right;
	direction: rtl;
	line-height: 20px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 9px 3px 0px;
	margin: 0 auto;
	font-size: 13px;
	border-top:1px #d3d3d3 solid;
	width:937px;
	height:33px;
	direction: rtl;
letter-spacing:-1px;
}
.footer p{
	float:right;
	padding:0px;
	margin:0px;
}
.footer a{
	float:left;
	color:#868686;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
#ninja_annc_container_2{
float:right;
letter-spacing:-1px;
}
#close_ninja_annc_container_2{
display:none;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	display:none;
	visibility:hidden;
}
#headerButtons{
	float:right;
	width:1000px;
	padding:0px;
	margin:0px;
	list-style-position:outside;
	list-style-type:none;
	border-top: 3px #ea7624 solid;
}
#headerButtons li{
	float:right;
	text-align:right;
	display:block;
}
#buttonHome a{
	background-image:url(images/button_home.jpg);
	width:51px;
	height:52px;
	display:block;
}
#buttonAbout a{
	background-image:url(images/button_about.jpg);
	width:81px;
	height:52px;
	display:block;
}
#buttonDiagnose a{
	background-image:url(images/button_diagnose.jpg);
	width:74px;
	height:52px;
	display:block;
}
#buttonEnlist a{
	background-image:url(images/button_enlist.jpg);
	width:116px;
	height:52px;
	display:block;
}
#buttonAdvice a{
	background-image:url(images/button_advice.jpg);
	width:112px;
	height:52px;
	display:block;
}
#buttonResources a{
	background-image:url(images/button_resources.jpg);
	width:118px;
	height:52px;
	display:block;
}
#buttonCounceling a{
	background-image:url(images/button_counceling.jpg);
	width:148px;
	height:52px;
	display:block;
}
#buttonForm a{
	//background-image:url(images/button_form.jpg);
	background-image:url(https://www.keinan-sheffy.co.il/wp-content/uploads/2014/09/button_form2.jpg);
	width:100px;
	height:52px;
	display:block;
}
#buttonArrival a{
	background-image:url(images/button_arrival.jpg);
	width:118px;
	height:52px;
	display:block;
}
#buttonContact a{
	background-image:url(images/button_contact.jpg);
	width:82px;
	height:52px;
	display:block;
}

#buttonHome a:hover,#buttonAbout a:hover,#buttonDiagnose a:hover,#buttonEnlist a:hover,#buttonAdvice a:hover,#buttonResources a:hover,#buttonCounceling a:hover,#buttonForm a:hover,#buttonArrival a:hover,#buttonContact a:hover{
background-position:0 -52px;
	}

#buttonHome.currentPage a,#buttonAbout.currentPage a,#buttonDiagnose.currentPage a,#buttonEnlist.currentPage a,#buttonAdvice.currentPage a,#buttonResources.currentPage a,#buttonCounceling.currentPage a,#buttonForm.currentPage a,#buttonArrival.currentPage a,#buttonContact.currentPage a{
background-position:0 -104px;
	}

/*--english buttons--*/
#buttonEnAbout a{
	background-image:url(images/buttonsEn_about.jpg);
	width:80px;
	height:52px;
	display:block;
}
#buttonEnDiagnose a{
	background-image:url(images/buttonsEn_diagnose.jpg);
	width:104px;
	height:52px;
	display:block;
}
#buttonEnEnlist a{
	background-image:url(images/buttonsEn_enlist.jpg);
	width:122px;
	height:52px;
	display:block;
}
#buttonEnAdvice a{
	background-image:url(images/buttonsEn_advice.jpg);
	width:139px;
	height:52px;
	display:block;
}
#buttonEnResources a{
	background-image:url(images/buttonsEn_resources.jpg);
	width:121px;
	height:52px;
	display:block;
}
#buttonEnCounceling a{
	background-image:url(images/buttonsEn_counceling.jpg);
	width:109px;
	height:52px;
	display:block;
}
#buttonEnForm a{
	background-image:url(images/buttonsEn_form.jpg);
	width:103px;
	height:52px;
	display:block;
}
#buttonEnArrival a{
	background-image:url(images/buttonsEn_arrival.jpg);
	width:81px;
	height:52px;
	display:block;
}
#buttonEnContact a{
	background-image:url(images/buttonsEn_contact.jpg);
	width:90px;
	height:52px;
	display:block;
}

#buttonEnAbout a:hover,#buttonEnDiagnose a:hover,#buttonEnEnlist a:hover,#buttonEnAdvice a:hover,#buttonEnResources a:hover,#buttonEnCounceling a:hover,#buttonEnForm a:hover,#buttonEnArrival a:hover,#buttonEnContact a:hover{
background-position:0 -52px;
	}

#buttonEnAbout.currentPage a,#buttonEnDiagnose.currentPage a,#buttonEnEnlist.currentPage a,#buttonEnAdvice.currentPage a,#buttonEnResources.currentPage a,#buttonEnCounceling.currentPage a,#buttonEnForm.currentPage a,#buttonEnArrival.currentPage a,#buttonEnContact.currentPage a{
background-position:0 -104px;
	}


/*--/english buttons--*/

#headerLogo{
	float:right;
}
#headerContact{
	float:left;
	margin:33px 0px 0px 64px;
	display:inline;
}
.mainContent{
	border:1px #d1d1d1 solid;
	width:633px;
	float: right;
	background-color: #FFF;
	padding: 37px 38px 32px 34px;
	text-align: right;
	min-height: 471px;
}
.mainContent p{
	padding:0px 0px 15px;
	margin:0px;
}
.mainContent ul{
	list-style-type:none;
	padding-bottom: 20px;
}
.mainContent ul li{
	background-image:url(images/bullet_01.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	padding-left:10px;
}
.mainContent #ninja_annc_container_4 #ninja_annc_4 ul{
	list-style-type:none;
	padding-bottom: 20px;
}
.mainContent #ninja_annc_container_4 #ninja_annc_4 ul li{
	background-image:url(images/bullet_01.gif);
	background-repeat:no-repeat;
	background-position:right 8px;
	padding-right:10px;
}
.mainContent #ninja_annc_container_4 #ninja_annc_4 p{
	padding:0px 0px 15px;
	margin:0px;
}
.ninja_annc_close{
	display:none;
	visiblity:hidden;
}
.mainContent img{
	margin:9px 30px 0px 0px;
float:left;
display:block;
}
.innerMainContent{
	border:1px #d1d1d1 solid;
	float: right;
	width:410px;
	background-color: #FFF;
	padding: 37px 38px 32px 34px;
	text-align: right;
	min-height: 471px;
	_height:471px;
	direction:rtl;
	position:relative;
	overflow:hidden;
}
.innerMainContent#jobs{
	width:926px;
}
.innerMainContent h1{
	color:#ee6201;
}
.innerMainContent p{
	padding:0px 0px 15px;
	margin:0px;
}
.innerMainContent img{
	margin:9px 30px 10px 0px;
float:left;
display:block;
}
.innerMainContent ul{
	list-style-type:none;
	padding-bottom: 20px;
}
.innerMainContent ul li{
	background-image:url(images/bullet_01.gif);
	background-repeat:no-repeat;
	background-position:right 8px;
	padding-right:10px;
}
#englishHomeContent.mainContent img, #englishContent.innerMainContent img{
	float:right;
	margin:9px 0px 0px 30px;
}
#englishContent.innerMainContent ul li{
	background-image:url(images/bullet_01.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	padding-left:10px;
}
ul.bullet_01{
	list-style-type:none;
	padding-bottom: 20px;
}
ul.bullet_01 li{
	background-image:url(images/bullet_01.gif);
	background-repeat:no-repeat;
	background-position:right 8px;
	padding-right:10px;
}
#indexLeftLinks{
	float:left;
	padding-right:34px;
	width:184px;
	display:inline;
	padding-top: 2px;
}
#indexLeftLinks a{
	margin-bottom:39px;
display:block;
}
#indexLeftLinks img{
	padding-bottom:0px;
}
#indexNews{
	width:894px;
	height:50px;
	float: right;
	font-size: 16px;
	color:#4c4b4a;
	margin-top:-25px;
	padding:0px 32px 0px 0px;
}
#indexNews a{
	text-decoration:underline;
	font-weight:bold;
}
#close_ninja_annc_container_1{
	display:none;
}
#languageBar{
	background-color:#e97524;
	width:117px;
	height:21px;
	position:relative;
	margin-left:-227px;
	text-align:center;
	float:left;
}
#languageBar a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	width:100%;
	height:21px;
}
#languageBar span{
	color:#f6c8a7;
	display:block;
	width:100%;
	height:21px;
}
#languageBar .He{
	font-size:14px;
	border-left:1px #f09f66 solid;
	float:right;
	width:51px;
	height:21px;
}
#languageBar .En{
	font-size:11px;
	float:left;
	width:65px;
	height:18px;
	padding-top:3px;
}

#sidebar{
	width:188px;
	float:right;
	/*background-color:#ff00ff;*/
	background-color:#e2e0e0;
	border:1px #cdcccc solid;
	border-right:3px #717171 solid;
	margin: 0px -3px 0px 35px;
	overflow:hidden;
}
#sidebar h3{
	color:#272727;
	font-size:13px;
	font-weight:bold;
	background-color:#e2e0e0;
	display:block;
	/*--height:35px;--*/
	line-height:15px;
	margin:0px;
	padding:0px 0px 0px 0px;
}
#sidebar h3 a{
	text-decoration:none;
	color:#272727;
	font-size:13px;
	font-weight:bold;
	background-color:#e2e0e0;
	display:block;
	/*--height:35px;--*/
	line-height:15px;
	margin:0px;
	padding:10px 19px 10px 0px;
}
#sidebar h3 a:hover{
	text-decoration:none;
	background-color:#e97524;
	color:#ffffff;
}
#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	padding:0px;
	margin:0px;
}
#sidebar ul li{
	padding:0px;
	margin:0px;
}
#sidebar ul li a{
	color:#575757;
	font-size:13px;
	background-color:#e2e0e0;
	display:block;
	line-height:15px;
	border-top:1px #d1d0d0 solid;
	padding:10px 19px 10px 0px;
	text-decoration:none;
}
#sidebar ul.SBenLink li a{
	padding:10px 0px 10px 19px;
}
#sidebar ul li a:hover{
	text-decoration:none;
	background-color:#e97524;
	color:#ffffff;
}
.snif{
	float:right;
	padding:10px 0px 30px 0px;
	width:100%;
}
.snif h3{
	padding-right:0px;
}
.snif p{
display:block;
	padding:0px 0px 15px 0px;
}

.snif img{
	float:right;
	padding:6px 0px 0px 30px;
margin:0px;
}
.snif iframe{
	float:right;
	padding:6px 0px 0px 30px;
}
.snif.gisha{
	float:right;
	padding:15px 0px 0px 0px;
}
.snif.gisha p{
	margin:0px;
	padding:0px 0px 0px 0px;
}
/*-- form style --*/

#formTextArea{
	height:105px;
	width:150px;
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	float:left;
	line-height:28px;
	font-size:13px;
}
#formSendButton{
	background-color:#e97524;
	width:48px;
	height:28px;
	display:block;
	border:0px;
	color:#ffffff;
	float:left;
	font-size:13px;
}
#formEmail{
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	height:26px;
	width:150px;
	float:left;
	line-height:28px;
	font-size:13px;
}
.formDate{
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	height:26px;
	width:150px;
	float:left;
	line-height:28px;
	font-size:13px;
}
#formUserName{
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	height:26px;
	width:150px;
	float:left;
	line-height:28px;
	font-size:13px;
}
#formPhoneNum{
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	height:26px;
	width:150px;
	float:left;
	line-height:28px;
	font-size:13px;
}
.diagnosisFormTextField{
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	height:26px;
	width:150px;
	float:left;
	line-height:28px;
	font-size:13px;
}
.formSelector{
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	height:26px;
	width:150px;
	float:left;
	line-height:28px;
	font-size:13px;
}
.formRequired{
	background-image:url(images/asterix.gif);
	background-repeat:no-repeat;
	background-position:190px 10px;
}

.formRequired2{
	background-image:url(images/asterix.gif);
	background-repeat:no-repeat;
	background-position:right 10px;
}
#formTextAreaEn{
	height:105px;
	width:150px;
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	float:right;
	line-height:28px;
	font-size:13px;
}
#formSendButtonEn{
	background-color:#e97524;
	width:48px;
	height:28px;
	display:block;
	border:0px;
	color:#ffffff;
	float:right;
	font-size:13px;
}
#formEmailEn{
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	height:26px;
	width:150px;
	float:right;
	line-height:28px;
	font-size:13px;
}
.formDateEn{
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	height:26px;
	width:150px;
	float:right;
	line-height:28px;
	font-size:13px;
}
#formUserNameEn{
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	height:26px;
	width:150px;
	float:right;
	line-height:28px;
	font-size:13px;
}
#formPhoneNumEn{
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	height:26px;
	width:150px;
	float:right;
	line-height:28px;
	font-size:13px;
}
.diagnosisFormTextFieldEn{
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	height:26px;
	width:150px;
	float:left;
	line-height:28px;
	font-size:13px;
}
.formSelectorEn{
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	height:26px;
	width:150px;
	float:right;
	line-height:28px;
	font-size:13px;
}
.formEnRequired{
	background-image:url(images/asterix.gif);
	background-repeat:no-repeat;
	background-position:right 8px;
}

.formEnRequired2{
	background-image:url(images/asterix.gif);
	background-repeat:no-repeat;
	background-position:right 8px;
	text-align:right;
	direction:rtl;
}
#contactForm form.wpcf7-form{
	float:left;
	display:block;
	width:229px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:8px;
}
#diagnosisForm form.wpcf7-form{
	float:right;
	display:block;
	width:274px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:8px;
}
#diagnosisFormEn form.wpcf7-form{
	float:right;
	display:block;
	width:274px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:8px;
	
}
#contactForm form.wpcf7-form p{
	display:block;
	line-height:28px;
	padding:0px 43px 7px 0px;
	float:left;
	width:188px;
}
#contactForm form.wpcf7-form span.textSpan{
	float:right;
}
span.textSpanEn{
width:60px;
padding-left:10px;
}
#diagnosisForm form.wpcf7-form p{
	display:block;
	line-height:28px;
	padding:0px 12px 7px 0px;
	float:left;
	width:262px;
}
#diagnosisFormEn form.wpcf7-form p{
	display:block;
	line-height:28px;
	padding:0px 0px 7px 12px;
	float:left;
	width:262px;
}
.contactIMG{
	float:right;
	padding:0px;
}
.contactIMG img{
	padding:0px;
	margin:0px;
}

#diagFormTextArea{
	height:105px;
	width:150px;
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	float:left;
	line-height:28px;
	font-size:13px;
}
#diagFormTextAreaEn{
	height:105px;
	width:150px;
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	float:right;
	line-height:28px;
	font-size:13px;
}
.formJobFile{
	height:26px;
	width:150px;/*!important*/
	background-color:#f7f7f7;
	border:1px #c9c9c9 solid;
	float:left;
	line-height:28px;
	font-size:13px;
}
.holders{
	border:3px #e5e5e5 solid;
	border-right:0px;
	float:left;
display:inline;
margin-right:13px;
margin-top:22px;
	width:6px;
}
.holdersText{
	padding-right:10px;
	width:69px;
	float:left;
	vertical-align:middle;
	display:block;
	margin-top:22px;
}
.holdersEn{
	border:3px #e5e5e5 solid;
	border-right:0;
	float:left;
	display:inline;
	margin-left:13px;
	margin-top:22px;
	width:6px;
}
.holdersTextEn{
	padding-left:10px;
	width:69px;
	float:left;
	vertical-align:middle;
	display:block;
	margin-top:22px;
}
.diagnosis2{
	border-bottom:1px #e5e5e5 solid;
	float:right;
	padding-bottom:10px;
	width:280px;
}
.diagnosisBottom2{
	float:right;
	padding-top:12px;
	width:280px;
}
.diagnosisBottom2 p,
.diagnosis2 p{
	padding-right:10px;
}


.innerMainContent .requiredNotion{
	position:absolute;
	bottom:53px;
	right:50px;
	display:block;
}
span.requiredAsterix{
	background-image:url(images/asterix.gif);
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:999px;
	color:rgba(255,255,255,0);
	overflow:hidden;
}


.captcha {
	background-color: #f7f7f7;
    border: 1px #c9c9c9 solid;
    height: 26px;
    width: 150px;
    float: left;
    line-height: 28px;
    font-size: 13px;
}

.captcha-eng {
float: left !important;;
    margin: 0 !important;
	background-color: #f7f7f7;
    border: 1px #c9c9c9 solid;
    height: 26px;
    width: 150px;
    line-height: 28px;
    font-size: 13px;
}
.post-392 .captcha {
float:left !important;
}
.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-1.captcha {
    margin: 9px 30px 0px 0px;
}
