
@media only screen and (min-width : 120px) {
	.input-group-textarea textarea.form-control.sentence {
		height: 46px; 
	}
	.inizio-panel {
		min-height: 400px;
	}
	.content-panel {
		min-height: 400px;
	}
	.wizard > .content{
		min-height: 330px;
	}
	.domandaGroupHScroll{
		height: 170px;
	}
	.domandaGroupH{
		height: 180px;
	}
	.special-padding-rowSTAR{
		min-height: 180px;
	}
	.special-padding-row{
		min-height: 80px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.input-group-textarea textarea.form-control.sentence {
		height: 146px; 
	}
	.inizio-panel {
		min-height: 500px;
	}
	.content-panel {
		min-height: 500px;
	}
	.wizard > .content{
		min-height: 430px;
	}
	.domandaGroupHScroll{
		height: 220px;
	}
	.domandaGroupH{
		height: 250px;
	}
	.special-padding-rowSTAR{
		min-height: 270px;
	}
	.special-padding-row{
		min-height: 270px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.input-group-textarea textarea.form-control.sentence {
		height: 146px; 
	}
	.inizio-panel {
		min-height: 500px;
	}
	.content-panel {
		min-height: 500px;
	}
	.wizard > .content{
		min-height: 430px;
	}
	.domandaGroupHScroll{
		height: 220px;
	}
	.domandaGroupH{
		height: 250px;
	}
	.special-padding-rowSTAR{
		min-height: 270px;
	}
	.special-padding-row{
		min-height: 270px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.input-group-textarea textarea.form-control.sentence {
		height: 146px; 
	}
	.inizio-panel {
		min-height: 500px;
	}
	.content-panel {
		min-height: 500px;
	}
	.wizard > .content{
		min-height: 430px;
	}
	.domandaGroupHScroll{
		height: 220px;
	}
	.domandaGroupH{
		height: 250px;
	}
	.special-padding-rowSTAR{
		min-height: 270px;
	}
	.special-padding-row{
		min-height: 270px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.input-group-textarea textarea.form-control.sentence {
		height: 146px; 
	}
	.inizio-panel {
		min-height: 500px;
	}
	.content-panel {
		min-height: 500px;
	}
	.wizard > .content{
		min-height: 430px;
	}
	.domandaGroupHScroll{
		height: 220px;
	}
	.domandaGroupH{
		height: 250px;
	}
	.special-padding-rowSTAR{
		min-height: 270px;
	}
	.special-padding-row{
		min-height: 270px;
	}
}
