@charset "UTF-8";
/* CSS Document */

/*==================================================
                      reset
--------------------------------------------------*/
@font-face {
    font-family: 'Alef';
    src: url('Alef-Bold.eot');
    src: url('Alef-Bold.eot?#iefix') format('embedded-opentype'),
         url('Alef-Bold.woff') format('woff'),
         url('Alef-Bold.ttf') format('truetype'),
         url('Alef-Bold.svg#alefbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Alef';
    src: url('Alef-Regular.eot');
    src: url('Alef-Regular.eot?#iefix') format('embedded-opentype'),
         url('Alef-Regular.woff') format('woff'),
         url('Alef-Regular.ttf') format('truetype'),
         url('Alef-Regular.svg#alefregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { padding: 0; margin: 0; box-sizing: border-box; }

body { font-family: Alef, Helvetica, sans-serif; direction: rtl; font-size: 15px; color: rgba(123, 137, 147, 1); }



h1 { font-size: 30px; font-weight: bold; margin: 5px 0px 5px 0px; color: #f47e1f; }
h2, h4, h5, h6 { font-weight: normal; margin: 5px 0px 5px 0px; color: #f47e1f; }
h2 { font-size: 22px; }
h3 { font-size: 18px; margin: 20px 0px 5px 0px; font-weight: bold; color: #f47e1f; }
h4, h5, h6 { font-size: 15px; }

p { padding: 2px; margin: 0; }


a, 
a:link { font-weight: normal; padding: 0; text-decoration: none; }
a:visited { font-weight: normal; text-decoration: none; }
a:hover { text-wdecoration: none; font-weight: bold; text-decoration: underline;}
a:active { font-weight: bold; border: none; text-decoration: underline; }
a:focus { text-decoration: underline; outline:0; font-weight: bold; }

img { border: none; }

/*==================================================
                   WrapperSite
--------------------------------------------------*/
.WrapperSite {
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    }

/*==================================================
                      Header
--------------------------------------------------*/
.WraperHeader {
    width: 100%;
    height: auto;
    display: inline-block;
    float: right;
    text-align: center;
    }

#Logo img {
    width: 50%;
}

/*==================================================
                      Middle
--------------------------------------------------*/

.WrapperMiddle {
    width: 100%;
    height: auto;
    display: inline-block;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 1);
    }
.FreeBox {
    float: right;
    width: 100%;
    line-height: 0.9;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: center;
}

.FreeBox h1 {
    font-size: 48px;
    margin-top: -10px;
}

.FreeBox p {
    font-size: 20px;
    margin-bottom: 5px;
    }

.FreeBox img {
    width: 25%;
}
/*==================================================
                    Navigetion
--------------------------------------------------*/
.topnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #3793FB;
    text-align: center;
}

.topnav ul li { display: inline-block;}    

.topnav ul li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 11px 16px;
  text-decoration: none;
  transition: 0.5s;
  font-size: 17px;
    min-width: 95px;
}

.topnav ul li a:hover {background-color: #f47120;}


@media screen and (max-width:680px) {
  .topnav ul.responsive {position: relative;}
  .topnav ul.responsive li.icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .topnav ul.responsive li {
    float: none;
    display: inline;
  }
  .topnav ul.responsive li a {
    display: block;
    text-align: right;
  }
}

/*==================================================
                      Gallery
--------------------------------------------------*/
.WrapperGallery {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
    float: right;
    }

/*==================================================
                       Main
--------------------------------------------------*/
.readmore {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.blog ul {
    padding-right: 10px;
    list-style-type: square;
}

.blog ul li {
    list-style-position: initial;
    margin-right: 10px;
}
.item-page ul {
    padding-right: 10px;
    list-style-type: square;
}

.item-page ul li {
    list-style-position: initial;
    margin-right: 10px;
}

.Main {
    display: inline-block;
    width: 100%;
    position: relative;
    float: right;
    padding-bottom: 10px;
    -moz-box-shadow: 0px 8px 4px -5px #000000;
    -webkit-box-shadow: 0px 8px 4px -5px #000000;
    box-shadow: 0px 8px 4px -5px #000000;
    }

.WrapperArticleBox {
    padding-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}

.page-header h1 {
    display: none;
}
/*הגדרות מודול תאריך עדכון*/
.article-info-term {
    display: none;
}

dd.modified {
    margin-top: 10px;
    font-size: 13px;
}
/*סיום הגדרות מודול תאריך עדכון*/
/*הגדרות תמונה צור קשר*/
.ContactImg {
    width: 220px;
    height: 800px;
    display: inline-block;
    float: right;
    margin-left: 20px;
}
/*סיום */
/* הגדרות כלליות מאמרים*/
.ArticleBox {
    width: 24%;
    height: auto;
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
    }

.ArticleBox h2 {
 	background-color: #3793FB;
    height: 50px;
    width: 170px;
    -moz-border-radius:100px;
    -webkit-border-radius: 100px;
    margin: auto auto 10px auto;
    line-height: 80%;
    font-size: 28px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding-top: 2px;
    -moz-box-shadow:inset 4px 3px 14px #000000;
    -webkit-box-shadow:inset 4px 3px 14px #000000;
    box-shadow:inset 4px 3px 14px #000000;
    transition: 0.5s;
}

        .ArticleBox:nth-child(3) { margin-right: 10px; }
        .ArticleBox:last-child { margin-right: 10px }

.ArticleBox p {
    text-align: justify;
}

.ArticleBox h2:hover {
    background-color: #f47120;
}

.ArticleBox h2 a {
    color: #fff;
    font-weight: normal;
}

/*סיום*/

/*הגדרות אפקטים לתמונות במאמרי נייוט*/
.Marketing {
    width: 220px;
    height: 550px;
    display: inline-block;
    float: right;
    margin-left: 15px;
    background-image: url("../images/Bunners/Marketing_A.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    }

    .Marketing:hover {
        background-image: url("../images/Bunners/Marketing_B.svg");
        }

.WebSite {
    width: 220px;
    height: 800px;
    display: inline-block;
    float: right;
    margin-left: 15px;
    background-image: url("../images/Bunners/website_A.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.WebSite:hover {
    background-image: url("../images/Bunners/website_B.svg");
}

.Design {
    width: 220px;
    height: 800px;
    display: inline-block;
    float: right;
    margin-left: 15px;
    background-image: url("../images/Bunners/design_A.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.Design:hover {
    background-image: url("../images/Bunners/design_B.svg");
}
/*הגדרות לקוחות*/
.Customers {
	display: block;
    float: right;
  	text-align: center;
  	width: 100%;
}

.Customers img {
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 10px;
  filter: grayscale(100%);
  opacity: 0.3;
    transition: All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
}

.Customers img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.Customers h2 {
	border-bottom: 1px solid rgba(123, 137, 147, 1);
    margin-bottom: 15px;
}

/*סיום*/

/*==================================================
                       Fotter
--------------------------------------------------*/
.WrapperFotter {
    width: 100%;
    display: inline-block;
    clear: both;
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    background-color: #3793FB;
    }
        .WrapperFotter ul {
            list-style-type: none;
            font-size: 12px;
            }
        .WrapperFotter a {
            color: rgba(255, 255, 255, 1);
        }
.WrapperCredit {
    display: inline-block;
    padding: 3px 10px 0px 10px;
    font-size: 12px;
    height: 40px;
}
.FooterBox {
    display: block;
    float: right;
    color: rgba(255, 255, 255, 1);
    width: 22%;
}
.FooterBox:first-child {
    margin-right: 40px;
}
.FooterBox:last-child {
    float: left;
    width: auto;
}

/*הגדרות מודול יצירת קשר */

/*footer*/

.formControls {
    margin: 0px !important;
}

.WrapperFotter .rsform-block {
    margin: 0px !important;
}
/*main*/
.formResponsive {
    display: inline-block;
    width: 65%;
    margin: 0px;
}

/*===============================================================
                     Media Mobile A
---------------------------------------------------------------*/
@media screen and (max-width:680px) {
    #Logo img {width: 90%; }
    .FooterBox { width: 85%; margin: auto; float: none; }
    .FooterBox:first-child { display: none; }
    .FooterBox:nth-child(2) { display: none; float: none; margin: auto; }
    .FooterBox:last-child { float: none; margin: auto; }
    .ArticleBox { display: inline-table; }
    .ArticleBox p { display: none; }
    .FreeBox h1 { font-size: 35px; }
    .FreeBox p { font-size: 17px; }
    .FreeBox img { width: 50%; }
  	ul#smallsc { display: none; }
}


/*===============================================================
                     Media Big Screen
---------------------------------------------------------------*/
@media only screen and (min-width: 961px) {
    
    .WrapperSite { width: 950px; }
    
}