﻿@charset "utf-8";

#mk-aweb-accessibility-panel-wrapper .mk-aweb-menu-open-accessibility-panel.left{
    left: 30px !important;

}

@import url(https://fonts.googleapis.com/css?family=Heebo:100,400,500,700&subset=latin,hebrew); 

body {
    font-family: 'Heebo', sans-serif !important;
    direction: rtl;
   /* background: url("/SiteCollectionImages/bkg.jpg") no-repeat center top;*/
}
h2, h3, .ms-h2, .ms-h3, .ms-headerFont{
      font-family: 'Heebo', sans-serif !important;
}
h1, .ms-h1{
      font-family: 'Heebo', sans-serif !important;
}
section{
	 background-attachment:fixed;
  background-size: cover;
}
a {
    /*color: #fff; cursor: pointer;*/
}
.masthead{
	/*background-image:url("/SiteCollectionImages/170Banner.png");
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;*/
	background-color:#014069;
}
.langContainer {
    width: 134px;
    float: left;
}
.langBtns {
    /*position: fixed;*/
    width: 134px;
    z-index: 999;
}

.langBtns ul {
    text-align: center;
    font-weight: bold;
    font-size: 12px;

}
.langBtns ul a {
    color: #084d79;
}

.langBtns ul li {
    float: left;
    width: 44%;
    margin-right: 2%;
    background-color: #e7f2f8;
    padding: 4% 1%;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.05);
}

.langBtns ul li:hover {
    background-color: #084d79;
	color:white;
	cursor:pointer;   
}
    .langBtns ul li:hover a {
        color: #fff;
    }

.langBtns ul li:last-child {
     margin-right: 0;
}

.topHeader {
    background-color: rgba(6, 76, 116,0.9);
    height: 71px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    text-align: center;
    color: #edda22;
    font-size: 36px;
    line-height: 2;
    font-weight: bold;
    display: none;
}

.topHeaderTitle {
    float: left;
    text-align: center;
    width: 85%;
}

.BackToTopTop {
    float: right;
    width: 15%;
    font-size: 15px;
}

a .BackToTopTop {
    color: #fff;
    background: url("/SiteCollectionImages/arrow_up.png") no-repeat center 12px;
    background-size: 26px;
    font-weight: normal;
}
.RashpatInnerTitle{
	
}
.BackToTopTopText {
    padding: 24px 0 0 0;
}
.GovXDescriptionImgDiv, .section2ImgDiv, .section3ImgDiv, .section4ImgDiv, .section5ImgDiv, .section6ImgDiv{
	display:none;
}
.close-btn {
    display: none;
    width: 87px;
    height: 80px;
    background-color: #edda22;
    text-align: center;
    cursor: pointer;
    float: right;
    left: -87px;
    position: relative;
}

.vavSlider {
    position: fixed;
    top: 250px;
    left: 15%;
    z-index: 999;
}

.vavSlider a {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 22px;
    border-radius: 50%;
    font-size: 30px;
    background-image: url("/SiteCollectionImages/rb.png");
}

.vavSlider a.active {
    background-image: none;
    background-color: #b4c900;
}

.vavSlider a:hover {
    text-decoration: none;
}
#main{
    -moz-transform-origin: center top;
    transform-origin: center top;
}


.menu {
    width: 413px;
    position: fixed;
    /*top: 80px;*/
    right: -326px;
    z-index: 1000;
    height:80px;
}

.menu-btn {
    width: 87px;
    height: 80px;
    background-color: #ffa101;
    color: #fff;
    text-align: center;
    cursor: pointer;
    float: left;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
}

.hamburger {
    padding-top: 22px;
    width: 39px;
    height: 21px;
    margin: auto;
    margin-top: 9px;
}
.hamburgerOpen {
     background: url("/SiteCollectionImages/humburger.png") no-repeat center;
}

.hamburgerClose {
    background: url("/SiteCollectionImages/x.png") no-repeat center;
    padding-top: 12px;
}

.menu-links {
    background: #fff url("/SiteCollectionImages/logo_bottom.png") no-repeat center 8px;
    width: 326px;
    height: 476px;
    float: right;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    height: auto;
    background-size: 158px;
    overflow-y: visible;
}

nav.menu-links ul {
   padding-top: 80px;
}
nav.menu-links ul li {
    line-height: 48px;
    padding-right: 30px;
    background-color: #fff;
}

nav.menu-links .active {
    background: #ffa101 url("/SiteCollectionImages/arrow_menu.png") no-repeat 306px center;
}

nav.menu-links ul li ul li.active {
    background: #ffa101 url("/SiteCollectionImages/arrow_menu.png") no-repeat 281px center;
}

nav.menu-links ul li a {
    color: #008bc0;
    font-weight: bold;
    font-size: 19px;
}
nav.menu-links ul li.active a {
     color: #fff;
}
.menuText {
    width: 80%;
    margin: auto;
    line-height: 0.9;
}

nav.menu-links ul li ul {
    padding-top: 0px;
}

nav.menu-links ul li ul li {
    line-height: 24px;
    padding-right: 20px;
}

nav.menu-links ul li ul li a {
    color: #53585A;
    font-weight: 400;
    font-size: 17px;
}


.parallax-window {
    min-height: 400px;
    /* background: transparent;*/
}

.container {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

#section1 {
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
    background-attachment:scroll;
}

.topLogo {
    margin: auto;
/*    padding-top: 29px;*/
    width: 250px !important;
}
.topLogo img{
    width: 250px !important;
}

.section1Text {
    width: 944px;
    margin: 90px auto 0;
}
.RashpatHPMainDiv .section1Text {
    margin-top: 18px;
}

h1 {
    margin: auto;
    font-size: 35px;
    /* font-weight: bold; */
    width: 800px;
    color: #fff;
    letter-spacing: -0.8px;
    line-height: 1.15;
    text-align: center;
}
#section1 h1 {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -1.7px;
    line-height: 1;
}

#section1 h2 {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -1.0px;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-top: 13px;
}

#section1 .sectionP {
    margin: auto;
    margin-top: 20px;
    /* margin: auto; */
    font-size: 23px;
    letter-spacing: 0px;
    color: #fff;
    width: 96%;
    line-height: 1.25;
    text-align: center;
    font-weight: 500;
}
#s4-bodyContainer{
	padding-bottom:0px;
	background-color:#f7f7f7;
}
.button {
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    border: 0;
    display: block;
    background:  url("/SiteCollectionImages/topbtnarrow.png") no-repeat 8% center;
    text-indent: 0px;
    border: 3px solid #ffa101;
}

a .button {
    color: #fff;
    font-size: 18px;
}

#section1 .button {
    width: 180px;
    height: 51px;
    margin: 19px auto;
    background:rgba(23, 115, 169, 0.7) url("/SiteCollectionImages/topbtnarrow.png") no-repeat 8% center; 
}
#section1 .button {
    width: 180px;
    height: 51px;
    margin: 22px auto;
    margin-left: 20px;
    float: right;
}
#section1 .videoButton {
    margin-left: 0;
}
.headerBtns {
    margin: auto;
    width: 394px;
}

.button:hover {
    border: 3px solid #879b20;
}

a:hover .button {
     text-decoration: none;
}

ul.topCircles {
    margin: auto;
    /*margin-top: 163px;*/
    width: 572px;
    font-size: 24px;
    color: #fff;
    margin-bottom:40px;
}

ul.topCircles li {
    text-align: center;
    border-radius: 50%;
    width: 182px;
    height: 182px;
    background-color: rgba(135, 155, 32, 0.9);
    /*background: rgba(135, 155, 32, 0.9) url(/SiteCollectionImages/top_circles_arrow.png) no-repeat 14% center;*/
    float: right;
    margin-left: 12px;
}

