html,body
{
    height:100%;
    overflow:hidden;
}


@media (min-width: 768px)
{
    #EntirePage_InContainer, #EntirePage_Fullscreen {
        padding-top: 10px !important;
    }
}


@media (min-width: 950px)
{
    #EntirePage_InContainer, #EntirePage_Fullscreen {
        padding-top: 10px !important;
    }
}

/* site specific Orly shalem */

.footIcons img
{
    height:50px;width:50px;
    opacity: 0.5;
    filter: alpha(opacity=50); /* msie */
        
}

.footIcons:hover img 
{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; /* msie */
}

.carousel-indicators
{
    z-index: 1000;
}


/* site specific Orly shalem */