/*

Theme Name: Municipal Impact Base Theme

COLORS: 
grey-darker:    #222;
grey-dark:      #333;   text
grey:           #555;
grey-light:     #999
grey-lighter:   #eee;

FONTS: 
Source Sans Pro Normal
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-weight: 400;
Source Sans Pro Semi-Bold
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-weight: 600;
Source Sans Pro Bold
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-weight: 700;
Source Sans Pro Ultra-Bold
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    font-weight: 900;

*/


html {
    min-height: 101%;
    margin-bottom: 1px;
    background-color: #e5eff5;
}
@media (min-width: 768px) {
    html {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
}
body {
    background-color: transparent;
    font-size: 16px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #999;
    font-weight: 600;
}
h1,
.h1 {
    color: #333;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
    color: #999;
}
.btn-brand {
    color: #fff;
    background-color: #555;
}
.btn-brand:hover,
.btn-brand:focus {
    color: #fff;
}
.user-enter-data {
    display: none;
}



/* ========== #site_alerts ==================== */
#site_alerts {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    background-color: #FFE900;
    border: none;
    border-radius: 0;
}
.mi-front-home #site_alerts {
    margin-top: 15px;
    margin-bottom: 0;
}
#site_alerts .close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}
#site_alerts .close span {
    font-size: 14px;
}
#site_alerts .site-alerts-header {
    margin-top: 0;
/*    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;*/
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
}
#site_alerts .item h2 {
    margin-bottom: 0;
    color: #333;
    font-size: 18px;
}
#site_alerts .item:first-of-type h2:first-of-type {
    margin-top: 0;
}



/* ========== #site_header ==================== */
#site_header {
    position: relative;
    z-index: 20;
}
.navbar {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .navbar-nav {
        margin-bottom: 0;
    }
    .navbar-nav.search {
        margin-top: 0;
        margin-bottom: 7.5px;
    }
}
.navbar-inverse {
    border: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}
@media (max-width: 767px) {
    .navbar-inverse {
        background-color: rgba(34, 34, 34, 1);
    }
}
@media (min-width: 768px) {
    .navbar-inverse {
        border-radius: 0;
        background-color: rgba(34, 34, 34, .90);
    }
}
.navbar .container {
    position: relative;
}
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    height: auto;
    min-height: 50px;
    margin: 0;
    padding: 15px;
    text-align: center;
}
@media (max-width: 767px) {
    .navbar-brand,
    .navbar-brand:hover,
    .navbar-brand:focus,
    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        width: auto;
        font-size: 20px;
        font-weight: 600;
        background-color: transparent;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        min-height: 0;
        
    }
    .navbar-brand,
    .navbar-brand:hover,
    .navbar-brand:focus,
    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        display: block;
        float: none;
        position: absolute;
        left: 15px;
        right: 15px;
        top: 0;
        z-index: 30;
        min-height: 70px;
        margin: 0;
        padding: 5px 15px 15px 15px;
        background-color: rgba(255, 255, 255, .9);
        border-bottom-left-radius: 100% 45px;
        border-bottom-right-radius: 100% 45px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
        box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
    .no-logo .navbar-brand {
        font-size: 27px;
        font-weight: bold;
        line-height: 1.4;
    }
}
.navbar-brand img {
    display: block;
    max-width: 100%;
    max-height: 100px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .navbar-brand img {
        max-height: 100px;
        margin: 0 auto 8px auto;
    }
}
@media (min-width: 992px) {
    .navbar-brand img {
        max-height: 120px;
    }
}
@media (min-width: 1200px) {
    .navbar-brand img {
        max-height: 140px;
    }
}
.navbar-brand,
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-brand:hover,
.navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
}
@media (min-width: 769px) {
    .navbar-brand,
    .navbar-inverse .navbar-brand {
        color: #777777;
    }
    .navbar-brand:hover,
    .navbar-brand:focus,
    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        color: #777777;
    }
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.nav > li > a {
    z-index: 1010;
    font-size: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .nav > li > a {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .nav > li > a {
        font-size: 16px;
    }
}
.dropdown-menu {
    min-width: 300px;
    padding: 5px;
    font-size: 16px;
    background-color: #eee;
    border: solid #080808;
    border-width: 10px 1px 1px 1px;
    border-radius: 0;
}
.search .dropdown-menu > form {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
}
.navbar-right .dropdown-menu {
    left: -50px;
    right: auto;
}
.navbar-right .search .dropdown-menu {
    left: auto;
    right: -20px;
}
.navbar-right .search .visible-xs-inline {
    padding-right: 10px;
}
.dropdown-menu > li > a {
    padding: 3px 10px;
    font-weight: 600;
    white-space: normal;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: underline;
    background-color: transparent;
}
.dropdown-menu .nested-menu {
    display: block;
    width: 100%;
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
}
.dropdown-menu .nested-menu li > a {
    display: block;
    clear: both;
    padding: 2px 0 2px 10px;
    color: #333;
    font-weight: 400;
    white-space: normal;
    line-height: 1.42857143;
}
.dropdown-menu .nested-menu li > a:hover,
.dropdown-menu .nested-menu li > a:focus {
    text-decoration: underline;
    background-color: transparent;
}
.dropdown-menu .nested-menu .active > a,
.dropdown-menu .nested-menu .active > a:hover,
.dropdown-menu .nested-menu .active > a:focus {
    color: #555;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}
.dropdown-menu > .active {
    background-color: #999;
}
.dropdown-menu > .active > a {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #999;
}
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: underline;
    background-color: #999;
}
.dropdown-menu > .active > .nested-menu li > a {
    color: #fff;
}
.dropdown-menu > .active > .nested-menu li > a:hover,
.dropdown-menu > .active > .nested-menu li > a:focus {
    text-decoration: underline;
    background-color: transparent;
}
.dropdown-menu > .active > .nested-menu .active > a,
.dropdown-menu > .active > .nested-menu .active > a:hover,
.dropdown-menu > .active > .nested-menu .active > a:focus {
    color: #fff;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #eee;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 15px;
    }
    .dropdown-menu .nested-menu {
        padding: 0 0 0 15px;
        margin: 0 0 5px 0;
    }
    .dropdown-menu .nested-menu li > a {
        padding: 2px 0 2px 15px;
    }
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #999;
    }
}



