body{
    background-image: URL("/images/escheresque_ste.png");
    background-repeat: repeat;
    overflow-x: hidden;
    margin: 10px 0 30%; /* bottom = footer height */
    height:100%;
}

@media (min-width: 990px){

    .pt_centru > a:nth-child(2){
        margin-left: calc((100% - 960px)/4);
        margin-right: calc((100% - 960px)/4);
    }    

    .pt_centru > a:nth-child(1){
        margin-left: calc((100% - 960px)/4);
    }

    .pt_centru > a:nth-child(4){
        clear: left;
    }

    .pt_centru > a:nth-child(4){
        margin-top: 50px;
        margin-left: calc((100% - 960px)/2);
    }    

    .pt_centru > a:nth-child(5){
        margin-top: 50px;
        margin-right: calc((100% - 960px)/2);
        float: right;
    }
}

@media (max-width: 990px){

 
    a > div:first-child{
        position: relative !important;
    }
    .incognito_logo, .anvelope_logo,.marine_logo,.papetarie_logo,.stiri_logo{
        top: -205px !important;
    }
    .anvelope,.marine,.papetarie,.stiri, .incognito{
        margin-bottom:50px;
        margin-top:0px !important;
    }

    .anvelope_tooltip > span,.marine_tooltip > span,.papetarie_tooltip > span,.stiri_tooltip > span, .incognito_tooltip > span  {
        color:white;
        line-height: 1em;
        font-size: 12px !important;
    }


    .pt_centru > a{
        margin-top: 50px;
        margin-left: calc((100% - 640px)/3) !important;
    }   

   .pt_centru > a:nth-child(5){
        margin-left: calc((50% - 160px)) !important;
    }   

    .pt_centru > a:nth-child(3), .pt_centru > a:nth-child(5) {
        clear: left;
    }
}

@media (max-width: 660px){

    .pt_centru > a{
        margin-top: 30px;
        margin-left: calc((50% - 160px)) !important;
        clear: left;
    }
   
    .pt_centru > a:first-child{
        margin-top: 50px;
    }   
}


/*ok*/
.anvelope_tooltip > span,.marine_tooltip > span,.papetarie_tooltip > span,.stiri_tooltip > span, .incognito_tooltip > span  {
    color:white;
    line-height: 1em;
    font-size: 17px;

}

.anvelope_info > span,.marine_info > span,.papetarie_info > span,.stiri_info > span, .incognito_info > span {
    color: #666666;
    font-weight: bold;
    font: "Arial";
}

.anvelope_tooltip,.marine_tooltip,.papetarie_tooltip,.stiri_tooltip, .incognito_tooltip{
    background-image: URL("http://romofficegrup.ro/landing/bula_rosu.png");
    height: 100px;
    width: 320px;
    float: left;
    z-index: 2;
    position: relative;
}

.anvelope,.marine,.papetarie,.stiri, .incognito{
    position: relative;
    margin-left: -320px;
    margin-top: 120px;
    min-height: 320px;
    min-width: 320px;
    max-height: 320px; 
    max-width: 320px;
    float: left;
    -webkit-box-shadow: 0px 0px 29px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 29px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 29px 5px rgba(0,0,0,0.75);
}

.anvelope{
    background-image: URL("http://romofficegrup.ro/images/romoffice_bg.jpg");
}
.marine{
    background-image: URL("http://romofficegrup.ro/images/log_papetarie.jpg");
}
.papetarie{
    background-image: URL("http://romofficegrup.ro/images/log_papetarie.jpg"); 
}
.stiri{
    background-image: URL("http://romofficegrup.ro/images/stirifeldefel_bg.jpg");
}
.incognito{
    background-image: URL("http://romofficegrup.ro/images/logo_incognito_bg.jpg");
}

hr{
    height:1px;
    width: 70px;
    border:none;
    color:#333;
    background-color:#333;
}

.anvelope_info,.marine_info,.papetarie_info,.stiri_info, .incognito_info{
    position: relative;
    bottom: 270px;
}
.anvelope_logo,.marine_logo,.papetarie_logo,.stiri_logo, .incognito_logo{
    position: relative;
    top: -260px ;
}
.anvelope_mask,.marine_mask,.papetarie_mask,.stiri_mask, .incognito_mask{
     position: relative;
    height: 320px;
    min-width: 320px;
    background: rgba(255,255,255,0.86);
}

.pt_centru{
    width: 100%;
    height: auto;
    position: absolute;
}

.pt_centru > a{
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}

#footer {
    
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    background:#ec3c3b;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    z-index: 10; <!-- da vezi tot :P ?--> 
}

.pt_centru { margin-bottom: 80px; }

/* @media screen and (max-width: 990px) {

    #footer {
    
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    background:#ec3c3b;
    position: absolute;
    left: 0;
    bottom: -52%;
    height: 50px;
    width: 100%;
}

}

@media screen and (max-width: 660px) {

    #footer {
    
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    background:#ec3c3b;
    position: absolute;
    left: 0;
    bottom: -145%;
    height: 60px;
    width: 100%;
}

}

*/