.bottomFooter{
	background:#235493;
	padding-top:10px;	 
}

/*-------------------------portal main menu style-------------------------------*/
.menuLevel0{
	padding:0;	
}
.menuLevel1{
	padding-right:20px;	
}
.menuLevel0 > li{
	width:200px;
	float:left;
	text-align:left;	
}
.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:#a7bbd4;
	font-size:.9em;
	transition:all .2s ease;	
}
.menuLevel1 li a:hover{
	padding-right:22px;
}
.menuLevel0 > li > a{
	color:#fff;	
}
/*-------------------------end of portal main menu style-------------------------------*/

.topFooter{
	background:#235493;
	padding-top:20px;	
	color:#827473;
	border-top:5px solid #03679b;
}
.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:#fff;
}
/*-------------------------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-------------------------------*/