/*============================================================================================*/
/* RESPONSIVE  */
/*============================================================================================*/
@media (min-width: 2930px) {
	#page-wrapper {
		background-position: relative; 
		transform: translate(0%, 0%);
		max-width: 100% !important;
		height: 250vh !important;
		background: url('../img/5.jpg') no-repeat 10% -10%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
@media (min-width: 2295px) {
	.house {
		margin-top: 20px;
	}
}
@media (max-width: 625px) {
	#text-3 {
		visibility: hidden;
	}
}
@media (max-width: 1339px) {
	#form_container {
		background-position: relative; 
		transform: translate(0%, 35%);
		width: 100%;
		min-height: 460px;
	}
	.house {
		margin-top: -12px;
	}
}
@media (max-width: 1024px) {
	
	#form_container, footer#home {
		background-position: relative !important;
		transform: translate(0%, 35%) !important;
		width: 100% !important;
		min-height: 460px !important;
    }
	
}
@media (max-width: 991px) {
	.max-f-full {
    position: absolute !important;
    width: 35% !important;
    height: auto !important;
		transform: translate(-16%, -68%) !important;
	}
	.t1-s-1 a {
		color: #555 !important;
	}
	
	#form_container {
		background-position: relative; 
		transform: translate(0%, 15%);
		width: 100%;
		min-height: 460px;
	}
	#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;
	}
	#middle-wizard {
		padding: 30px 30px 120px 30px;
	}
	.house {
		margin-top: 8px;
	}
	.hov-link1:hover {
		color: #555 !important;
	}
	
	/*---------------------------------------------*/
	.hov-link2:hover {
		color: #555 !important;
	}
	
	/*---------------------------------------------*/
	.hov-link3:hover {
		color: #555 !important;
		text-decoration: underline;
	}
	.menu-mobile .main-menu > li > a:hover {
    color: #fff !important;
}
}

/* Tablet*/
@media (max-width: 768px) {
	#page-wrapper {
		max-width: 100% !important;
		height: 127vh !important;
		background: url('../img/5.jpg') no-repeat 80% -10%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#form_container {
		background-position: relative; 
		transform: translate(0%, 5%);
		width: 100%;
		min-height: 460px;
	}
	
}

/* 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;
}

}

/* Mobile Portrait */
@media (max-width: 480px) {
	#page-wrapper {
		max-width: 100% !important;
		height: 100vh !important;
		background: url('../img/5.jpg') no-repeat 80% -10%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	#form_container {
		background-position: relative; 
		transform: translate(0%, 35%);
		width: 100%;
		min-height: 460px;
	}
	
	label.rating_type, .rating  {float:left; display:block;}
	label.rating_type  {width:100%;}
	
	#map_contact {height: 300px;}

}