
@font-face {
    font-family: 'Poiret One Regular';
    src: url("/fonts/PoiretOne-Regular.ttf") format("truetype");
}


@font-face {
    font-family: 'Uni Sans Thin';
    src: url("/fonts/unisansthin.otf") format("opentype");
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    height: 100%;
    background: #fff;
//font-family: "Poiret One Regular";
}

.header {
    background: #28325E;
    color: #fff;
    height: 60px;
}
.header img {
    height: 50px;
    margin-top: 5px;
}

.header .g4c-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 55px;
    margin-left: 15px;
}

.header span.fastpay {
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Uni Sans Thin', sans-serif;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: 600;
}
.btn-success {
    color: #fff;
    background-color: #28325E;
    border-color: #28325E;
    cursor: default;
    outline: none;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:visited, .btn-success:active:focus {
    color: #fff;
    background-color: #28325E;
    border-color: #28325E;
    cursor: default;
    outline: none;
}

.btn, .btn:active:focus{
    cursor: pointer;
    outline: none;
}
#app {
    margin-top: 25px;
}

#app .btn-default {
    font-weight: bold;
}

#app input {
    font-weight: bold;
}

.pull-left {
    float: left;
}

footer {
    height: 55px;
    margin-top: 40px;
    background: #eaeced;
    width: 100%;
    text-align: center;
    bottom: 0;
}
@media (max-width: 960px) {
    footer {
        position: relative;
    }
}

footer img {
    background: #28325E;
    height: 55px;
    padding: 5px;
}

footer span {
    line-height: 55px;
}
@media(max-width: 700px ){
    footer span {
        line-height: 25px;
    }
}


.container-nav {
    border-top: 1px double #666;
    padding-top: 15px;
}
.item-block {
    text-align: center;

    margin-bottom: 15px;
}
.item-block a.btn {
    border-radius: 0;
    width: 100%;
    color: #000;
    background: #fff;
    margin-bottom: 15px;
    white-space: normal;
    height: 150px;
    font-size: 14px;
    font-weight: bold;
    display: table-cell;
    vertical-align: top;
    border: 1px solid #016e01;
}
.item-block a.btn:hover {
    border: 1px solid #123b1f;
}
.item-block img {
    width: 28%;
    display: block;
    text-align: center;
    margin: 15px 0 10px 36%;
}
.languages {
    margin-bottom: 7px;
}

.bold {
    font-weight: bold;
}