﻿.top-nav {
    background: url(../assets/img/top-bg.jpg) center center;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.45), 0px 1px 6px 0px rgba(0, 0, 0, 0.12) !important;
    padding: 3px 10px 3px 10px;
    z-index: 999999 !important;
    position: relative;
    height:35px;

}
.top-nav-position {
    position:fixed;right:0;left:0;z-index:1030;
  width: 100%
}

.top-nav .time {
    float: left;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 7px;
    font-family:Calibri ;
}
.top-nav li {
    list-style-type: none;
    font-size: 0.9em;
    text-align: right;
    display: inline-block !important;
}
.top-nav li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
	padding: 1px 6px !important;
}
.top-menu {
    padding: 0 8px 0 2px;
    background: url(../assets/img/top-right-border.jpg) center right no-repeat;
}
.offset-0 {
    padding-left: 0;
    padding-right: 0;
}
.top-nav .time {
	float: left;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.top-nav .time i {
	font-size: 14px;
}
.top-nav ul {
	margin: 0px;
	padding: 0px;
	float:right;
}
.top-nav li {
	list-style-type: none;
	font-size: 14px;
	text-align: right;
	display: inline-block !important;
	padding: 3px 0px 4px 0px;
    margin-top: 0px;
}

.top-nav .navbar-form {
    margin: 0px;
    padding: 0px;
    position: relative;
}
.top-nav .input-sm {
    height: 26px;
    padding: 0 0 0 6px;
    width: 124px;
    color: #636060;
    margin: 0 auto;
    font-size: 12px;
	border-radius: 0;
}

.top-nav{
	display:block;
	color:#000;
}
.top-nav li a{
	color:#000!important;
}
.top-nav{
	margin-bottom:15px;
}
.top-nav .col-md-4{
	width:25%;
	float:left
}
    .top-nav .col-md-8 {
        width: 73%;
        float: right;
    }