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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td
{margin: 0;padding: 0;border: 0;outline: 0;
 font-size: 100%;vertical-align: baseline;
 background: transparent;}
body              {line-height: 1;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}


@font-face {
    font-family: 'fb';
    src: url('../fonts/IBMPlexSansHebrew-Medium.woff') format("opentype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}


@font-face {
    font-family: 'fb_bold';
    src: url('../fonts/IBMPlexSansHebrew-Bold.woff') format("opentype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'semi_bold';
    src: url('../fonts/IBMPlexSansHebrew-SemiBold.woff') format("opentype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}


@font-face {
    font-family: 'fb_light';
    src: url('../fonts/IBMPlexSansHebrew-Light.woff') format("opentype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}



body {
    font-family: "fb", "helvetica","arial",sans-serif;
    font-weight: normal;
    min-width: 1300px;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 20px;
    direction: rtl;
    padding: 0px 0 0 0;
    color: black;
    /* background: url('../img/bgs/section1.jpg?v=1') center top #FFFFFF no-repeat; */
    /*    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;*/
}



.home_body {
}


img.acc {
    display: none;
}

.clear {}
.clear:before {content: ''; display: block; clear: both;}
.clear:after {content: ''; display: block; clear: both;}

.wrapper {
    display: block;
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.absWrapper {
    position: absolute;
    margin: 0 -600px 1% 0;
    right: 50%;
/*    top: 0;*/
}

.form-wrapper {
    margin: 0px auto 0;
    padding: 0;
    
    }
    
.form-wrapper form {
    
    margin: 0px auto 0;
    padding: 0 0px 0 0;
    width: 100%;
}
.form-wrapper form .i-input {
    font-family: "fb_light", "helvetica","arial",sans-serif;
    width: 39%;
    display: inline-block;
    margin: 0;
    padding: 9px 10px 7px 9px;
    color: black;
    font-size: 16px;
    background-color: white;
    border: 1px solid #E6E6E6;
    border-radius: 7px;
}

.form-wrapper form .i-input:focus,
.form-wrapper form .i-input:hover
{
    border-color: black;
}

.form-wrapper form input:nth-child(2n+0) {
    /* margin-left: 0; */
}

.form-wrapper form .i-select {
    display: inline-block;
    width: 175px;
    margin: 0px 0 20px 30px;
    padding: 11px 5px 13px;
    color: white;
    /* float: right; */
    font-size: 17px;
    background-color: #BD1825;
    border: 1px solid white;
    border-radius: 0;
    -webkit-appearance: none;
}

.form-wrapper form .i-select:focus,
.form-wrapper form .i-select:hover
{
    border-bottom: 1px solid black;
}

.form-wrapper form .i-submit {
    margin: 0px auto 0;
    padding: 10px 32px;
    color: white;
    background-color: black;
    border: none;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    font-size: 19px;
    display: inline-block;
    vertical-align: top;
    
}

.form-wrapper form .i-submit:hover,
.form-wrapper form .i-submit:focus
{
    background-color: #414141;
    color: white;
}

.form-wrapper form .i-submit img {
    width: 100%;
}

.form-wrapper form .i-submit:hover {
}



.form-wrapper form .inputs {
    display: inline-block;
}


.thank {
    margin: 3px 0 0 0;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: black;
    padding: 10px 0;
}
.thank strong {
    font-size: 23px;    
}

::-webkit-input-placeholder {color:grey;padding: 2px 0px 1px;}
:-moz-placeholder {color:grey;padding: 2px 0px 1px;}
::-moz-placeholder {color:grey;padding: 2px 0px 1px;}
:-ms-input-placeholder {color:grey;padding: 2px 0px 1px;}  


/* MODAL */
.modal-alert {
    background-color: rgba(0, 0, 0, 0.54);
    -o-transition: opacity .15s linear;
}
.modal-alert .modal-dialog {
    margin: 160px auto;
    width: 670px;
}
.modal-alert .modal-content {
    border-radius: 30px;
    background: transparent;
}
.modal-alert .modal-header {
    display: none;
}
.modal-alert .close {
    position: absolute;
    left: 20px;
    top: -35px;
    opacity: 1;
    background-color: transparent;
    border: none;
    z-index: 1;
}

.modal-alert .modal-logo {
    display: block;
    width: 180px;
    margin: 40px auto 0;
}
.modal-alert .modal-title {
    color: black;
    line-height: 1.2;
    font-size: 26px;
    margin: 0;
    text-align: center;
}
.modal-alert .modal-body {
    width: 100%;
    padding: 50px 20px 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
}
.modal-alert .modal-body p {
    text-align: center;
    color: red;
    line-height: 1;
    font-size: 24px;
    margin: 0;
}
.modal-alert .buttons {
    width: 100%;
    display: block;
    padding: 20px;
}
.modal-alert .buttons .btn {
    width: 100%;
    display: block;
    margin: 5px auto;
    color: white;
    border: none;
    padding: 5px 10px;
    text-align: center;
    font-size: 20px;
    border-radius: 0;
}
.modal-alert .buttons .btn img {
    width: 24px;
    /* float: right; */
    /* margin-left: 5px; */
}
.modal-alert .buttons .btn1 {
    background-color: #1a1a1a;
}
.modal-alert .buttons .btn2 {
    background-color: #E34451;
}
.modal-alert .modal-footer {
    display: none;
}



/*Carousell Fade*/

.carousel.fade {
    opacity: 1;
    background-color: white;
}
.carousel.fade .item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    left: 0 !important;
    opacity: 0;
    top:0;
    position:absolute;
    width: 100%;
    display:block !important;
    z-index:1;
}
.carousel.fade .item:first-child {
    top:auto;
    position:relative;
}
.carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index:2;
}

/* END Carousell Fade  END Carousell Fade  END Carousell Fade  END Carousell Fade */


.credit {
    margin: 0px 0 0 0px;
    bottom: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 17px 20px 10px 20px;
/*    background: white;*/
    /* position: absolute; */
}


body.thanks  {
}
body.thanks .credit {
    /* margin-top: 20px; */
}


.form {
    padding: 0px 0 0 0;
    width: 100%;
    min-height: 304px;
}


.form .inputs {
    float: right;
    width: 550px;
}


.icheck {
    margin: 4px 0 0 0;
    text-align: right;
}
.icheck input {
    vertical-align: middle;
    margin: 2px 0 0 4px;
}
.icheck label {
    margin: 0;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    color: black;
    font-weight: normal;
}
.icheck label a {
    color: black;
    text-decoration: underline;
}

#thankModal .modal-body .modal-title {
    font-size: 29px;
}
#thankModal .modal-body p {
    font-size: 32px;
    color: black;
    margin: 10px 0;
    line-height: 1;
    padding: 0 60px;
}
#thankModal .modal-body a {
    text-align: center;
    display: block;
    margin: 19px 0 0 0;
    color: black;
}



.lb-outerContainer {
    border-radius: 0;
    background-color: transparent;
}
.lightbox .lb-image {border-radius: 0;}
.lb-caption {
    font-size: 24px !important;
}
.lb-data .lb-details {
    float: right;
    direction: rtl;
    text-align: right;
}
.lb-data .lb-close {
    float: left;
    border: 0;
    border-radius: 50%;
    background-size: 16px;
    background-position: center center;
    position: absolute;
    top: -12px;
    margin: 0 0 0 -13px;
    background-color: #898989;
    opacity: 1;
    z-index: 99999;
}
.lb-closeContainer {
    direction: ltr;
}
.lb-nav a {
    display:block !important;
    opacity: 100 !important;
    fiter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}



.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 24%;
}
.owl-carousel .owl-nav img {
    width: 21px;
}
.owl-carousel .owl-nav .owl-prev {
    display: block;
    background: transparent !important;
    left: -40px;
    position: absolute;
    padding: 0;
    margin: 0;
}
.owl-carousel .owl-nav .owl-next {
    display: block;
    background: transparent !important;
    right: -40px;
    position: absolute;
    padding: 0;
    margin: 0;
}

.owl-carousel .owl-dots {
    margin: 30px 0 0 0;
    text-align: left;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 2px;
    width: 8px;
    height: 8px;
}



/****************************** modal-video ******************************************/
.modal-video {
    padding-right: 0 !important;
}
.modal-video .modal-dialog {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin: 0;
}
.modal-video .modal-content {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.modal-video .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    background-color: white;
    padding: 0px;
    width: 40px;
    line-height: 40px;
    z-index: 1000;
    opacity: 1;
    border-radius: 50%;
}
.modal-video iframe {
    width: 100%;
    height: 100%;
}
/****************************** END modal-video ******************************************/




/* ------------  Show hide Divs ------------- */

.show_hide_divs_nav {
    margin: 30px 0 0px 0;
    text-align: center;
}
.show_hide_divs_nav a {
    color: black;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    padding: 33px 40px;
    position: relative;
    background-color: #72BFB9;
    font-size: 18px;
    color: white;
    text-decoration: none;
}

.show_hide_divs_nav a.active, .show_hide_divs_nav a:hover {
    background-color: #007795;
    
}

.show_hide_divs_nav a:last-child {
    margin-left: 0;
}

.show_hide_divs_nav a figure {
    display: none;
    width: 24px;
    height: 13px;
    background: url('../img/shpitz_down.svg') center center transparent no-repeat;
    background-size: cover !important;
}


.show_hide_divs_nav a.active figure, .show_hide_divs_nav a:hover figure{
    display: block;
    position: absolute;
    bottom: -13px;
    right: 50%;
    margin-right: -12px;
}

.show_hide_divs_nav a .hover_active {
    font-family: "fb", "helvetica","arial",sans-serif;
}

.show_hide_divs_nav a.active .hover_active, .show_hide_divs_nav a:hover .hover_active {
}


.show_hide_divs {}

.show_hide_divs div {
    display: block;
}

.show_hide_divs div.hide_it {
    display: none;
    
}



/* ------------------ Show hide Divs END -------------------------------*/

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    60% {
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


@keyframes bounce1 {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    60% {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.bounce1 {
    -moz-animation: bounce1 2s infinite;
    -webkit-animation: bounce1 2s infinite;
    animation: bounce1 2s infinite;
}

.full_with {
    width: 100%;
}

.section1 {
    text-align: center;
    position: relative; 
    background: url('../img/bgs/sec1Bg.png?v=1') center center white repeat-x; 
    min-height: 963px;
    
}

.section1 .sec1Bg {
    min-height: 963px;
    background: url('../img/bgs/section1.jpg?v=3') center center transparent no-repeat; 
}

.section1 .Wrapper {
    padding: 280px 0 0 0;
    width: 1480px;
    
}


.owl-theme .owl-dots .owl-dot.active span {
    border-color: #92B139;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #92B139;
}




.contactSection {
    margin: 0;
    text-align: center;
}

.contactSection .form-wrapper header {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.contactSection .form-wrapper form {
    display: inline-block;
    vertical-align: middle;
    width: 575px;
}

.contactSection .form-wrapper form .inputs {
    text-align: center;
    width: 540px;
    display: inline-block;
    float: none;
}

.contactSection .form-wrapper {
    
}

.contactSection  .form-wrapper form .i-input {
    width: 217px;
    margin: 0 0 0 4px;
}

.contactSection .form-wrapper form .i-submit {
    margin: 0;
    float: none;
    display: inline-block;
}

.contactSection.contact2 {
   
}

.contactSection .wrapper {
    background: #00ACAA;
    padding: 40px 0;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    color: white;
}

.contactSection .form-wrapper header h2 small {
    color: white;
}

.contactSection .form-wrapper h2 {
    display: inline-block;
    font-family: "semi_bold", "helvetica","arial",sans-serif;
    font-size: 21px;
    margin: 0 0 0 0px;
}

.contactSection .form-wrapper h3 {
    display: inline-block;
    font-family: "fb_light", "helvetica","arial",sans-serif;
    font-size: 18px;
    margin: 0;
}


.leftCont {
    width: 622px;
    margin: 0 auto;
    text-align: center;
    padding: 130px 0 0 0;
}



.logoDown {
    width: 480px;
    height: 202px;
    margin: 30px auto 20px;
    display: block;
}



.btnDown {
    width: 246px;
    margin: 60px auto 0;
    background: none;
    border: none;
}

.btnDown img {
    width: 100%;
}

.gallery {
    background: #1e1b1b;
    padding: 50px 0 0;
}

.owl-item {
      opacity: 0.2;
}

.owl-item.center {
      opacity: 1;

}

.form-wrapper header {
    margin: 0 0 20px 0;
    text-align: right;
}

.form-wrapper header h2 {
    font-family: "fb_bold", "helvetica","arial",sans-serif;
    font-size: 19px;
}

.form-wrapper header h2 small {
    font-family: "fb", "helvetica","arial",sans-serif;
    color: black;
    font-size: 17px;
}

.form-wrapper header p {
    display: inline-block;
}

.gallery2 {
    padding: 0 0 50px 0;
}


.gallery2 .owl-item {
      opacity: 1;
}


h1 {
    color: white;
    line-height: .9;
    letter-spacing: -1px;
    font-size: 62px;
    margin: 20px 0 40px;
    font-family: "semi_bold", "helvetica","arial",sans-serif;
}

h1 strong {
    display: block;
    
       
}

h1 small {
    font-family: "fb", "helvetica","arial",sans-serif;
    color: black;
    vertical-align: middle;
}



#thankModal .headerThanks {
    background: #00ACAA;
    padding: 40px 10px;
    color: white;
    text-align: center;
    font-size: 35px;
}

#thankModal .headerThanks .close {
    top: 30px;
}

#thankModal .headerThanks .close img {
    width: 40px;
}


#thankModal .headerThanks h2 {}

#thankModal p.textThanks {
    padding: 40px 0px;
    width: 390px;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 25px;
}

#thankModal .buttonsThanks {
    text-align: center;
}

#thankModal .buttonsThanks a {
    display: inline-block;
    margin: 0 7px 50px;
}
#thankModal .buttonsThanks a img {
    width: 50px;
    height: 50px;
}

