.header {
    display: block;
    position: relative;
    height: 100px;
}

.logo {
    display: block;
    position: absolute;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    z-index: 248;
    border-style: none;
    padding: 32px 0px;
}

@media (max-width: 768px){
    .logo {
        display: none;
    }
}

@media (min-width: 768px){
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        display: none;
    }
}

.contact {
    display: block;
    position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    z-index: 221;
    right: 0px;
    text-decoration: none;
    line-height: 1.3;
    margin-top: 0px;
    width: 400px;
    padding: 22px 0px;
}

.contact a {
    color: #333;
}

.language a:hover {
    color: #9e9e9e;
}

.language a.active {
    text-decoration: underline;
}

.footer-bs {
    background-color: #3c3d41;
    padding: 20px 40px;
    color: rgba(255,255,255,1.00);
    margin-top: 40px;
}

.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
    .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}


.certificate_view {
    color: #000000;
    text-decoration: none;
}
.certificate_view:hover, .certificate_view:active, .certificate_view:focus{
    color: #000000;
}

.ui-autocomplete {
    z-index: 10000;
}

.messages-list {
    position: absolute;
}

.messages-list .alert-danger {
    color: #a94442;
}

.messages-list .alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.messages-list .alert-success  {
    color: #3c763d;
}

.message_info{
    position: fixed;
    width: 270px;
    height: 50px;
    right: 10px;
}

.message_info div{
    font-size: 11px;
    font-weight: bolder;
}

.message_info .alert .close {
    color: inherit;
}
.message_info .alert-dismissable .close, .alert-dismissible .close {
    right: 0px;
}


.row.etc:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 1px;
    width: 100%;
    border-top: 1px solid #2d2e31;
    border-bottom: 1px solid #3c3d40;
    background-color: #27282a;
    line-height: 0;
}

.footer_link {
    color: #dddddd;
}

.footer_link:hover {
    color: #ffffff;
    text-decoration: none;
}