@media(min-width:767px) {
	
.navbar {
        padding: 0px 0;
		
        -webkit-transition: background .5s ease-in-out,padding .3s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .3s ease-in-out;
        transition: background .5s ease-in-out,padding .3s ease-in-out;
    }
	
	


    .top-nav-collapse {
        padding: 0px;
		background-position: center top ;
	background-color: white;
		
		
    }
	
	
}



/*ipad*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 



}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
	and (orientation : portrait) { 

}

