﻿#webFooter
{
    
    color: #4f6d89;
    font-size: 10px;
    height: 46px;
    margin: auto;
    max-width: 960px;
    padding-top: 7px;
    text-align: center;
    width: 100%;
}

#webFooter .socialMedia
{
     /*position:absolute;
     right:10px;
     bottom:10px;*/
     float: left;
     width: 30%;
     text-align: right;
     display: block;
     padding: 8px 0 0 0;
}

#webFooter .companyAddress
{
     float: left;
     color:#4f6d89;
     text-align:left;
     width: 28%;
     display: block;
     padding: 0 0 0 10px;
}

#webFooter .companyWebsite
{
     padding: 0px;
     color:#4f6d89;
}

#webFooter .siteLinks
{
    
    float: left;
    width: 40%;
    text-align: center;
    display: block;
}

#webFooter .siteLinkList 
{
    padding: 5px 0 0 0;
}

#webFooter .siteLinks a
{
    color: #4f6d89;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

#tabletFooter
{
    display: none;
}

/***********************************************/
/***************  Mobile Styles  ***************/
/***********************************************/
@media only screen and (min-width: 600px) and (max-width: 820px)
{
    #webFooter .companyAddress
    {
         float: left;
         color:#4f6d89;
         text-align:left;
         width: 28%;
         display: block;
         padding: 0 0 0 10px;
    }
    
    #webFooter .companyAddress a
    {
         color:#4f6d89;
         text-decoration: none;
    }
}
@media only screen and (min-width: 100px) and (max-width: 650px)
{
    #webFooter
    {
        display: none;
    }
    
    #tabletFooter
    {
        display: block;
        background-color: #4f6d89;
        color: #fff;
        font-size: 10px;
        height: 46px;
        margin: auto;
        max-width: 960px;
        padding-top: 7px;
        text-align: center;
        width: 100%;
        
        position: relative;
        /*top: 225px;*/
        z-index: 8;
    }
    
    #tabletFooter .copywrite
    {
        padding-bottom: 4px;
    }
    
    #tabletFooter .copywrite a
    {
        color: #fff;
        text-decoration: none;
    }
    
    #tabletFooter .socialMedia a
    {
         padding: 0 5px;
    }
}