/*@charset "utf-8";
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}*/
.footer-top
{
	background-color:rgb(16, 60, 110);
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	outline: none;
	/*-- CSS3 Transition --*/
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
a:focus, a:hover, a:active {
	outline: none;
}
ul {
	list-style: none;
}


.footer-top-wrapper ul:before, .footer-top-wrapper ul:after {
	display: table;
	line-height: 0;
	content: "";
}
.footer-top-wrapper ul:after {
	clear: both;
}
/* Common Section
----------------------------------*/

.footer-top-wrapper ul li a {
	padding:0px 12px;
	color: #c2c2c2;
	background-color:rgb(16, 60, 110);
	display: block;
}
.footer-top-wrapper {
	text-align:center;
}
	
.footer-top-wrapper ul {
	display:inline-block;
	padding:10px 0px 0px 0px;
}
.footer-top-wrapper ul li {
	float:left;
	color:#888888;
}

.footer-top-wrapper ul li:hover a, .footer-top-wrapper ul li.selected a {
	color:#fff;
}
.footer-top-wrapper ul li:before {
	content:'|';
}
.footer-top-wrapper ul li:first-child:before {
	content:'';
}

.footer-top-wrapper ul li a {
	border-right: 1px solid #888888;                           
  }
  .footer-top-wrapper ul li a:hover {
	  text-decoration: underline;
  }
  .footer-top-wrapper ul li:last-child a {
	border: none!important;
  }