@media (min-width:320px) 
{
	.projects_number
	{
		font-size:1.5rem;
		width:95%;
		margin-top:50px;
	}
}
@media (min-width:480px) 
{
	.projects_number
	{
		font-size:1.5rem;
		width:95%;
		margin-top:50px;
	}
	#searchform .input-group input {
    	width: 300px;
	}
}
@media (min-width:600px) 
{
	.projects_number
	{
		font-size:1.5rem;
		width:85%;
		margin-top:90px;
	}
	#searchform .input-group input {
    	width: 300px;
	}
}
@media (min-width:768px) 
{
	
	/*#projectSubscribe*/	
	.VL-iframe, .VL-bigbox {
    	min-height: 440px !important;
	}

	.listing.featured-box .caption.project {
		height: 200px !important;
	}
	.regions .featured-box .caption {}
}
@media (min-width:801px) 
{
	.projects_number
	{
		font-size:1.5rem;
		width:75%;
		margin-top:90px;
	}
	/*#projectSubscribe*/
	.VL-iframe, .VL-bigbox {
    	/*min-height: 428px !important;*/
    	/* figcaption height = 230px */
    	min-height: 509px !important;
	}
	#searchform .input-group input {
    	width: 400px;
	}
	.listing.featured-box .caption.project {
		height: 200px !important;
	}
}
@media (min-width:992px) 
{
	/*#projectSubscribe*/
	.VL-iframe, .VL-bigbox {
    	/*min-height: 428px !important;*/
    	/* figcaption height = 230px */
    	min-height: 418px !important;
	}
	.listing.featured-box .caption.project {
		height: 200px !important;
	}

}
@media (min-width:1025px) 
{
	.projects_number
	{
		font-size:1.5rem;
		width:75%;
		margin-top:133px;
		
	}
	/*#projectSubscribe*/
	.VL-iframe, .VL-bigbox {
    	/*min-height: 442px !important;*/
    	/* figcaption height = 230px */
    	min-height: 417px !important;
	}
	#searchform .input-group input {
    	width: 400px;
	}
	.listing.featured-box .caption.project {
		height: 200px !important;
	}
	
}
@media (min-width:1200px) 
{
	/*#projectSubscribe*/
	.VL-iframe, .VL-bigbox {
    	/*min-height: 428px !important;*/
    	/* figcaption height = 230px */
    	min-height: 520px !important;
	}

}
@media (min-width:1281px) 
{ 
	.projects_number
	{
		font-size:1.5rem;
		width:65%;
		margin-top:133px;
	}
	/*#projectSubscribe*/
	.VL-iframe, .VL-bigbox {
    	min-height: 463px !important;
	}
}

@media screen and (min-width: 992px)
{
	#survey {
	    min-height: 397px !important;
	    margin-bottom: 30px;
	}
}

@media screen and (min-width: 760px)
{
	#survey {
	    min-height: 435px !important;
	    margin-bottom: 30px;
	}
}