@media (min-width: 1020px) .container {
    max-width: 990px;
}

body {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #444;
}

.bd-navbar {
    min-height: 4rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
    background-color: #2980b9!important;
    border-color: #16a085;
}

.navbar-brand {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
}

.breadcrumb {
    padding: 15px 15px 0px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
}

p {
    line-height: 28px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

table {
    border: #dcdcdc solid 1px;
    width: 100%;
    margin-bottom: 30px;
}

.table th {
    background-color: #f5f5f5;
    border-top: #dcdcdc solid 1px;
    border-left: #dcdcdc solid 1px;
    color: #000;
    font-weight: 400;
}

.side-bar ul {
    color: #000;
    margin: 0;
    padding: 0 20px 0 0;
    list-style-type: none;
}

.side-bar li {
    padding: 13px 0 0 0;
}

.side-bar ul ul {
    color: #666;
    padding-left: 40px;
}

.ongmap a {
    display: block;
    position: relative;
    margin: 16px 0;
    padding: 16px 16px 14px 16px;
    border: 2px solid #3498db;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #2980b9;
}

.ongmap a:hover {
    background-color: #3498db;
    text-decoration: none;
    color: #fff;
}

a {
    color: #2980b9;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
}

.adsense {
    padding: 0px 0px 20px 0px;
}

#ww {
    padding-top: 10px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
}

#www {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f2f2f2;
}

#footer {
    margin-top: 40px;
    background-color: #424242;
    color: #fff;
    padding: 20px;
}

#footer p {
    color: white;
}

#footer h5 {
    color: white;
    text-transform: uppercase;
    padding-bottom: 20px;
}