html {
    font-family: 'open sans hebrew', 'Arial', sans-serif;
    line-height: 1.15;
    direction: rtl;
}

body {
    font-family: 'open sans hebrew', 'Arial', sans-serif;
    margin: 0;
    margin: 0;
    color: #000;
}

.centerWidth {
    max-width: 1080px;
    margin: auto;
    position: relative;
}

.headerTop {
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 100px;
    margin-top: 40px;
}

img.logoImg {
    float: right;
    padding-left: 15px;
}

.siteName h1 {
    color: #28639c;
    font-size: 1.8em;
    font-weight: 600;
    margin: 0;
    padding-top: 5px;
}

.siteName h2 {
    color: #756655;
    font-size: 1.10em;
    font-weight: 600;
    margin: 0;
    padding-top: 4px;
}

.siteName {
    max-width: 460px;
    padding-top: 20px;
}

span.dateTime {
    color: #756655;
    font-size: 0.830em;
    float: left;
    margin-top: -17px;
    padding-left: 8px;
}

.mainLobi-container {
    height: 100vh;
    padding: 50px 15px 15px 15px;
    margin: 5px auto 0px auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+30,cecdcb+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 30%, rgba(206,205,203,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 30%,rgba(206,205,203,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 30%,rgba(206,205,203,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecdcb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.mainLobi-container h3 {
    color: #28639c;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.h4Wrap {
    text-align: left;
    margin: 0px auto;
    max-width: 734px;
}

.h4Wrap h4 {
    color: #756655;
    font-size: 15px;
    max-width: 230px;
    font-weight: 600;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
}

.linkBox {
    width: 230px;
    height: 323px;
    text-align: center;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    margin: 0px 7px 10px 7px;
    float: right;
}

.linkBox a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 215px 30px 30px 30px;
    transition: all 0.5s ease;
    max-width: 231px;
}

.VaadaStyle {
    background-color: #28639c;
    transition: all 0.5s ease;
}

.VaadaStyle:hover {
    background-color: #085664;
}

.VaadaStyle a {
    background-image: url(../images/lobIcons.png);
    background-repeat: no-repeat;
    background-position: left 33px top 25px;
}

.KalpiStyle {
    background-color: #b85d0f;
    transition: all 0.5s ease;
}

.KalpiStyle:hover {
    background-color: #834510;
}

.KalpiStyle a {
    background-image: url(../images/lobIcons.png);
    background-repeat: no-repeat;
    background-position: left 33px bottom -930px;
}

.MoamadutStyle a {
    background-image: url(../images/lobIcons.png);
    background-repeat: no-repeat;
    background-position: left 33px bottom -261px;
}


.linksDirections {
    /*max-width: 990px;*/
    margin: 35px auto 10px auto;
    max-width: 489px;
}

.MoamadutStyle, .greenColorFix {
    background-color: #7b4a96;
    transition: all 0.5s ease;
}

.MoamadutStyle:hover, .greenColorFix:hover {
    background-color: #562073;
}

.index3 {
    max-width: 734px;
}

.explorerFix .linkBox {
    float: left;
    margin: 10px;
}

@media (max-width: 800px) {

    .headerTop {
        padding: 15px;
        margin-top: 0;
        background-size: 35%;
    }

    .linksDirections {
        max-width: 473px;
        display: flex;
        flex-direction: column;
    }

    .h4Wrap {
        text-align: center;
    }

    .linkBox {
        float: none;
        margin: 10px auto;
    }

    .mainLobi-container {
        height: auto;
    }
}

@media (max-width: 750px) {
    .linksDirections {
        justify-content: space-around;
    }

    .mainLobi-container {
        height: auto;
    }
}

@media (max-width: 660px) {

    .explorerFix .linkBox {
        float: none;
        margin: 10px;
    }

    .explorerFix {
        max-width: 250px;
        margin: auto;
    }

    .headerTop {
        padding-bottom: 60px;
        background-size: 100%;
        min-height: 200px;
    }

    img.logoImg {
        float: none;
        display: block;
        margin: auto;
        padding: 0;
    }

    .siteName {
        padding: 0px;
    }

    span.dateTime {
        float: none;
        text-align: center;
        margin: 0px;
        padding: 10px 0px;
        display: block;
    }

    .siteName h2, .siteName h1 {
        text-align: center;
    }

    .mainLobi-container h3 {
        font-size: 23px;
    }

    .VaadaStyle {
        order: 1;
    }

    .KalpiStyle {
        order: 2;
    }

    .MoamadutStyle {
        order: 4;
    }

    .kartisStyle {
        order: 3;
    }
}

@media (max-width: 320px) {
    .mainLobi-container h3 {
        font-size: 20px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
}
