html, body{

    height: 100%;

}

*{

    margin: 0;

    padding: 0;

}

body{

    background: url('images/body-bg.jpg');

    background-size: contain;

    background-repeat: no-repeat;

    background-position: center;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    font-family: Helvetica, Verdana, Sans-serif;

    font-weight: bold;

}



.container{

    width: 600px;

    position: absolute;

    top:250px;

    left: 50%;

    margin-left: -300px;

    border-radius: 15px;

    background-color: rgba(0,9,0,.7);

    padding: 70px 0 30px 0;

}



a.logo{

    width: 243px;

    height: 81px;

    display: block;

    position: absolute;

    left: 50%;

    margin-left: -122px;

    margin-top: -116px;

}



ul{

    list-style-type: none;

    overflow: hidden;

    margin: 0;

    padding: 0;

}



ul li{

    float: left;

    text-align: center;

    color: #fff;

    width: 49%;

}



p{

    margin:0 0 15px 0;

    padding: 0;

}

p.name{

    font-size: 25px;

}


/*astea sunt adresele .. dai save apoi upload din ftp*/
p.address{

    font-size: 16px;
    font-weight: bold;

    /*margin-bottom: 50px;*/

}



@media all and (max-width: 600px){

    .container{

        width: 98%;

        top: 75px;

        left: 51%;

        margin-left: -50%;

    }

    ul li{

        width: 99%;

        float: none;

        margin-bottom: 20px;

    }

}