/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* start-navbar */
.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left:0;
	z-index:999;
}
.navigation{
background:#1B242F;
padding:1.3em 0;
opacity: 0.9;
}
.top-menu{
float: left;
}
.right-msg{
float:right;
}
.top-menu ul li{
display:inline-block;
}
.top-menu ul li a{
display:block;
padding:0 0.5em;
color:#fff;
text-decoration:none;
font-size: 0.95em;
font-weight: 300;
}
.top-menu ul li.active a,.top-menu ul li a:hover{
color: #E74C3C;
}