/*============================================================================================*/
/* RESPONSIVE  */
/*============================================================================================*/
@media (max-width: 1024px) {
	
	#form_container, footer#home {
	   width:800px;
    }
    #left_form_qr{min-height: inherit;padding: 20px 20px 20px 20px;}
    .hd_caption_thank { padding: 40px 20px;}
	
}
@media (max-width: 991px) {
	
	#form_container {
		width:auto;
		margin-top: 0;
	}
	#form_container .row {
		margin: 0;
	}
	footer#home {
		width:100%;
		padding: 0 30px;
	}
	#left_form {
		text-align:left;
		padding:30px;
		min-height:inherit;
    }
	#left_form img{
		float: left;
		margin-right: 30px;
    }
	a#more_info{
		left:auto;
		right:30px;
    }
	#top-wizard {
		margin-left: 0;
	}
	#wizard_container {
		min-height:inherit;
		padding: 25px 15px;
	}
	#middle-wizard {
		padding: 0px 0px 30px 0px;
	}
	
}

/* Tablet*/
@media (max-width: 768px) {
	
}

/* Mobile Landscape */
@media (max-width: 767px) {
	
	#form_container .row > [class*='col-'] {
		padding-left: 0 !important;
    	padding-right: 0 !important;
	}
	
	h1.main_title,
	h2.main_title {
		font-size: 32px;
	}
	h1.main_title span,
	h2.main_title span {
		font-size: 18px;
	}
	p.lead.styled {
		font-size: 16px;
	}
	
	#left_form img{
		float: none;
		margin-right: 0;
		/*width: 100px;
		height: 100%;*/
    }
	/* Margin tools */
	.margin_60 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.margin_30 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.margin_60_35 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.add_bottom_60 {
		margin-bottom: 30px;
	}
	
	#bottom-wizard {
	right:35px;
}
.logo{ text-align: center;}
header .survey-title{ text-align: center !important;}
ul.checkbox-group li {
	width: 48%;
}
.hd_caption{ text-align: left;}
.wizard-form .wizard-branch .section1{ padding-left: 0px; padding-right: 0px;}
}
@media (max-width: 640px) {
.submit.step.wizard-step .form-group{font-size: 14px;}
.rating ul {
	flex-wrap: wrap;
}
.rating ul li:first-child {
	width: 100%;
	margin-bottom: 15px;
	font-weight: 900;
}
ul.checkbox-group li {
	width: 100%;
}
.hd_caption {
    font-size: 18px; margin-bottom: 10px;}

input.form-control, select.form-control, textarea.form-control{ margin-bottom: 16px;}
.rating h3 {  font-weight: 700;}
.rating ul li {
	width: 25%;
}
.rating ul li h4 {
	font-size: 13px;
}
.logo img {
    max-width: 220px;
}
header .survey-title, .hd_caption_qr{ font-size: 22px;}
}
/* Mobile Portrait */
@media (max-width: 480px) {
	
	label.rating_type, .rating  {float:left; display:block;}
	label.rating_type  {width:100%;}
	
	#map_contact {height: 300px;}
	 #social{ width: 100%; text-align: center; margin-top: 20px;}
	 #social ul{ width: 100%; }
	 #social ul li{ display: inline-block; float: none; }
	 .hd_caption {
    font-size: 18px;
    
    line-height: 26px;
    margin-bottom: 20px;
}
.hd_caption_thank {
    font-size: 28px;
    
    line-height: 38px;}
}