/* zografakisioannis */

@import url(//db.onlinewebfonts.com/c/e3062d8da98d4c90af3ad8613ca226e7?family=Copperplate+Gothic+Bold);
header .bottom-header .navbar-default .navbar-brand .logo .primary_text {
    font-family: "Copperplate gothic Bold" !important;
}

div.container-fluid>div.navbar-header>a.navbar-brand>span.logo>span.primary_text {
    text-align: left;
    white-space: normal;
    font-size: 25px;
    line-height: 25px;
}

header .bottom-header .navbar-default .navbar-brand {
    width: 400px;
    height: 100px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
    background-position: center !important;
}

div.container-fluid>div.navbar-header>a.navbar-brand>span.logo>span.primary_text {
    visibility: hidden;
}

@media only screen and (max-width: 1024px) {
    div.container-fluid>div.navbar-header>a.navbar-brand>span.logo>span.primary_text,
    header.affix .bottom-header .navbar-default .navbar-brand .logo .primary_text {
        text-align: left;
        white-space: normal;
        font-size: 20px;
        line-height: 20px;
    }
    div.logo-footer h1 {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 480px) {
    header .bottom-header .navbar-default .navbar-brand {
        width: 220px;
    }
}