ul.topCircles li:nth-child(2) { background: rgba(255, 101, 1, 0.9) /*url(/SiteCollectionImages/top_circles_arrow.png) no-repeat 14% center;*/  }

ul.topCircles li div {
    /*padding: 70px 25px 0;*/
    color:#fff;
      line-height:180px;
          background:url(/SiteCollectionImages/top_circles_arrow.png) no-repeat 5% center;
          font-size:22px;
}
/*ul.topCircles li:nth-child(2) div {
    padding: 80px 25px 0;
}*/

ul.topCircles li:last-child {
    margin-left:0;  background: rgba(255, 161, 1, 0.9) /*url(/SiteCollectionImages/top_circles_arrow.png) no-repeat 14% center*/;
}
.pageParagraph p{
	margin-top: 41px;
	font-size:23px;
	text-align:center;
	font-weight:500;
    width: auto;
    letter-spacing: -0.6px;
    color:white;
}
#section2, #section3, #section4, #section5  {
    position: relative;
}


#half2 {
    background-color: #003453;
    color: #fff;
}

    #half2 .container {
        padding-top: 105px;
    }

.half2Left {
    float: left;
    width: 257px;
    font-size: 23px;
    line-height: 1.15;
    letter-spacing: -0.7px;
    padding-left: 50px;
}

    .half2Left strong {
        color: #ffa101;
    }

.half2Right {
    float: right;
    width: 556px;
    padding-top: 116px;
    font-size: 24px;
    letter-spacing: -0.9px;
}


    .half2Right ul li {
        padding-bottom: 32px;
        line-height: 1.2;
        padding-left: 49px;
        background: url('/Style%20Library/Images/li.png') no-repeat top left;
    }


.RashpatContentPageMainDiv #section2 h2, .RashpatContentPageMainDiv #section3 h2, .RashpatContentPageMainDiv #section4 h2, .RashpatContentPageMainDiv #section5 h2{
    padding-top:30px;
}
#section2 {
/*    height: 640px;*/
  /*  background: url("/SiteCollectionImages/s2_bkg.jpg") no-repeat top center;*/
}
.RashpatHPMainDiv #section2 .container {
    width: 984px;
}
.RashpatContentPageMainDiv #section2 .container {
    /*width: 824px;*/
   	padding:0px;
}
.section2TextRight {
    float: right;
    width: 400px;
    padding-top: 225px;
    padding-right: 78px;
}

.section2TextLeft {
    float: left;
    width: 400px;
    padding-top: 0;
}

#section2 h2 {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -2px;
    color: #084d79;
}

    #section2 h2 span {
        font-weight: bold;
        color: #008bc0;
    }

#section2 .sectionP {
    margin: auto;
    margin-top: 50px;
    font-size: 19px;
    letter-spacing: -1.1px;
    line-height: 1.2;
    color: #255e89;
}
/********** about ***********/
.sec2Num {
    border: 3px solid #ffa101;
    border-radius: 50%;
    width: 102px;
    height: 102px;
    text-align: center;
    margin: auto;
    color: #165580;
    font-size: 62.5px;
    font-weight: 100;
    margin-top: 49px;
}

.sec2Num div {
    padding: 26px 0 0;
}

.sec2Text {
    margin-top: 40px;
    font-size: 23px;
    text-align: center;
    line-height: 1.34;
    letter-spacing: -0.3px;
}
.sec2Text:last-child{
    margin-bottom:50px;
}
.matzegetContainer {
    margin: auto;
    width: 49%;
    border:0;
}
.matzeget {
    float: right;
    width: 50%;
}

.matzeget .image img {
    width: 120px;
}

.matzegetContainerRight {
    float: right;
}

.matzegetContainerLeft {
    float: left;
}

.matzegetBorder {
    border-left: 1px dashed #888;
    width: 49%;
}

.RashpatContentPageMainDiv #section1 .videoButton {
    float: none;
    margin: 22px auto;
}
/********** about ***********/
.sectionP p{
	line-height:1.4;
}
ul.downloads {
    margin-top: 26px;
}

.RashpatHPMainDiv ul.downloads li {
    width: auto;
    padding-right: 34%;
    margin-left: 0;
    background: url(/SiteCollectionImages/takanot/li_bkg.png) no-repeat right top;
    padding-bottom: 68px;
}
ul.downloads li {
    float: right;
    width: 24%;
    padding-right: 14%;
    margin-left: 10%;
    background: url(/SiteCollectionImages/takanot/li_bkg.png) no-repeat right top;
    padding-bottom: 95px;
}
.RashpatContentPageMainDiv ul.downloads li {
    height:100px;
}
.RashpatContentPageMainDiv ul.downloads li {
    height:70px;
}
.RashpatContentPageMainDiv ul.downloads {
    padding-top:90px;
}
.RashpatContentPageMainDiv .tfasimMainDiv ul.downloads {
    padding-top:0px;
}
.tfasimBigTitle{
	clear:both;
}
ul.downloads li .title {
    font-size: 23px;
    font-weight: bold;
    padding-top: 21px;
    letter-spacing: -0.5px;
}

ul.downloads li .title a {
    color: #165580;
}

ul.downloads li .title a:hover, ul.downloads li .text a:hover {
    text-decoration: underline;
}

ul.downloads li .text a {
    color: #3e3e3e;
}
ul.downloads li .text {
    font-size: 14px;
    letter-spacing: -0.4px;
    margin-top: 6px;
    line-height: 1.5;
}

#section2 a:hover .button {
    background-color: rgba(135, 155, 32, 1);
}

#section5, #section55 {
    height: 490px;
    overflow: hidden;
   /* background: url("/SiteCollectionImages/s3_bkg.jpg") no-repeat top center;*/
}

.section5Box,.section55Box {
    width: 633px;
    height: 388px;
    background-color: rgba(143, 158, 27, 0.87);
    margin-top: 0;
    margin-left: 0;
    color: #fff;
}

.section55Box {
    background-color: rgba(26,117,168, 0.87);
}

.section5Text {
    padding: 25px 65px 0px 10px;
}

#section5 h2, #section55 h2{
    font-size: 60px;
    letter-spacing: -1px;
    color: #fff;
}

    #section5 h2 span,#section55 h2 span {
        font-weight: bold;
        color: #fff;
    }

.section5BoxRight {
    float: right;
}
.section5BoxLeft {
    float: left;
    width: 428px;
    margin-top: 16px;
}

.sec5Num {
    border: 3px solid #fff;
    border-radius: 50%;
    width: 102px;
    height: 102px;
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 62.5px;
    font-weight: 100;
    margin-top: 34px;
}

.sec5Num div {
    padding: 26px 0 0;
}

#section5 .sectionP.smlText,#section55 .sectionP.smlText {
    margin-top: 21px;
    font-size: 23px;
    letter-spacing: -0.3px;
    width: 90%;
    line-height: 1.4;
    font-weight: 400;
}

#section5 .sectionP,#section55 .sectionP {
    font-weight: 600;
    margin-top: 3px;
    font-size: 23px;
    letter-spacing: 0px;
    width: 80%;
    line-height: 1.4;
}

#section5 .button,#section55 .button {
    border: 3px solid #fff;
    /* line-height: 57px; */
    width: 247px;
    height: 52px;
/*    margin: 46px 0 0;*/
    color: #fff;
    position: relative;
    right: 0;
float:left;
margin-left:50px;

    background: url("/SiteCollectionImages/white_arrow.png") no-repeat 12% center;
}

