body
{
    background: url('main_page/assets/images/tlo_body_new.png');
    background-repeat: repeat-x;
    background-position: top;
    background-color:#f6f8fc;
    text-align:center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin:0 auto;
}

.mainPage_logo {padding-left:6%;height:115px; width:1100px; margin:0px auto; text-align:left;}

.mainContainer 
{
    width:1000px;
    min-height:600px;
    margin:0px auto;
    margin-top:50px;
}

.appDiv 
{
    float:left;
    width:250px;
    margin:0px;
    margin-bottom:12px;
}


.clearDiv 
{
    clear : both;
}



.mainTable 
{
    width:1000px
}



.mainPage_container
{
    width:1000px;
    text-align:center;
    margin: 0px auto;
    min-height:400px;
    margin-top:50px;
    text-align:center; 
}



.image 
{
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius:6%;
    -moz-box-shadow: 0px 6px 5px #ccc;
    -webkit-box-shadow: 0px 6px 5px #ccc;
    box-shadow: 0px 6px 5px #ccc;
}

.image__grayScale 
{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.3;
}


.middle 
{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.appDiv:hover .image 
{
    filter: invert(1);
}

.appDiv:hover .middle 
{
    opacity: 1;
}

.text 
{
    background-color: #ffffff;
    color: #222;

    font-size: 13px;
    padding: 36px 26px;
    border:1px solid #777;
    border-radius:100%;
    -moz-box-shadow: 5px #aaa;
    -webkit-box-shadow: 5px #aaa;
    box-shadow: 5px #aaa;
}


.fotterTable 
{
    margin:0px auto; 
    margin-top:85px; width:1000px; border-top:1px solid #aaa;
    padding-top:15px;
}


