.top-nav{
	background: #F5F5F5;
	border-bottom: 1px solid #ccc;
}
.top-nav-main{
	padding: 0;
}
.str-first-upper{
	text-transform: capitalize;
}
.clear-float{
	margin-bottom: 0;
	padding: 6px 0;
}
.clear-float li{
	display: inline;
	margin: 0 5px;
	font-size: 12px;
}
.clear-float li a{
	color: #444;

}
.ng-icon{
	position: relative;
	bottom: 2px;
}
@media(max-width: 767px){
	.clear-float li{
		margin: 0 2px;
		font-size: 10px;
	}
}
.logo{
	background: #F8F0F0;
	border-bottom: 1px solid #ccc;
}
#logo{
	padding: 10px 0;
}
#social-top{
	/*padding-top: 10px;*/
}
#social-top{
	text-align: right;
}
@media(max-width: 767px){
	#logo{
		text-align: center;
	}
}

.back-to-top{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
    width: 50px;
    height: 50px;
    z-index: 999999;
}
.back-to-top img:hover{
    opacity: 0.5;
}

#hide_banner{
    cursor: pointer;
}
.floating-banner{
    display: block;
    background: rgba(0,0,0,0.8);
    -webkit-background: rgba(0,0,0,0.8);
	-ms-background: rgba(0,0,0,0.8);
	-moz-background: rgba(0,0,0,0.8);
	-0-background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}
.floating-banner .container{
    margin: 0 auto;
    color: #f0f0f0;
    padding: 5px 0;
}
.floating-banner .container a,
.floating-banner .container a:link,
.floating-banner .container a:visited{
    color: #f0f0f0;
    text-decoration: underline;
}
.floating-banner .container a:hover,
.floating-banner .container a:active{
    text-decoration: none;
}

.float-main{
	width: 100%;
	height: auto;
	background: rgba(51,122,183,0.9);
    -webkit-background: rgba(51,122,183,0.9);
	-ms-background: rgba(51,122,183,0.9);
	-moz-background: rgba(51,122,183,0.9);
	-0-background: rgba(51,122,183,0.9);
	position: fixed;
	z-index: 9999;
	top: 0;
	padding: 10px;
	display: none;
	/*display: block;*/
}
.search-second{
	margin-top: 5px;
}