#section5 .button:hover,#section55 .button:hover {
    background-color: rgba(255, 101, 1, 1);
}


.RashpatContentPageMainDiv #section3 {
	background-color:#FFA101;
    overflow: hidden;
    color: #fff;
}
.RashpatContentPageMainDiv #section2 h2, .RashpatContentPageMainDiv #section3 h2, .RashpatContentPageMainDiv #section4 h2, .RashpatContentPageMainDiv #section5 h2{
    text-align: center;
    font-weight: 600;
    line-height: 1;
    font-size: 40px;
    letter-spacing: -1px;
    margin-top:45px;
}
#section3 h2{
    color: #fff;
}

.section3Box {
    width: 633px;
    height: 360px;
    background-color: rgba(252, 170, 31, 0.87);
    float: left;
    margin-top: 60px;
}

.RashpatHPMainDiv .section3Text {
    padding: 40px 75px 60px ;
}
.RashpatHPMainDiv .section3Text .sectionP{
	color:white;
}

#section3 h2 {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -2px;
}

#section3 .sectionP {
    margin-top: 23px;
    font-size: 23px;
    letter-spacing: -0.8px;
    line-height: 1.25;
}

#section3 strong.section3Strong {
    margin-top: 22px;
    font-weight: bold;
    font-size: 30px;
    display: block;
    letter-spacing: -0.3px;
}

#section3 .button {
    line-height: 52px;
    border: 3px solid #fff;
    width: 344px;
    height: 52px;
    margin: 28px 0;
    position: relative;
    right: 0;
    background-position-x: 9%;
}

#section3 .button:hover {
    border: 3px solid #879b20;
}

.RashpatHPMainDiv #section4 {
    height: 390px;
  /*  background: url("/SiteCollectionImages/s4_bkg.jpg") no-repeat top center;*/
}

.section4TextLeft {
    float: left;
    width: 480px;
    padding-top: 70px;
    color:white !important;
}

.section4TextRight {
    float: right;
    width: 548px;
    padding-top: 146px;
    padding-right: 78px;
}

#section4 h2 {
    font-size: 60px;
    /*color: #084d79;*/color:white !important;
    letter-spacing: -1px;
    font-weight: 500;
}

#section4 .sectionP {
    margin-top: 0;
    font-size: 23px;
    letter-spacing: -0.5px;
    width: 70%;
    line-height: 1.4;
}

#section4 strong {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin-top: 14px;
    display: block;
    /*color: #165580;*/
    color:white !important;
}

#section4 .button {
    line-height: 57px;
    border: none;
    width: 200px;
    height: 57px;
    margin: 22px 0;
    background: #d65300 url("/SiteCollectionImages/topbtnarrow.png") no-repeat 9% center;
}

#section4 .button:hover {
    background-color: rgb(135, 155, 32);
}


#section6 {
/*  height: 671px;*/
    height: auto;
  /*background: url("/SiteCollectionImages/s66_bkg.jpg") no-repeat top center;*/
}

.section6TextLeft {
    float: none;
    width: auto;
    padding-top: 30px;
}

.section6TextRight {
    float: none;
    width: auto;
    padding-top: 100px;
    text-align: center;
}

#section6 h2 {
    font-size: 60px;
    color: #084d79;
    letter-spacing: -2px;
    font-weight: 500;
}

#section6 h3 {
    font-size: 40px;
    color: rgb(255, 161, 1);
    letter-spacing: -1px;
    font-weight: bold;
    padding-top: 38px;
}

#section6 .sectionP {
    margin-top: 25px;
    font-size: 23px;
    letter-spacing: -0.5px;
    width: 62%;
    line-height: 1.35;
}

#section6 strong {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.4px;
    margin-top: 5px;
    display: block;
    color: #165580;
}
#section6 strong a {
    width: 144px;
    color: #165580;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-top: 26px;
    background: url(/SiteCollectionImages/s66_arr.png) no-repeat left center;
}

#section6 strong a:hover {
     color: rgb(135, 155, 32); text-decoration: underline;
}


#section6 .button {
    line-height: 57px;
    border: none;
    width: 200px;
    height: 57px;
    margin: 30px 0 0;
    background: #d65300 url("/SiteCollectionImages/topbtnarrow.png") no-repeat 9% center;
}

#section6 .button:hover {
    background-color: rgb(135, 155, 32);
}

.matzegetContainer {
    margin: auto;
    width: 60%;
    border-bottom: 1px dashed #888;
    text-align: center;
    padding-bottom: 20px;
}

.matzeget {
    float: right;
    width: 50%;
}

#section6 .image {
    padding-top: 48px;
}

#section6 .image img {
    width: 120px;
}

#section6 .text {
    margin-top: 23px;
    letter-spacing: -0.5px;
}

#section6 .text a {
    color: #000;
}
/*********** contact *********/
#section7 {
    height: 765px;
    background-color: #252d38;
   /* background: #252d38 url("/SiteCollectionImages/contact.jpg") no-repeat  center;*/
    color: white;
}

#sectionSignIn{
    height:765px;
    background-color:gray;
    color:white;
    display:inline-block;
    width:100%;
    text-align:center;
    margin-top:-10px;
    
}

.containerForm {
    width: 1094px;
    margin: 0 auto;
}

#section7 h2, #sectionSignIn h2 {
    text-align: center;
    font-size: 60px;
    padding-top: 79px;
    padding-bottom: 102px;
    float: none;
    color: #fff;
    font-weight: 500;
    letter-spacing: -2px;
}

#section7 h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.contact_information {
    float: right;
    font-size: 19px;
    padding-right: 60px;
    color:white;
}
#section1 .contact_information {
   float: none;
   padding-right:250px;
}
.contact_form {
    float: left;
    width: 640px;
}
.fieldContainerFloat{
	float:right;
}
.contact_form input, .contact_form textarea{
	background-color:white;
}
.contactFormDiv label.error{
	display:block;
	width:auto;
	color:red;
	text-align:left;
}
.contInfoDetails {
    font-weight: 500;
    padding-top: 18px;
}

.contact_information a {
    color: #fff;
}

.contInfoLabel {
    margin-top: 62px;
}

.contInfoLabel2 {
    margin-top: 27px;
}

.socialIcons {
    margin-top: 46px;
}

.socialIcon {
    float: right    ;
}

.socialIcon2 {
    margin-right: 10px;
}

#section7 h3.t2 {
    margin-right: 115px;
}

.contact_form {
    margin-top: 37px;
}

.contact_form label {
    width: 90px;
    display: inline-block;
    text-align: right;
    line-height: 1;
    margin-right: 23px;
    font-size: 15px;
    padding-top:10px;
}

.contact_form label[for='lname'] {
    width: 83px;
    margin-right: 9px;
}

.contact_form label[for='message'] {
    vertical-align: top;
}
.shortExplanation{
/*	padding-right:22px;*/
}
.contact_form input {
    border: 0;
    width: 191px;
    height: 40px;
    text-indent: 10px;
    font-size: 18px;
}
.contact_form .fieldContainer input{
	color:#444;
}
.contact_form input:focus, #message:focus {
    background-color: #ffe;
    outline-color: #4ca4c7;
}

.contact_form input[type="email"] {
    width: 519px;
    height:42px;
    margin-top: 17px;
}

.contact_form input[type="submit"] {
    width: 254px;
    background-color: transparent;
    text-indent: 0;
    cursor: pointer;
    height: 40px;
    border: 3px solid #edda22;
    color: #edda22;
    background: url(/SiteCollectionImages/contact_Arrow.png) no-repeat 13% center;
}

