﻿/* using HTML5 ✰ Boilerplate */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

::-moz-selection {
    background: #2c7686;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #2c7686;
    color: #fff;
    text-shadow: none;
}


html, body, td, th, input, select, textarea {
    font-family: 'Open Sans Hebrew',Arial;
}

html, body {
    color: #313435;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

hr {
    color: transparent;
    clear: both;
    border: 0 none;
}

.clsLink {
    cursor: pointer;
}

.clsTextLink, .clsTextLink:link, .clsTextLink:visited, .clsTextLink:active {
    color: #021a25;
    text-decoration: none;
}

    .clsTextLink:hover {
        text-decoration: none;
    }

.clsBlackLink, .clsBlackLink:link, .clsBlackLink:visited, .clsBlackLink:active {
    color: #636363;
    text-decoration: none;
}

.clsBlackLinkU:link, .clsBlackLinkU:visited, .clsBlackLinkU:active {
    color: #636363;
    text-decoration: underline;
}

.clsBlackLink:hover, .clsBlackLinkU:hover {
    color: #000;
    text-decoration: underline;
}


#oLoadingMsg {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    direction: rtl;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    padding-top: 200px;
    background: #fff;
}

.clsGrid {
    position: relative;
    width: 1250px;
    margin: auto;
}

/*****************************************************************************************/
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    height: 79px;
    text-align: center;
    margin: auto;
    background: rgba(54,54,54,0.90);
}

    header .clsGrid {
        padding: 20px;
    }

    header .clsLogo {
        float: right;
        position: relative;
        top: -15px;
        padding: 0;
        margin: 0;
    }

        header .clsLogo img {
            height: 70px;
        }

    header .clsSearcIcon {
        float: left;
        cursor: pointer;
        margin: 5px 0 0 0;
    }

    header #frmSearch {
        position: relative;
        float: left;
        width: 0;
        padding: 0;
        margin: 1px 40px 0 5px;
        overflow: hidden;
        transition: all .15s ease-in-out;
    }

        header #frmSearch.clsExpanded {
            width: 120px;
        }

        header #frmSearch input {
            color: #fff;
            font-size: 20px;
            line-height: 18px;
            position: relative;
            width: 120px;
            height: 30px;
            padding: 0 5px 0 5px;
            margin: 0;
            border: 0 none;
            background: transparent;
        }

        header #frmSearch ::-webkit-input-placeholder {
            color: #fff;
            line-height: normal;
        }

        header #frmSearch ::-moz-placeholder {
            color: #fff;
            line-height: normal;
        }

        header #frmSearch :-ms-input-placeholder {
            color: #fff;
            line-height: normal;
        }

    header nav {
        float: left;
        padding: 0;
        margin: 8px 0 0 0;
    }

        header nav ul {
        }

            header nav ul li {
                font-size: 20px;
                list-style: none;
                display: inline-block;
                margin: 0 15px 0 15px;
            }

                header nav ul li a:link,
                header nav ul li a:visited,
                header nav ul li a:active,
                header nav ul li a:hover {
                    color: #fff;
                    text-decoration: none;
                }

                header nav ul li a:hover {
                    text-decoration: underline;
                }



/*****************************************************************************************/
.clsFooterTextBox {
    background: #f6f6f6;
}

    .clsFooterTextBox .clsGrid {
        padding: 65px 90px 41px 370px;
    }

    .clsFooterTextBox h2 {
        color: #005a6b;
        font-size: 40px;
        font-weight: bold;
        line-height: 30px;
        padding: 0;
        margin: 0 0 12px 0;
    }

    .clsFooterTextBox .clsText {
        color: #000000;
        font-size: 18px;
        line-height: 24px;
        padding: 0 0 0 0;
        margin: 0 0 10px 0;
    }



/*****************************************************************************************/
footer {
    height: 123px;
    text-align: center;
    padding: 30px 0 0 0;
    margin: auto;
    background: #e4e4e4;
}

    footer img {
        margin: 0 32px 0 32px;
    }





/*/////////////////////////////////////////////////////////////////////////////////////////*/
#oLightboxDimmer {
    display: none;
    position: fixed;
    top: 0 !important;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #000;
    background: rgba(0,0,0,0.7);
}

#oLightboxFrame {
    display: none;
    position: fixed;
    left: 0;
    line-height: 0;
    z-index: 100001;
    padding: 0;
    margin: 0;
    background: #fbfbfb url(/derech/sites/environments/milestones/images/ajax-loader.gif) no-repeat center center;
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
}

    #oLightboxFrame iframe {
        background: #fbfbfb;
    }

    #oLightboxFrame img {
        max-width: 100%;
        height: auto;
        background: #fbfbfb;
    }

    #oLightboxFrame .clsCloseIcon {
        width: 33px;
        height: 33px;
        font-size: 0;
        position: absolute;
        left: 5px;
        top: 5px;
        cursor: pointer;
        z-index: 10;
        background: url(/derech/sites/environments/milestones/images/icon_close4.png) no-repeat center center;
    }

        #oLightboxFrame .clsCloseIcon:hover {
        }



.clsMobileMenuIcon {
    display: none;
}

@media only screen and (max-width : 1249px) {
    body {
        zoom: 0.80;
        zoom: 80%;
    }
}

@media only screen and (max-width : 768px) {
    body {
        zoom: 1;
        zoom: 100%;
    }

    .clsGrid {
        width: 100%;
    }

    header {
        z-index: 110;
        height: 50px;
    }

        header .clsGrid {
            padding: 0;
        }

        header .clsLogo {
            padding: 0;
            top: -8px;
            margin: 10px;
        }

            header .clsLogo img {
                height: 46px;
            }

        header .clsSearcIcon {
            display: none;
        }

    .clsMobileMenuIcon {
        display: block;
        position: absolute;
        top: 12px;
        left: 12px;
        z-index: 1199;
        width: 33px;
        height: 25px;
    }

    #oMobileMenuDimmer {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        height: 100%;
        z-index: 104;
        background: rgba(0,0,0,0.1);
    }

    #oSearchAndNav {
        display: block;
        position: absolute;
        top: 50px;
        right: 0;
        z-index: 105;
        width: 100%;
        height: 0;
        overflow: hidden;
        padding: 0;
        margin: 0;
        background: #2c7686;
        background: rgba(54,54,54,0.90);
        transition: all .3s ease-in-out;
    }

        #oSearchAndNav.clsOpened {
            height: 180px;
        }

    header #frmSearch,
    header #frmSearch.clsExpanded {
        float: none;
        width: 100%;
        padding: 10px 10px 5px 10px;
        margin: 0;
    }

        header #frmSearch input {
            width: 100%;
            font-size: 18px;
            line-height: 18px;
            height: 36px;
            padding: 0 15px 0 15px;
            margin: 0;
            border-radius: 20px;
            background: #555;
        }

    header nav {
        float: none;
        padding: 0;
        margin: 0;
    }

        header nav ul {
        }

            header nav ul li {
                font-size: 20px;
                list-style: none;
                display: block;
                padding: 10px;
                margin: 0;
            }

    /*****************************************************************************************/
    .clsFooterTextBox .clsGrid {
        padding: 30px;
    }

    .clsFooterTextBox h2 {
        font-size: 30px;
    }


    /*****************************************************************************************/
    footer {
        height: auto;
        padding: 20px 0 20px 0;
    }

        footer img {
            height: 30px;
            margin: 0 8px 0 8px;
        }
}
