@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

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;
}

/* ============================================================================= */






/* ============================================================================= */

* { 
    list-style-type: none;
    outline: none;
}

body {
    direction: rtl;
    margin: 0;
    padding: 0;
    /*font-family: 'OpenR', Arial;*/ 
    /*font-family: 'Open Sans Hebrew', serif;*/
    /*font-family: 'Assistant', sans-serif;*/
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden !important; 
}

.main_section {
    /*    background: url(../images/d/bg.png) no-repeat 0 0/cover;
        min-height: 95vh;*/
}

.clear {}
.clear:before {content: '';display: block;clear: both;}
.clear:after {content: ''; display: block; clear: both;}

.wrapper { 
    width: 950px;
    margin: 0 auto;
} 

.wrapper-extra { 
    position: relative;
    display: block;
    width: 1360px;
    margin: 0 auto;
} 

.credit {
    margin: 0px auto;
    text-align: center;
    padding: 10px;
    position: relative;
    z-index: 99999;
    background: #7f7f7f;
    height: 40px;
}

.margin-center {
    margin: 0px auto;
    text-align: center;
}

.credit img {
    width: 150px;
}

#showLoading {
    position: relative; 
    top: 15vw;
    left: 50%;
    transform: translateX(-50%);
}

#loadingText {
    text-align: center;
    font-size: 8pt;
    margin: 3px auto;
    width: 90px;
}

.hide {
    display: none;
}

.overlay {
    width: 100%;
    height: 100%;
    position:absolute;
    z-index: 2;
    background-color: rgba(0,0,0,0.5);
}
/* ============================================================================= */






/* ============================================================================= */
/* 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: 1423px;*/
    position: relative;
}

.bg .carousel.bgs {
    width: 100%;
    /*height: 1423px;*/
    overflow: hidden;
}

.bg .carousel.bgs .item {
    /*background-position: left top;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 1423px;
    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-block {
    position: relative;
    width: 100%;
    z-index: 999;
}

.form-data {
    margin: -18vw -3vw auto;
    /*background: #054781;*/
    float: right;
}

.form-data .i-input {
    float: right;
    width: 230px;
    height: 52px;
    background-color: transparent;
    display: block;
    color: #000;
    padding: 0px;
    font-size: 25px;
    margin-left: 20px;
    font-weight: 400;
    text-align: center;
    border: none;
    border-bottom: 1px solid #000;
    
}


.form-data .i-submit {
    float: right;
    width: 230px;
    height: 52px;
    /* background: url(../images/d/btn.png) center top no-repeat; */
    background-color: #fff;
    display: block;
    /* margin: 35px 38px 45px 5px; */
    color: #000;
    padding: 0px;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #000;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
}

.form-data .i-select {
}

.form-data .i-select option {
    background: #150100;
    color: #fff;
}


.inputError1 {
    border: 0px;
    border-bottom: 1px solid red !important;
} 



