@import "../../../atlanta/assets/css/rtl.min.css";

/* Your CSS code goes here
-------------------------------------- */
body.rtl #header.logo-left .nav-main{
	float:right;
	   

}
body.rtl #header.logo-left .logo{
	width:29%;
}
@media(max-width:768px){
body.rtl #header.logo-left .logo-img{
	width:85%;
}
body.rtl #header.logo-left .logo{
	width:100%;
}	
}