.contact_form input[type="submit"]:hover {
        border: 3px solid #879b20;
}

.contact_form #message {
    margin-top: 16px;
    text-indent: 10px;
    font-size: 18px;
}

.contact_form #message {
    border: 0;
    width: 509px;
    height: 111px;
}

.submitRow {
    margin: 13px 0 0 3px;
    float: left;
}
@media (min-width: 1px) and (max-width: 1025px) {

    #mk-aweb-accessibility-panel-wrapper .mk-aweb-menu-open-accessibility-panel.left {
        top:30px !important;
        left:20px !important;
    }

	#contactForm input[type="submit"] {
   		margin-left: 0;
	}
    .contactFormDiv label{
		display:block;
		margin-right:0px;
	}
    .submitRow {
        text-align: center;
        float: none;
    }
    .contactFormDiv input[type="text"], .contact_form input[type="email"], .contactFormDiv textarea{
        width: 100% !important;
        box-sizing:border-box;
        margin-top:17px;
    }
    .fieldContainerFloat{
		float:none;
	}
	#section7 h2 {
        font-size: 38px;
        padding-top: 33px;
        padding-bottom: 33px;
        line-height: 1.2;
    }
}
/*********** End contact *********/
#section8 {
    height: 634px;
    height:640px;
    background-color: #f3f3f3;
   /* background: url(/SiteCollectionImages/footer.jpg) no-repeat center;*/
}

.bottomLogo {
    margin: auto;
    padding-top: 97px;
    width: 242px;
}

footer ul li {
    float: right;
    font-size: 19px;
    margin: 53px 0;
    text-align: right;
    padding-right: 80px;
    letter-spacing: -0.5px;
    font-weight: normal;
    /*  width: 110px;*/
    color: #008bc0;
    line-height: 1.2;
}

footer ul li:first-child {
    padding-right:0;
}
footer ul li:last-child {
    margin-bottom:0;
}

footer ul li:nth-child(2) ul li:nth-child(4) {
    width: 130px;
}

footer ul li:nth-child(3) ul {
      width: 100px;
}


footer ul li:nth-child(4) ul {
    width: 120px;
}


footer ul li:nth-child(5) ul li:nth-child(2) {
    width: 176px;
    padding-right: 0;
}

footer ul li:nth-child(6) {
    padding-right: 0;
    width: 118px;
}

footer ul li:nth-child(6) ul {
    margin-top: 23px;
}

footer ul li:nth-child(6) ul li a {
    font-weight: bold;
}

footer ul li ul {
    margin-top: 40px;
}

footer ul li ul li {
    font-weight: normal;
    color: black;
    float: none;
    font-size: 16px;
    padding-right: 0;
    margin: 26px 0;
}
footer nav.container {
    width: 980px;
    margin: 20px auto 0;
}

footer nav.container a {
    color: #000;
    font-weight: normal;
    float: none;
    font-size: 16px;
}
.thanksMessage {
	display:none;
    text-align: center;
    font-size: 48px;
    line-height: 1.4;
    padding-top: 18%;
}

footer nav.container ul li a {
    color: #008bc0;
    font-weight: 500;
    font-size: 19px;
}

footer nav.container ul li a:hover {
    text-decoration: underline;
}

footer ul li:nth-child(4) {
}

footer nav.container ul li a {
    font-size: 18px;
}
footer nav.container ul li ul li a {
    font-size: 14px;
    color: #53585A;
    line-height: 1;
}

footer ul li ul li, footer ul li ul li:last-child {
 
}


.breadCrumbs {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-top: 12px;
}
ul.s4-breadcrumb a.s4-breadcrumbCurrentNode{
	color:white !important;
	font-weight:bold;
}
.breadCrumbs a {
    color: #fff;
    font-weight: normal;
}
ul.s4-breadcrumb span.s4-breadcrumb-arrowcont{
	background:transparent url('/_layouts/15/bootstrap/img/glyphicons-halflings-white.png') no-repeat -240px -92px !important;
	margin:0px 8px;
}
.opportunitiesSlideLink a {
    color: #000;
}
.opportunitiesSlideLink a:hover {
    text-decoration: underline;
}

.matzegotButton {
    background: #ff6100 url(/SiteCollectionImages/white_arrow.png) no-repeat 5% center;
    margin: auto;
    margin-top: 60px;
    padding: 10px 0;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: -1px;
    width: 320px;
    border-radius: 12px;
}

 .matzegotButton:hover {
    background: #ff7d2d url(/SiteCollectionImages/white_arrow.png) no-repeat 5% center;
}

/******* htmlFourButtons css ********/
.htmlFourButtons.btnsContainer {
    margin: auto;
    margin-top: 52px;
    width: 568px;
    height:50px;
}
#section1 .htmlFourButtons .button {
    width: 272px;
    height: 85px;
    margin: 0px auto ;
    border: 0;
    background: #879b20 url("/SiteCollectionImages/gufim/sec1_btn_bkg.png") no-repeat 7% center;
    line-height: 85px;
    float: right;
}

#section1 .htmlFourButtons .button1 {
    background: #879b20 url("/SiteCollectionImages/gufim/sec1_btn1_bkg.png") no-repeat 5% center;
    text-indent: -30px;
}

 #section1 .htmlFourButtons a:hover .button {
    background-color: #ff6501;
}


#section1 .htmlFourButtons .buttonRight {
    float: right;
}

#section1 .htmlFourButtons .buttonLeft {
    float: left;
}
.htmlFourButtons.btnsContainer.btnsContainer2 .button{
     margin-top: 159px;
     margin-top:20px;
}

.htmlFourButtons .button4 div {
    padding: 26px 67px 0 40px;
    line-height: 1;
    text-align: right;
}

.htmlFourButtons .btn.active {
    cursor:initial;
}

@media (min-width: 1px) and (max-width: 1020px) {
    .section1Text {
        /*width: auto;*/
    }
}

@media (min-width: 1px) and (max-width: 920px) {
    

    #section1 {
        /*background-size: cover;
        height: auto;*/
    }

        #section1 .container {
            /*padding-bottom: 126px;*/
        }
   
}

@media (min-width: 1px) and (max-width:630px) {

section{ background-attachment:scroll;}

.half2Left {
    float: none;
    width: 100%;
    padding-top: 50px;
}

.half2Right {
    float: none;
    width: 100%;
    padding-top: 50px;
}



   #section1 .htmlFourButtons .buttonRight,#section1 .htmlFourButtons .buttonLeft {
        float: none;
    }
    .htmlFourButtons.btnsContainer {
        width: auto;
    }
    #section1 .htmlFourButtons .button {
        width: 90%;    margin: 15px auto;
    }
    .htmlFourButtons.btnsContainer2 {
        margin-top: 0;
    }
    #section1 .container {
        /*padding-bottom: 60px;*/
    }
    .htmlFourButtons .button4 div {
        padding: 0;
        text-align: center;
        line-height: 85px;
    }
    .breadCrumbs{
		display:none;
	}
}


@media (min-width: 1px) and (max-width: 480px) {

    .htmlFourButtons .button4 div {
        width: 140px;
        padding: 26px 67px 0 40px;
        line-height: 1;
    }
    .sec3Num{
		margin-top:16px !important;
	}
}
/******* End htmlFourButtons css ********/
/******* sapakim *******/
#section1 a.sapakimButton div{
    width: 388px;
    height: 85px;
    margin: 34px auto 0;
    border: 0;
    background: #ff6501 url("/SiteCollectionImages/sapakim/sec1_btn_bkg.png") no-repeat 90% center;
    line-height: 85px;
}
a.sapakimButton div{
    color: #fff;
    font-size: 23px;
    text-align:center;
}
a.sapakimButton, a.sapakimButton:visited, a.sapakimButton:active{
    text-decoration:none;
}
#section1  a:hover.sapakimButton div{
    background-color: #879b20;
}
/******* End sapakim *******/
/******* Contact *******/
.adressJerusalem{
	float:right;
	width:300px;
}
/******* tfasim *******/
.tfasimBtns{
    width: 780px;
    margin: 67px auto 0;
}

