
@media (min-width: 768px) {

}


@media (min-width: 992px) {

}


@media (min-width: 1200px) {

}



#header-wrapper {

    background: #224b43 none repeat scroll 0 0;
    margin-bottom: 10px;
    /*padding-bottom: 20px;*/
    position: relative;

}

#top-logo {
    margin-top: 6px;
    height: 50px;
    padding: 10px 0;
}


@media (min-width: 768px) {
    #top-logo {
        height: 68px;
        padding: 10px 0;
    }
}



/**
 * Top right navigation and tools
 *
 */
#top-right-nav-wrapper {
    margin-top: 18px;
}

#link-userprofile {

}

#language-wrapper {
    margin-right: 10px;
}


#link-english-wrapper {
    margin-right: 10px;
    margin-top: 8px;
}





.link-english {
    color: #dddddd;
}

.link-english:hover {
    color: #ffffff;

}



#header-wrapper .user-icon {
    color: #dddddd;
    font-size: 36px;
}


/**
 * Big top image
 *
 */
#top-head {
    position: relative;
}

#top-image {
    text-align: center;
}

#top-image img {
    display: inline;
    width: 100%;
}


/**
* Tooltip Style
*
*/
.tooltip-inner {
    background-color: #224b43;
    /*border-bottom-color: #060200;*/
    border: 1px solid #FFFFFF;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #FFFFFF;
}



