@charset "utf-8";
/* CSS Document */
#container footer  {
    background-color: #000000;
    width: 100%;
    height: auto;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    bottom: 0px;
    display: inline-block;
}
#container footer p  {
    color: #939393;
    font-size: 14px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: normal;
}

#footerContainer {
    width: 90%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: auto;
}
#footerContainer .footerBox {
    width: 33.3%;
    height: 110px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
    margin-bottom: 0px;
    float: left;
    min-width: 190px;
    margin-left: 0px;
    margin-right: 0px;
}
#footerContainer .footerBox .footerName {
    font-size: 24px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: inline-block;
}



.footerBox #message {
    color: #CCCCCC;
    border: 1px solid #CCCCCC;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
}

.footerBox #message:hover  {
    background-color: #3F3F3F;
}

.footerBox #map {
    width: 75px;
    height: 25px;
    font-size: 18px;
    color: #CCCCCC;
    text-decoration: none;
    padding-top: 2px;
    padding-right: 30px;
    padding-bottom: 2px;
    padding-left: 30px;
    border: 1px solid hsla(0,0%,57%,1.00);
    margin-right: auto;
    margin-left: auto;
    display: inline;
}

.footerBox #map:hover  {
    width: 75px;
    height: 25px;
    font-size: 18px;
    color: hsla(0,0%,80%,1.00);
    text-decoration: none;
    padding-top: 2px;
    padding-right: 30px;
    padding-bottom: 2px;
    padding-left: 30px;
    border: 1px solid hsla(0,0%,57%,1.00);
    margin-right: auto;
    margin-left: auto;
    display: inline;
    background-color: #3F3F3F;
}

#social_media_box {
    padding-top: 0px;
    display: block;
    float: right;
    margin-top: 5px;
    margin-bottom: 0px;
    /* [disabled]padding-bottom: 30px; */
    width: 100%;
    height: auto;
}



@media (max-width:463px){
body #container footer {
    padding-top: 5px;
    padding-bottom: 10px;
}
}



@media (max-width:700px){
body #container footer {
    position: relative;
}
#footerContainer .footerBox  {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    border-bottom: 1px solid hsla(0,0%,29%,1.00);
    padding-bottom: 20px;
}
}
