﻿
.footerwrapper {
    display:inline-block;
    font-family: open-sans, sans-serif !important;
    width: 100%;
    color: white;
  
}

    .footerwrapper a {
        color:white;
    }

.footerbkg1 {
    background-color: #595959;
}

.footerbkg2 {
    background-color: #252525;
}

.footerbkg3 {
    background-color: white;
    color: black;
}

    .footerbkg3 a {
        color: #151515;
    }


    .footercolumn {
    
    font-weight:300 ;
    font-size:11px;
    /*padding: 0 20px;*/
    justify-self:center;

    line-height:12px;
    margin-bottom:20px;
    
}



.fcolumn6 {
    width: 16.6%;
    min-width: 166px; 
    padding: 10px;
    /*border:1px dashed yellowgreen;*/
}

.fcolumn3{
    width:33%;
}

.fcolumn4
{
    width: 25%;
}

.fcolumn2 {
    width: 50%;
}

.fcolumnA {
padding: 0 20px;
}

.fcolumnB {
padding: 0 20px;
}

.fcolumnC {
padding: 0 20px;
}



.footercolumn h2, .footercolumn h2 a {
    font-size:12px;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 12px;
}
    .footercolumn ul {
        list-style: none;
        list-style-position: outside;
        padding-left: 0;
    }

    .footercolumn ul li
    {
        margin-bottom:10px;
        line-height:14px;
        
    }
    .footercolumn a:hover {
        color:white;
    }

            .footercolumn h2 a:hover {
               color:white;
            }

.footer1 {
    /*border: 1px dotted yellow;*/
    max-width: 1000px;
    /*min-height: 487px;*/
    margin: 0 auto;
    padding: 55px 0;
    display:flex;
    flex-flow: row wrap;
    justify-content: space-around;
    justify-self: center;
}


.footer2 {
    max-width: 1000px;
    min-height: 140px;
    margin: 0 auto;
    padding: 55px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    justify-self: center;
}


.footer3 {
    font-family: inherit;
    max-width: 1000px;
    height: 35px;
    margin: 0 auto;
    padding: 0;
    font-size:11px;
    
}
    .footer3 ul {
        padding-left: 0 !important;
        margin-bottom: 0 !important;
    }

.footer3 li
{
    display:inline;
    padding:10px;
}

.footer3 li:first-child 
{
    padding-left: 0 !important
}



    .footer3 li:nth-last-child(n+2) {
        
        background-image: url('../Images/white1x1.jpg');
        background-size: 1px 8px;
        background-repeat: no-repeat;
        background-position: right center;
    }

.fourDots {
    background-image: url('../Images/dotted-line.png');
    background-size: 3px 21px;
    background-repeat: no-repeat;
    background-position: right center;
    height: 30px;
    width: 3px;
 
}
.socialicon {
   font-size: 28px;
    margin: auto;
    width: 20%;
    height: 100%;
 
    
}
.socialicons {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    width: 260px;
    height: 30px;
    margin: 0 auto;
}

.socialicon img
{
    margin:auto;
  display:block
}

.footer2 .socialicon {
    text-align: center;
    transition: 0.5s ease-out;
    filter: brightness(100%)
}

    .footer2 .socialicon:hover {
        transition: 0.5s ease-out;
        filter: brightness(50%)
    }



.footerphone {
    
    font-weight: bold;
    font-size:18px;
    
    line-height: 30px;
    letter-spacing: 1px;
    vertical-align: text-bottom;
}

@media only screen and (max-width:1024px) {
    .footercolumn ul {
        display: none;
    }

    .footer1 {
        min-height: unset;
    }

    .footer2 {
        flex-flow: column wrap;
        justify-content: space-between;

    }

        .footer2 .footercolumn
        {text-align:center;}

    .footer3 {
        
        text-align: center;
    }

    .fourDots {
        background-image: none;
    }

    .fcolumn6 {
        width: 35%;
        min-width: unset;
        
    }
}

@media only screen and (max-width: 500px) {
    .fcolumn6 {
        width: 51%;
        text-align: center;
    }
}