.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}
.no_mar {
    margin: 0 !important;
}
.pad_last {
    padding: 0 !important;
}
.no_bg {
    background: none !important;
}
.no_border {
    border: none !important;
}
.fl_lf {
    float: left !important;
}
.fl_rf {
    float: right !important;
}
.last {
    margin: 0 0 0 0 !important;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    direction: rtl;
    height: 100%;
}
html.en, html.en *{direction: ltr;}

body {
    font-family: OpenSansHebrewRegular, Tahoma, Geneva, sans-serif,arial;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    background: #ffffff;
    padding: 0;
    margin: 0;
    height: 100%;
}
img {
    border: none;
}
.wrapper {
    margin: 0 auto -411px !important;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}
.push {
    height: 411px;
    clear: both;
}
.navcontainer{
    width: 100%;
    padding: 0 3.5%;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.header {
    width: 100%;
    padding: 9px 0 0;
    box-shadow: 0 0 5px #999;
    position: relative !important;
    z-index: 66;
}
/*.nav {
    display: inline-block;
    margin: 23px 0 0 0;
    float: right;
}
.nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.nav ul > li {
    margin: 7px 0 0 44px;
    float: right;
    padding: 0 0 25px 0;
    border-bottom: 4px solid #fff;
    padding-bottom: 25px !important;
}
.nav ul > li > a {
    display: inline-block;
    font-family: OpenSansHebrewRegular, Tahoma, Geneva, sans-serif;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
.nav ul > li:hover,
.nav ul > li.active {
    border-bottom: 4px solid #0198e7;
}
.serch_btn {
    display: inline-block;
    margin: 0;
    float: right;
    padding: 11px 18px;
    border-right: 1px solid #ccc;
}
.nav ul > li.last:hover {
    border-bottom: 0;
}
.logo {
    display: inline-block;
    float: left;
    margin-top: 8px;
}*/
.fxBanner{
    position: relative;
    width: 100%;
    height: 75.33vh;
}
.partners{
    position: relative;
    width: 100%;
    height: 17.2vh;
    background: #1f1e24;
    min-height: 130px;
}
.searchButton.show {
    width: 345px;
}

.searchButton {
    width: 60px;
    top: 0px;
    position: absolute;
    background: #fff;
    overflow: hidden;
    height: 80px;
    float: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 888;
    margin-top: 5px;
    padding-top: 25px;
}
.nav, .searchButton {
    display: inline-block;
    float: right;
}
.srchimg{
    position: relative;
    top:5px;
}
.searchButton.show {
    width: 345px;
}
.search {
    height: 100%;
    width: 230px;
    padding: 5px 10px 5px 0;
    position: relative;
    float: right;
    right: 0;
    z-index: 2;
    overflow: hidden;
}
.input1 {
    width: 70%;
    background: #ffffff;
    border: 1px solid #dddddd;
    margin: 0 0 0px 2%;
    padding: 4px 10px;
    display: inline-block;
    font-family: OpenSansHebrewRegular, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    border-radius: 0px;
    float: right;
    outline: none;
}
.srchSubmit:hover {
    background: #fff;
    color: #0198e7;
}
.srchSubmit {
    background-color: #0198e7;
    display: inline-block;
    margin: 0 0 14px 0;
    padding: 4px 13px;
    font-family: OpenSansHebrewRegular, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    border-radius: 25px 0px 0px 25px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    outline: none;
    border: 1px solid #0198e7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.serch_btn {
    display: inline-block;
    background: #fff;
    z-index: 3;
    margin: 10px 0 0 0;
    float: right;
    padding: 11px 18px;
    border-right: 1px solid #ccc;
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px;
    float: left;
}
.fxBannerContainer{width: 100%;height: 100%;overflow: hidden;direction: ltr;}
.fxBannerContainer2{width: 100%;height: 100%;overflow: hidden;}
.fxArrow{
    position: absolute;
    top:50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    border-radius:50%;
    text-align: center;
    background-color: rgba(30, 30, 36, 0.70);
    z-index: 4;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.fxArrow.fxPrev{
 left:40px;   
 background-image: url(../images/prev11.png);
}
.fxArrow.fxPrev:hover{
    background-position: 40% center;
}
.fxArrow.fxNext{
 right:40px; 
 background-image: url(../images/next11.png); 
}
.fxArrow.fxNext:hover{
   background-position: 60% center;    
}
.fxSlide{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 20%;
    position: relative;
    background-position: center center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    direction: rtl;
    text-align: center;
}
.fxSlide.swiper-slide-active-clicked{
    width: 40% !important;
    z-index: 8;
}
.fxSlide::after{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    cursor: pointer;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.noswiperSlide{
    display: inline-block;
    height: 100%;
    position: absolute;
    top:0;
    z-index: 2;
}
.noswiperSlide:nth-child(1){left:0;}
.noswiperSlide:nth-child(2){left:20%;}
.noswiperSlide:nth-child(3){left:40%;}
.noswiperSlide:nth-child(4){left:auto;right:20%;}
.noswiperSlide:nth-child(5){left:auto;right:0;}

.fxSlideInner{
    width: 90%;
    position: absolute;
    bottom: -200%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    background: rgba(30, 30, 36, 0.90);
    padding: 55px 55px 60px;
    padding: 5% 5% 6%;
    direction: rtl;
    text-align: center;
    -webkit-transition: all 0.85s ease;
    -moz-transition: all 0.85s ease;
    -o-transition: all 0.85s ease;
    transition: all 0.85s ease;
    cursor: pointer;
    max-height: 95%;
    overflow-y: auto;
    z-index: 3;
}
.fxSlide.swiper-slide-active-clicked > .fxSlideInner{
    bottom:0;
}
.innerTitle{
    font-size: 25px;
    margin: 35px auto;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.innerDescription{
    font-size: 18px;
    line-height: 25px;
    max-width: 450px;
    margin: 0 auto;
}
.innerLinks{
    margin: 40px auto 0;
    width: 85%;
}
.innerLink{
    background-color: transparent;
    padding: 14px 21px 14px 21px;
    display: inline-block;
    margin: 22px 0 0 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    border-radius: 26px;
    text-decoration: none;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    max-width: 270px;
    display: block;
    margin: 22px auto 0;
}
.innerLink::after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 0;
    height: 100%;
    background-color: #0198e7;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.innerLink:hover{
  border: 1px solid  #0198e7;
  text-decoration: none;
}
.innerLink:hover::after{
    width: 100%;
}
.fxTitl{
    color: #fff;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 555;
    width: auto;
    text-align: center;
    font-size: 25px;
    padding-bottom: 30px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    font-family: OpenSansHebrewBold, Tahoma, Geneva, sans-serif;
    font-weight: bold;
}
.fxTitl::after{
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    content:"";
    width:45px;
    height: 2px;
    background: #fff;
    margin:0 auto;
}
.fxSlide.swiper-slide-active-clicked .fxTitl{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0px, -50px, 0px);
-moz-transform: translate3d(0px, -50px, 0px);
-o-transform: translate3d(0px, -50px, 0px);
-ms-transform: translate3d(0px, -50px, 0px);
transform: translate3d(0px, -50px, 0px);
}
.partnersSwiper{
    direction:ltr;
    text-align: center;
    width: 100%;
    height: 100%;
}
.partnerBox{
    position: relative;
    width: 100% !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: none !important;
    margin-bottom: 0 !important;
}
.partnerBox::after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(31, 30, 36, 0.68);
}
.partnerimg{
    max-width: 100%;
    max-height: 100%;
}
.menu_icon{
    display:none;
}
.zoomIn{
    will-change:opacity,translate;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 2;
    border-radius: 50%;
    -webkit-transform: translate(0px, 500%);
    -moz-transform: translate(0px, 500%);
    -o-transform: translate(0px, 500%);
    -ms-transform: translate(0px, 500%);
    transform: translate(0px, 500%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.zoomIn::before{
    will-change:rotate;
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.60) url(/content/masters/landing/images/zoom.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: 36px 36px;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.zoomIn::after{
    content:"";
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: -6px;
    left: -6px;
}
.fxSlide:hover .zoomIn{
   filter: alpha(opacity=100);
    opacity: 1;
-webkit-transform: translate(0px, 0%);
-moz-transform: translate(0px, 0%);
-o-transform: translate(0px, 0%);
-ms-transform: translate(0px, 0%);
transform: translate(0px, 0%);
}
.fxSlide:hover .zoomIn::before{
-webkit-transform: rotate(720deg);
-moz-transform: rotate(720deg);
-o-transform: rotate(720deg);
-ms-transform: rotate(720deg);
transform: rotate(720deg);
}
/*.swiper-slide-active-clicked .zoomIn{display: none;}*/
/*nav*/
#nav-icon4{
  width:24px;
  height:18px;
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -o-transform:rotate(0deg);
  transform:rotate(0deg);
  -webkit-transition:.5s ease-in-out;
  -moz-transition:.5s ease-in-out;
  -o-transition:.5s ease-in-out;
  transition:.5s ease-in-out;
  cursor:pointer;
  background:#fff;
}
 #nav-icon4 span{
  display:block;
  position:absolute;
  height:3px;
  width:100%;
  background:#193282;
  border-radius:4px;
  opacity:1;
  left:0;
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -o-transform:rotate(0deg);
  transform:rotate(0deg);
  -webkit-transition:.25s ease-in-out;
  -moz-transition:.25s ease-in-out;
  -o-transition:.25s ease-in-out;
  transition:.25s ease-in-out;
}


#nav-icon4 span:nth-child(1){
  top:0;
  -webkit-transform-origin:left center;
  -moz-transform-origin:left center;
  -o-transform-origin:left center;
  transform-origin:left center;
}

#nav-icon4 span:nth-child(2){
  top:9px;
  -webkit-transform-origin:left center;
  -moz-transform-origin:left center;
  -o-transform-origin:left center;
  transform-origin:left center;
}

