/* Add here all your css styles (customizations) */
  
        /*Centered v4 menu*/
        @media (min-width: 991px) {
            .header-v4 .navbar .navbar-nav {
                float: none;
                vertical-align: top;
                display: inline-block;
            }

            .header-v4 .navbar .navbar-collapse {
                text-align: center;
            }
        }

        /*Functioning globe*/
        .topbar-v1 .top-v1-data li {
            position: relative;
        }

        .header-v4 .topbar-v1 ul.languages {
            top: 30px;
            right: 0px;
            display: none;
            padding: 4px 0px;
            list-style: outside none none;
            min-width: 120px;
            position: absolute;
            background: #F0F0F0 none repeat scroll 0% 0%;
            z-index: 5;
        }

        .header-v4 .topbar-v1 ul.languages li {
            display: list-item;
            border: 0;

        }

        .header-v4 .topbar-v1 ul.languages li a {
            color: #555;
            display: block;
            font-size: 10px;
            padding: 2px 12px;
            margin-bottom: 1px;
            text-transform: uppercase;
        }

        .header-v4 .topbar-v1 ul.languages li a:hover, .header-v4 .topbar-v1 ul.languages li.active a {
            background: #FAFAFA none repeat scroll 0% 0%;
        }
		
		/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/


   