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, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}




/* ============================================================================= */
@font-face {
    font-family: 'OpenR';
    src: url('../fonts/OpenSansHebrew-Regular.woff') format("opentype"); /* here you go, IE */
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}


@font-face {
    font-family: 'OpenB';
    src: url('../fonts/OpenSansHebrew-Bold.woff') format("opentype"); /* here you go, IE */
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
/* ============================================================================= */






/* ============================================================================= */

* { 
    list-style-type: none;
    outline: none;
}

body {
    direction: rtl;
    margin: 0;
    padding: 0;
    font-family: 'OpenR', Arial; 
    overflow-x: hidden !important; 
}

.clear {}
.clear:before {content: '';display: block;clear: both;}
.clear:after {content: ''; display: block; clear: both;}

.wrapper { 
    position: relative;
    display: block;
    width: 1200px;
    margin: 0 auto;
} 

.credit {
    margin: -38px auto;
    text-align: center;
    padding: 4px;
    position: relative;
    z-index: 99999;
    background: #fff;
}

.credit img {
    width: 75px;
}
/* ============================================================================= */


/* ============================================================================= */
#showLoading {
    position: relative; 
    top: 15vw;
    left: 50%;
    transform: translateX(-50%);
}
/* ============================================================================= */



/* ============================================================================= */
.hide {
    display: none;
}
/* ============================================================================= */


/* custom per page */
img#tofes-bg {
    position: absolute;
    z-index: 99999; 
    top: -116vh;
    left: 2vw;
}


.site-text {
    width: 734px;
    
    position: absolute;
    z-index: 99999;
    top: -39vh;
    right: 4vw;
    font-size: 15pt;
    line-height: 1.3;
}

.site-text h1 {
    font-family: 'OpenB';
    font-size: 22pt;
    
}

strong {
    font-family: 'OpenB';
}


img.desktop_call_me {
    width: 186px;
    display: block;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}

/* strip*/
@-webkit-keyframes moveSlideshow {
    0% { right: 0; }
    100% { right: -1300px; }
}
@-moz-keyframes moveSlideshow {
    0% { right: 0; }
    100% { right: -1300px; }
}
@keyframes moveSlideshow {
    0% { right: 0; }
    100% { right: -1400px; }
}

.slideshow {
    margin: -156px 0 0px 0;
    z-index: 9999;
    height: 96px;
    position: relative;
    overflow: hidden;
    margin-bottom: 68px;
}
.slideshow > .bg_move {
    width: 13280px;
    background: url(../images/d/strip.png);
    position: relative;
    background-repeat: no-repeat;
    top: 21px;
    /* border: 1px solid; */
    right: 0;
    height: 96px;
    -webkit-animation: moveSlideshow 20s linear infinite;
    -moz-animation: moveSlideshow 20s linear infinite;
    -ms-animation: moveSlideshow 20s linear infinite;
    z-index: 9999999;
}
/* strip */


/* custom per page */


/* ============================================================================= */
/* START Carousel Fade*/
.carousel.fade {
    opacity: 1;
    background-color: transparent;
}

.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;
    opacity: 0;
    top:0;
    position:absolute; 
    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 Carousel Fade */
/* ============================================================================= */





/* ============================================================================= */
/* START Carousel custom properties */
.bg {
    width: 100%;
    height: 1024px;
    /*    position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        z-index: 0;*/
}


.bg .single_item {
    background: url(../images/d/bg.jpg) center top no-repeat #010101;
    font-weight: normal;
    min-width: 1200px;
    min-height: 770px;
    width: 100%;
}

.bg .carousel.bgs {
    width: 100%;
    height: 1024px;
    overflow: hidden;
}

.bg .carousel.bgs .item {
    /*background-position: left top;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 1024px;
    width: 100%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    /*margin-top: 83px;*/
}

