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



/* Large Devices, Wide Screens */

@media only screen and (max-width : 1200px) {



}



/* 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) {

	.logo-header{

		width:100%;

	}

.contactHeader{

	float:left;

	margin-top:10px;

	width:100%;

}

.headerTel{

	text-align:center;

	color:	#003470;

	font-size:22px;

	font-family: 'Slabo 27px', serif;	

}

.headerTel2{

	text-align:right;

	color:	#003470;

	font-size:24px;

	font-family: 'Slabo 27px', serif;
	

}
.headerEmail{

	display:none;

}

.socialIcons{

	display:none;

}

}



/* Custom, iPhone Retina */ 

@media only screen and (max-width : 320px) {

	

}