/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 300px) {
	.logo_cen{width:100%; text-align:center;}
	.menuzord-brand img{max-height: 70px;}
	.menuzord-responsive .menuzord-brand{margin: 8px 0px 10px 0px !important;}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.logo_cen{width:100%; text-align:center;}
	.menuzord-brand img{max-height: 70px;}
	.menuzord-responsive .menuzord-brand{margin: 8px 0px 10px 0px !important;}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
/*.logo_cen{width:100%; text-align:center;}*/
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 960px) {
	.logo_cen{width:100%; text-align:center;}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1000px) {
	.logo_cen{width:auto; text-align:center;}
}


/*==========  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) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}