.carousel-control {
    z-index: 10;
    padding: 24% 0 0 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control.left {
    background: transparent !important;
}

.carousel-control.right {
    background: transparent !important;
}

.carousel-control img {
    width: 50px;
}

.carousel-control.left img {
    float: left;
}

.carousel-control.right img {
    float: right;
}
/* END Carousel custom properties */


/* ============================================================================= */





/* ============================================================================= */
/* Form CSS */
.form_section {
    padding: 0;
    /* background: #fff; */
    height: 418px;
    width: 233px;
    position: absolute;
    top: -70vh;
    bottom: 0;
    left: 3vw;
    z-index: 99999;
}

.form {
    padding: 0px 0 0 0;
    width: 100%;
}

.icheck {
    margin: 20px auto;
    text-align: center;
    margin-left: auto; 
    margin-right: auto; 
    /*float: right;*/ 
}

.icheck input {
    vertical-align: middle;
    margin: 0px 0 0 2px;
}

.icheck label {
    margin: 0;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1;
    color: #000;
    font-weight: normal;
}

.icheck label a {
    color: #B1A692;
    text-decoration: underline;
}


.form-wrapper {
    width: 100%;
    margin: 40px auto 0px;
}

.form-wrapper form {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
}

.form-wrapper form .i-input {
    display: block;
    width: 186px;
    margin: -5px 0px 25px 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 11px 9px;
    color: #000;
    text-align: center;
    /*float: right;*/
    font-size: 20px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -webkit-appearance: none;
}

.form-wrapper form .i-select {
    display: block;
    width: 49%;
    margin: 0 0 18px 0;
    padding: 0px 8px 9px;
    color: #36255C;
    float: right; 
    font-size: 20px;
    background-color: #FFCA00;
    border: 1px solid #322155;
    border-top: none;
    border-radius: 0 0 10px 0px;
    -moz-border-radius: 0 0 10px 0px;
    -webkit-border-radius: 0 0 10px 0px;
    border-left: none;
    -webkit-appearance: none;
}

.form-wrapper form .i-submit {
    width: 186px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/d/desktop_btn.png) center top no-repeat;
    
    display: block;
    
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 22px;
    color: #fff;
}

.form-wrapper form .i-submit:hover {
    
}

.inputError {
    border: none;
    border-bottom: 1px solid red !important;
    border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -webkit-appearance: none;
}

