/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
		.menuzord-menu{margin:0 ;padding: 0;list-style: none;}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
		.menuzord-menu{margin:0 ;padding: 0;list-style: none;}
		

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.menuzord-menu{margin:0 ;padding: 0;list-style: none;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.menuzord-menu{margin:0 15% ;padding: 0;list-style: none;}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.menuzord-menu{margin:0 15% ;padding: 0;list-style: none;}
	#logo{margin-right:30px}
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {#sticker{display:none}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {#sticker{display:none}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {#sticker{display:none}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {
#logo{margin-right:0px}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
			.menuzord-menu{margin:0 ;padding: 0;list-style: none;}

}