﻿body {
}

/* Top section */

.site-logo > h2 {
    font-family: 'geom_graphiclight', sans-serif;
    font-size: 32px;
}

@media (max-width: 767px) {
    .site-logo > h2 {
        font-size: 24px;
    }
}

.header .logo {
    height: 30px;
}

.header.fixed .logo {
    margin-top: 5px;
    height: 18px;
}

.header-top {
    border-bottom: 0;
}

.header-top > .container {
    position: relative;
}

.header-top .top-item {
    float: right;
    margin-right: 200px;
}

.header-top .top-text {
    margin: 4px 0 0 0;
}

.header-top .breadcrumb,
.header-top .top-menu li a {
    padding: 4px 0 0 0;
}

.header-top .top-item > .top-text,
.header-top .top-item > .top-links,
.header-top .top-item > .top-menu {
    display: inline-block;
    float: left;
}
/* Middle section */
.header-info-boxes .header-info-box i {
    color: #fff;
}

/* Header Top Dark */
.header-top.dark {
    background-color: #0069b0;
    border-color: #0069b0;
}

.header-top.dark .top-menu li a,
.header-top.dark .social-menu li a {
    color: #fff;
}

.header-top.dark .top-menu li + li:before {
    color: #fff;
}

.header-top.dark .top-menu li.active a,
.header-top.dark .top-menu li:hover a,
.header-top.dark .top-menu li:focus a,
.header-top.dark .social-menu li a:hover,
.header-top.dark .social-menu li a:active {
    color: #ddd;
}

.header-top form {
    display: inline;
}

.header .header-dropdown .dropdown-menu > li > form > a {
    padding: 4px 13px;
    display: block;
}

.header .header-dropdown .dropdown-menu > li > form > :hover,
.header .header-dropdown .dropdown-menu > li > form > a:focus {
    color: #fff;
    background-color: #0069b0;
}

/* Social */

.header-top.dark .social-menu {
    margin-left: 20px;
    margin-right: 0;
}

.header-top.dark .social-menu li {
    display: inline-block;
    padding-top: 6px;
    padding-left: 7px;
}

@media (max-width: 400px) {
    .header-top.dark .social-menu {
        display: none;
    }
}