@media(max-width: 992px){
	#field_4_25, #field_4_26, #field_4_27, #field_4_28{
		display: block;
	}
	#meteor-slideshow {
	    display: block;
	    margin: 0 auto !important;
	}
	.slides .col-md-7 img{
		width: 100%;
	}

}
@media (max-width: 600px){
	.home .container {
	    width: 100%;
	}
	.home .row div {
	    padding: 0 5px;
	}
	.side-bar img {
	    width: 350px;
	}
}
@media (max-width: 550px){
	#input_4_1,
	.gf_left_half, .gf_right_half,
	.gf_first_quarter, .gf_second_quarter, .gf_third_quarter, .gf_fourth_quarter,
	.gform_wrapper .top_label li.gfield.gf_left_half input.large, .gform_wrapper .top_label li.gfield.gf_left_half input.medium, .gform_wrapper .top_label li.gfield.gf_left_half select.large, .gform_wrapper .top_label li.gfield.gf_left_half select.medium, .gform_wrapper .top_label li.gfield.gf_right_half input.large, .gform_wrapper .top_label li.gfield.gf_right_half input.medium, .gform_wrapper .top_label li.gfield.gf_right_half select.large, .gform_wrapper .top_label li.gfield.gf_right_half select.medium,
	.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
	    width: 100% !important;
	}
	.gf_first_6, .gf_fourth_6, .gf_sixth_6{
		display: inline-block;
		width: 15% !important;
	}
	.gf_second_6, .gf_third_6, .gf_fifth_6{
		width: 80% !important;
	    display: inline-block;
	    margin: 0 !important;
	}
}
@media (max-width: 480px){
	table.table-res {
    	transform: scale(0.95);
    	transform-origin: 0 0;
	}	
}
@media (max-width: 450px){
	table.table-res {
	    transform: scale(0.72);
	    transform-origin: 0 0;
	}
	.table-wrap{
		height: 940px;
	}
}

@media (max-width: 350px){
	.container{
		width: 80%;
	}
	.table-wrap{
		height: 1020px;
	}
	#inner-page img.aligncenter {
	    width: 100%;
	}
}