.tfasimBtns .btn {
    float: right;
    width:50%;
    height:93px;
    Box-sizing:border-box;
    background-color: #002849;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 24px;
    cursor: pointer;
}

.tfasimBtns .btn div {
        padding: 24px 0 0;
    }


.tfasimBtns .btn2 {
    float: left;
    margin-top: 14px;
}

.tfasimBtns .btn.active div {
    padding: 44px 0 0;
}

.tfasimBtns .btn.btn1{
    margin-top: 14px;
}
.tfasimBtns .btn.active{
    height: 107px;
    background-color: #ffa101;
    padding-top: 0;
    margin-top: 0;
}
.tfasimMainDiv h3{
    color: #165580;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.2px;
    padding-top: 20px;
}
.tfasimMainDiv h3.first{
    padding-top: 30px;
}
.tfasimMainDiv ul{
	margin-top:60px;
	margin-bottom:60px;
}
.container.tfasimMainDiv{
	width:824px;
	padding:0px;
}
.pageParagraph2{
    color: #165580;
    text-align: center;
    padding-top: 80px;
    font-size: 23px;
    width: 545px;
    margin: auto;
}
/******* End tfasim *******/
/******* Article Page *******/
.RashpatArticlePageMainDiv #section1{
	background-image:url('/SiteCollectionImages/takanot/Takanot_bkg.png');
	background-position:center bottom;
	height:367px;
}
.RashpatArticlePageMainDiv h1{
	width:850px;
}
.articleFlag{
	float:left;
}
.box_post_country{
	float:left;
	padding-top: 8px;
    padding-right: 10px;
    padding-left: 2px;
}
.box-post-articles{
	border-bottom: 2px solid #d9d9d9;
    padding: 35px 0;
    box-sizing: border-box;
    color: #255e89;
    display:none;
}
.opportunityDetailsTitle{
	float:right;
	padding-left:10px;
	font-weight:bold;
}
.opportunityEmailDiv{
	padding-bottom:10px;
}
.opportunityEndDateDiv{
	padding-bottom:30px;
}
.RashpatArticlePageMainDiv #section2 .container{
	width:824px;
	color:#255e89;
	font-size: 19px;
    letter-spacing: -1.1px;
    line-height: 1.2;
}
.RashpatArticlePageMainDiv .articleContent ul{
	list-style:circle;
}
/******* End Article Page *******/
.box_post_img img{
	width:247px !important;
}
.articlesAggregrator .box_post_country{
	float:none;
	color:#255e89 !important;
}
.articlesAggregrator{
	margin-bottom:40px;
	width:824px;
	margin-left:auto;
	margin-right:auto;
}
.box_post { border-bottom:2px solid #d9d9d9; padding:20px 0; box-sizing:border-box; color:#255e89 !important; position:relative; }
.box_post h4, .box_post .box_post_date, .box_post p{
	color:#255e89 !important;
}
    .box_post::after { content: ""; position: relative; clear: both; display:block; }
    .box_post .box_post_link_over { position:absolute; top:0; bottom:0; right:0; left:0; z-index:152; }

.box_post_1,.box_post_2 { float:right;  box-sizing:border-box;}
.box_post_1{ width:70%; padding-right:30px;}
    .box_post_1 .box_post_date { font-size:15px; line-height:34px;}
    .box_post_1 h4 { font-size:30px; }
    #section2 .box_post_1 p { margin:10px 0 ;}
.box_post_1 .box_post_link { background:#FFA101; color:#fff; cursor:pointer; display:inline-block; padding:10px 20px; }

    .box_post_2 .box_post_country { line-height:1; font-size:15px; padding:0 0 10px 0; position:relative;  }
        .box_post_2 .box_post_country img {  height:30px; right:0; }
    .box_post_2 .box_post_img img{ width:100%; }


.box-post-articles { padding:20px 0 0 0;}
    .box-post-articles .box_post_2 { float:left; text-align:left; }
    .box-post-articles .box_post_2 .box_post_country { display:inline-block; padding:0 40px 0 0; }
/* Slider */   
.sec3Num {
    border: 3px solid #ffa101;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    text-align: center;
    margin: auto;
    color: #165580;
    font-size: 62.5px;
    font-weight: 100;
    margin-top: 49px;
}
#section3 .sec3Num {
    border: 3px solid #fff;
    color: #fff;
}
.sec3Num div {
    padding: 10px 0 0;
}
.sec3slideText {
    text-align: center;
    margin: auto;
    width: 59%;
    line-height: 1.4;
    letter-spacing: -0.6px;
    font-size: 23px;
    font-weight: bold;
    color:#000000;
    margin-top: 36px;
    direction: rtl;
}
#section3 .sec3slideText {
    color:#ffffff;
    direction:ltr;
}
.unslider button{
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 42%;
    display: block;
    width: 28px;
    height: 125px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url("../images/events/arr_right.png") no-repeat center;
    z-index: 9999;
}
.unslider-arrow.prev{
    left:1000px;
    background:  url("/SiteCollectionImages/events/arr_right.png") no-repeat center;
}

.unslider-arrow.next{
    background: url("/SiteCollectionImages/events/arr_left.png") no-repeat center;
    right: initial;
}
#section3 .unslider-arrow.prev{
    background:  url("/SiteCollectionImages/events/sec3arr_right.png") no-repeat center;
}

#section3 .unslider-arrow.next{
    background: url("/SiteCollectionImages/events/sec3arr_left.png") no-repeat center;
    right: initial;
}
.unslider-nav{
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 940px;
    margin-top:40px;
}

.unslider {
    overflow:hidden;
    padding: 0;
    padding-bottom:100px;
    margin: auto;
    margin-top: 32px;
    width: 931px;
}

.unslider-wrap {
    position: relative;
}
.unslider-wrap.unslider-carousel > li {
    float: right;
}
.unslider-vertical > ul {
    height: 100%;
}

.unslider-vertical li {
    float: none;
    width: 100%;
}

.unslider-fade {
    position: relative;
}
.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10;
}
.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
.unslider-arrow {
    position: absolute;
    left: 100px;
    z-index: 2;
    cursor: pointer;
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #165580;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #165580;
  cursor: default;
}
#section3 .unslider-nav ol li {
  border: 2px solid #fff;
}
#section3 .unslider-nav ol li.unslider-active {
  background: #fff;
}
/* End Slider */ 
.matzegetContainer h3 {
    font-weight: 500;
    font-size: 38px;
    color: #013453;
    padding-top: 80px;
    letter-spacing: -3px;
}
.matzegetContainer .image {
     padding-top: 40px;
}
.matzegetContainer .text {
    margin-top: 23px;
    letter-spacing: -0.5px;
}
.matzegetContainer .text a {
    color: #000;
}
.matzegetContainer {
    margin: auto;
    width: 49%;
    border:0;
}
.matzeget {
    float: right;
    width: 50%;
}
.matzeget .image img {
    width: 120px;
}
.matzegetContainerRight {
    float: right;
}
.matzegetContainerLeft {
    float: left;
}
.matzegetBorder {
    border-left: 1px dashed #888;
    width: 49%;
}
.section3Color{
	display:none;
}
/********* Events ***********/
#sec2Slider {
    margin: auto;
    margin-top: 21px;
    width: 95%;
}

