.gray-3 {
    color: #ddd
}

.gray-4 {
    color: #999
}

.gray-5 {
    color: #666
}

.light {
    font-weight: 300 !important
}

.txt-1 {
    font-size: 1rem
}

.txt-2 {
    font-size: 1.2rem
}

.center {
    text-align: center
}

.right {
    text-align: right !important
}

.header {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 20px 10px
}

.header a {
    float: left;
    color: #000;
    text-align: center;
    padding: 13px;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 20px;
    border-radius: 5px
}

.header a.logo:hover {
    background: none
}

.header a:hover {
    background-color: #ccc;
    color: #000
}

.header a.logo img {
    height: 40
}

.header a.active {
    background-color: #00aeef;
    color: #fff
}

.header-right {
    margin-top: 20px;
    float: right
}

.visibleWhenMobile {
    display: none
}

.hiddenWhenMobile {
    display: block
}

.submenu {
    min-height: 30px;
    padding: 10px 0px;
    background: rgb(247,148,29);
    background: linear-gradient(0deg, rgba(247,148,29,1) 0%, rgba(162,62,0,1) 100%);
    text-align: center
}

.submenu a {
    margin: 0px 20px 0px 0px;
    color: #fff
}

.submenu a:hover {
    text-decoration: none
}

.submenu ul,
li {
    list-style-type: none;
    margin: 0px;
    padding: 0px
}

.submenu li {
    display: inline-block
}

.column-submenu .fa {
    color: #999 !important;
    margin-right: 5px;
    font-size: 1rem
}

.business-post {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0px
}

.business-post.highlight {
    background-color: #f7f7f7;
    border: 0px
}

.info {
    text-decoration: none;
    font-family: sans-serif
}

img {
    max-width: 100%
}

.row-agency {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px
}

aside img {
    margin: 0px 0px 30px 0px
}

aside {
    padding: 0px 0px 0px 20px
}

aside .column-submenu {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 10px
}

aside .column-submenu li {
    font-size: 1.1rem;
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px
}

aside div.column-header {
    min-height: 20px;
    width: 100%;
    padding-bottom: 0px;
    border-bottom: 10px solid #ffce00
}

aside div.column-header h1 {
    font-size: 1.6rem !important
}

footer {
    min-height: 100px;
    background: #eee;
    padding: 30px 0px 20px 0px
}

footer p { font-size: 0.8rem;}

footer ul,
li {
    list-style-type: none;
    font-size: 1.2rem
}

footer ul li a {
    color: #666
}

.horizontal-list li {
    display: inline-block
}

.horizontal-list li::after {
    content: " |"; color: #ccc;
}

.horizontal-list li:last-child::after {
    content: ""
}

.form-control::placeholder {
    color: #999 !important
}

@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left
    }

    .header-right {
        float: none
    }

    .visibleWhenMobile {
        display: block
    }

    .hiddenWhenMobile {
        display: none !important
    }
}

/*# sourceMappingURL=style-min.css.map */