<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    overflow-y: scroll;
}
body {
    direction: rtl;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("/Shared/Images/HeaderBg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #0094ff;
    font-size: 16px;
    margin: 0;
}


article ul {
    position: relative;
    right: 20px;
}
article p {
    position: relative;
    z-index: 91;
}

table {
    width: 50%;
    margin: 0 auto;
}
td {
    width: 30%;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
}
table, td {
    border: 1px solid black;
    border-collapse: collapse;
}



h2 {
    text-align: center;
    font-size: 20px;
}


a {
    color: black;
    text-decoration: underline;
}
a:hover {
    cursor: pointer;
}




.button {
    background-color: #0094ff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px black;
    color: white;
}
.button:active {
    box-shadow: 2px 2px 2px black inset;
}





#siteHeader {
    text-align: left;
}
#siteHeader #logo {
    width: 30%;
    min-width: 135px;
    margin-left: 5%;
    margin-bottom: 20px;
}





.toggleNav {
    position: absolute;
    top: 10px;
    right: 10px;
    visibility: hidden;
    text-decoration: none;
}





nav {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

nav ul {
    margin: 0;
    padding-right: 0;
}
nav li {
    display: block;
    float: right;
}
nav .subMenu {
    position: absolute;
    visibility: hidden;
    z-index: 999999999999999999;
}
nav .subMenu li {
    float: none;
}
nav a {
    background-color: rgb(0, 148, 255);
    background-color: rgba(0, 148, 255, 0.9);
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px 35px;
}









nav &gt; ul &gt; li:first-child &gt; a {
    border-radius: 0 10px 10px 0;
}
nav &gt; ul &gt; li:last-child &gt; a {
    border-radius: 10px 0 0 10px;
}
nav .subMenu &gt; li:last-child &gt; a {
    border-radius: 0 0 10px 10px;
}




#fastContact {
    float: left;
    margin: 20px;
    border-radius: 10px;
    padding: 10px;
    width: 200px;
    background-color: rgb(0, 148, 255);
    background-color: rgba(0, 148, 255, 0.9);
    text-align: center;
    position: relative;
    z-index: 99;
}
#fastContact a {
    text-decoration: none;
}
#fastContact h2 {
    text-align: right;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    margin-right: 5px;
    margin-top: 0;
    color: white;
}
#fastContact input {
    border-radius: 7px;
    padding: 5px;
    outline: none;
    width: 90%;
    margin: 5px auto !important;
    display: block;
    
    font-size: 16px;
}
#fastContact textarea {
    border-radius: 7px;
    padding: 5px;
    outline: none;
    width: 90%;
    margin: 5px auto !important;
    display: block;
    max-width: 90%;
    min-width: 90%;
    height: 50px;
    min-height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    
    font-size: 16px;
}
#fastContact input[type=submit] {
    width: 160px;
    cursor: pointer;
    height: 30px;
}

#hideFastContact {
    float: left;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    
}
#fastContact li, #clientSideError { /* server validation lists */
    list-style-type: none;
    color: white;
}
.fieldWithError {
    border-bottom: 3px solid red;
}



#imagesFader div {
    z-index: 0;
}
#imagesFader div.previous {
    z-index: 1;
}
#imagesFader div.current {
    z-index: 2;
}






#siteFooter {
    text-align: center;
    

    position: relative;
}

#novuLink {
    color: white;
    font-size: 16px;
    display: table;
    margin: 0 auto;
}
#novuLink img {
    float: right;
    height: 30px;
    margin-top: -8px;
    margin-left: 5px;
}

#socialLinksDiv {
    margin-top: 20px;
}
#socialLinksDiv .socialNetworkIcon {
    border-radius: 10px;
    opacity: 0.7;
    border: 1px solid black;
}
#getContacted {
    margin-right: 20px;
    text-align: center;
}
#getContacted a {
    color: #ffd800;
    font-weight: bold;
}
#getContacted h2 {
    font-size: 30px;
    color: white;
}





main {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20%;
    width: 90%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 90;
    top: -50px;
}
.articleImg {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 30%;
    border-radius: 10px;
}





#youtubeVideo {
    width: 60%;
    height: 700px;
}




@media screen and (max-width: 1280px) {
    nav a {
        padding: 10px 20px;
    }

    #youtubeVideo {
        height: 500px;
    }

}


@media screen and (max-width: 1024px) {
    body {
        background-image: url("/Shared/Images/HeaderBgOLD.png");
    }
    
    nav a {
        padding: 10px;
    }

    #youtubeVideo {
        height: 400px;
    }

    #hargashatTslila {
        display: none;
    }
}


@media screen and (max-width: 800px) {
    nav {
        width: 100%;
    }
    nav li {
        float: none;
    }

    nav .subMenu {
        position: static;
        border-bottom: 1px solid black;
    }
    nav a {
        border-radius: 0 !important;
    }
    nav .subMenu a {
        padding-right: 50px;
    }



    table {
        width: 100%;
    }


    .closeSubMenu {
        margin-top: -40px;
        text-align: left;
    }

    



    #fastContact {
        display: none;
        margin-left: 0;
        border-radius: 0;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }
    #fastContact input, #fastContact textarea {
        width: 90%;
        max-width: none;
        min-width: 100px;
        margin: 0 auto;
    }
    #fastContact h2 {
        font-size: 16px;
    }





    main {
        padding: 10px;
        border-radius: 10px;
        top: 0;
    }


    .articleImg {
        width: 100%;
        border-radius: 0;
    }


    #youtubeVideo {
        width: 100%;
        height: 300px;
    }
    


    #getContacted {
        margin-right: 10px;
    }




    #socialLinksDiv .socialNetworkIcon {
        opacity: 1;
    }



    



    article ul {
        position: static;
    }
}</pre></body></html>