.slideTitle, .sec3slideTitle {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
    letter-spacing: -0.8px;
     color: #165580;
}

.slideText, .sec3slideText {
    text-align: center;
    margin: auto;
    margin-top: 38px;
    width: 70%;
    line-height: 1.4;
    letter-spacing: -0.6px;
    font-size: 23px;
}

.sec2Slide, .sec3Slide {
    width: 100%;
}

#section2 .button {
    line-height: 51px;
    width: 245px;
    height: 51px;
    margin: 0px 0px 50px;
    left: 0;
    color: white;
    background: none;
    background: url("/SiteCollectionImages/topbtnarrow.png");
    background-repeat:no-repeat;
    background-position:7% center;
    border: 3px solid rgb(255, 161, 1);
    background-color:#ffa101;
    width: 280px;
}

#section2 a:hover .button {
    background-color: rgb(135, 155, 32);
    border: 3px solid rgb(135, 155, 32);
}
.slideInnerTitle{
	font-weight:bold;
}
#section2 .News .button{
	margin:auto;
}
/********* End Events ***********/
/********* Officials ***********/
#OfficialsRecordsTable .thead {
    background-color: #f2a728;
    color: #fff;
    height: 230px;
    font-size: 23px;
}

#OfficialsRecordsTable .circle {
    margin: auto;
    width: 89px;
    height: 89px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px #fff;
    margin-top: 39px;
    margin-bottom: 34px;
}

#OfficialsRecordsTable .name .circle { background: url(/SiteCollectionImages/tafkidim/circle1.png) no-repeat center; }
#OfficialsRecordsTable .tafkid .circle { background: url(/SiteCollectionImages/tafkidim/circle2.png) no-repeat center; }
#OfficialsRecordsTable .phone .circle { background: url(/SiteCollectionImages/tafkidim/circle3.png) no-repeat center; }
#OfficialsRecordsTable .cell .circle { background: url(/SiteCollectionImages/tafkidim/circle4.png) no-repeat center; }
#OfficialsRecordsTable .email .circle { background: url(/SiteCollectionImages/tafkidim/circle5.png) no-repeat center; }


#OfficialsRecordsTable .tRow{
    clear: both;
    font-size: 23px;
    height: 182px;
}

#OfficialsRecordsTable .td {
    padding: 90px 0 0;
}

#OfficialsRecordsTable .td.mail {
    text-align: left;
}

#OfficialsRecordsTable .td a {
    color: #000;
}
#OfficialsRecordsTable .td a:hover {
    text-decoration: underline;
}
#OfficialsRecordsTable .break {
    padding: 72px 0 0;
}
#OfficialsRecordsTable .odd {
    background-color: #fff;
}

#OfficialsRecordsTable .even {
    background-color: #f2f2f2;
}
.WideRashpatContentPageMainDiv #section2 .container{
	width:100%;
}
#OfficialsRecordsTable td:first-child, #OfficialsRecordsTable th:first-child{
	padding-right:300px;
}
#OfficialsRecordsTable td:last-child, #OfficialsRecordsTable th:last-child{
	padding-left:300px;
}
#OfficialsRecordsTable .td{
	/*max-width:300px;*/
	text-align:center;
	font-size:23px;
	padding-top:90px;
	color:black;
	float:right;
	width:25%;
}
#OfficialsRecordsTable .th{
	font-weight:normal;
/*	max-width:300px;*/
	text-align:center;
	font-size:23px;
	padding-bottom:30px;
	float:right;
	width:25%;
}
#OfficialsRecordsTable .tRow .container{
	width:90%;
	padding:20px 0px;
}
#OfficialsRecordsTable .td.email{
	text-align:right;
}
.JobTD{
    line-height: 1.3;
    padding-top:72px;
}
.OfficialsEmailTD a, .OfficialsEmailTD a:link, .OfficialsEmailTD a:visited, .OfficialsEmailTD a:focus, .OfficialsEmailTD a:hover{
	color:black;
}
.OfficialsEmailTD a:hover{
	text-decoration:underline;
}
.RashpatContentPageMainDiv table.dataTable thead th, .RashpatContentPageMainDiv table.dataTable.no-footer{
	border-bottom:0px;
}
#OfficialsRecordsTable .tRow:nth-child(even) {
  background-color: #f2f2f2;
}
#OfficialsRecordsTable .tRow:nth-child(odd) {
  background-color: white;
}
@media (min-width: 1px) and (max-width: 1200px) {
    #section2 .container {
        width: 98%;
    }

    .td {
        font-size: 15px;
    }
}


@media (min-width: 1px) and (max-width: 970px) {

    .section1Text {
        width: auto;
    }

    .section1Text {
        width: auto;
    }

    #section2 {
        height: auto;
    }

        #section2 .container {
            width: 96%;
        }

.name  {  }
.tafkid  { }
.phone  { width:18%; }
.cell  {  width:18%; }
.email  { width:24%; }

  .td.mail {
        text-align: left;
        word-wrap: break-word;
    }
}


@media (min-width: 1px) and (max-width: 760px) {
    #section2 .container {
        width: 90%;
        padding-bottom: 0;
        padding: 20px 0;
    }

    .thead {
        display: none;
    }
    .td, #OfficialsRecordsTable .td{
        float: none;
        text-align: right;
        width: auto;
        font-size: 16px;
    }
    .break, .td, #OfficialsRecordsTable .td {
        padding: 10px 0 0 0;
    }
    #OfficialsRecordsTable .tRow {
        font-size: 0px;
        height: auto;
    }

    .td.mail {
        text-align: right;
    }
  
}
/********* End Officials ***********/
@media (min-width: 1px) and (max-width: 750px) {
	#ms-designer-ribbon, .ms-welcome-root{
		display:none;	
	}
	.matzegetContainer {
        width: auto;
    }
}
@media (min-width: 1258px) and (max-width: 1658px) {
    .vavSlider {
        left: 3%;
    }
}


@media (min-width: 1159px) and (max-width: 1258px) {
    .vavSlider {
        left: 1%;
    }
}

@media (min-width: 1px) and (max-width: 1158px) {
    .container, .containerForm {
        width: 95%;
        /*padding-bottom: 50px;*/
    }

    body > div.container {
        padding:0;
    }



    .section3Box {
        margin-top: 90px;
    }

    .section3Box, .section5Box {
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    #section2 {
        height: auto;
    }

    .section2Text {
        width: 66%;
        float: none;
        /*padding-top: 100px;*/
        margin: 0 auto;
    }

    #section2 .sectionP {
        width: auto;
    }

    #section2 .button {
        margin: 40px 0 0;
        left: 0;
    }

    #section3 {
        height: auto;
    }

    #section4 {
        height: auto;
    }

    .section4TextRight {
        float: none;
        width: auto;
        padding-top: 90px;
        padding-right: 12%;
    }

    .section4TextLeft {
        float: none;
        width: auto;
        padding-top: 20px;
        padding-right: 12%;
        color:white !important;
    }

    #section4 .button {
        margin: 22px 0 0;
    }

    #section5 {
        height: auto;
    }

    #section6 {
        height: auto;
    }

    .section6TextRight {
        float: none;
        width: auto;
        padding-top: 80px;
        padding-right:0;
    }

    .section6TextLeft {
        float: none;
        width: auto;
        padding-top: 40px;
        padding-right: 12%;
    }

    .vavSlider {
        left: 5%;
    }



    footer ul li:first-child {
      /*   width: auto;
        padding-left: 3%;*/
    }

    #section8 {
        height: auto;
    }

    footer ul li:nth-child(6) {
        /*    padding-left: 85px;*/
    }

    footer ul li:nth-child(5) {
        /*    padding-left: 82px;*/
    }


    .section2TextLeft {
        width: 55%;
    }

    .section2TextRight {
        width: 40%;
        padding-right: 5%;
        padding-top: 234px;
    }

    #section2 .button {
        margin: 30px 0 30px;
    }


    #section2 .sectionP {
        margin-top: 0;
    }
}

