
/* Icons
---------------------------------- */

@font-face {
    font-family: 'mbs-icons';
    src:    url('fonts/MBS.eot?2py9wo');
    src:    url('fonts/MBS.eot?2py9wo#iefix') format('embedded-opentype'),
        url('fonts/MBS.woff2?2py9wo') format('woff2'),
        url('fonts/MBS.ttf?2py9wo') format('truetype'),
        url('fonts/MBS.woff?2py9wo') format('woff'),
        url('fonts/MBS.svg?2py9wo#MBS') format('svg');
    font-weight: normal;
    font-style: normal;}

.top-bar
{
    width: 100%;
    height: 80px;
    transition: top .3s;
    z-index: 1001;
    background: #282828;
    font-family: Roboto,sans-serif;
    font-weight: 400;
}

.header
{
    height: 80px;
}

.top-bar .title-area
{
        float: left;
    margin: .75rem 0 0 1rem;
    -webkit-padding-start: 0;
}

.top-bar .title-area li
{
    display: inline;
    font-weight: 400;
    font-family: Oswald,sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
}

.top-bar .title-area .menu-trigger
{
    padding: 0 0 0 40px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.top-bar .title-area li
{
    display: inline;
    font-weight: 400;
}

.top-bar .title-area li a
{
 text-decoration: none;
}

.top-bar .menu-trigger img
{
    z-index: 500;
}

 .top-bar .top-bar-section
 {
    position: relative;
    width: auto;
    height: auto;
 }

 .top-bar .top-bar-section ul.utility-nav
 {
        float: right;
    margin: 1rem 1rem 0 0;
 }
ul.utility-nav li.login-trigger
{
    cursor: pointer;
}

ul.utility-nav li {
    display: inline-block;
    padding: 0 1.25rem;
    background: #a71930;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    letter-spacing: -.5px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-user:before {
    content: "\f007";
}

ul.utility-nav li a {
    color: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 500;
	font-size: 16px;
    font-style: normal;
}
ul.utility-nav li a
{
    text-transform: uppercase;
}
ul.utility-nav a {
    cursor: pointer;
}
ul.utility-nav li
{
    letter-spacing: -.5px;
    line-height: 30px;
}
ul.utility-nav li a
{
    text-decoration: none;
}
ul.utility-nav li:nth-of-type(4)
{
        padding-left: 4rem;
}
ul.utility-nav li:nth-of-type(4), ul.utility-nav li:nth-of-type(5) {
    background: 0 0;}
ul.utility-nav a img
{
    width: 50px;
}
ul.utility-nav li.search-trigger {
    padding: .1rem .6rem;
    cursor: pointer;
}

/*Footer CSS*/

.row {
    margin: 0 auto;
    max-width: 150rem;
    width: 100%;
    background: #282828;
}
footer:not(.comment-meta) .mbs-footer-icons
{
    text-align: center;
}
.mbs-footer-icons
{
    text-align: center;
}
.mbs-footer-icons ul
{
    -webkit-padding-start: 0;
    padding: 2rem 0 0;
}
.mbs-footer-icons ul li
{
    display: inline;
    padding: 0 .5rem;
}
.mbs-footer-icons ul li a
{
    text-decoration: none;
}
.mbs-footer-icons ul li a
{
   font-size: 16px;
   font-weight: 400;
    color: #fff;
    font-family: Oswald,sans-serif;
    font-style: normal;
        letter-spacing: .8px;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-inverse {
    color: #fff;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-1x
{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.row h3
{
    font-size: 28px;
    line-height: 26px;
}
.row h3 a
{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
	    letter-spacing: 1px;
    font-family: Oswald,sans-serif;
    font-style: normal;
    text-transform: uppercase;
        text-decoration: none;
}
.row h3  img{
	height:18px;
	vertical-align:baseline;
}
.copyright p
{
    font-size: 12.8px;
    color: #fff;
    text-align: center;
        line-height: 26px;
            padding: 15px;
			letter-spacing: 1px;
			font-family: Roboto,sans-serif;
			font-weight: 100;
}

@media (min-width: 768px)
{
.top-bar .title-area .logo img 
{
    width: 105px;
        display: inline-block;
    vertical-align: middle;
}
}