/* ========== #page_image ==================== */
#page_image {
}
@media (max-width: 767px) {
    #page_image {
        display: none;
    }
}
@media (min-width: 768px) {
    #page_image {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
        height: 500px;
    }
}



/* ========== #main ==================== */
#main {
    position: relative;
    z-index: 10;
}
#main > .container {
    position: relative;
    z-index: 20;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}
@media (max-width: 767px) {
    #main > .container {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}
@media (min-width: 768px) {
    #main > .container {
        background-color: rgba(255,255,255,0.85);
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #main > .container {
    }
}



/* ========== #content ==================== */
#content {
    padding-bottom: 30px;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
#content .content-header {
    overflow: hidden;
}
#content img {
    max-width: 100%;
    height: auto;
}
#content .img-responsive {
    display: inline-block;
}
#content table {
    max-width: 100% !important;
}
/*
breadcrumb
*/
.breadcrumb {
    float: left;
    padding: 8px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "\003e";
    padding: 0 5px;
    color: #cccccc;
}
.breadcrumb > .active {
    color: #777777;
}
.breadcrumb > .level-0 {
    font-weight: 600;
    font-style: italic;
}
/*
sharing
*/
.addthis_sharing_toolbox {
    float: right;
    padding: 8px 0;
}
.mi-front-home .addthis_sharing_toolbox {
    padding: 30px 0 30px 0;
}
/*
content-section
*/
.content-section {
    overflow: hidden;
    margin-top: 15px;
    border-top: 1px solid #ddd;
}
.content-section .item:nth-child(3n+1) {
    clear: left;
}
.content-section #location-map {
    margin-bottom: 15px;
    width: 100%;
    height: 300px;
}
#location-map img { /* google maps vs. Bootstrap fix */
    max-width: none; 
}
.content-section#contact_info a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
.content-section#image_slideshow {
    border-top: none;
}
.content-section#image_slideshow .carousel-inner {
    text-align: center;
}
.content-section#image_slideshow .carousel-inner img {
    margin: 0 auto;
}
.content-section#image_slideshow .carousel-caption {
    position: static;
    height: 120px;
    padding-top: 15px;
    padding-bottom: 0;
    color: #333333;
    text-align: center;
    text-shadow: none;
}
.content-section#image_slideshow .carousel-indicators {
    position: absolute;
    bottom: 120px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.content-section#image_slideshow .carousel-indicators li {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
}
@media screen and (min-width: 768px) {
    .content-section#image_slideshow .carousel-caption {
        height: 70px;
    }
    .content-section#image_slideshow .carousel-indicators {
        bottom: 70px;
    }
}
.content-section#image_single {
    text-align: center;
    border-top: none;
}
.content-section#image_single img {
    margin: 0 auto 10px auto;
}
.content-section#image_single .image-caption {
    font-size: 16px;
    font-style: italic;
    text-align: center;
}
.content-section#image_thumbnails a.item {
    display: block;
    padding-bottom: 15px;
}
.content-section#image_thumbnails img {
    display: block;
    margin: 0 auto;
}
.content-section#image_thumbnails em {
    display: block;
    margin: 0;
    text-align: center;
}
.content-section .modal-content {
    text-align: center;
}
.content-section .modal-header {
    padding: 15px 45px;
}
.modal-header .close {
    margin-right: -30px;
}
@media (min-width: 768px) {
    .content-section .modal-dialog {
        margin-top: 180px;
    }
}
.content-section#events_listing .item {
    padding-top: 10px;
}
.content-section#events_listing h4 {
    margin-bottom: 0;
}
.content-section .documents {
/*
    -webkit-columns: 3 250px;
       -moz-columns: 3 250px;
            columns: 3 250px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
*/
}
.content-section .documents ul {
    padding: 0;
    list-style-type: none;
}
.content-section .documents .item {
    margin-bottom: 0;
    -webkit-column-break-inside: avoid;
}
.documents .item a {
    line-height: 2.14286;
    text-decoration: none;
}
.documents .item a .fa {
    font-size: 18px;
    line-height: 30px;
}
.documents .item a:focus .link-text, 
.documents .item a:hover .link-text {
    text-decoration: underline;
}
/*
.content-section .documents .item:after {
    content: '';
    display: block;
    height: 10px;
}
*/
/*
paging-nav
*/
.paging-nav {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.paging-nav .next {
    float: right;
}
.paging-nav .prev {
    float: left;
}


@media (max-width: 991px) {
    .img-float {
        display:block;
        margin: 1.5rem auto
    }
}

@media (min-width: 992px) {
    .img-float {
        width:50%
    }

    .img-float.float-md-right {
        float: right;
        margin: .375rem 0 1.5rem 1.5rem
    }

    .img-float.float-md-left {
        float: left;
        margin: .375rem 1.5rem 1.5rem 0
    }
}

@media (min-width: 1200px) {
    .img-float {
        width:40%
    }
}




/* ========== #sidebar ==================== */
@media (min-width: 768px) {
    .show-logo #sidebar {
        padding-top: 80px;
    }
    .no-logo #sidebar {
        padding-top: 50px;
    }
}
@media (min-width: 992px) {
    .show-logo #sidebar {
        padding-top: 100px;
    }
    .no-logo #sidebar {
        padding-top: 50px;
    }
}
@media (min-width: 1200px) {
    .show-logo #sidebar {
        padding-top: 120px;
    }
    .no-logo #sidebar {
        padding-top: 30px;
    }
}
#sidebar img {
    max-width: 100%;
    height: auto;
}