#thankModal.modal-alert .modal-body {
    padding: 0;
    border: 1px solid white;
}

.section1 .text {
    width: 615px;
    color: white;
    
}

.section1 .text p {
    font-size: 28px;
    line-height: 1.5;
}

.section1 .text p strong {
    font-family: "fb_bold", "helvetica","arial",sans-serif;
}


.section1 .text .buttons {
    width: 100%;
    margin: 40px 0 0 0;
}
.section1 .text .buttons button {
    background: none;
    border: none;
    padding: 0;
    margin: 0 40px;
}
.section1 .text .buttons button img {
    width: 51px;
    height: 51px;
    display: block;
    margin: 0 auto 16px;
}
.section1 .text .buttons button span {}

.section2 {
    position: relative;
    text-align: right;
}

.section2 .form-wrapper {
    text-align: right;
}

.section2 .absWrapper {
    bottom: 20px;
    right: 47%;
}


.sitefooter {
    background: url('../img/bgs/footer.jpg?v=2') center center transparent no-repeat;
    height: 368px;
    padding: 100px 0 0 0;
}

.sitefooter .wrapper {
    width: 1300px;
}

.sitefooter .tableFooter {
    display: table;
    width: 940px;
    font-family: "fb_light", "helvetica","arial",sans-serif;
    font-size: 20px;
    
}

