﻿@charset "utf-8";
/* CSS Document */

#sub-nwsletter {

    width: 100%;
    height: 90px;

}
@media only screen and (max-width:660px){
 
	
	#sub-nwsletter {

    width: 100%;
    height: 130px;

}
	
}
@media only screen and (max-width:440px){

#sub-nwsletter {

    width: 100%;
    height: 200px;

}
}