/* ========== WIDGETS ==================== */
.widget {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
}
.widget .link-read-more {
    float: right;
    margin-top: -28px;
    font-size: 12px;
}
@media (max-width: 767px) {
    .widget.widget-fixed {
        max-width: 360px;
        margin-right: auto;
        margin-left: auto;
    }
    #section_nav {
        max-width: 100%;
    }
}
.widget .item {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
/* 
section navigation 
*/
#sidebar #section_nav {
    background-color: #eee;
}
#sidebar #section_nav h3 {
    margin: 0 0 10px 0;
    padding: 10px 15px;
    color: #fff;
    background-color: #080808;
}
.widget-menu {
    margin: 2px 0 0;
    padding: 5px;
    list-style: none;
    font-size: 16px;
    text-align: left;
}
.widget-menu > li > a {
    color: #333;
    display: block;
    padding: 3px 10px;
    font-weight: 600;
    white-space: normal;
}
.widget-menu > li > a:hover,
.widget-menu > li > a:focus {
    text-decoration: underline;
    background-color: transparent;
}
.widget-menu .nested-menu {
    display: block;
    width: 100%;
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
}
.widget-menu .nested-menu li > a {
    display: block;
    clear: both;
    padding: 2px 0 2px 10px;
    color: #333;
    font-weight: 400;
    white-space: normal;
    line-height: 1.42857143;
}
.widget-menu .nested-menu li > a:hover,
.widget-menu .nested-menu li > a:focus {
    text-decoration: underline;
    background-color: transparent;
}
.widget-menu .nested-menu .active > a,
.widget-menu .nested-menu .active > a:hover,
.widget-menu .nested-menu .active > a:focus {
    color: #555;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}
.widget-menu > .active {
    background-color: #999;
}
.widget-menu > .active > a {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #999;
}
.widget-menu > .active > a:hover,
.widget-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: underline;
    background-color: #999;
}
.widget-menu > .active > .nested-menu li > a {
    color: #fff;
}
.widget-menu > .active > .nested-menu li > a:hover,
.widget-menu > .active > .nested-menu li > a:focus {
    text-decoration: underline;
    background-color: transparent;
}
.widget-menu > .active > .nested-menu .active > a,
.widget-menu > .active > .nested-menu .active > a:hover,
.widget-menu > .active > .nested-menu .active > a:focus {
    color: #fff;
    text-decoration: underline;
}
/* 
events
*/
#events .item {
    margin-bottom: 20px;
}
#events h3 {
    font-size: 26px;
}
#events h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
}
#events .date {
    font-weight: bold;
}
#events p {
/*
    margin-top: 0;
    margin-bottom: 0;
*/
}
#events h4 a {
    color: #333;
}
/* 
news & announcements 
*/
#news .item {
    margin-bottom: 20px;
}
#news h3 {
    font-size: 26px;
}
#news h4 {
    margin-bottom: 0;
    color: #333;
    font-size: 18px;
}
#news h4 a {
    color: #333;
}
#news p {
/*    font-size: 16px;*/
}
#news .date {
    font-weight: bold;
}
/* 
slideshow_promos
*/
#slideshow_promos {
    text-align: center;
}
#slideshow_promos .promo-image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 66.667%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#slideshow_promos .promo-image a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66.667%;
}
#slideshow_promos p {
	font-size: 12px;
}
/* 
featured links 
*/
#featured_links a {
    position: relative;
    display: block;
    margin: 0 0 5px 0;
    padding: 5px 15px 5px 66px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    background-color: #999;
}
#featured_links a:hover {
    text-decoration: none;
}
#featured_links a:after {
    position: absolute;
    top: 5px;
    left: 15px;
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    background-image: url(/themes/municipalimpact/images/icons_featured_links.png);
    background-repeat: no-repeat;
}
#featured_links a.bill-pay:after {
    background-position: 0 0;
}
#featured_links a.report-problem:after {
    background-position: 0 -36px;
}
#featured_links a.subscribe:after {
    background-position: 0 -72px;
}
#featured_links a.faq:after {
    background-position: 0 -108px;
}
#featured_links a.new-residents:after {
    background-position: 0 -144px;
}
/* 
weather widget 
*/
table.wp_wunderground {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}
.wp_wunderground caption {
    color: #cc6633;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.wp_wunderground img {
    display: block;
    width: 75%;
    max-width: 50px !important;
    height: auto;
    margin: 0 auto;
}
.wp_wunderground th {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.wp_wunderground td {
    font-size: 10px;
    text-align: center;
}



/* ========== #site_footer ==================== */
#site_footer {
    padding-top: 15px;
    color: #fff;
    font-size: 15px;
    background-color: #333;
}
#site_footer .footer-column {
    padding-bottom: 15px;
}
#site_footer h4 {
    color: #fff;
}
#site_footer a {
    color: #fff;
}
#site_footer .contact-info .contact-item {
    margin-bottom: 0;
}
#site_footer .contact-info .contact-item:last-of-type {
    margin-bottom: 15px;
}
@media (max-width: 459px) {
    #site_footer .contact-info .contact-item .contact-number {
        text-align: right;
    }
}
@media (min-width: 460px) {
    #site_footer .contact-info .contact-item .contact-number {
        text-align: left;
    }
}
@media (min-width: 768px) {
    #site_footer .contact-info .contact-item .contact-number {
        text-align: right;
    }
}
#site_footer .contact-info .logo img {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: 5px auto 0 auto;
}
@media (max-width: 459px) {
    #site_footer .contact-info .logo {
        text-align: right;
    }
}
@media (min-width: 460px) {
    #site_footer .contact-info .logo {
        text-align: left;
    }
}
@media (min-width: 768px) {
    #site_footer .contact-info .logo {
        text-align: right;
    }
}
#site_footer .social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#site_footer .social-links li {
    line-height: 30px;
}
#site_footer .social-links li i {
}
#site_footer .social-links li a {
    text-decoration: none;
}
#site_footer .social-links li span:hover {
    text-decoration: underline;
}



