﻿
/*
    
    Stylesheet to hold any styling to do with the footer
    
    Created: 04.03.2016
    By: AC

*/

#footer
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding: 40px;
}

#footer_mobile
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

#footer_container /*-moz-box-shadow:0 0 10px rgba(0,0,0,0.6);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.6);box-shadow:0 0 10px rgba(0,0,0,0.6)}*/
{
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    margin-top: 0px;
    background: transparent;
}

#footer_container p 
{
    padding: 2px 0 0 0;
    font-size:0.9em;
}

.footer_inner
{
    position:relative;
    width:100%;
    height:auto;
    max-width: 1000px;
    margin-left: auto; 
    margin-right: auto;
    background: #FFF;
    text-align:center;
}

.footer_arrow 
{ 
   text-align: center;
}

#footer_social 
{
   width: 100%;
}

#footer_social .col1 
{
   width: 50%;
}

#footer_social .col2 
{
    width: 50%;
}

#footer_social .col2 .icon 
{
    float: right;
    width: 25px;
    margin: 5px;
}

.footer_link > i.material-icons 
{
    margin-right: 5%;
    width: 5%;
    text-align: center; 
}

table#footer
{
    width: 100%;
}

table#footer tr td
{
    vertical-align: middle;
    text-align: left;
    width: 33.33%
}
