/* setez cat de lat este pagina footer cat e tabelul de continut*/
@media only screen and (max-width: 480px) {
#footer_continut{width:480px;}
}

@media only screen and (min-width: 481px) and (max-width: 1080px) {
#footer_continut{width:100%;}
}

@media only screen and (min-width: 1081px) and (max-width: 1599px){
#footer_continut{width:980px;}
}

@media only screen and (min-width: 1600 px){
#footer_continut{width:1280px;}
}



#container {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;

    /* just for demo */
    min-width: 300px;
}
/* comentariu, asa il facusem sa nu se mai vada textul */
@media (max-width:479px){
        .box1, .box2, .box3{visibility: hidden;}
}

@media (max-width:479px){
        .box1, .box2, .box3{font-size: 85%;
        color: white; }
}

@media (max-width:1000px) and (min-width:480px){
        .box1, .box2, .box3{font-size: 100%;
        color: white;}
}

@media (max-width:1279px)and (min-width:1001px){
        .box1, .box2, .box3{font-size: 100%;
        color: white;
       }
}
@media (max-width: 1900px) and (min-width:1280px) {
        .box1, .box2, .box3{font-size: 1em;
        color: white;}
}
@media (min-width: 1901px){
        .box1, .box2, .box3{font-size: 100%;
        color: white;}
}

.box1, .box2, .box3{
    display: inline-block;
    *display: inline;
        width: 30%;
        padding-left: 10px;
	font-family: ion, Arial, verdana, Helvetica Neue, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-align: left;
    zoom: 1
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

/* pentru text normal in pagina footer*/
.footer_normal {
    color: black;
    font-size: 1em;
	font-family: ion, Arial, verdana, Helvetica Neue, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	}
	
/* pentru link in footer */
a.footer:link {
        color:cc0033;
        font-size: 1em;
        font-family: ion, arial, verdana; 
        text-decoration: none;            
        }
        
a.footer:hover {
        text-decoration: none; 
        color: #E8ADAA;
        }
        
a.footer:visited {color: silver;}

/* pentru link in footer pentru text Urban Media*/
a.urban:link {
        color: #E8ADAA;
        font-size: 1em;
        font-family: ion, arial, verdana;
        text-decoration: none;
        }
a.urban:hover {text-decoration: none; color: cc0033;}
a.urban:visited {color: grey;}

        
 /* footer.css       */