﻿


.navbar {
    padding: 0;
    margin: 0;
    border: none;
    height: 96px;
    min-height: 96px;
    z-index: 200;
}

    .navbar .navbar-inner {
        border: 0;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        height: 72px;
        min-height: 72px;
        position: relative;
    }

    .navbar .navbar-inner-homepage {
        border: 0;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        /*min-height: 96px;*/
        position: relative;
        background: #fff;
        width: 80%;
        height: 72px;
        float: left;
        transition: all 0.4s ease-in-out !important;
        -o-transition: all 0.4s ease-in-out !important;
        -webkit-transition: all 0.4s ease-in-out !important;
        -moz-transition: all 0.4s ease-in-out !important;
    }

.navbar-login-panel {
    position: relative;
    top: 60px;
    left: 0px;
    width: 420px !important;
    height: 36px;
    /*background: url('/assets/home/img/bg_login.png')*/
    transition: all 0.4s ease-in-out !important;
        -o-transition: all 0.4s ease-in-out !important;
        -webkit-transition: all 0.4s ease-in-out !important;
        -moz-transition: all 0.4s ease-in-out !important;
}

.navbar .navbar-inner .navbar-header .navbar-account > div {
    display: inline-block;
    width: auto;
    vertical-align: top;
     transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
}

.navbar .navbar-inner-homepage-UE-flags {
    border: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    max-height: 72px;
    position: relative;
    float: right;
    background: #ffffff;
    width: 20%;
    /*background-image: url('../img/logo_ue_flag_proper.png');
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
    /* Set up positioning */
    /*top: -1px;*/
    left: 0;
  
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.navbar .navbar-brand {
    color: #fff;
    font-size: 24px;
    -webkit-text-shadow: none;
    text-shadow: none;
    padding: 2px 0 2px 0;
    font-weight: 200;
    height: 45px;
}

    .navbar .navbar-brand small img {
        height: 86px;
        /*margin-top: -13px;*/
        transition: all 0.4s ease-in-out !important;
        -o-transition: all 0.4s ease-in-out !important;
        -webkit-transition: all 0.4s ease-in-out !important;
        -moz-transition: all 0.4s ease-in-out !important;
    }

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave.in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.searchinput-bgdiv {
    padding: 5px;
    background-color: #f7f7f7;
    height: 40px;
    width: 100%;
    margin-top: 10px;
    line-height: 0px;
}

input[type="search"] {
    width: 100% !important;
}

.searchicon-homepage {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    left: 139px;
    position: absolute;
    top: 22px;
    width: 18px;
    color: #666666;
    z-index: 124;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li {
    float: left;
    position: relative;
    height: 45px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li {
    background-color: transparent;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area {
    position: absolute;
    top: 0;
    right: 50px;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
}

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave {
        overflow: visible;
        cursor: pointer;
        z-index: 10;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform .3s cubic-bezier(.68, -.55, .265, 1.55);
        -moz-transition: -moz-transform .3s cubic-bezier(.68, -.55, .265, 1.55);
        -o-transition: -o-transform .3s cubic-bezier(.68, -.55, .265, 1.55);
        transition: -webkit-transform .3s cubic-bezier(.68, -.55, .265, 1.55), -moz-transform .3s cubic-bezier(.68, -.55, .265, 1.55), -o-transform .3s cubic-bezier(.68, -.55, .265, 1.55), transform .3s cubic-bezier(.68, -.55, .265, 1.55);
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a {
        position: relative;
        min-width: 50px;
        height: 45px;
        display: inline-block;
    }

        .navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .icon {
            display: block;
            color: #fff;
            font-size: 16px;
            line-height: 56px;
            text-align: center;
            -webkit-transition: line-height .3s ease;
            -moz-transition: line-height .3s ease;
            -o-transition: line-height .3s ease;
            transition: line-height .3s ease;
        }

.homepage-login {
    color: white;
    font-family: 'Titillium', sans-serif;
    font-size: 10.5px;
    text-transform: uppercase !important;
}

    .homepage-login:hover {
        color: white !important;
        font-family: 'Titillium', sans-serif;
        font-size: 10.5px;
        text-transform: uppercase !important;
    }
    
.system-acces-fix > a {
    cursor: pointer;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.background-pub {
    background: url('../images/bannerpub1.jpg') center center no-repeat !important;
    background-position: 0 center !important;
    background-position-x: -13px !important;
    transition: all 0.4s ease-in-out !important;
        -o-transition: all 0.4s ease-in-out !important;
        -webkit-transition: all 0.4s ease-in-out !important;
        -moz-transition: all 0.4s ease-in-out !important;
}

.background-pub-bottom {
    background-image: url('../images/bannerpub2.jpg') !important;
    background-repeat: repeat-x !important;
    transition: all 0.4s ease-in-out !important;
        -o-transition: all 0.4s ease-in-out !important;
        -webkit-transition: all 0.4s ease-in-out !important;
        -moz-transition: all 0.4s ease-in-out !important;
}

.language {
    cursor: pointer;
    font-family: 'Lato', Arial;
    font-weight: 700;
    color: #000000 !important;
}


/*MEDIA QUERIES MINI MENU HIDDING*/

@media only screen and (max-width: 1080px) {
    #demo-hidden {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    #UE-flags {
        display: none;
    }
}


/*@media only screen and (max-width: 650px) {
    .navbar .navbar-inner-homepage {
        width: 100%;
    }
}*/


