@charset "UTF-8";

.topbar {
    width: 100%;
    background: #eee;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}

.full-page .topbar {
    background: rgba(0, 0, 0, 0.2);
}

.topbar .socialbar {
    padding: 12px 0px 11px 0px;
    margin: 0px;
    text-align: center;
}

.topbar .socialbar a {
    padding: 0px 4px;
    margin: 0px 5px;
    font-size: 12px;
}

.topbar .socialbar a.social-icon {
    font-size: 20px;
}

.topbar .socialbar a:not(:hover) {
    color: #999;
}

.full-page .topbar .socialbar a {
    color: rgba(255, 255, 255, 0.6);
}

.topbar .topbar-contact {
    padding: 12px 0px 11px 0px;
    text-align: center;
    font-size: 13px;
}

.topbar .topbar-contact div {
    display: inline-block;
}

.topbar .left>.topbar-contact div:first-child {
    margin-right: 15px;
}

.topbar .right>.topbar-contact div:last-child {
    margin-left: 15px;
}

.topbar .topbar-contact i.fa {
    margin-right: 5px;
}

.topbar .topbar-contact i.fa,
.topbar .topbar-contact a:not(:hover) {
    color: #999;
}

.topbar .topbar-html {
    padding: 12px 0px 11px 0px;
    text-align: center;
    font-size: 13px;
}

.topbar .topbar-html p:last-child {
    margin-bottom: 0px;
}

.topbar .breadcrumb {
    margin: 0px;
    padding: 12px 0px 11px 0px;
    text-transform: uppercase;
    font-size: 12px;
    background: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    text-align: center;
}

.full-page .topbar .breadcrumb {
    color: rgba(255, 255, 255, 0.6);
}

.topbar .breadcrumb li {
    padding: 0px;
}

.topbar .breadcrumb a:not(:hover) {
    color: #999;
}

.full-page .topbar .breadcrumb a:not(:hover) {
    color: rgba(255, 255, 255, 0.5);
}

.topbar .breadcrumb li:before,
.topbar .breadcrumb>li+li:before {
    padding: 0px 4px 0px 6px;
    color: rgba(153, 153, 153, 0.55);
    content: "/\00a0";
}

.full-page .topbar .breadcrumb li:before,
.full-page .topbar .breadcrumb>li+li:before {
    color: rgba(255, 255, 255, 0.5);
}

.topbar .breadcrumb li:first-child:before {
    padding: 0px;
    content: "";
}

.topbar .top-menu {
    padding: 12px 0px 11px 0px;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    text-align: center;
}

.topbar .top-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.topbar .top-menu ul li {
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 3px;
}

.topbar .top-menu ul li:before {
    padding: 0px 5px;
    color: #ccc;
    content: "/\00a0";
}

.topbar .top-menu ul li:first-child:before {
    padding: 0px;
    content: "";
}

.topbar .top-menu ul li a:not(:hover) {
    color: #999;
}

.topbar .top-menu ul li a:hover {
    color: #557fc1;
}

@media (min-width: 768px) {
    .topbar .left {
        float: left;
        width: 50%;
    }

    .topbar .right {
        float: right;
        width: 50%;
    }

    .topbar .socialbar {
        float: left;
        text-align: left;
    }

    .topbar .right>.socialbar {
        float: right;
        text-align: right;
    }

    .topbar .socialbar a.social-icon {
        font-size: 16px;
    }

    .topbar .socialbar a:first-child {
        padding-left: 0px;
        margin-left: 0px;
    }

    .topbar .right>.socialbar a:last-child {
        padding-right: 0px;
        margin-right: 0px;
    }

    .topbar .topbar-contact {
        float: left;
        text-align: left;
    }

    .topbar .right>.topbar-contact {
        float: right;
        text-align: right;
    }

    .topbar .topbar-html {
        float: left;
        text-align: left;
    }

    .topbar .right>.topbar-html {
        float: right;
        text-align: right;
    }

    .topbar .breadcrumb {
        float: left;
        text-align: left;
    }

    .topbar .right>.breadcrumb {
        float: right;
        text-align: right;
    }

    .topbar .top-menu {
        float: left;
        text-align: left;
    }

    .topbar .right>.top-menu {
        float: right;
        text-align: right;
    }
}

@media (max-width: 767px) {

}

@media (min-width: 1296px) {
    .full-width-menu .topbar>.container {
        width: 100%;
        padding: 0px 60px;
    }
}