::-webkit-input-placeholder {color: #000;}
:-moz-placeholder {color: #000;}
::-moz-placeholder {color: #000;}
:-ms-input-placeholder {color: #000;}  

.black_place::-webkit-input-placeholder {color: #000;}
.black_place:-moz-placeholder {color: #000;}
.black_place::-moz-placeholder {color: #000;}
.black_place:-ms-input-placeholder {color: #000;}   

/* END Form CSS */
/* ============================================================================= */





/* ============================================================================= */
/* ./ start custom */
#footcredit 
{
    margin-top: 0px;
    padding: 0px;
    clear: both;
}

/* ./ end custom */
/* ============================================================================= */


/* ============================================================================= */
@media  (max-width: 1680px) and ( max-height: 1050px ) { 
    
    
    .bg .carousel.bgs .item {
        height: 1220px;
    }
    
    .form-data {
        margin: -18vw 1vw auto;
    }
    
    .form-data .i-input {
        width: 200px;
        font-size: 22px;
    }
    
    .form-data .i-submit {
        width: 200px;
        font-size: 22px;
    }
    
}
/* ============================================================================= */


/* ============================================================================= */
@media  (max-width: 1600px) and ( max-height: 900px ) { 
    
    .bg .carousel.bgs .item {
        height: 1158px;
    }
    
    .form-data {
        margin: -18vw 3vw auto;
    }
    
    .form-data .i-input{
        width: 180px;
        font-size: 22px;
        height: 40px;
    }
    
    .form-data .i-submit {
        width: 180px;
        font-size: 22px;
        height: 40px;
    }
    
}
/* ============================================================================= */





/* ============================================================================= */
@media  (max-width: 1440px) and ( max-height: 900px ) {
    
    .bg .carousel.bgs .item {
        height: 1043px;
    }
    
    .form-data {
        margin: -18vw 6vw auto;
    }
    
    .form-data .i-input {
        width: 160px;
        font-size: 20px;
        height: 40px;
    }
    
    .form-data .i-submit {
        width: 160px;
        font-size: 22px;
        height: 40px;
    }
    
}
/* ============================================================================= */



/* ============================================================================= */
@media  (max-width: 1366px) and ( max-height: 768px ) {
    
    .bg .carousel.bgs .item {
        height: 988px;
    }
    
    .form-data {
        margin: -18vw 8vw auto;
    }
    
}
/* ============================================================================= */



/* ============================================================================= */
@media  (max-width: 1280px) and ( max-height: 1024px ) {
    
    .bg .carousel.bgs .item {
        height: 923px;
    }
    
    .form-data {
        margin: -18vw 10vw auto;
    }
    
    .form-data .i-input {
        width: 150px;
        font-size: 20px;
        height: 40px;
    }
    
}
/* ============================================================================= */




/* ============================================================================= */
@media  (max-width: 1280px) and ( max-height: 800px ) {
    
    
    .bg .carousel.bgs .item {
        height: 924px;
    }
    
    
    
}
/* ============================================================================= */









/* ============================================================================= */
@media  (max-width: 1024px) {
    
    .main_section_mobile {
        width: 100%;
        display: block;
        position: relative;
        z-index: 999;
        margin-top: 0px;
    }
    
    .top-menu-mobile {
        width: 100%;
        background-color: #000;
        height: 70px;
        position: fixed;
        z-index: 99999;
        top: 0;
    }
    
    .menu-logo-mobile {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    img.mobile-logo {
        width: 60px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    
    img.mobile-call-us {
        width: 110px;
        position: relative;
        margin-top: 14px;
        margin-left: 13px;
        display: inline-block;
        left: 0;
        right: 0;
        float: left;
    }
    
    
    
    #menu-btn-mobile {
        position: relative;
        margin-top: 14px;
        margin-right: 21px;
        display: inline-block;
    }
    
    .bar1, .bar2, .bar3 {
        width: 40px;
        height: 1px;
        background-color: #cd9074;
        margin: 10px 0;
        transition: 0.4s;
    }
    
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }
    
    .change .bar2 {opacity: 0;}
    
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
    
    #menu-mobile {
        width: 100%;
        background-color: #000;
        margin-top: 10px; 
        position: absolute;
        z-index: 999999;
    }
    
    .menu-row-mobile {
        width: 100%;
        height: 80px;
        color: #fff;
        font-size: 16pt;
        font-weight: 100;
        cursor: pointer;
        border-top: 1px solid #cd9074;
        text-align: center;
        padding-top: 29px;
    }
    
    .menu-row-mobile:last-of-type {
        border-bottom: none;
    }
    
    .menu-row-mobile:last-of-type {
        border-bottom: none;
    }
    
    .hideMobile {
        display: none;
    }
    
    .showMobile {
        display: block;
    }
    
    .page-content-mobile {
        width: 100%;
        margin: 0 auto;
    }
    
    
    .row {
        margin: 0px !important;  
    }
    
    .form-data-mobile {
        position: relative;
        display: block;
        z-index: 99999;
        margin: -97vw auto;
        width: 70%;
    }
    
    .tofes {
        position: relative;
        z-index: 99999;
        display: block;
    }
    
    .form-data-mobile .i-input-mobile {  
    width: 100%;
    height: 29px;
    /* background: url(../images/m/text_place_m.png) center top no-repeat; */
    color: #000;
    text-align: center;
    font-size: 15pt;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    /* border-bottom: none; */
    border-radius: 0;
    padding-top: 0px;
    margin: 0 auto;
    margin-bottom: 14px;
    }
    
    .form-data-mobile .i-submit-mobile {
        float: right;
        width: 100%;
        height: 38px;
        /*background: url(../images/m/snd_m.png) center top no-repeat;*/ 
        background-color: transparent;
        border: 1px solid #000 !important;
        
        display: block;
        margin: 0 auto;
        color: #000;
        padding: 0px;
        font-size: 16pt;
        /*font-weight: 600;*/
        text-align: center;
        border: none;
        margin-top: 6px;
        
            border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    }
    
    .inputError1 {
        /*border: 1px solid red !important;*/
    width: 100%;
    height: 29px;
    /* background: url(../images/m/text_place_m.png) center top no-repeat; */
    color: #000;
    text-align: center;
    font-size: 15pt;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid red;
    /* border-bottom: none; */
    border-radius: 0;
    padding-top: 0px;
    margin: 0 auto;
    margin-bottom: 14px;
    } 
    
    .icheck {
        width: 100%;
        margin: 4px auto;
        text-align: center;
    }
    
    .i-select {
    }
    
    .i-select option {
        background: #150100;
        color: #fff;
    }
    
    
    img#imgLive {
        position: absolute;
        width: 186px;
        z-index: 995;
        margin-top: 124.5vw;
        right: 25vw;
        left: 0;  
    }
    
    .modal-backdrop {
        background: transparent !important;
        display: none !important;
    }
    
    .modal.in .modal-dialog {
        width: 95% !important;
        margin-top: 12vw;
    }
    
    
} 
/* ============================================================================= */