@media (min-width: 801px) and (max-width: 1056px) {

    .contact_form {
        width: 588px;
    }

    #contactForm label {
        width: 95px;
        margin-right: 5px;
        font-size: 14px;
    }

    .contact_information {
        font-size: 16px;
    }
    #section7 h3 {
        font-size: 28px;
    }
    .contact_information {
        padding-right: 0;
    }
    footer nav.container {
        width: 800px;
    }

    footer ul li {
        font-size: 15px;
        padding-right: 50px;
        width: 15.5%;
    }

        footer ul li:first-child {
            width: auto;
        }


    footer nav.container a {
        font-size: 14px;
    }

    footer ul li ul li {
        width: 90%;
    }
}


@media (min-width: 801px) and (max-width: 1116px) {
    .contact_information {
        font-size: 16px;
    }
}

@media (min-width: 1px) and (max-width: 1136px) {

    footer ul li {
        /* float: none;*/
    }

    #section8 {
        height: auto;
    }
        footer ul li:nth-child(4) {
            width: auto;
        }

        footer ul li:nth-child(6) ul {
            margin-top: 10px;
        }

        footer ul li ul {
            margin-top: 10px;
        }

        footer ul li:nth-child(4) ul {
            margin-top: 10px;
        }

        footer ul li:nth-child(5) {
            width: auto;
        }

        footer ul li:nth-child(6), footer ul li:nth-child(1), footer ul li:nth-child(2), footer ul li:nth-child(3), footer ul li:nth-child(4), footer ul li:nth-child(5), footer ul li:nth-child(7) {
          /*  width: auto;*/
        }

    #section2 .container {
        width: auto;
    }

    .section1Text {
        width: auto;
    }

    .menu {
        top: 40px;
    }
}

@media (min-width: 1px) and (max-width: 920px) {
    .thanksMessage {
        padding-top: 0;
    }

    .vavSlider {
        display: none;
    }

    #section1 {
        height: auto;
    }

        #section1 .container {
            padding-bottom: 200px;
        }

    .RashpatHPMainDiv #section2 .container {
        width: 90%;
    }


    ul.topCircles {
        margin-top: 58px;
    }

    h1 {
        font-size: 40px;
        line-height: 1;
        white-space:normal;
    }

    #section1 .button {
        margin: 49px auto;
    }

    #section1 .sectionP {
        color: #fff;
        letter-spacing: 0;
    }

    #section3 {
        height: 500px;
    }

    #section7 {
        height: auto;
    }

    .contact_information {
        float: none;
        font-size: 19px;
    }

    .contact_information {
        float: none;
        font-size: 19px;
        width: 70%;
        margin: 0 auto;
    }

    .contInfoLabel {
        margin-top: 20px;
    }

    .contact_form {
        float: none;
        width: 89%;
        margin: 0 auto;
        padding-bottom: 30px;
        margin-top: 110px;
    }

    #section8 {
        min-height: 430px;
    }

    .bottomLogo {
        padding-top: 28px;
    }

    .bottomLogo {
        padding-top: 50px;
    }

    .container {
        width: 90%;
    }

    .containerForm {
        width: auto;
    }

    .socialIcons {
        margin-top: 30px;
    }

    footer nav.container {
        width: 90%;
    }


    footer ul li {
        padding-right: 2%;
        width: auto;
        float:none;
        margin-bottom: 16px;
        margin-top: 0;
    }

        footer ul li:first-child {
            padding-right: 2%;
            width: auto;
        }

        footer ul li ul li {
            margin: 4px 0;
        }

            footer ul li ul li:first-child {
                padding-right: 0;
            }

        footer ul li:nth-child(2) ul li:nth-child(4), footer ul li:nth-child(3) ul, footer ul li:nth-child(4) ul {
            width: auto;
        }

    .matzegetContainer {
        width: 80%;
    }
}

@media (min-width: 1px) and (max-width: 720px) {
	.sectionP p{
		line-height:17.6px;
	}
    .menu-btn {
        width: 60px;
        height: 76px;
    }

    .menu {
        width: 330px;
        top: 0px;
        right: -270px;
    }

    .menu-links {
        width: 270px;
    }

    nav.menu-links ul li {
        line-height: 2;
        padding-left: 0px;
    }

        nav.menu-links ul li a {
            color: #008bc0;
            font-weight: bold;
            font-size: 17px;
        }

    nav.menu-links .active {
        background: #ffa101 url("/SiteCollectionImages/arrow_menu.png") no-repeat 95% center;
    }

    .section2TextRight {
        width: auto;
        padding-right: 0;
        padding-top: 10%;
        float: none;
    }

    #section2 h2 {
        font-size: 44px;
    }

    .section2TextLeft {
        width: auto;
        float: none;
    }

    ul.downloads li {
        padding-right: 104px;
        padding-bottom: 50px;
        background-size: 88px;
    }

    .section5BoxRight {
        float: none;
    }

    .section5BoxLeft {
        float: none;
        width: auto;
        margin-top: 5px;
    }
}

@media (min-width: 480px) and (max-width: 720px) {
    .menu-links {
        background: none;
        background-color: #fff;
    }

    nav.menu-links ul {
        padding-top: 0px;
    }
}

