.rtl .title-heading-left{text-align:left !important;}
.rtl .title-heading-right{text-align:right !important;}
.sr-only{display:none;visibility:hidden;}
/*tagline*/
.rtl .taglineDiv{color:#ffffff;font-family:'Heebo' !important;}
.rtl .taglineDiv input[type='button']{font-family:'Heebo' !important;}

.iconEng{display:none;visibility:hidden;}
.iconHeb{display:block;visibility:visible;}	

@media screen and (min-width: 1024px) {
	.rtl .phone{font-size:1.5em !important;}
	.rtl .taglineDiv a{color:#ffffff;font-family:'Heebo' !important;}
	.rtl .btnEnterToLearn{
		font-family:'Heebo' !important;
		background-color:#69abdb;
		color:#19334e;
		border:0;
		width:100%;
		font-weight:bold;
		font-size:1.2em;
		height:35px;
		cursor:pointer;
	}
	header .fusion-menu{margin-right:-15px !important;}
}

@media screen and (max-width: 1024px) {
	.rtl .phone{font-size:1em !important;}
	.rtl .taglineDiv a{color:#ffffff;font-family:'Heebo' !important;}
	.rtl .btnEnterToLearn{
		font-family:'Heebo' !important;
		background-color:#69abdb;
		color:#19334e;
		border:0;
		width:100%;
		font-weight:bold;
		font-size:1em;
		height:30px;
		cursor:pointer;
	}
}

/*sub menu width*/
@media screen and (min-width: 1000px) {
	.about-heb ul{width:180px !important;}
	.additional-courses-heb ul{width:180px !important;}
}


/*footer form*/
.footerFormCellTitle{font-size:1.2em;}
.footerForm input[type="text"]{color:#ffffff !important;background-color:#949491 !important;border:0 !important;}
.footerForm input[type="tel"]{color:#ffffff !important;background-color:#949491 !important;border:0 !important;}
.footerForm input[type="email"]{color:#ffffff !important;background-color:#949491 !important;border:0 !important;}
.footerForm select{color:#ffffff !important;background-color:#3c3c3b !important;border:0 !important;}
.footerForm input[type="submit"]{height:30px;padding-top:7px !important;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff !important;
}

@media screen and (max-width: 1024px) {
	.footerForm{color:#ffffff;}
	.footerFormRow{
		width:100%;
	}

	.footerFormCell{
		padding:10px;
		width:100%;
	}
}

@media screen and (min-width: 1024px) {
	.footerForm{color:#ffffff;}
	.footerFormRow{
		width:100%;
	}

	.footerFormCell:nth-child(1){margin-left:10px;margin-right:0;width:10%;float:right;}
	.footerFormCell:nth-child(2){margin-left:10px;margin-right:10px;width:18%;float:right;}
	.footerFormCell:nth-child(3){margin-left:10px;margin-right:10px;width:18%;float:right;}
	.footerFormCell:nth-child(4){margin-left:10px;margin-right:10px;width:18%;float:right;}
	.footerFormCell:nth-child(5){margin-left:10px;margin-right:10px;width:18%;float:right;}
	.footerFormCell:nth-child(6){margin-left:10px;margin-right:10px;width:7%;float:right;}
}

/*registration form*/
.registrationForm{}
.registrationFormRow{margin-bottom:10px;}

/*Copyright*/
@media screen and (min-width: 1024px) {
	.CopyrightArea{width:100%;}
	.CopyrightAreaCell{
		float:right;
		padding-right:32px;
		padding-left:32px;
	}
}