/*==========  Non-Mobile First Method  ==========*/

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

}

@media only screen and (max-width : 1024px) {
	.metaHead, #logo_holder a img, .social {
		display: none;
	}
	#logo_holder span, #flip {
		display: block;
	}
	#phoneNo {
		margin-top: 10px;
		left: -25px;
		top: 0px;
	}
	#phoneNo span {
		border-left: none;
	}
	.topMenu ul li {
		display: none;
	}
	.topMenu ul li:first-child {
		display: block !important;
		position: relative;
		left: -40px;
	}
	.pull-right {
		float: none !important;
	}
	.topMenu div {
		display: inline;
	}
	.login {
		margin-left: -30px;
	}
	header#main ul {
	    left: 0px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

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

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	/*.rpwe-img {
		display: none !important;
	}*/
	.rpwe-alignleft {
		float: none !important;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}