
@media only screen  and (max-width:1024px) {
	
	
}


@media only screen and (max-width:768px) {
	.desktop-menu{display:none;}
	.navbar-toggle{display:block;}
	.desktop-menu ul li{float:none;}
	.logo img{max-width:180px;}
	.desktop-menu{    padding: 0;
    position: absolute;
    top: 130px;
    width: 100%;
    z-index: 99;
    left: 0;
    background: #FFF;}
}

@media only screen and (max-width: 568px){
	
}

@media only screen and (max-width: 480px){
	
}

/*Phone 4 (480px) Landscape and Samsung Galaxy S3 Portrait (360px)*/	

@media only screen and (max-width: 414px){
	
}

/*IPhone and Samsung Galaxy S1 and S2 Portrait (both 320px) */	

@media only screen and (max-width: 375px) { 
	
}

@media only screen and (max-width: 320px) { 

}