/*  

Theme Name: neo2Responsive

Theme URI: http://www.portfolio.es

Description: Development by <a href="http://www.portfolio.es">Portfolio Multimedia</a>

Version: 1.0

Author: Portfolio Multimedia

Author URI: http://www.portfolio.es

*/

div#neo2Responsives > form#subscribeform strong {
	display: inline-block;
	margin-top: 5px;
	width: 270px;
}

div#neo2Responsives > form#subscribeform strong:nth-of-type(5), 
div#neo2Responsives > form#subscribeform strong:nth-of-type(6) {
	display: inline;
}

div#neo2Responsives > form#subscribeform input[type="text"] {
	width: 270px !important;
    clear: both;
    float: left;
}

div#neo2Responsives > form#subscribeform table {
	width: 270px;
}

div#neo2Responsives > h3 {
	margin-bottom: 100px;
}

/* ********************************************************************************** */
/* ************* RESPONSIVE DESIGN ************************************************** */
/* ********************************************************************************** */

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

	div#neo2Responsives > form#subscribeform strong {
		width: 210px;
        clear: both;
    	float: left;
	}

}

@media only screen and (min-width: 1023px) {
	div#neo2Responsives > form#subscribeform strong:first-child {
		margin-top: 20px;
	}
}