.nav {
    font-weight: bold;
    font-size: medium
}

.navbar {
    background: transparent;
    border: 0
}

p {
    font: 100% arial;
    color: #fff;
    text-indent: 0px
}

.list-group {
    background-color: transparent !important
}

.list-group-item {
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    color: #dbdbdb
}

strong {
    color: #fff
}

h3,
.h3 {
    font-weight: bold;
    line-height: 1.2em
}

h5,
.h5 {
    font-weight: bold
}

.container-fluid {
    max-width: 1366px
}

.container {
    max-width: 1024px;
    padding-top: 56px;
}

.text-muted {
    color: #ffffff99!important
}

a {
    color: white
}

a:hover {
    color: white;
    opacity: 1 !important;
    text-decoration: underline
}

.footer {
    margin-bottom: 16px;
    margin-top: 200px;
}

.phone {
    min-width: 200px;
    max-height: 640px;
    margin: 8px 8px 24px 8px;
}

.logo {
    margin: 8px 8px 24px 8px;
}

body {
    width: 100%;
    font: 100% arial;
    color: white;
    background-image: url(../images/bg_pattern.png);
    background-repeat: repeat;
}