﻿/* --- ON PAGE START --- */
.footer p.msg {
    line-height: 1.2em;
    color: #808080;
    /*font-size: 80%;*/
    display: block;
    float: left;
}

.navbar {
    position: relative;
    z-index: 1;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:922px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}
/* --- ON PAGE END --- */

/* --- CUSTOM CSS START --- */
.topNavUl {
    color: #808080;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    height: 55px;
    line-height: 1.4;
}

.topNavLiA {
    color: #808080;
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
}

/* --- CUSTOM CSS END --- */