.footerbar li{
list-style:none;
}
footer .footerbar .cell ul li ,footer .footerbar .cell ul li a{
font-size:13px;
color:#999;
margin-bottom:4px;
}
footer .footerbar .cell ul li a:hover{
color:#ff3600;
}

footer .footerbar .cell p{
font-size:13px;
color:#999;

}



/*********************** MOBILE CSS BEGIN ****************/

@media screen and (min-width:320px) and  (max-width: 570px) {

header .log-in-out .dropdown {
    padding-top: 21px;
     left: inherit!important;
    right: -15px;
    top: 44px;
    width: 320px !important;
}


}

@media screen and (min-width:370px) and (max-width: 668px) {

	header .log-in-out .dropdown {
		padding-top: 21px;
		 left: inherit!important;
		right: -15px;
		top: 44px;
		width: 375px!important;
	}
}

@media screen and (min-width:410px) and (max-width: 740px) {

	header .log-in-out .dropdown {
		padding-top: 21px;
		 left: inherit!important;
		right: -15px;
		top: 44px;
		width: 414px!important;
	}
}


@media only screen and (max-width: 720px)
{
body {
     padding-top: 50px !important; 
    padding-bottom: 0;
}
	header .logo {
	    position: initial; 
	    top: -66px;
	    left: -15px; 
	    right: -15px; 
		background-color: transparent;
		border-bottom: none;
		display: block;
		height: 60px;
	}
	header {
    position: absolute;
    top:0px; 
}

header .right-part {
    position: absolute;
    float: right;
}

.logo img{
margin-left:-40px;
}
.metabar .postmetas {
float:left;
}
.metabar .social-media-icons {
    clear: none;
}

/* #aToolTip{
    top: 20px!important;
    left: 250px !important;
} */
	
	.footerbar li{
list-style:none;
}
footer .footerbar .cell ul li ,footer .footerbar .cell ul li a{
font-size:13px;
color:#999;
margin-bottom:4px;
}
footer .footerbar .cell ul li a:hover{
color:#ff3600;
}

footer .footerbar .cell p{
font-size:13px;
color:#999;

}
	
}


