﻿
/*#region footer*/
    #footer-content {
        position: relative;
        background: #f9f9f9;
        color: #575757;
        font-size: 1.5rem;
        border-top:1px solid #CCC;
    }

    #footer-content-inner {
        padding: 3rem 3rem 5rem 3rem;
        max-width: 1600px;
        margin: 0 auto;
    }

    #footer-content-inner ul {
        list-style:none;
        padding-top:3rem;
    }
    #footer-content-inner ul li {
        display:inline-block;
    }

    #footer-content-inner a {
        color: #575757;
        font-size: 1.5rem;
        padding: 0 1rem;
    }

    #footer-content-inner a:hover, #footer-content-inner a:focus, #footer-content-inner a:active {
        color: #E54F1D;
        outline: none !important;
    }

    

    #footer-by {
        font-size: 1rem;
        padding-bottom: 1rem;
        padding-left:2.15rem;
    }

        #footer-by a {
            padding: 0;
            font-size: .9rem;
            color: #2CB4B9;
        }

        #footer-by a:hover {
            color: #575757;
        }
/*#endregion*/


/*#region media points*/
@media(max-width:1670px) {
    
}
@media(max-width:1560px) {
    
}
@media(max-width:1260px) {
   
    #footer-content-inner a {
        font-size: 1.25rem;
    }
}
@media(max-width:1023px) {
    #footer-content-inner a {
        font-size: 1.25rem;
        padding:.75rem;
    }
    #footer-by {
        font-size: 1rem;
        padding-bottom: 1rem;
        padding-left: 0rem;
    }
    #footer-content-inner ul {
        list-style: none;
        padding-top: 3rem;
        margin-left: -.75rem;
    }
}
@media(max-width:790px) {
    #footer-content-inner a {
        font-size: 1rem;
        padding: .75rem;
    }
}


    @media(max-width:690px) {       
        #footer-content-inner {
            padding: 3rem 1rem 1rem 2rem;            
        }
        #footer-content {
            font-size: .9rem;
        }
        #footer-content-inner a {
            font-size: .9rem;
            padding: .5rem;
        }
        #footer-content-inner ul {
            margin-left: 0;
        }
    }

    @media(max-width:476px) {        
        #footer-content {
            font-size: .8rem;
        }
        #footer-content-inner a {
            line-height: .8;
            font-size: .8rem;
            padding: .15rem;
        }
    }
    /*#endregion*/