/* ========== #site_legal ==================== */
#site_legal {
    padding-top: 15px;
    color: #fff;
    font-size: 11px;
    background-color: #222;
}
#site_legal p {
    margin-bottom: 0;
}
#site_legal a {
    color: #fff;
    text-decoration: underline;
}
#site_legal a.powered-by-link {
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
}
#site_legal .legal-column {
    padding-bottom: 15px;
    text-align: center;
}
@media (min-width: 992px) {
    #site_legal .legal-column.legal {
        text-align: left;
    }
    #site_legal .legal-column.credits {
        text-align: right;
    }
}



/* ========== HOME PAGE ==================== */
.mi-front-home #page_image {
    position: relative;
    display: block;
    height: auto;
    margin-top: -50px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
    background-color: transparent;
}
@media (max-width: 767px) {
    .mi-front-home #page_image {
        margin-top: 0;
    }
}
.mi-front-home #page_image .slide-image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    background-image: none;
    padding-bottom: 41.667%;
    background-color: #080808;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.mi-front-home #page_image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.mi-front-home .carousel-caption {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 40px;
    background-color: rgb(34, 34, 34);
}
.mi-front-home .carousel-caption .btn-brand {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    background-color: #555;
    border: 0;
    border-radius: 0;
}
@media (min-width: 768px) {
    .mi-front-home .carousel-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 24px;
        line-height: 50px;
        background-color: rgba(34, 34, 34, .8);
    }
    .mi-front-home .carousel-caption .btn-brand {
        font-size: 16px;
        line-height: 50px;
    }
}
@media (min-width: 992px) {
    .mi-front-home .carousel-caption {
        font-size: 30px;
        line-height: 70px;
    }
    .mi-front-home .carousel-caption .btn-brand {
        font-size: 20px;
        line-height: 70px;
    }
}
@media (max-width: 767px) {
}
.carousel-indicators {
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    margin: 0;
}
.carousel-indicators li {
    width: 20px;
    height: 10px;
    margin: 10px 1px 1px 1px;
    text-indent: -9999px;
    border: 1px solid #333;
    border-radius: 0;
    background-color: #fff;
}
.carousel-indicators .active {
    width: 20px;
    height: 10px;
    margin: 10px 1px 1px 1px;
    background-color: #999;
}
.mi-front-home #main {
    padding-top: 0;
}
/*.mi-front-home #main .container {
    background-color: transparent;
}
.mi-front-home #main #content,
.mi-front-home #main #events,
.mi-front-home #main #news,
.mi-front-home #main #weather {
    background-color: rgba(255,255,255,0.85);
}*/
@media (max-width: 767px) {
    .mi-front-home #main > .container {
        padding-top: 0;
    }
}
@media (min-width: 767px) {
    .mi-front-home #main > .container {
        padding-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mi-front-home #content {
        padding-top: 0;
    }
}
@media (min-width: 992px) {
    .mi-front-home #content {
        padding-top: 0;
    }
}
.mi-front-home #sidebar {
    padding-top: 30px;
}
@media (min-width: 992px) {
    .mi-front-home #sidebar {
        padding-top: 30px;
    }
}

