/*************************/
/*********MENU***********/
/*************************/

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width : 320px) {
}
@media only screen and (min-width : 480px) {

}
@media only screen and (min-width: 768px) {
	.navbar-default {
		background: none;
		border: none;
	}
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width : 1200px) {

}
