* {
    margin: 0;
    padding: 0;

}

html {
    height:100%;
}

body {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    background: url('images/bg.jpg') center no-repeat;
    background-size: cover;
}

@font-face {
    font-family: 'LR';
    src: url('cv/fonts/LR/Lato-Regular.eot');
    src: url('cv/fonts/LR/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('cv/fonts/LR/Lato-Regular.woff2') format('woff2'),
    url('cv/fonts/LR/Lato-Regular.woff') format('woff'),
    url('cv/fonts/LR/Lato-Regular.ttf') format('truetype'),
    url('cv/fonts/LR/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LL';
    src: url('cv/fonts/LL/Lato-Light.eot');
    src: url('cv/fonts/LL/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('cv/fonts/LL/Lato-Light.woff2') format('woff2'),
    url('cv/fonts/LL/Lato-Light.woff') format('woff'),
    url('cv/fonts/LL/Lato-Light.ttf') format('truetype'),
    url('cv/fonts/LL/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

.socializare img {
    padding-right: 0px;
}

.copyright {
    padding-top: 150px;
    font-family: 'LR';
    font-size: 8pt;
    color: #828282;
}

.logo {
    width: 120px;
    height: 46px;
    margin-top: 20px;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    float: left;
    position: absolute;

}

.linie1 {
    margin: 0 auto 20px auto;
    width: 300px;
    height: 1px;
    background-color: #888;
}

.linie2 {
    margin: 20px auto 60px auto;
    width: 300px;
    height: 1px;
    background-color: #888;
}

.meniu {
    width: 100%;
}

.link {
    /*background-color: palevioletred;*/
    display: inline-block;
    font-family: Arial;
    font-size: 1.5em;
    color: #fff;
    margin: 0 15px 0 15px;;
    line-height: 0.8em;
}

.bullet {
    width: 6px;
    height: 0.9em;
    background-image: url('images/bullet.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 0.9em;
}

.meniu ul {
    width: 395px;
    height: 10px;
    float: right;
    position: relative;
    top: 0px;
    font-size: 12px;
    text-transform: uppercase;
    display: inline;
    /* background-color: ffffff; */
}

.back {
    color: #ffffff;
    font-family: 'LR';
    font-size: 14px;
    padding-top: 20px;
}

.back a {
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-family: 'LL';
}

.back a:hover {
    color: #dfa843;
}

.meniu a {
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-family: 'LL';
}

.meniu a:hover {
    color: #dfa843;
}

/* -------------------------RESPONSIVE ------------------------- */

@media (max-width: 880px) {
    .bullet {
        display: none;
    }

    .link {
        display: block;
        font-size: 1.8em;
    }

    .link:nth-child(3) {
        margin: 20px 0 20px 0;
    }
}