.bottomFooter {
    background: #d8dde0;
    padding-top: 10px;
    border-top: 1px solid #d8dde0;
    display: none;
}


/*-------------------------portal main menu style-------------------------------*/

.menuLevel0 {
    padding: 0;
}

.menuLevel1 {
    padding-right: 0px;
}

.menuLevel0 li {
    padding: 4px 0;
}

.menuLevel1 li {
    transition: all 1s ease;
    background-position: right;
}

.menuLevel1 li:hover {
    background: url(/UI/Styles/Default/images/footer-caret.png) no-repeat;
    background-position: right;
    transition: all 1s ease;
}

.menuLevel1 li a {
    color: #827473;
    font-size: .9em;
    transition: all .2s ease;
}

.menuLevel1 li a:hover {
    padding-right: 22px;
}

.menuLevel0>li>a {
    color: #fff;
    position: relative;
    padding: 3px 25px 3px 0;
    display: inline-block;
    transition: .4s;
}


/*-------------------------end of portal main menu style-------------------------------*/

.topFooter {
    background: #68696d;
    padding-top: 30px;
    color: #fff;
}

.footerMenuUL {
    padding: 4px 0 0 0;
}

.footerMenuUL li {
    display: inline-block;
    padding: 0 20px;
}

.footerMenuUL li a {
    color: #827473;
}

.topFooterUp {
    padding-bottom: 20px;
}

.topFooterDown {
    padding: 17px 0 10px 0;
}

.palizlogo span {
    font-family: inherit !important;
    color: #555;
}


/*-------------------------social media-------------------------------*/

.social {
    list-style: outside none none;
    padding-right: 5px;
}

.social li {
    background: #dddddd;
    border-radius: 15px;
    display: inline-block;
    height: 27px;
    margin: 0 5px;
    padding: 3px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 27px;
}

.social a {
    color: #979796;
}

.social a:hover {
    color: #fff;
}

.social li:hover {
    background: #ccc;
    transform: rotate(360deg) scale(1.3);
}

.fa-2x {
    font-size: 1.4em !important;
}


/*-------------------------end of social media-------------------------------*/

.contact {
    line-height: 2.6;
}