﻿.BottomFrame{
    border-top: 1px solid #002e80;
}

.LinkList {
    margin: 20px 0;
}

.LinkList ul {
    list-style-type: none;
    display: inline-block;
}

.LinkList ul li {
    float: left;
    border-right: 2px solid #EBE8E8;
}

.LinkList ul li:first-child {
    border-left: 2px solid #EBE8E8;
}

.LinkList ul li a {
    text-decoration: none;
    color: gray;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.LinkList ul li a:hover {
    background-color: #EBE8E8;
}

.WizwizyFooter {
    margin: 15px 10px;
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
}

.WizwizyFooter .item{
    flex: 0 auto;
}

.WizwizyFooter .item:nth-child(3){
    text-align:right;
}

.AhaideaLogoSmall {
    height:90px;
}

.AhaideaLogoSmall, .FooterAddress {
    float: left;
    text-align: left;
}

.FooterAddress {
    padding-left: 20px;
}

.copyright{
    margin-bottom: 20px;
}