@media (min-width: 1px) and (max-width: 919px) {
    .container {
        width: 90%;
        /*padding-bottom: 40px;*/
    }
    .articlesAggregrator{
			width:auto;
	}
	.articlesAggregrator h4{
		white-space:normal;
	}
	.articlesAggregrator .box_post_img{
		display:none;
	}
	.articlesAggregrator .box_post_1{
		width:100%;
	}
	.articlesAggregrator .box_post_2 .box_post_country{
		margin-right:30px;
	}
	.RashpatArticlePageMainDiv .section1Text{
		margin-top:100px;
	}
	.RashpatArticlePageMainDiv #section2 .container{
		width:96%;
		letter-spacing:normal;
	}
	.RashpatArticlePageMainDiv h1{
		width:auto;
	}
	.RashpatArticlePageMainDiv div{
		font-size:23px;
	}
	.RashpatArticlePageMainDiv .articleContent ul{
		list-style:none;
	}
	#section1 a.sapakimButton div{
		width:auto;
	}
    .parallax-window {
        min-height: initial;
    }

    .RashpatHPMainDiv #section2 {
        height: auto;
    }

    .section1Text {
        width: auto;
        margin: 25px auto 0;
    }

    h1 {
        font-size: 32px;
        letter-spacing: 0px;
        line-height: 1.2;
        width: auto;
    }
    h3{
		white-space:normal !important;
	}

    #section1 {
        height: auto;
    }

        #section1 .sectionP {
            margin-top: 15px;
            font-size: 23px;
            letter-spacing: 0;
            width: auto;
            line-height: 1.5;
        }
        
        .headerBtns{
			width:296px;
		}

        #section1 .button {
            margin: 36px auto;
            width:138px;
            background-color: #ffa101;
        }

            #section1 .button:hover {
                background-color: #879b20;
            }

    #section1 {
        background-size: cover;
    }
	#section2 {
        background-size: cover;
        background-position-x: left;
    }
    .section2Text {
        width: auto;
    }

    #section2 h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    #section2 .sectionP {
        margin-top: 19px;
    }

    .RashpatHPMainDiv .section2Text {
        padding-top: 30px;
    }

    #section2 .sectionP {
        margin-top: 19px;
        font-size: 23px;
        letter-spacing: 0;
        width: 100%;
        line-height: 1.2;
    }

    #section2 .button {
        margin: 0;
        left: 0;
    }

    .section2Text {
        float: none;
    }

    #section3 {
        height: auto;
    }

    .section3Box {
        width: auto;
        height: auto;
        margin-top: 60px;
        margin-left: 0;
    }

    .RashpatHPMainDiv .section3Text {
        padding: 7%;
    }

    #section3 h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .RashpatHPMainDiv #section3 .sectionP {
        margin-top: 15px;
        font-size: 23px;
        letter-spacing: 0;
        width: auto;
        line-height: 1.5;
    }

    #section3 .button {
        width: auto;
        margin: 30px auto 0;
        right: 0;
    }

    .section4Text {
        width: auto;
        float: none;
        /*padding-top: 50px;*/
    }

    #section4 h2 {
        font-size: 32px;
        line-height: 1.2;
        width: auto;
        /*color: #008bc0;*/
        color:white !important;
    }

    #section4 .sectionP {
        margin-top: 26px;
        font-size: 23px;
        letter-spacing: 0;
        width: auto;
        line-height: 1.5;
    }

    #section4 .button {
        right: 0;
    }

    .RashpatHPMainDiv #section4 {
        height: auto;
    }

    #section5,#section55 {
        height: auto;
    }

    .section5Box,.section55Box {
        width: auto;
        height: auto;
        margin-left: auto;
        margin-top: 0px;
    }
    .section5Text,.section55Text {
        padding: 7%;
    }

    #section5 .sectionP,#section55 .sectionP {
        margin-top: 20px;
        font-size: 19px;
        letter-spacing: 0;
        line-height: 1.5;
    }

    #section5 .button,#section55 .button  {
        margin: 20px auto 0;
        right: 0;
    }

    .containerForm {
        width: 94%;
    }

    #section7 h2 {
        font-size: 38px;
        padding-top: 33px;
        padding-bottom: 33px;
        line-height: 1.2;
    }

    .contact_information {
        float: none;
        font-size: 18px;
        width: auto;
        margin: 0 auto;
        padding-right: 0;
    }

    .contact_form {
        width: auto;
        margin-top: 140px;
    }

    #contactForm {
        margin-top: 20px;
    }

    #section7 h3.t2 {
        margin-right: 0;
    }

    #contactForm label {
        width: auto;
        display: block;
        text-align: right;
        line-height: 2;
        margin-right: 0;
        font-size: 15px;
        margin-top: 10px;
    }

        #contactForm label[for='lname'] {
            width: auto;
            margin-right: 0;
        }

    #contactForm input {
        width: 100%;
    }

        #contactForm input[type="email"] {
            width: 100%;
            margin-top: 0;
        }

    #contactForm label[for='message'] {
        line-height: 2;
    }

    #message {
        border: 0;
        width: 99.5%;
        margin-top: 0;
    }

    .submitRow {
        margin: 13px 0 0 0px;
    }

    .bottomLogo {
        padding-top: 15px;
    }

    footer ul li {
        float: none;
        text-align: right;
    }
    .RashpatContentPageMainDiv ul.downloads{
		padding-top:0px;
	}
	ul.downloads li{
		float:none;
		width:auto;
	}
	.unslider{
		width:auto;
	}
	.unslider-arrow.prev{
		left:inherit;
		right:-9px;
	}
	.unslider-arrow.next{
		right:auto;
		left:1px;
	}
	.unslider-nav{
		width:90%;
	}
	.unslider button{
		margin-top:0px;
		top:50%;
	}
	.matzegetContainerRight, .matzegetContainerLeft{
		float:none;
	}
	.matzeget{
		width:auto;
		float:none;
	}
	.matzegetBorder{
		border-left:none;
	}
	#section2 .News .button{
		margin:auto;
	}
	#section1 .contact_information{
		padding-right:0px;
	}
	.htmlFourButtons.btnsContainer{
		height:auto;
	}
}


@media (min-width: 1px) and (max-width: 620px) {

	.masthead .container{
		padding-bottom:0px;
	}
    #section1 {
        background-size: cover !important;
        height:auto !important;
    }

        #section1 .container {
            padding-bottom: 12px;
        }
	.pageParagraph2{
		width:auto;
		padding-top:50px;
	}
    h1 {
        font-size: 28px;
        line-height: 1;
    }

    .section1Text {
        margin: 20px auto 0;
    }

    #section1 .sectionP {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.1;
    }

    ul.topCircles {
        width: auto;
        margin-top: 30px;
    }

        ul.topCircles li {
            float: none;
            margin: auto;
            margin-top: 20px;
        }


            ul.topCircles li:last-child {
                margin: 20px auto 0;
            }


    #section5 .button {
        width: auto;
    }

    #section5 h2 {
        font-size: 36px;
    }
    .section5Text h2{
        color:white;
    }

    .sec5Num {
        width: 82px;
        height: 82px;
        font-size: 50px;
        margin-top: 16px;
    }

        .sec5Num div {
            padding: 20px 0 0;
        }

    #section5 .sectionP.smlText {
        margin-top: 12px;
        font-size: 17px;
        width: auto;
        line-height: 1.3;
    }

    #section5 .sectionP {
        margin-top: 4px;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 1.3;
        width: auto;
    }

    .section6TextRight, .section6TextLeft, .section4TextLeft {
        padding-right: 0;
    }

    #section6 h2 {
        font-size: 46px;
        text-align: center;
    }

    #section6 .sectionP {
        width: auto;
    }

    .section4TextRight {
        padding-right: 0;
        text-align: center;
    }

    #section1 h1 {
        font-size: 45px;
        white-space:normal;
    }
    
    .RashpatContentPageMainDiv #section1 h1{
		padding-top:50px;
		padding-bottom:40px
	}
    #section1 h2 {
        font-size: 30px;
        white-space:normal;
    }

    ul.topCircles {
        font-size: 20px;
    }

        ul.topCircles li {
            width: 150px;
            height: 150px;
        }

            ul.topCircles li div {
                /*padding: 58px 25px 0;*/
                line-height:150px;
                background:url(/SiteCollectionImages/top_circles_arrow.png) no-repeat 5% center;
            }

            ul.topCircles li:nth-child(2) div {
                /*padding: 60px 55px 0;*/
            }

    .section2TextLeft {
        padding-top: 20px;
    }

    #section2 .sectionP {
        margin-top: 0;
    }


    nav.menu-links ul {
        padding-top: 0;
    }

    .menu-links {
        background: none;
        background-color: #fff;
    }

    .matzegetContainer {
        width: auto;
    }
}
@media (min-width: 1px) and (max-width: 330px) {
	.RashpatHPMainDiv ul.downloads li{
		padding-right:40%;
	}
	h1{
		font-size:40px;
	}
	h2{
		white-space:normal !important;
		text-align:center;
		font-size:25px;
	}
	.matzegotButton{
		width:300px;
	}
}
@media (min-width: 1px) and (max-width: 820px) {
	.tfasimMainDiv ul.downloads {
        margin-bottom: 0px;
    }

    .tfasimMainDiv ul.downloads li {
        float: none;
        width: auto;
        margin-left: 0;
        padding-bottom: 76px;
    }

    .tfasimBtns {
        width: auto;
    }

    .tfasimBtns .btn {
        width: 49.5%;
    }
}