﻿
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	/* Form Subscriber */
	.subscriptionForm .emailfield{
		width: 70%;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	/* Form Subscriber */
	.subscriptionForm .emailfield{
		width: 100%;
	}
	
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}