.sitefooter .tableFooter .col {
    display: table-cell;
    vertical-align: top;
    
}

.sitefooter .tableFooter .col:first-child {
    width: 244px;
    border-left: 1px dotted black;
}

.sitefooter .tableFooter .col:last-child {
    padding: 0 50px 0 0;
}

.sitefooter .tableFooter .col:first-child img {
        margin: 20px -13px 0 0;
}

.sitefooter .tableFooter hr {
    
    border-top: 2px solid white;
    width: 470px;
    margin: 13px 0;
}

.sitefooter .tableFooter h2 {
    font-family: "semi_bold", "helvetica","arial",sans-serif;
    font-size: 34px;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}



.sitefooter .tableFooter strong {
    font-family: "fb", "helvetica","arial",sans-serif;
}


.sitefooter .tableFooter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sitefooter .tableFooter ul li {
    margin: 0 0 10px 0;
}

.sitefooter .tableFooter ul li a {
    color: black;
}

.sitefooter .tableFooter ul li span {
    font-family: "fb", "helvetica","arial",sans-serif;
}

.sitefooter .tableFooter ul li a:hover,
.sitefooter .tableFooter ul li a:focus
{
    text-decoration: underline;
}



@media all and (max-width: 1900px){
    .section1 .Wrapper,
    .sitefooter .wrapper
    {
        width: 1000px;
        margin: 0 10px 0 0;
    }
    
}