﻿
/* Font*/


@font-face
{
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url(opensanshebrew-lightitalic-webfont.eot);
    src: url(opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(opensanshebrew-lightitalic-webfont.woff) format('woff'),
    url(opensanshebrew-lightitalic-webfont.ttf) format('truetype');
}
@font-face
{
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(opensanshebrew-light-webfont.eot);
    src: url(opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
    url(opensanshebrew-light-webfont.woff) format('woff'),
    url(opensanshebrew-light-webfont.ttf) format('truetype');
}
@font-face
{
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url(opensanshebrew-italic-webfont.eot);
    src: url(opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
    url(opensanshebrew-italic-webfont.woff) format('woff'),
    url(opensanshebrew-italic-webfont.ttf) format('truetype');
}
@font-face
{
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(opensanshebrew-regular-webfont.eot);
    src: url(opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(opensanshebrew-regular-webfont.woff) format('woff'),
    url(opensanshebrew-regular-webfont.ttf) format('truetype');
}

@font-face
{
    font-family: 'Open Sans Hebrew';
}

/* end of fonts*/




body
{
    direction: rtl;
    /* font-family: "Open Sans Hebrew", Arial;*/ 
    font-family: 'almoni-neue';
    margin: 0;
    text-align: right;
    /* margin-bottom: 40px;
    Margin bottom by footer height */
    background-color: #f5f5f5;

    color: 00305b;
}

.fun-smLogo
{
    display: none;
}
.rsvpBg
{
    background-image: url('../images/1366-bg.jpg');
    background-size: cover;
}

.VoteBG
{

    background: #00305b; /* Old browsers */
    background: -moz-linear-gradient(left, #00305b 0%, #004f88 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00305b 0%, #004f88 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00305b 0%, #004f88 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00305b', endColorstr='#004f88',GradientType=1 ); /* IE6-9 */
}

.fun-new
{
    bottom: 0;
    z-index: 2000;
    float: right;
    position: fixed;
}


.zahav-logo
{

}

.strip-logo {
    text-align: center;
    background-image: url('../images/strip.jpg');
    height:200px;
    margin-bottom:30px;
}



.strip-logo img
{
    margin-top:20px;
    max-width: 400px;
}
.zahav-logo img
{
    float: left;

    max-width: 100px;
}


.lettersNew
{
     bottom: 40px;
    left:20px;
    position: fixed;

}

.textbox
{
    max-width:250px;
    float:left;
}

.error
{
    min-width:170px;
    font-size:14px;
}


.turnPanel
{
    font-size:20px;
    text-align:center;

}

.myTurn
{
    background-color:white;
    padding:10px;
    border:solid;
    border-width:2px;
    border-radius:10px;
    border-color:gray;
    width:200px;
    margin:auto;
    font-weight:600;
    font-size:25px;
    margin-top:15px;
    margin-bottom:15px;

}

.validation-label-turn
{
    float:left;
    margin-top:15px;
    margin-left:-240px;
}

.lettersNew img
{

    max-width: 100px;

}

.ChangeLogo
{
    z-index: 2000;
    float: right;
    position: fixed;
    top:20px;

}

#Clockwrapper
{
    top:195px;
    margin:auto;
    position:fixed;
    width:100%;
    text-align:center;
}

#PanelChange
{
        top:335px;
    margin:auto;
    position:fixed;
    width:100%;
    text-align:center;
}

.digit
{
    display:inline-block;
    background-color:#262626;
    font-size:26px;
    font-weight:700;
    width:60px;
    height:65px;
    padding-top:15px;
    border-radius:10px;


}
.digit1
{
     display:inline-block;
    font-size:26px;
    font-weight:900;

    vertical-align:top;
    padding-top:20px;
}

.clockTitle
{
    

}
.digit span
{
    font-size:15px;
    font-weight:900;
}

.ChangeLogo img
{

    width:90%
}
.vFooter
{
    height: 60px;
    background-color: white;
    width: 100%;
}

html
{
    position: relative;
    min-height: 100%;
}

.container
{
    max-width:980px;
}

.golg-art img
{
    width: 100%;
    max-width: 350px;
}

.gold-text
{
    text-align: center;
    margin-bottom: 15px;
}

.footer
{
    /* Set the fixed height of the footer here */
    text-align: right;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    background: rgb(255,169,47);
background: linear-gradient(90deg, rgba(255,169,47,1) 0%, rgba(255,194,52,1) 35%, rgba(251,225,58,1) 100%);
    height: 60px;
    bottom: 0;
}


.right
{
    right: 50px;
}

.rsvp-header
{
    margin-top: 10px;
    margin-bottom: 20px;
}
.rsvp-header img
{
    width: 300px;
    float: right;
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.rsvpLine
{
    text-align: right;
    font-weight: 800;
    line-height: 0.9;
}


    .iconsBtn img
    {
        margin-left:20px;

    }

    .iconsBtn a ,.iconsBtn a:hover,.iconsBtn a:visited
     {
        color:#212c5e;
        font-size:20px;
        font-weight:600;
    }
     .iconsBtn a::after
     {
         content:"|";
     }
    

    
.rsvpcon
{
    max-width: 720px;
}

.whatsapp-link
{
    display:none;
}

.MokedBox
{
    background-color:white;
    color:black;
    padding:10px;
    text-align:center;
    border:solid 2px;
    border-radius:10px;
    max-width:500px;
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;


}

#lbMokedID
{
    display:block;
    font-size:x-large;
    font-weight:700;
}
.fun-speak
{

    float: right;
    position: absolute;
    margin-top: -583px;
    margin-right: -10px;
}

.fun-speak img
{
    width: 500px;
}

.letters
{
    left: 350px;
    position: absolute;
    margin-top: -150px;
    z-index: -1;
    height: 150px;
    overflow: hidden;
}

.letters img
{

    width: 250px;
}
.fun-figure img
{
    width: 300px;
}

.lead
{
    left: 250px;
    position: absolute;
    margin-top: 20px;
}

.data
{
    font-weight:600;
}

.data ,.title
{
    font-size:20px;
}

.lead img
{
    width: 400px;
}
.fun-logo
{
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
}

.lightBlue
{
    color: #1a4188;
}

.logo-m
{
    display: none;
}

.questxt
{
    font-size: 25px;
}
.row
{
    padding-top: 10px;
}
h1, h2, h3, h4, h5, h6
{
    text-align: center;
}
h2
{
    font-size: 20px;
    font-weight: 400;
}
h1
{
    font-weight: 700;
}
h3
{
    font-weight: 900;
    font-size: 24px; 
}

h5
{
    font-size: 16px; 
}
h6
{
    font-weight: 900;
    font-size: 20px; 
}
.border-left-1
{
    border-left: solid;
    border-left-width: 2px;
}

.legal-note
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    bottom: 0;
    position: absolute;
}

button, input, optgroup, select, textarea
{
}

.girls
{
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.logo
{
    text-align: center;
    margin-top: 20px;
}

.logo img
{
    max-width: 200px;
}

.commentPanel h3
{
    text-align: right;
}
.commentPanel
{
    margin-top: 20px;
}

.text-area
{
    width: 570px;
    margin-top: 20px;
    float: left;
    background-color: rgba(255, 255, 255, 0.45); 
    padding-left: 10px;
    padding-right: 10px;
    min-height: 400px;
    position: relative;
    z-index: 100;
}

.submit-row
{
    text-align: left;
    padding-bottom: 40px;
    padding-top: 20px;
}

.fun-leftlogo
{
    float: left;
    margin-top: -130px;
    margin-left: 250px;
}
.fun-leftlogo img 
{
    width: 300px;
}

.birthday
{
    display: inline-block;
    width: 400px;
    display: inline-block;
    float: left;
    text-align: left;
}
.radio-cont
{
    float: left;
}

.page-btn
{
    font-weight: 700;
    min-width: 250px;
}
.page-btn:hover
{
   
}

.validation-label
{
    float: left;
    margin-top: -33px;
    margin-left: 10px;
}

#PanelThanks
{
    padding-top: 40px;
}

/*   checkbox ------------------------------------------------------------------------------------------------- */

.label
{
    padding: 5px;
}

.checkbox label, .radio label
{
    padding-top: 10px;

    padding-left: unset;
    padding-right: 40px;
}

.show-sm-down
{
    display: none;
}
.checkbox
{
}
:root
{
    /* larger checkbox */
}
:root label.checkbox-bootstrap input[type=checkbox]
{
    /* hide original check box */
    opacity: 0;
    position: absolute;
    /* find the nearest span with checkbox-placeholder class and draw custom checkbox */
    /* draw checkmark before the span placeholder when original hidden input is checked */
    /* disabled checkbox style */
    /* disabled and checked checkbox style */
    /* when the checkbox is focused with tab key show dots arround */
}
:root label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder
{
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #737373;
    border-color: #f5f5f5;
    display: inline-block;
    cursor: pointer;
    margin: 0 -20px 0 7px;
    vertical-align: middle;
    text-align: center;
    background: whitesmoke;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder
{
    background: #3b5f98;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder:before
{
    display: inline-block;
    position: relative;
    vertical-align: text-top;
    width: 5px;
    height: 9px;
    /*checkmark arrow color*/
    border: solid white;
    border-width: 0 2px 2px 0;
    /*can be done with post css autoprefixer*/
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
:root label.checkbox-bootstrap input[type=checkbox]:disabled + span.checkbox-placeholder
{
    background: #ececec;
    border-color: #c3c2c2;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked:disabled + span.checkbox-placeholder
{
    background: #d6d6d6;
    border-color: #bdbdbd;
}
:root label.checkbox-bootstrap input[type=checkbox]:focus:not(:hover) + span.checkbox-placeholder
{
    outline: 1px dotted black;
}
:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox] + span.checkbox-placeholder
{
    width: 26px;
    height: 26px;
    border: 2px solid;
    border-radius: 5px;
    /*checkbox border color*/
    border-color: #bdbdbd;
    margin-right:2px;
}
:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder:before
{
    width: 9px;
    height: 15px;
    /*checkmark arrow color*/
    border: solid white;
    border-width: 0 3px 3px 0;
}

/* end of checkbox*/




/* radio button -------------------------------------------*/

.RadioB  input
{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */

    position: absolute; /* Remove input from document flow */
}

.RadioB  img
{ /* IMAGE STYLES */
    cursor: pointer;
    border: 2px solid transparent;
}

.RadioB  label
{ /* IMAGE STYLES */
    cursor: pointer;
    background-color: white;
    width: 200px;
    text-align: center;
    margin-right: 10px;
    color: #737373;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    border: 1px solid #ced4da;
}

.RadioB  input:checked ~ label
{ /* (RADIO CHECKED) IMAGE STYLES */
    border: 1px solid #308d22;
    background-color: #55c344;
    font-weight: 900;
    color: white;
}

/* end of radio button -------------------------------------------*/


.whatsapp
{
    width: 50px;
    float: left;
    margin-left: 20px;
    margin-top: -20px;
}

.ddl
{
    max-width: 120px;
    display: inline-block;
}

  .container
    {
        margin-bottom: 100px;
    }

@media only screen and (min-width: 1440px)
{
    .fun-speak
    {
        margin-top: -373px;
        margin-right: -10px;
    }

    .fun-speak img
    {
        width: 400px;
    }

    .rsvp-header img
    {
        float: right;
        width: 230px;
    }

    .rsvpLine
    {
        font-size: 35px;
    }

    .fun-leftlogo img
    {
        width: 230px;
    }

}

@media only screen and (max-width: 1440px)
{
    h2
    {
        font-size: 15px;
    }
    
    .fun-speak
    {
        margin-top: -373px;
        margin-right: -10px;
    }

    .fun-speak img
    {
        width: 400px;
    }
}

@media only screen and (max-width: 1024px)
{
    


    .rsvp-header img
    {
        width: 230px;
    }

    .rsvpLine
    {
        font-size: 35px;
    }

    .fun-leftlogo img
    {
        width: 200px;
    }
    
    .fun-leftlogo 
    {
        margin-left: 200px;
        margin-top: -90px;
    }
    
    .fun-speak
    {

    
        margin-top: -243px;
        margin-right: -10px;
    }

    .greenLogo
    {
        margin-left: 20px;
    }

    .greenLogo img
    {
        width: 120px;
    }
    .submit-row
    {
        margin-bottom: -10px;
    }
    .fun-speak img
    {
        width: 300px;
    }

    .fun-figure
    {
        margin-top: -160px;
    }
    .fun-figure img
    {
        width: 250px
    }

    .greenLogo
    {
        left: 15px;
    }

    .fun-logo
    {

       
    }

    
    .letters img
    {
        width: 200px;
    }
    .letters
    {

        margin-top: -120px;
        height: 120px;
        left: 180px;
    }
}

@media only screen and (max-width: 768px)
{
        .fun-logo img
    {
            width:100%;
    }

        .whatsapp-link
{
    display:block;
}

    .letters
    {
        left: 110px;
        margin-top: -70px;
        height: 72px;
    }
    .letters img
    {
        width: 110px;
    }

    .text-area
    {
        width: 100%;
        float: none;
        /*  background-color:unset; */
        padding-left: 0px;
        padding-right: 0px;
    }

    .page-btn
    {
        display: block;
        width: 100%;
    }

    .submit-row
    {
        padding-top: 15px;
        padding-left: unset;
    }
}

@media only screen and (max-width: 575px)
{
    .RadioB  label
{ /* IMAGE STYLES */
    width: 100px;
}

    .textbox
    {
        max-width:unset;
        margin-bottom:15px;
    }

    .validation-label-turn
    {
        margin:unset;
        margin-top:-50px;
        margin-left:10px;
    }

    .iconsBtn a ,.iconsBtn a:hover,.iconsBtn a:visited
     {
        font-size:15px;
    }


    .strip-logo
    {
            text-align: center;
            background-size:cover;
    height:150px;
    }


   .strip-logo img
{
    width:100%;
    max-width:200px;
}
 
    .fun-new img
    {
        max-width: 200px;
    }

    .manLogo
    {

    }

    .birthday
    {
        display: block;
        width: 100%;
        float: none;
    }

    .ddl
    {
        width: 100%;
        display: block;
        max-width: none;
        margin-top: 10px;
    }
    .fun-smLogo
    {
        display: block;
        margin-top: 15px;
    }

    .fun-smLogo img
    {
        padding-top: 10px;
        width: 150px;
        float: left;
    }

    .fun-leftlogo
    {
        display: none;
    }

    .rsvp-header img
    {
        width: 150px;
        float: left;
    }
    .rsvpLine
    {
        font-size: 26px;
    }

    .fun-leftlogo
    {
        top: 0;
    }

    .fun-speak
    {

    
        margin-top: -143px;
        margin-right: -10px;
    }

    .fun-leftlogo
    {
        margin-left: 0;
    }

    .greenLogo
    {
        margin-left: 0;
    }

    .fun-speak img
    {
        width: 160px;
    }

    .rsvp-header
    {
        margin-bottom: 20px;
    }

    .right
    {
        right: 10px;
    }

    .quest
    {
        font-size: 20px;
    }

    .radio-cont
    {
        float: left;
        text-align: left;
    }
    .col-sm-6, .col-sm-12
    {
        margin-right: 10px;
        margin-left: 10px;
    }
    .fun-figure
    {
        margin-top: -123px;
    }
    .fun-figure img
    {
        width: 115px
    }
   
    .lead
    {
        left: 120px;
        margin-top: 5px;
    }

    .lrsvp
    {
        left: 90px;
        margin-top: 4px;
    }

    .letters
    {
        left: 110px;
        margin-top: -60px;
        height: 61px;
    }
    .letters img
    {
        width: 100px;
    }
     
    .lead img
    {
        width: 140px;
    }

    .lrsvp img
    {
        width: 110px;
    }
  
    .rsvpcon
    {
        margin-bottom: 200px;
    }

    .fun-logo
    {
    }
    .fun-logo img
    {
        width: 100%;
    }

    .greenLogo
    {
        left: 10px;
        margin-top: -35px;
    }

    .greenLogo img
    {
        width: 70px; ;
    }

    .footer
    {
        height: 50px;
    }
    .icons 
    {
        height: 50px;

    }

    .iconsBtn img
    {
        margin-left:20px;

    }

    .text-area
    {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0px;
    }
  
    #tbText
    {
        height: 110px;
    }

    .girls img
    {
        width: 100%;
    }

    .sm-pad-top
    {
        padding-top: 10px;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9
    {
    
        padding-left: 10px;
        padding-right: 10px;
    }
    .legal-note
    {
        padding-right: 10px;
        padding-left: 10px;
        position: relative;
    }

}

@media only screen and (max-width: 425px)
{

    .small-block {
        width:100%;
        font-weight:700;
    }

    #PanelChange
    {
        padding:10px;
    }
    
    .rsvp-header img
    {
        width: 110px;
        float: right;
    }
    .fun-new img
    {
        max-width: 150px;
    }



    .rsvpLine 
    {
        display: flex;
        width: 100%;
    }
    .logo 
    {
        display: none;
    }

    .logo-m
    {
        display: block;
    }
    .logo-m img
    {
        width: 100%;
    }

    .container
    {
        border: none;
        border-radius: unset;
        margin-top: 0;
    }
    
    .checkbox label, .radio label
    {
        padding-right: 5px;
    }

    h1
    {
        font-size: 25px;
    }
    h3
    {
        font-size: 18px;
    }

    .checkbox label, .radio label
    {
        padding-right: 15px;
    }
 
    .checkbox
    {
        padding-left: 20px;
    }
    .page-btn
    {
        display: block;
        width: 100%;
    }
    .submit-row
    {
        padding-top: 25px;
        padding-left: unset;
    }
    .container
    {
        padding-left: 0;
        padding-right: 0;
    }
    .row
    {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-height: 480px)
{
    .fun-speak img
    {
        width: 120px;
    }

    .fun-speak 
    {
        bottom: 0;
    }

    .ChangeLogo
    {
        top:8px;
    }
       .ChangeLogo img
    {
           width:80%;
    }

    #Clockwrapper
    {
        top:127px;
    }
    .digit
    {
        padding-top:8px;
        height:55px;

    }
    .lettersNew img
    {
        max-width:90px;
    }
}

@media only screen and (max-width: 320px)
{

}
