@charset "utf-8";
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	header .content-top {
		text-align:center;
	}
	.item-right.pull-right {
		text-align:center;
	}
	footer #content-footer .bottom-footer {
		text-align:center;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
 
}

@media only screen and (min-width : 600px) {
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
}

@media only screen and (min-width : 800px) {
 
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	header .content-top {
		text-align:left;
	}
	.item-right.pull-right {
		text-align:right;
	}
	footer #content-footer .bottom-footer {
		text-align: left;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {
 
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
}