::-webkit-input-placeholder {color:#000;}
:-moz-placeholder {color:#000;}
::-moz-placeholder {color:#000;}
:-ms-input-placeholder {color:#000;}  

.black_place::-webkit-input-placeholder {color:black;}
.black_place:-moz-placeholder {color:black;}
.black_place::-moz-placeholder {color:black;}
.black_place:-ms-input-placeholder {color:black;}  

/* END Form CSS */
/* ============================================================================= */










/* ============================================================================= */
@media  (max-width: 1680px) and ( max-height: 1050px ) {
    
    
    
}
/* ============================================================================= */


/* ============================================================================= */
@media  (max-width: 1600px) and ( max-height: 900px ) { 
    
    img#tofes-bg {
        top: -132vh;
    }
    
    .form_section {
        top: -84vh;
    }
    
    .site-text {
        top: -47vh;
    }
    
}
/* ============================================================================= */



/* ============================================================================= */
@media  (max-width: 1440px) and ( max-height: 900px ) {
    
    .form_section {
        left: 50px;
    }
    
    .bg .carousel.bgs .item {
        height: 990px;
        width: 1440px;
    }
    
    .credit {
        margin-top: -34px;
    }
    
    
}
/* ============================================================================= */




/* ============================================================================= */
@media  (max-width: 1280px) and ( max-height: 1024px ) {
    
    .form_section {
        left: 47px;
    }
    
    .bg .carousel.bgs .item {
        height: 1024px !important;
        width: 1280px !important;
    }
    
    .credit {
        /*margin-top: -34px;*/
    }
    
    img#tofes-bg {
        top: -114vh !important;
    }
    
}
/* ============================================================================= */




/* ============================================================================= */
@media  (max-width: 1366px) and ( max-height: 768px ) {
    
    .form_section {
        top: -100vh;
        left: 47px;
    }
    
    .bg .carousel.bgs .item {
        height: 865px !important
            width: 1366px !important;
    }
    
    .site-text {
        top: -59vh !important;
    }
    
    img#tofes-bg {
        top: -158vh !important;
    }
    
}
/* ============================================================================= */





/* ============================================================================= */
@media  (max-width: 1024px) {
    
    
    /* ========== */
    /* MODAL */
    #myModal1 {
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    #myModal1 .modal-dialog {
        width: 90%;
        margin: 50px auto 0;
    }
    
    #myModal1 .modal-content {
        margin-top: 5vh;
        width: 80%;
        margin: 5vh auto;
        border-radius: 0px;
    }
    
    #myModal1 .modal-header {
        display: none;
    }
    
    #myModal1 .close {
        position: absolute;
        right: 20px;
        top: -20px;
        opacity: 1;
        background-color: transparent;
        border: none;
        z-index: 1;
    }
    
    #myModal1 .close img {
        width: 40px;
    }
    
    #myModal1 .modal-body {
        width: 100%;
        padding: 20px 20px 40px 20px;
        background-color: rgb(191, 191, 191);
        /*border-radius: 20px;*/
    }
    /* ========== */
    
    
    /* ========== */
    /* FORM */
    .form-wrapper {
        width: 75%;
        margin: 40px auto;
        margin-top: 161vw;
        z-index: 9999;
        position: relative;
    }
    
    .form-wrapper form .i-input {
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 5vw;
        padding: -1px 0px 9px;
        color: #313131;
        float: none;
        font-size: 13pt;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #000;
        border-radius: 0 0 0px 0px;
        -moz-border-radius: 0 0 0px 0px;
        -webkit-border-radius: 0 0 0px 0px;
        -webkit-appearance: none;
        text-align: center;
    }
    
    .form-wrapper form .i-submit {
        width: 80%;
        height: 40px;
        line-height: 7vw;
        float: none;
        margin: 0 auto;
        padding: 7px 0px 6px;
        display: block;
        background-color: #000;
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        font-size: 18pt;
        color: #fff;
    }
    
    .icheck {
        margin: 10px auto;
        text-align: center;
        /* float: right; */
        font-size: 9pt;
        float: none;
    }
    
    .icheck input {
        vertical-align: middle;
        margin: 0px auto; 
    }
    
    .inputError {
        border: none !important;;
        border-bottom: 1px solid red !important;
        border-radius: 0 0 0px 0px !important;;
        -moz-border-radius: 0 0 0px 0px !important;;
        -webkit-border-radius: 0 0 0px 0px !important;;
        -webkit-appearance: none !important;;
    }
    /* ========== */
    
    /* CAROUSEL */
    .carousel-control {
        padding: 52% 0 0 0;
    }
    
    .credit {
        position: absolute;
        z-index: 999999;
        top: 216vw;
        width: 100%;
    }
    
    marquee {
        width: 100%;
        
        height: 190px;
        direction: ltr;
        position: absolute;
        z-index: 999;
        top: 576px;
        left: 0;
    }
    
    marquee .marquee_container {  
        /*    display: table;
            padding: 0 10px;
            height: 190px;
            direction: ltr;
            margin: 0 -100px 0 0;*/
    }
}
/* ============================================================================= */

 

.formMobileModal form {
    text-align: center;
}

button.close {
    top: 23px;
    border: 1px solid #182d57;
    padding: 10px;
    width: 40px;
    height: 40px;
    z-index: 9999;
    position: relative;
    float: right;
    margin-right: 24px;
    margin-top: 20px;
    color: #182d57;
    opacity: 1;
    background-color: #fff;
    border-radius: 20px;
    line-height: 0;
    font-size: 25pt;
    padding: 1px;
}

.formMobileModal h2 {
    text-align: center;
    color: #00264e;
    font-size: 28pt;
    line-height: 1;
    font-family: 'OpenB';
    letter-spacing: -1px;
}

.formMobileModal form {
    padding-top: 235px; 
}


.formMobileModal input.side-input {  
    border: none;
    padding: 6px;
    color: #464547;
    background-color: transparent;
    font-size: 13pt;
    width: 200px;
    height: 32px;
    border-bottom: 1px solid #5d6985;
    text-align: center;
    outline: none;
    margin-bottom: 15px;
    border-radius: 0px !important;
}

.formMobileModal button {
    width: 200px;
    height: 31px;
    color: #fff;
    /*background-color: #182d57;*/
    background: url(../images/m/btn_send.png) no-repeat;
    /*font-size: 16pt;*/
    border: none;
    font-family: 'OpenR';
    margin-top: 9px;
    outline: none;
}

.modal-header {
    padding: 0; 
    border-bottom: none 
}

.modal-content {
    background: url('../images/m/mobile_tofes.png') no-repeat;
    width: 300px;
    height: 515px;
    display: block; 
    margin-left: auto;
    margin-right: auto;
}