#nav-icon4 span:nth-child(3){
  top:18px;
  -webkit-transform-origin:left center;
  -moz-transform-origin:left center;
  -o-transform-origin:left center;
  transform-origin:left center;
}

#nav-icon4.open span:nth-child(1){
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  top:0;
  left:0;
}

#nav-icon4.open span:nth-child(2){
  width:0%;
  opacity:0;
}

#nav-icon4.open span:nth-child(3){
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
  top:17px;
  left:0;
}
#nav-icon4.open.subMenu span:nth-child(1){
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  transform:rotate(90deg);
  top:0px;
  left:5px;
  background:red;
}
#nav-icon4.open.subMenu span:nth-child(3){
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  transform:rotate(-90deg);
  top:24px;
  left:15px;
  background:red;
}

/*nav*/
#popAbout{
    display: none;
    width: 700px;max-width: 90%;
}
#popAbout .aboutInner{
    padding: 15px;
    font-size: 18px;
    line-height: 24px;
    float: right;
    width: 100%;
    text-align: justify;
}
#popAbout .abtTitle{
    display: inline-block;
    font-family: OpenSansHebrewRegular, Tahoma, Geneva, sans-serif;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
/*.langSwitch{
    float: right;
    margin: 30px 30px 0;  
}
.langSwitch a{
    padding: 5px 10px;
    color: #fff;
    background: #193282;
    text-decoration: none;
    text-align: center;
}*/
.nav > ul > li{
    padding-top: 3px !important;
}